Documentation for ATIS-Draft-03-00-79

Complex Type: Chain

[Table of contents]

Super-types: None
Sub-types: None
Name Chain
Used by (from the same schema document) Complex Type Geometry , Complex Type LocationReference , Complex Type SpatialObject
Abstract no
XML Instance Representation
<...
locationID=" String-index64 [0..1]">
<chain> [1]
Start Choice [1]
<chainName> Text-name255 </chainName> [1]
<chainId> IdType </chainId> [1]
End Choice
</chain>
<startNodeInfo> NodeAttribute </startNodeInfo> [0..1]
<endNodeInfo> NodeAttribute </endNodeInfo> [0..1]
<chainOffset> Distance </chainOffset> [0..1]
<startSequenceNum> SequenceNum </startSequenceNum> [0..1]
<endSequenceNum> SequenceNum </endSequenceNum> [0..1]
</...>
Diagram
h-1187766196 h-339103814 h730866261 h730866261 h1439634298 h-1478580640 h-1478580640 h-568134375
Schema Component Representation
<xs:complexType name="Chain">
<xs:sequence>
<xs:element name="chain">
<xs:complexType>
<xs:choice>
<xs:element name="chainName" type=" Text-name255 "/>
<xs:element name="chainId" type=" IdType "/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="startNodeInfo" type=" NodeAttribute " minOccurs="0"/>
<xs:element name="endNodeInfo" type=" NodeAttribute " minOccurs="0"/>
<xs:element name="chainOffset" type=" Distance " minOccurs="0"/>
<xs:element name="startSequenceNum" type=" SequenceNum " minOccurs="0"/>
<xs:element name="endSequenceNum" type=" SequenceNum " minOccurs="0"/>
</xs:sequence>
<xs:attribute name="locationID" type=" String-index64 "/>
</xs:complexType>