Documentation for ATIS-Draft-03-00-79

Complex Type: SPLocationConversionEntry

[Table of contents]

Super-types: None
Sub-types: None
Name SPLocationConversionEntry
Used by (from the same schema document) Complex Type SpLocationConversion
Abstract no
XML Instance Representation
<...>
<point> SPPoint </point> [1]
<requested-type> SP-GeoPointType </requested-type> [1]
Start Choice [1]
<converted-point> SPPoint </converted-point> [1]
<error-message> CPT-Footnote </error-message> [1]
End Choice
</...>
Diagram
h2081204526 h-128226524 h2081204526 h-125442069
Schema Component Representation
<xs:complexType name="SPLocationConversionEntry">
<xs:sequence>
<xs:element name="point" type=" SPPoint "/>
<-- provided value -->
<xs:element name="requested-type" type=" SP-GeoPointType "/>
<xs:choice>
<xs:element name="converted-point" type=" SPPoint "/>
<xs:element name="error-message" type=" CPT-Footnote "/>
</xs:choice>
</xs:sequence>
</xs:complexType>