Documentation for ATIS-Draft-03-00-79

Complex Type: StreetInfo

[Table of contents]

Super-types: None
Sub-types: None
Name StreetInfo
Used by (from the same schema document) Complex Type LinearReference , Complex Type AddressLink , Complex Type AddressPoint , Complex Type AreaLocation , Complex Type CrossStreetsLink , Complex Type CrossStreetsLink , Complex Type CrossStreetsLink , Complex Type CrossStreetsPoint , Complex Type CrossStreetsPoint , Complex Type NodeAttribute
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<prefix> Text-name-presuf4 </prefix> [0..4]
<name> Text-name255 </name> [1]
<suffix> Text-name-presuf4 </suffix> [0..4]
<streetIndex> IdType </streetIndex> [1]
End Choice
</...>
Diagram
h-1684609780 h-1187766196 h-1684609780 h-339103814
Schema Component Representation
<xs:complexType name="StreetInfo">
<xs:choice>
<xs:sequence>
<xs:element name="prefix" type=" Text-name-presuf4 " minOccurs="0" maxOccurs="4"/>
<xs:element name="name" type=" Text-name255 "/>
<xs:element name="suffix" type=" Text-name-presuf4 " minOccurs="0" maxOccurs="4"/>
</xs:sequence>
<xs:element name="streetIndex" type=" IdType "/>
</xs:choice>
</xs:complexType>