Documentation for ATIS-Draft-03-00-79

Complex Type: SPStreetSeg

[Table of contents]

Super-types: None
Sub-types: None
Name SPStreetSeg
Used by (from the same schema document) Complex Type CcGISFile , Complex Type CcGISFile , Complex Type SpGIS , Complex Type SpGIS , Complex Type SpGISPush
Abstract no
XML Instance Representation
<...>
<segID> lrms:IdType </segID> [1]
<node1> lrms:IdType </node1> [1]
<node2> lrms:IdType </node2> [1]
<direction> SP-OneWay </direction> [0..1]
<feature> SP-FeatureID </feature> [0..1]
<street> lrms:IdType </street> [1]
<addr1> CPT-GenericCounter </addr1> [0..1]
<addr2> CPT-GenericCounter </addr2> [0..1]
<localSPStreetSeg> local:SPStreetSeg </localSPStreetSeg> [0..1]
</...>
Diagram
h-339103814 h-339103814 h-339103814 h968090996 h1868825574 h-339103814 h240005744 h240005744 h1986700784
Schema Component Representation
<xs:complexType name="SPStreetSeg">
<xs:sequence>
<xs:element name="segID" type=" lrms:IdType "/>
<xs:element name="node1" type=" lrms:IdType "/>
<xs:element name="node2" type=" lrms:IdType "/>
<xs:element name="direction" type=" SP-OneWay " minOccurs="0"/>
<-- if absent 2-way -->
<xs:element name="feature" type=" SP-FeatureID " minOccurs="0"/>
<xs:element name="street" type=" lrms:IdType "/>
<xs:element name="addr1" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="addr2" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="localSPStreetSeg" type=" local:SPStreetSeg " minOccurs="0"/>
</xs:sequence>
</xs:complexType>