1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837
|
<pre>Internet Engineering Task Force (IETF) K. Wolf
Request for Comments: 6197 nic.at
Category: Experimental April 2011
ISSN: 2070-1721
<span class="h1">Location-to-Service Translation (LoST) Service List Boundary Extension</span>
Abstract
Location-to-Service Translation (LoST) maps service identifiers and
location information to service contact URIs. If a LoST client wants
to discover available services for a particular location, it will
perform a <listServicesByLocation> query to the LoST server.
However, the LoST server, in its response, does not provide context
information; that is, it does not provide any additional information
about the geographical region within which the returned list of
services is considered valid. Therefore, this document defines a
Service List Boundary that returns a local context along with the
list of services returned, in order to assist the client in not
missing a change in available services when moving.
Status of This Memo
This document is not an Internet Standards Track specification; it is
published for examination, experimental implementation, and
evaluation.
This document defines an Experimental Protocol for the Internet
community. This document is a product of the Internet Engineering
Task Force (IETF). It represents the consensus of the IETF
community. It has received public review and has been approved for
publication by the Internet Engineering Steering Group (IESG). Not
all documents approved by the IESG are a candidate for any level of
Internet Standard; see <a href="./rfc5741#section-2">Section 2 of RFC 5741</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="http://www.rfc-editor.org/info/rfc6197">http://www.rfc-editor.org/info/rfc6197</a>.
<span class="grey">Wolf Experimental [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
Copyright Notice
Copyright (c) 2011 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
This document may contain material from IETF Documents or IETF
Contributions published or made publicly available before November
10, 2008. The person(s) controlling the copyright in some of this
material may not have granted the IETF Trust the right to allow
modifications of such material outside the IETF Standards Process.
Without obtaining an adequate license from the person(s) controlling
the copyright in such materials, this document may not be modified
outside the IETF Standards Process, and derivative works of it may
not be created outside the IETF Standards Process, except to format
it for publication as an RFC or to translate it into languages other
than English.
Table of Contents
<a href="#section-1">1</a>. Introduction ....................................................<a href="#page-3">3</a>
<a href="#section-2">2</a>. Terminology .....................................................<a href="#page-4">4</a>
<a href="#section-3">3</a>. LoST Extensions .................................................<a href="#page-4">4</a>
<a href="#section-3.1">3.1</a>. Extensions to <listServicesByLocation> .....................<a href="#page-4">4</a>
3.2. Retrieving the <serviceListBoundary> via
<getServiceListBoundary> ...................................<a href="#page-7">7</a>
<a href="#section-3.3">3.3</a>. <serviceListBoundary> ......................................<a href="#page-8">8</a>
<a href="#section-3.4">3.4</a>. Implementation Considerations ..............................<a href="#page-9">9</a>
<a href="#section-3.4.1">3.4.1</a>. Server Side .........................................<a href="#page-9">9</a>
<a href="#section-3.4.2">3.4.2</a>. Client Side .........................................<a href="#page-9">9</a>
<a href="#section-4">4</a>. Security and Privacy Considerations ............................<a href="#page-10">10</a>
<a href="#section-5">5</a>. IANA Considerations ............................................<a href="#page-10">10</a>
<a href="#section-5.1">5.1</a>. Relax NG Schema Registration ..............................<a href="#page-10">10</a>
<a href="#section-5.2">5.2</a>. Namespace Registration ....................................<a href="#page-13">13</a>
<a href="#section-6">6</a>. Acknowledgements ...............................................<a href="#page-14">14</a>
<a href="#section-7">7</a>. References .....................................................<a href="#page-14">14</a>
<a href="#section-7.1">7.1</a>. Normative References ......................................<a href="#page-14">14</a>
<a href="#section-7.2">7.2</a>. Informative References ....................................<a href="#page-15">15</a>
<span class="grey">Wolf Experimental [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
Since the LoST protocol [<a href="./rfc5222" title=""LoST: A Location-to-Service Translation Protocol"">RFC5222</a>] employs the Service Boundary
concept in order to avoid having clients continuously trying to
refresh the mapping of a specific service, a Service List Boundary
mechanism provides similar advantages for Service Lists.
Location-based service providers, as well as Public Safety Answering
Points (PSAPs), only serve a specific geographic region. Therefore,
the LoST protocol defines the Service Boundary, which indicates the
service region for a specific service URL. However, not all services
are available everywhere. Clients can discover available services
for a particular location via the <listServicesByLocation> query in
LoST. The LoST server returns a list of services that are available
at this particular location, but the server does not provide any
additional information about the geographical region within which the
returned Service List is considered valid. This may lead to the
situation where a client initially discovers all available services
via the <listServicesByLocation> query, and then moves to a different
location (while refreshing the service mappings), but without
noticing the availability of other services. The following imaginary
example illustrates the problem for emergency calling:
The client is powered-up, does location determination (resulting in
location A), and performs an initial <listServicesByLocation> query
with location A requesting urn:services:sos.
The LoST server returns the following list of services:
urn:service:sos.police
urn:service:sos.ambulance
urn:service:sos.fire
The client does the initial LoST mapping and discovers the
dialstrings for each service. Then the client moves, refreshing the
individual service mappings when necessary as specified by the
Service Boundary. However, when arriving in location B (close to a
mountain), service sos.mountainrescue, which was not available in
location A, becomes available. Since the client is only required to
refresh the mappings for the initially discovered services, the new
service is not detected. Consequently, the dialstring for the
mountain-rescue service is not known by the client. Hence, the
client is unable to recognize an emergency call when the user enters
the dialstring of the mountain-rescue service, and the emergency call
may fail altogether.
<span class="grey">Wolf Experimental [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
Note that the Service Boundary (service region for an individual
service) cannot be considered as an indicator for the region for
which a specific Service List is valid. The Service List may even
change within the Service Boundary of another service. For example,
the ambulance mapping is valid for a whole state, but for a part of
the state there is an additional mountain-rescue service.
Consequently, there are two ways to tackle this issue:
o Clients continuously poll for the Service List, although it may
not have changed.
o The server sends a message containing boundary information that
tells the client that the Service List does not change inside this
area.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Terminology</span>
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in <a href="./rfc2119">RFC 2119</a> [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. LoST Extensions</span>
This section describes the necessary extensions to the LoST protocol
in order to support the Service List Boundary in a similar way as the
Service Boundary. Extensions defined in this document are declared
in the new XML namespace urn:ietf:params:xml:ns:lost1:slb.
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. Extensions to <listServicesByLocation></span>
The query <listServicesByLocation> may contain an additional
<serviceListBoundaryRequest> element to additionally request the
boundary for the Service List based on the location provided, with
the resulting location for the list presented either by value or by
reference. In the example below, the value of the 'type' attribute
of the <serviceListBoundaryRequest> element is set to "value":
<span class="grey">Wolf Experimental [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
<?xml version="1.0" encoding="UTF-8"?>
<listServicesByLocation
xmlns="urn:ietf:params:xml:ns:lost1"
xmlns:gml="http://www.opengis.net/gml"
xmlns:slb="urn:ietf:params:xml:ns:lost1:slb"
recursive="true">
<location id="5415203asdf548" profile="civic">
<civicAddress xml:lang="en"
xmlns="urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr">
<country>AT</country>
<A1>Lower Austria</A1>
<A2>Bruck an der Leitha</A2>
<A3>Wolfsthal</A3>
<RD>Hauptplatz</RD>
<HNO>1</HNO>
<PC>2412</PC>
</civicAddress>
</location>
<service>urn:service:sos</service>
<slb:serviceListBoundaryRequest type="value"/>
</listServicesByLocation>
A <listServicesByLocationResponse> with the addition of one
<serviceListBoundary> element is shown below:
<?xml version="1.0" encoding="UTF-8"?>
<listServicesByLocationResponse
xmlns="urn:ietf:params:xml:ns:lost1"
xmlns:slb="urn:ietf:params:xml:ns:lost1:slb">
<serviceList>
urn:service:sos.ambulance
urn:service:sos.fire
urn:service:sos.gas
urn:service:sos.mountain
urn:service:sos.poison
urn:service:sos.police
</serviceList>
<span class="grey">Wolf Experimental [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
<path>
<via source="resolver.example"/>
<via source="authoritative.example"/>
</path>
<locationUsed id="5415203asdf548"/>
<slb:serviceListBoundary profile="civic"
expires="2012-01-01T00:00:00Z">
<civicAddress xml:lang="en"
xmlns="urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr">
<country>AT</country>
<A1>Lower Austria</A1>
</civicAddress>
</slb:serviceListBoundary>
</listServicesByLocationResponse>
The response above indicates that the Service List is valid for Lower
Austria. The <listServicesByLocation> request needs to be repeated
by the client only when moving out of Lower Austria. However, the
mappings of the services themselves may have other service
boundaries. Additionally, the 'expires' attribute indicates the
absolute time when this Service List becomes invalid.
The response MAY contain multiple <serviceListBoundary> elements for
alternative representation, each representing the boundary in a
specific location profile. However, multiple locations inside a
<serviceListBoundary> element are considered to be additive.
The boundary can also be requested by reference when setting the
value of the 'type' attribute of the <serviceListBoundaryRequest>
element to "reference" (which is the default in case the attribute is
omitted). The response will contain a <serviceListBoundaryReference>
element with a 'serviceListKey' attribute (described in <a href="#section-3.2">Section 3.2</a>),
as shown below.
<?xml version="1.0" encoding="UTF-8"?>
<listServicesByLocationResponse
xmlns="urn:ietf:params:xml:ns:lost1"
xmlns:slb="urn:ietf:params:xml:ns:lost1:slb">
<serviceList>
urn:service:sos.ambulance
urn:service:sos.fire
urn:service:sos.gas
urn:service:sos.mountain
urn:service:sos.poison
urn:service:sos.police
</serviceList>
<span class="grey">Wolf Experimental [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
<path>
<via source="resolver.example"/>
<via source="authoritative.example"/>
</path>
<locationUsed id="5415203asdf548"/>
<slb:serviceListBoundaryReference
source="authoritative.example"
serviceListKey="123567890123567890123567890" />
</listServicesByLocationResponse>
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. Retrieving the <serviceListBoundary> via <getServiceListBoundary></span>
In order to retrieve the boundary corresponding to a specific
'serviceListKey', the client issues a <getServiceListBoundary>
request to the server identified in the 'source' attribute of the
<serviceListBoundaryReference> element, similar to the
<getServiceBoundary> request.
An example is shown below:
<?xml version="1.0" encoding="UTF-8"?>
<getServiceListBoundary
xmlns="urn:ietf:params:xml:ns:lost1:slb"
serviceListKey="123567890123567890123567890"/>
The LoST server response is shown below:
<?xml version="1.0" encoding="UTF-8"?>
<getServiceListBoundaryResponse
xmlns="urn:ietf:params:xml:ns:lost1:slb">
<serviceListBoundary profile="civic" expires="2012-01-01T00:00:00Z">
<civicAddress xml:lang="en"
xmlns="urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr">
<country>AT</country>
<A1>Lower Austria</A1>
</civicAddress>
</serviceListBoundary>
<path xmlns="urn:ietf:params:xml:ns:lost1">
<via source="resolver.example"/>
<via source="authoritative.example"/>
</path>
</getServiceListBoundaryResponse>
<span class="grey">Wolf Experimental [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
The 'serviceListKey' uniquely identifies a Service List Boundary, as
the 'key' does for the Service Boundary (see <a href="./rfc5222#section-5.6">Section 5.6 of
RFC 5222</a>). Therefore, the 'serviceListKey' is a random token with at
least 128 bits of entropy [<a href="./rfc4086" title=""Randomness Requirements for Security"">RFC4086</a>] and can be assumed globally
unique. Whenever the boundary changes, a new 'serviceListKey' MUST
be assigned.
Note: Since LoST does not define an attribute to indicate which
location profile the client understands in a <getServiceBoundary>
request, this document also does not define one for the
<getServiceListBoundary> request.
<span class="h3"><a class="selflink" id="section-3.3" href="#section-3.3">3.3</a>. <serviceListBoundary></span>
For a particular <listServicesByLocation> query, the Service List
Boundary information that gets returned indicates that all the
service identifiers returned in the <serviceList> element are the
same within this geographic region. A Service List Boundary may
consist of geometric shapes (both in civic and geodetic location
format), and may be non-contiguous, like the Service Boundary.
The mapping of the specific services within the Service List Boundary
may be different at different locations.
The server MAY return the boundary information in multiple location
profiles, but MUST use at least one profile that the client used in
the request in order to ensure that the client is able to process the
boundary information.
There is no need to include boundary information in a
<listServicesResponse>. The <listServices> request is purely for
diagnostic purposes and does not contain location information at all,
so boundary information cannot be calculated.
Also note that the Service List Boundary is OPTIONAL, and the LoST
server may return it or not, based on its local policy -- as is the
case with the Service Boundary. However, especially for emergency
services, the Service List Boundary might be crucial to ensure that
moving clients do not miss changes in the available services.
<span class="grey">Wolf Experimental [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
<span class="h3"><a class="selflink" id="section-3.4" href="#section-3.4">3.4</a>. Implementation Considerations</span>
The subsections below discuss implementation issues for the LoST
server and client for Service List Boundary support.
<span class="h4"><a class="selflink" id="section-3.4.1" href="#section-3.4.1">3.4.1</a>. Server Side</span>
The mapping architecture and framework [<a href="./rfc5582" title=""Location-to-URL Mapping Architecture and Framework"">RFC5582</a>] states that each
tree announces its coverage region (for one type of service, e.g.,
sos.police) to one or more forest guides. Forest guides peer with
each other and synchronize their data. Hence, a forest guide has
sufficient knowledge (it knows all the services and their coverage
regions) to answer a <listServicesByLocation> query and to add the
<serviceListBoundary> or <serviceListBoundaryReference> as well.
The calculation of the largest possible area for which the Service
List stays the same might be a complex task. An alternative would be
to return smaller areas that are easier to compute. In such a case,
some unnecessary queries to the LoST server will be a consequence,
but the main purpose of the Service List Boundary is still achieved:
to never miss a change of available services. Thus, the server
operator may specify a reasonable trade-off between the effort to
generate the boundary information and the saved queries to the LoST
server.
For example, in some countries the offered services may differ in
adjacent counties (or districts, cantons, states, etc.). Their
borders may be suitable as a Service List Boundary as well, even
though some adjacent counties offer the same services.
Other countries might have different structures, and the generation
of the Service List Boundary might follow other rules as long as it
is ensured that a client is able to notice any change in the Service
List when moving.
<span class="h4"><a class="selflink" id="section-3.4.2" href="#section-3.4.2">3.4.2</a>. Client Side</span>
A mobile client that already implements LoST and evaluates the
<serviceBoundary> has almost everything that is needed to make use of
the Service List Boundary. Since the integration into LoST follows
the concept of the <serviceBoundary> (and also makes use of the same
location profiles), only the additional <serviceListBoundary> needs
to be evaluated. Whenever moving outside a Service List Boundary,
the client performs a new <listServicesByLocation> query with the new
location information in order to determine a change in available
services.
<span class="grey">Wolf Experimental [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Security and Privacy Considerations</span>
Security considerations for LoST are discussed in [<a href="./rfc5222" title=""LoST: A Location-to-Service Translation Protocol"">RFC5222</a>]. This
document extends LoST to also carry Service List Boundaries (and
requests for them). These Service List Boundaries are calculated by
the server based on the individual Service Boundaries and sent to
clients in case the local policy allows this. Therefore, it is
generally considered to have the same level of sensitivity as for the
Service Boundary and thus the same access control and confidentiality
requirements as the base LoST protocol. As a result, the security
measures incorporated in the base LoST specification [<a href="./rfc5222" title=""LoST: A Location-to-Service Translation Protocol"">RFC5222</a>]
provide sufficient protection for LoST messages that use the Service
List Boundary extension.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. IANA Considerations</span>
IANA has taken two actions: an XML schema registration and a
namespace registration, according to the description in the following
sections.
<span class="h3"><a class="selflink" id="section-5.1" href="#section-5.1">5.1</a>. Relax NG Schema Registration</span>
IANA has registered the following Relax NG Schema in the IETF XML
Registry [<a href="./rfc3688" title=""The IETF XML Registry"">RFC3688</a>]:
URI: urn:ietf:params:xml:schema:lost1:slb
Registrant Contact: IETF ECRIT Working Group, Karl Heinz Wolf
(karlheinz.wolf@nic.at)
Relax NG Schema:
BEGIN
<?xml version="1.0" encoding="UTF-8"?>
<grammar
xmlns="http://relaxng.org/ns/structure/1.0"
xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
xmlns:slb="urn:ietf:params:xml:ns:lost1:slb"
ns="urn:ietf:params:xml:ns:lost1"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<include href="lost.rng">
<span class="grey">Wolf Experimental [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
<!-- redefinition of LoST elements -->
<start>
<choice>
<ref name="findService"/>
<ref name="listServices"/>
<ref name="listServicesByLocation"/>
<ref name="getServiceBoundary"/>
<ref name="findServiceResponse"/>
<ref name="listServicesResponse"/>
<ref name="listServicesByLocationResponse"/>
<ref name="getServiceBoundaryResponse"/>
<ref name="errors"/>
<ref name="redirect"/>
<!-- New in <a href="./rfc6197">RFC 6197</a> -->
<ref name="getServiceListBoundary"/>
<ref name="getServiceListBoundaryResponse"/>
</choice>
</start>
<define name="listServicesByLocation">
<element name="listServicesByLocation">
<ref name="requestLocation"/>
<ref name="commonRequestPattern"/>
<optional>
<attribute name="recursive">
<data type="boolean"/>
<a:defaultValue>true</a:defaultValue>
</attribute>
</optional>
<!-- New in <a href="./rfc6197">RFC 6197</a> -->
<optional>
<ref name="serviceListBoundaryRequest"/>
</optional>
</element>
</define>
<define name="listServicesByLocationResponse">
<element name="listServicesByLocationResponse">
<ref name="serviceList"/>
<ref name="commonResponsePattern"/>
<ref name="locationUsed"/>
<span class="grey">Wolf Experimental [Page 11]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-12" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
<!-- New in <a href="./rfc6197">RFC 6197</a> -->
<optional>
<choice>
<ref name="serviceListBoundary"/>
<ref name="serviceListBoundaryReference"/>
</choice>
</optional>
</element>
</define>
</include>
<define name="serviceListBoundaryRequest">
<element name="slb:serviceListBoundaryRequest">
<optional>
<attribute name="type">
<choice>
<value>value</value>
<value>reference</value>
</choice>
<a:defaultValue>reference</a:defaultValue>
</attribute>
</optional>
</element>
</define>
<define name="serviceListBoundary">
<oneOrMore>
<element name="slb:serviceListBoundary">
<optional>
<ref name="expires"/>
</optional>
<ref name="locationInformation"/>
<ref name="extensionPoint"/>
</element>
</oneOrMore>
</define>
<define name="serviceListBoundaryReference">
<element name="slb:serviceListBoundaryReference">
<ref name="source"/>
<attribute name="serviceListKey">
<data type="token"/>
</attribute>
<ref name="extensionPoint"/>
</element>
</define>
<span class="grey">Wolf Experimental [Page 12]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-13" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
<define name="getServiceListBoundary">
<element name="slb:getServiceListBoundary">
<attribute name="serviceListKey">
<data type="token"/>
</attribute>
<ref name="extensionPoint"/>
</element>
</define>
<define name="getServiceListBoundaryResponse">
<element name="slb:getServiceListBoundaryResponse">
<ref name="serviceListBoundary"/>
<ref name="path"/>
<ref name="extensionPoint"/>
</element>
</define>
</grammar>
END
<span class="h3"><a class="selflink" id="section-5.2" href="#section-5.2">5.2</a>. Namespace Registration</span>
IANA has registered the following namespace (below the LoST namespace
defined in [<a href="./rfc5222" title=""LoST: A Location-to-Service Translation Protocol"">RFC5222</a>]) in the IETF XML Registry [<a href="./rfc3688" title=""The IETF XML Registry"">RFC3688</a>]:
URI: urn:ietf:params:xml:ns:lost1:slb
Registrant Contact: IETF ECRIT Working Group, Karl Heinz Wolf
(karlheinz.wolf@nic.at)
<span class="grey">Wolf Experimental [Page 13]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-14" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
XML:
BEGIN
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
"<a href="http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd</a>">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type"
content="text/html;charset=iso-8859-1"/>
<title>LoST Service List Boundary Namespace</title>
</head>
<body>
<h1>Namespace for the LoST Service List Boundary</h1>
<h2>urn:ietf:params:xml:ns:lost1:slb</h2>
<p>See <a href="http://www.rfc-editor.org/rfc/rfc6197.txt">
<a href="./rfc6197">RFC 6197</a></a>.</p>
</body>
</html>
END
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Acknowledgements</span>
The author would like to thank Henning Schulzrinne for discussion of
the document, and Martin Thomson, Richard Barnes, and Roger Marshall
for their valuable input and text suggestions during the working
group Last Call. Further thanks go to Joshua Bell from the
Applications Area Review Team for his help with Relax NG.
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. References</span>
<span class="h3"><a class="selflink" id="section-7.1" href="#section-7.1">7.1</a>. Normative References</span>
[<a id="ref-RFC5222">RFC5222</a>] Hardie, T., Newton, A., Schulzrinne, H., and H.
Tschofenig, "LoST: A Location-to-Service Translation
Protocol", <a href="./rfc5222">RFC 5222</a>, August 2008.
[<a id="ref-RFC2119">RFC2119</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
[<a id="ref-RFC3688">RFC3688</a>] Mealling, M., "The IETF XML Registry", <a href="https://www.rfc-editor.org/bcp/bcp81">BCP 81</a>, <a href="./rfc3688">RFC 3688</a>,
January 2004.
[<a id="ref-RFC4086">RFC4086</a>] Eastlake 3rd, D., Schiller, J., and S. Crocker,
"Randomness Requirements for Security", <a href="https://www.rfc-editor.org/bcp/bcp106">BCP 106</a>, <a href="./rfc4086">RFC 4086</a>,
June 2005.
<span class="grey">Wolf Experimental [Page 14]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-15" ></span>
<span class="grey"><a href="./rfc6197">RFC 6197</a> serviceListBoundary April 2011</span>
<span class="h3"><a class="selflink" id="section-7.2" href="#section-7.2">7.2</a>. Informative References</span>
[<a id="ref-RFC5582">RFC5582</a>] Schulzrinne, H., "Location-to-URL Mapping Architecture and
Framework", <a href="./rfc5582">RFC 5582</a>, September 2009.
Author's Address
Karl Heinz Wolf
nic.at GmbH
Karlsplatz 1/2/9
Wien A-1010
Austria
Phone: +43 1 5056416 37
EMail: karlheinz.wolf@nic.at
URI: <a href="http://www.nic.at/">http://www.nic.at/</a>
Wolf Experimental [Page 15]
</pre>
|