Documentation for ATIS-Draft-03-00-79

Complex Type: SpGISPush

[Table of contents]

Super-types: None
Sub-types: None
Name SpGISPush
Used by (from the same schema document) Element spGISPush
Abstract no
XML Instance Representation
<...>
<header> CPTPushHeader </header> [1]
<version> CPT-FileVersion </version> [1]
<effective> CPT-DateTime </effective> [1]
<update-thru> CPT-DateTime </update-thru> [1]
<boundary-box> SPPolygon </boundary-box> [1]
<layers> [1]
Start Sequence [1..200]
<layer> SPGISLayer </layer> [1]
End Sequence
</layers>
<features> [1]
Start Sequence [1..200000]
<feature> SPFeature </feature> [1]
End Sequence
</features>
<streets> [0..1]
Start Sequence [1..10000]
<street> lrms:StreetInfo </street> [1]
End Sequence
</streets>
<nodes> [0..1]
Start Sequence [1..100000]
<node> lrms:NodeAttribute </node> [1]
End Sequence
</nodes>
<segments> [0..1]
Start Sequence [1..1000000]
<segment> SPStreetSeg </segment> [1]
End Sequence
</segments>
<highlights> [0..1]
Start Sequence [1..100000]
<highlight> CPTGenericIden </highlight> [1]
End Sequence
</highlights>
<localSpGISPush> local:SpGISPush </localSpGISPush> [0..1]
</...>
Diagram
h-1737467159 h1398126929 h1272267302 h1272267302 h-1414121128 h483636130 h-1995809004 h1398024598 h730866261 h1986700784 h-1935084263 h-1988567415
Schema Component Representation
<xs:complexType name="SpGISPush">
<xs:sequence>
<xs:element name="header" type=" CPTPushHeader "/>
<xs:element name="version" type=" CPT-FileVersion "/>
<xs:element name="effective" type=" CPT-DateTime "/>
<xs:element name="update-thru" type=" CPT-DateTime "/>
<xs:element name="boundary-box" type=" SPPolygon "/>
<xs:element name="layers">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="200">
<xs:element name="layer" type=" SPGISLayer "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="features">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="200000">
<xs:element name="feature" type=" SPFeature "/>
<-- data to convey an OPTIONAL associated street network agencies may elect to omit some or all streets or street segments from the map -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="streets" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="street" type=" lrms:StreetInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="nodes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100000">
<xs:element name="node" type=" lrms:NodeAttribute "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="segments" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000000">
<xs:element name="segment" type=" SPStreetSeg "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="highlights" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100000">
<xs:element name="highlight" type=" CPTGenericIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localSpGISPush" type=" local:SpGISPush " minOccurs="0"/>
</xs:sequence>
</xs:complexType>