<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ecrit-lost-planned-changes-13" category="std" consensus="true" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="LoST Planned Changes">Validation of Locations Around a Planned Change</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ecrit-lost-planned-changes-13"/>
    <author initials="B." surname="Rosen" fullname="Brian Rosen">
      <organization/>
      <address>
        <email>br@brianrosen.net</email>
      </address>
    </author>
    <date year="2025" month="October" day="28"/>
    <area>ART</area>
    <workgroup>ecrit</workgroup>
    <abstract>
      <?line 25?>

<t>This document defines an extension to the Location to Service Translation (LoST) protocol (RFC5222) that allows  a LoST server to notify a client of planned changes to location data.  This extension is only useful with the validation function of LoST.  It is beneficial for LoST validation clients to be aware of planned changes, since at a known future date, previously valid records may become invalid, and new records may become valid.  This extension adds an element to the &lt;findService&gt; request to allow a LoST client to request validation as of a specified date.  It adds an optional Time-To-Live element to the response, which informs clients of the current expected lifetime of a validation.  It also adds a separate interface to a LoST server that allows a client to poll for planned changes.  Additionally, this document provides a conventional XML schema for LoST, as a backwards compatible alternative to the RelaxNG schema in RFC5222.</t>
    </abstract>
  </front>
  <middle>
    <?line 29?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Validation of civic locations involves dealing with data that may change over time.  A typical example is when a portion of a county or district that was not part of a municipality is "annexed" to a municipality.  Prior to the change, a Presence Information Data Format Location Object (PIDF-LO) <xref target="RFC5139"/> specifying a civic location in the affected area would have a blank A3 element, or would contain some other value; after the change, a PIDF-LO specifying the same location would contain an A3 element set to the name of the municipality that annexed that part of the county/district.  This kind of annexation has an effective date and time (typically 00:00 on the first or last day of a month), known in advance.  Other kinds of changes may also occur, and these will almost always also have an effective date that is known in advance.</t>
      <t>Records in a LoST client such as a Location Information Server (LIS) must change around these kinds of events.  Each affected old record must be discarded, and a new, validated record must be loaded into the client's database.  It is often difficult for a LIS operator to know that records must be changed around such events.  There are other circumstances where locations that were previously valid become invalid, such as a street renaming or renumbering event.  Using <xref target="RFC5222"/> validation, the only way for a LoST client such as a LIS to discover such changes is to periodically revalidate its entire database.  Of course, this does not facilitate timely changes, is not coordinated with the actual change event, and also adds significant load to LoST servers as well as LoST clients such as LISs.  Even when re-validation is used, a server has no mechanism to control, or suggest the time period for revalidation.</t>
      <t>This extension allows a LoST client to obtain from a LoST server sets of locations which may change.  It makes use of "partial location information" which is a set of location elements and values that, when compared against client location records, identify which of the client records may change as a result of the planned change.  A set of such partial locations is termed a "ChangeSet". ChangeSets have an ID, and a date when the change is effective.  IDs are ordered so that changes can be completed in the correct order.  The planned change interface is a REST/JSON interface that allows a client to poll a server using the last ID that it obtained from that server.  The response to a poll is a list of all the newer planned changes the server knows about beyond the ChangeSet whose ID was included in the poll.  The ID of the last ChangeSet in the returned list is used by the client in its next poll.</t>
      <t>When a LoST client such as a LIS receives a new ChangeSet, it may prepare one or more new records so that, at the precise planned event date and time, it may insert the new records into its active database and delete the old records.  As part of preparing the new records in advance of the change, a client may use the "asOf" date component of this extension to perform a LoST validation of the new record as of the effective date.</t>
      <t>The "asOf" date component of this extension  allow a LoST client such as a LIS to be prepared for and smoothly transition to planned changes.  The polling mechanism allows a client to be informed of planned changes, while the "asOf" date allows it to verify the validity of locations before they become active.</t>
      <t>Unplanned changes will occur, and periodic revalidation can still be used to maintain the data in the client's records.  However, LoST servers should be able to influence the rate of such revalidation.  For this purpose, this extension adds an optional "expires" element to the &lt;findServiceResponse&gt; to provide advice from a server to a client as to when revalidation is suggested. In a &lt;findServiceResponse&gt;, a LoST server may include the "expires" element to expressly state when the location should be re-validated. This avoids clients blindly revalidating every address on an arbitrary schedule.</t>
      <t>There are quite a few implementations of LoST.  Experience with these implementations indicates that the RelaxNG schema is very difficult to deal with, both because many commonly used development tools don't support it, and development staff is often unfamiliar with it.  Informal alternative schemas have been circulated, which is undesirable as they may not be in conformance with the RelaxNG schema in <xref target="RFC5222"/>.  This document provides an XML schema that replaces the RelaxNG schema.  It can be used by any implementation interchangeably with the RelaxNG schema.</t>
    </section>
    <section anchor="conventions">
      <name>Conventions used in this document</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>"Server" in this document refers to a LoST server and "Client" is a LoST client.</t>
    </section>
    <section anchor="planned-change-poll-interface">
      <name>Planned Change Poll Interface</name>
      <t>This document defines a new interface to a LoST server.  The interface has three endpoints:</t>
      <ol spacing="normal" type="1"><li>
          <t>Versions, which returns the current version(s) the interface supports.  This allows the interface to evolve over time.</t>
        </li>
        <li>
          <t>PlannedChangePoll, which supports a polling mechanism.  The poll returns a list of changeSetIds which identify ChangeSet objects.</t>
        </li>
        <li>
          <t>GetChangeSet, which accepts a changeSetId and returns the identified ChangeSet object.</t>
        </li>
      </ol>
      <t>A ChangeSet object contains an identifier (changeSetId), a date (changeSetEffective) and an array of partial locations.</t>
      <t>A partial location is an array of location information element namespace/name and value pairs.  A LoST client (such as a LIS) compares the location elements with its records.  For each of the client's records where all of the location elements provided in the partial location have the same values as those in the partial location, that client record may be affected by the planned change.  The client's records may have other location elements, but those are not considered in the comparison.  So, for example, a partial location may have Country, A1, A2, A3 and A4 location elements, which means that any address with those Country, A1, A2, A3 and A4 values may be affected by the planned change, regardless of street name and number.  As another example, a partial location with Country, A1, A2, A3, A4, RD and POD but not HN applies to any address number on the specified street.</t>
      <t>Servers supporting this extension maintain an ordered list of changeSetIds.  A changeSetId is a string, which might not show the ordering.  For example, the ID could be a hashed timestamp, or a hashed sequence number, among other things.  Given a changeSetId returned in a prior poll, a server can identify which ChangeSets it has that come next, in order, after the specified changeSetId.  The effective date of a ChangeSet returned by a server need not be in the future.  Tardy clients might not keep up.  On the other hand, a server is not obligated to keep ChangeSets whose changeSetEffective date has passed by more than some arbitrary time.  A 12 month time period may be appropriate for a server whose service area doesn't have many changes, while a three month time period may be needed in a service area with frequent changes. A tardy client in a fast-changing environment might receive a large number of ChangeSetIds in response to a poll.</t>
      <t>Polls are expected every few minutes.  A new client (or one that has lost its last changeSetID) performs a poll without specifying an ID, and the server responds with all the changeSetsIds that it knows about.  Thereafter, the client retains the last changeSetId from its most recent poll and uses that in the next poll.  If the response to that poll contains no changeSetIds, it means the changeSetId the client has is the latest change the server knows about; the client uses the same changeSetId in subsequent polls until the server returns a new changeSetId.</t>
      <t>The version mechanism returns a list of versions of the web service the server supports.  This document specifies version 1.0. Versions are described as a major version and a minor version, where major and minor versions are integers, and a version description is a string consisting of the major version, a dot, and the minor version.  A backwards-compatible change within a major version <bcp14>MAY</bcp14> increment only the minor version number.  A non-backwards-compatible change <bcp14>MUST</bcp14> increment the major version number.  To achieve backwards compatibility, implementations <bcp14>MUST</bcp14> ignore any object members they do not recognize.  Minor version specifications <bcp14>SHALL</bcp14> only add objects, non-required members of existing objects, and non-mandatory-to-use functions and <bcp14>SHALL NOT</bcp14> delete any objects, members of objects or functions.  This means an implementation of a specific major version and minor version is backwards compatible with all minor versions of the major version.  The versions mechanism returns an array of supported versions, one for each major version supported, with the minor version listed being the highest supported minor version.  When versions are written or used as a string, the major version is first and separated from the minor version with a period.  For example major version 3, minor version 2 is written as "3.2".</t>
      <t>The normative definition of the web interface for these endpoints is contained in <xref target="pollInterface"/></t>
      <t>Discovering the Planned Change Poll interface uses the "lost+plannedChange" application tag with U-NAPTR using the name (application unique string) of the LoST server that provided validation as input along with this new service tag. Similarly to LoST, valid protocol tags for use in combination with "lost+plannedChange" are "http" and "https". The U-NAPTR responds with the base URI of the interface and the client must use the value to replace "localhost" in the yaml in <xref target="pollInterface"/>.</t>
    </section>
    <section anchor="ltasofgt-element">
      <name>&lt;asOf&gt; Element</name>
      <t>This document defines a new element in the &lt;findService&gt; request and &lt;findServiceRespponse&gt; called &lt;asOf&gt;, which contains a date and time in dateTime format with a required timezone.  A server supporting this extension validates the location in the request as of the date and time specified, taking into account planned changes.  This allows a client to verify in advance that it can make changes in its records in accordance with changes at the LoST server.</t>
      <t>A server responds with what it knows (as of the moment of the request) will be in effect on or before the &lt;asOf&gt; date</t>
      <t>The LoST server is not expected to retain a history of changes.  Therefore, an &lt;asOf&gt; date in the past will return the same results as omitting it (meaning current data).  There are no constraints on how far in advance planned changes may occur, and changes to the data may occur at any time.  Therefore, two queries with the same future &lt;asOf&gt; value placed at different times can return different results.  The server responds with its current understanding of planned changes (including any planned or unplanned changes that have already occurred) and makes no guarantees about future queries of the same location.</t>
      <t>When a server responds with a result &lt;asOf&gt; a time other than the time of the query, the &lt;findServiceResponse&gt; <bcp14>MUST</bcp14> include &lt;asOf&gt; containing the time used and each &lt;mapping&gt; included <bcp14>MUST</bcp14> have the 'expires' attribute set to "NO-CACHE".  A server <bcp14>SHOULD NOT</bcp14> include &lt;asOf&gt; in the result if &lt;asOf&gt; was not requested or if it otherwise used the current time to formulate the response.  A client receiving a response containing &lt;asOf&gt; <bcp14>MUST NOT</bcp14> assume that any mappings returned will remain unchanged and be in effect in the future; a client wishing to contact a service is still expected to use LoST contemporaneously with that need.</t>
    </section>
    <section anchor="ltrevalidateaftergt-in-response">
      <name>&lt;revalidateAfter&gt; in Response</name>
      <t>This extension defines a new element &lt;revalidateAfter&gt; to be added to the extension point of the &lt;locationValidation&gt; element appearing in a &lt;findServiceResponse&gt;. The element contains a date and time after which the client may wish to revalidate the location with the server. Alternatively, the element may contain the value "NO-EXPIRATION" which is an assertion that the server is not currently aware of any planned changes that would affect the future validation result, but makes no suggestion as to when the client should revalidate.  A server <bcp14>MAY</bcp14> add this element to a response when validation is requested. A server is not expected to add this element when the client is asking for validation &lt;asOf&gt; a specified time significantly into the future.</t>
      <t>Selecting a revalidation interval is a complex balancing of timeliness, server load, stability of the underlying data, and policy at the LoST server.  Too short, and load on the server may be undesirably large.  Too long, and invalid data may persist in clients for unacceptable lengths of time.  The polling mechanism provides timely notice to synchronize changes, but even with it, it is advisable for clients to periodically revalidate their records.
In areas that have little change in data, such as fully built out, stable communities already part of a municipality, it may be reasonable to set revalidation periods of six months or longer.  In areas that are quickly growing, 20-30 day revalidation may be more appropriate, even though these revalidations might be a majority of the traffic at the LoST server.</t>
    </section>
    <section anchor="schema">
      <name>Replacement XML schema</name>
      <t>======================</t>
      <t>This schema is an alternative to The Relax NG schema in <xref target="RFC5222"/>.  Future extensions to LoST are expected to use this schema as the base for the extensions, rather than the Relax NG schema.  Existing extensions described using the Relax NG schema continue to be valid.</t>
      <sourcecode type="XML"><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           xmlns="urn:ietf:params:xml:ns:lost1"
           targetNamespace="urn:ietf:params:xml:ns:lost1"
           elementFormDefault="qualified">
  <xs:import namespace="http://www.w3.org/XML/1998/namespace" />

  <xs:element name="findService">
    <xs:complexType>
      <xs:sequence>
        <xs:group ref="requestLocation"/>
        <xs:group ref="commonRequestPattern"/>
      </xs:sequence>
      <xs:attribute name="validateLocation" type="xs:boolean"/>
      <xs:attribute name="serviceBoundary">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="reference"/>
            <xs:enumeration value="value"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="recursive" type="xs:boolean"/>
    </xs:complexType>
  </xs:element>

  <xs:element name="listServices">
    <xs:complexType>
      <xs:group ref="commonRequestPattern"/>
    </xs:complexType>
  </xs:element>

  <xs:element name="listServicesByLocation">
    <xs:complexType>
      <xs:sequence>
        <xs:group ref="requestLocation"/>
        <xs:group ref="commonRequestPattern"/>
      </xs:sequence>
      <xs:attribute name="recursive" type="xs:boolean"/>
    </xs:complexType>
  </xs:element>

  <xs:element name="getServiceBoundary">
    <xs:complexType>
      <xs:group ref="extensionPoint"/>
      <xs:attributeGroup ref="serviceBoundaryKey"/>
    </xs:complexType>
  </xs:element>

  <xs:element name="findServiceResponse">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="mapping" maxOccurs="unbounded"/>
        <xs:element ref="locationValidation" minOccurs="0"/>
        <xs:group ref="commonResponsePattern"/>
        <xs:group ref="locationUsed"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:element name="listServicesResponse">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="serviceList"/>
        <xs:group ref="commonResponsePattern"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:element name="listServicesByLocationResponse">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="serviceList"/>
        <xs:group ref="commonResponsePattern"/>
        <xs:group ref="locationUsed"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:element name="getServiceBoundaryResponse">
    <xs:complexType>
      <xs:sequence>
        <xs:group ref="serviceBoundary"/>
        <xs:group ref="commonResponsePattern"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:group name="commonRequestPattern">
    <xs:sequence>
      <xs:group ref="service"/>
      <xs:element ref="path" minOccurs="0"/>
      <xs:group ref="extensionPoint"/>
    </xs:sequence>
  </xs:group>

  <xs:group name="commonResponsePattern">
    <xs:sequence>
      <xs:element ref="warnings" minOccurs="0"
        maxOccurs="unbounded"/>
      <xs:element ref="path"/>
      <xs:group ref="extensionPoint"/>
    </xs:sequence>
  </xs:group>

  <xs:group name="requestLocation">
    <xs:sequence>
      <xs:element ref="location" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:group>

  <xs:element name="location">
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="locationInformation">
          <xs:attribute name="id" type="xs:token" use="required"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>

  <xs:complexType name="locationInformation">
    <xs:group ref="extensionPoint" maxOccurs="unbounded"/>
    <xs:attribute name="profile" type="xs:NMTOKEN"/>
  </xs:complexType>

  <xs:group name="serviceBoundary">
    <xs:sequence>
      <xs:element ref="serviceBoundary" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:group>

  <xs:element name="serviceBoundary" type="locationInformation"/>

  <xs:element name="serviceBoundaryReference">
    <xs:complexType>
      <xs:group ref="extensionPoint"/>
      <xs:attributeGroup ref="source"/>
      <xs:attributeGroup ref="serviceBoundaryKey"/>
    </xs:complexType>
  </xs:element>

  <xs:attributeGroup name="serviceBoundaryKey">
    <xs:attribute name="key" type="xs:token" use="required"/>
  </xs:attributeGroup>

  <xs:element name="path">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="via" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:element name="via">
    <xs:complexType>
      <xs:group ref="extensionPoint"/>
      <xs:attributeGroup ref="source"/>
    </xs:complexType>
  </xs:element>

  <xs:group name="locationUsed">
    <xs:sequence>
      <xs:element ref="locationUsed" minOccurs="0"/>
    </xs:sequence>
  </xs:group>

  <xs:element name="locationUsed">
    <xs:complexType>
      <xs:attribute name="id" type="xs:token" use="required"/>
    </xs:complexType>
  </xs:element>

  <xs:attributeGroup name="expires">
    <xs:attribute name="expires" use="required">
      <xs:simpleType>
        <xs:union memberTypes="xs:dateTime">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="NO-CACHE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="NO-EXPIRATION"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>

  <xs:simpleType name="qnameList">
    <xs:list itemType="xs:QName"/>
  </xs:simpleType>

  <xs:element name="mapping">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="displayName"
             minOccurs="0" maxOccurs="unbounded"/>
        <xs:group ref="service"/>
        <xs:choice minOccurs="0">
          <xs:group ref="serviceBoundary"/>
          <xs:element ref="serviceBoundaryReference"/>
        </xs:choice>
        <xs:element ref="uri"
             minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="serviceNumber" minOccurs="0"/>
        <xs:group ref="extensionPoint"/>
      </xs:sequence>
      <xs:attributeGroup ref="expires"/>
      <xs:attribute name="lastUpdated" type="xs:dateTime"
            use="required"/>
      <xs:attributeGroup ref="source"/>
      <xs:attribute name="sourceId" type="xs:token"
            use="required"/>
      <xs:attributeGroup ref="message"/>
    </xs:complexType>
  </xs:element>

  <xs:element name="displayName">
    <xs:complexType>
      <xs:simpleContent>
        <xs:extension base="xs:string">
          <xs:attribute ref="xml:lang" use="required"/>
        </xs:extension>
      </xs:simpleContent>
    </xs:complexType>
  </xs:element>

  <xs:element name="uri" type="xs:anyURI"/>

  <xs:element name="serviceNumber">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:pattern value="[0-9*#]+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:element>

  <xs:element name="locationValidation">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="valid" minOccurs="0"/>
        <xs:element ref="invalid" minOccurs="0"/>
        <xs:element ref="unchecked" minOccurs="0"/>
        <xs:group ref="extensionPoint"/>
     </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:element name="valid" type="qnameList"/>

  <xs:element name="invalid" type="qnameList"/>

  <xs:element name="unchecked" type="qnameList"/>

  <xs:complexType name="exceptionContainer">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="badRequest"/>
        <xs:element ref="internalError"/>
        <xs:element ref="serviceSubstitution"/>
        <xs:element ref="defaultMappingReturned"/>
        <xs:element ref="forbidden"/>
        <xs:element ref="notFound"/>
        <xs:element ref="loop"/>
        <xs:element ref="serviceNotImplemented"/>
        <xs:element ref="serverTimeout"/>
        <xs:element ref="serverError"/>
        <xs:element ref="SRSInvalid"/>
        <xs:element ref="locationInvalid"/>
        <xs:element ref="locationProfileUnrecognized"/>
      </xs:choice>
      <xs:group ref="extensionPoint"/>
    </xs:sequence>
    <xs:attributeGroup ref="source"/>
  </xs:complexType>

  <xs:element name="errors" type="exceptionContainer"/>

  <xs:element name="warnings" type="exceptionContainer"/>

  <xs:complexType name="basicException">
    <xs:annotation>
      <xs:documentation>
        Exception pattern.
      </xs:documentation>
    </xs:annotation>
    <xs:group ref="extensionPoint"/>
    <xs:attributeGroup ref="message"/>
  </xs:complexType>

  <xs:element name="badRequest" type="basicException"/>

  <xs:element name="internalError" type="basicException"/>

  <xs:element name="serviceSubstitution" type="basicException"/>

  <xs:element name="defaultMappingReturned" type="basicException"/>

  <xs:element name="forbidden" type="basicException"/>

  <xs:element name="notFound" type="basicException"/>

  <xs:element name="loop" type="basicException"/>

  <xs:element name="serviceNotImplemented" type="basicException"/>

  <xs:element name="serverTimeout" type="basicException"/>

  <xs:element name="serverError" type="basicException"/>

  <xs:element name="SRSInvalid" type="basicException"/>

  <xs:element name="locationInvalid" type="basicException"/>

  <xs:element name="locationValidationUnavailable"
          type="basicException"/>

  <xs:element name="locationProfileUnrecognized"
          type="basicException"/>

  <xs:element name="redirect">
    <xs:complexType>
      <xs:group ref="extensionPoint"/>
      <xs:attribute name="target" type="appUniqueString"
          use="required"/>
      <xs:attributeGroup ref="source"/>
      <xs:attributeGroup ref="message"/>
    </xs:complexType>
  </xs:element>

  <xs:attributeGroup name="message">
    <xs:attribute name="message" type="xs:token"/>
    <xs:attribute ref="xml:lang"/>
  </xs:attributeGroup>

  <xs:group name="service">
    <xs:sequence>
      <xs:element ref="service" minOccurs="0"/>
    </xs:sequence>
  </xs:group>

  <xs:element name="service" type="xs:anyURI"/>

  <xs:simpleType name="appUniqueString">
    <xs:restriction base="xs:token">
      <xs:pattern value="([a-zA-Z0-9\-]+\.)+[a-zA-Z0-9]+"/>
    </xs:restriction>
  </xs:simpleType>

  <xs:attributeGroup name="source">
    <xs:attribute name="source" type="appUniqueString"
    use="required"/>
  </xs:attributeGroup>

  <xs:element name="serviceList">
    <xs:simpleType>
      <xs:list itemType="xs:anyURI"/>
    </xs:simpleType>
  </xs:element>

  <xs:group name="notLost">
    <xs:annotation>
      <xs:documentation>
        Any element not in the LoST namespace.
      </xs:documentation>
    </xs:annotation>
    <xs:choice>
      <xs:any namespace="##other" processContents="skip"/>
      <xs:any namespace="##local" processContents="skip"/>
    </xs:choice>
  </xs:group>

  <xs:group name="extensionPoint">
    <xs:annotation>
      <xs:documentation>
        A point where future extensions
        (elements from other namespaces)
        can be added.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:group ref="notLost"
           minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:group>

</xs:schema>

]]></sourcecode>
    </section>
    <section anchor="extSchema">
      <name>Extension XML Schema</name>
      <t>This schema provides the extension to the prior section schema for planned changes:</t>
      <sourcecode type="XML"><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    targetNamespace="urn:ietf:params:xml:ns:lostPlannedChange1"
    elementFormDefault="qualified">

<!-- extend the extensionPoint of commonRequestPattern of findService
                            and findServiceResponse to include:  -->
      <xs:element name="asOf" type="xs:dateTime" />

<!-- extend the extensionPoint of locationValidation to include: -->
      <xs:element name="revalidateAfter">
        <xs:simpleType>
          <xs:union memberTypes="xs:dateTime">
            <xs:simpleType>
              <xs:restriction base="xs:token">
                <xs:enumeration value="NO-EXPIRATION"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
</xs:schema>
]]></sourcecode>
    </section>
    <section anchor="pollInterface">
      <name>plannedChangePoll Interface Description</name>
      <sourcecode type="JSON"><![CDATA[
      openapi: 3.0.1
        info:
          title: LoST plannedChange
          version: "1.0"
        servers:
          - url: https:/localhost/LoST/v1
          variables:
             baseUri:
                default: https://localhost
                description: The base URI that is the output 
                of U-NAPTR resolution
        paths:
          /PlannedChangePoll:
            get:
              summary: Get a list of planned changeSetIds
              operationId: getPlannedChangeIds
              responses:
                '200':
                  description: Planned Changes
                  content:
                    application/json:
                      schema:
                        $ref: 
                          '#/components/schemas/PlannedChangeIdList'
          /GetChangeSet:
            get:
              summary: Get a ChangeSet
              operationId: getChangeSet
              parameters:
                - in: query
                  name: changeSetId
                  schema:
                    type: string
                  description: ID of a ChangeSet
              responses:
                '200':
                  description: return ChangeSet object
                  content:
                    application/json:
                      schema:
                        $ref: '#/components/schemas/ChangeSet'
          /Versions:
            servers:
              - url: {baseUri}/LoST
                variables:
                   baseUri:
                      default: https://localhost
                      description: The base URI that is the output 
                      of U-NAPTR resolution
            get:
              summary: Retrieves all supported versions
              operationId: RetrieveVersions
              responses:
                '200':
                  description: Versions supported
                  content:
                    application/json:
                      schema:
                        $ref: '#/components/schemas/VersionsArray'
        components:
          schemas:
            PlannedChangeIdList:
              type: array
              items:
                type: string
            ChangeSet:
              type: object
              properties:
                changeSetId:
                  type: string
                  description: ID of the ChangeSet
                changeSetEffective:
                  type: string
                  format: datetime
                  description: date and time change will come into
                    effect in dateTime format with a required 
                    timezone
                partialLocationList:
                  type: array
                  items:
                    type: object
                    properties:
                      namespace:
                        type: string
                        description: namespace of CAtype name from IANA registry
                      caType:
                        type: string
                        description: CAtype name from IANA registry
                      value:
                        type: string
                        description: value for this caType
            VersionsArray:
              type: object
              required:
                - versions
              properties:
                versions:
                  type: array
                  items:
                    type: object
                    required:
                      - major
                      - minor
                    properties:
                      major:
                        type: integer
                        format: int32
                        description: Version major number
                      minor:
                        type: integer
                        format: int32
                        description: Version minor number

]]></sourcecode>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <t>As an extension to LoST, this document inherits the security issues raised in <xref target="RFC5222"/>.  Clients could poll at a rate which could affect other processing at the LoST server. This is not unlike any other type of denial of service attack at an HTTP server and similar mitigations are necessary.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <section anchor="application-service-tag">
        <name>Application Service Tag</name>
        <t>This document registers the following U-NAPTR application service
   tag:</t>
        <artwork><![CDATA[
  Application Service Tag:  LoST-PlannedChange

  Defining Publication:  The specification contained within this
     document.
]]></artwork>
      </section>
      <section anchor="lost-xml-schema-registration">
        <name>LoST XML Schema Registration</name>
        <t>IANA is requested to add this document to the list of references for the lost1 entry in the schema subregistry of the IETF XML Registry</t>
      </section>
      <section anchor="planned-change-extension-xml-schema-registration">
        <name>Planned Change Extension XML Schema Registration</name>
        <artwork><![CDATA[
   BEGIN
   <?xml version="2.0"?>
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
     "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="content-type"
           content="text/html;charset=iso-8859-1"/>
     <title>LoST Planned Change Namespace</title>
   </head>
   <body>
     <h1>Namespace for LoST Planned Changes</h1>
     <h2>urn:ietf:params:xml:ns:lostPlannedChange1</h2>
   <p>See <a href="http://www.rfc-editor.org/rfc/rfc????.txt">
      RFC????</a>.</p>
   </body>
   </html>
   END

]]></artwork>
        <t>The XML Schema is found in <xref target="extSchema"/>.</t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-normative-references">
      <name>Normative References</name>
      <reference anchor="RFC5139">
        <front>
          <title>Revised Civic Location Format for Presence Information Data Format Location Object (PIDF-LO)</title>
          <author fullname="M. Thomson" initials="M." surname="Thomson"/>
          <author fullname="J. Winterbottom" initials="J." surname="Winterbottom"/>
          <date month="February" year="2008"/>
          <abstract>
            <t>This document defines an XML format for the representation of civic location. This format is designed for use with Presence Information Data Format Location Object (PIDF-LO) documents and replaces the civic location format in RFC 4119. The format is based on the civic address definition in PIDF-LO, but adds several new elements based on the civic types defined for Dynamic Host Configuration Protocol (DHCP), and adds a hierarchy to address complex road identity schemes. The format also includes support for the xml:lang language tag and restricts the types of elements where appropriate. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5139"/>
        <seriesInfo name="DOI" value="10.17487/RFC5139"/>
      </reference>
      <reference anchor="RFC5222">
        <front>
          <title>LoST: A Location-to-Service Translation Protocol</title>
          <author fullname="T. Hardie" initials="T." surname="Hardie"/>
          <author fullname="A. Newton" initials="A." surname="Newton"/>
          <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
          <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
          <date month="August" year="2008"/>
          <abstract>
            <t>This document describes an XML-based protocol for mapping service identifiers and geodetic or civic location information to service contact URIs. In particular, it can be used to determine the location-appropriate Public Safety Answering Point (PSAP) for emergency services. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5222"/>
        <seriesInfo name="DOI" value="10.17487/RFC5222"/>
      </reference>
      <reference anchor="RFC2119">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="March" year="1997"/>
          <abstract>
            <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="2119"/>
        <seriesInfo name="DOI" value="10.17487/RFC2119"/>
      </reference>
      <reference anchor="RFC8174">
        <front>
          <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
          <author fullname="B. Leiba" initials="B." surname="Leiba"/>
          <date month="May" year="2017"/>
          <abstract>
            <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="8174"/>
        <seriesInfo name="DOI" value="10.17487/RFC8174"/>
      </reference>
    </references>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>

