Documentation for ATIS-Draft-03-00-79

Complex Type: IdType

[Table of contents]

Super-types: None
Sub-types: None
Name IdType
Used by (from the same schema document) Complex Type Geometry , Complex Type Transition , Complex Type AreaLocation , Complex Type Chain , Complex Type LinkLocation , Complex Type LocationReference , Complex Type NodeAttribute , Complex Type NodeAttribute , Complex Type PointLocation , Complex Type PublicGridLocalReference , Complex Type PublicGridLocalReference , Complex Type SpatialObject , Complex Type StreetInfo
Abstract no
XML Instance Representation
<...>
<intOrAlpha> [1]
Start Choice [1]
<id> Int-index32 </id> [1]
<idAlpha> String-index64 </idAlpha> [1]
End Choice
</intOrAlpha>
<databaseID> String-index64 </databaseID> [1]
</...>
Diagram
h-962269906 h-568134375 h-568134375
Schema Component Representation
<xs:complexType name="IdType">
<xs:sequence>
<xs:element name="intOrAlpha">
<xs:complexType>
<xs:choice>
<xs:element name="id" type=" Int-index32 "/>
<xs:element name="idAlpha" type=" String-index64 "/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="databaseID" type=" String-index64 "/>
</xs:sequence>
</xs:complexType>