complexType tcip:SpGISPush
diagram
namespace http://www.TCIP-Adopted-03-00-01
children header version effective update-thru boundary-box layers features streets nodes segments highlights localSpGISPush
used by
element tcip:spGISPush
source <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 maxOccurs="200">
         
<xs:element name="layer" type="SPGISLayer"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="features">
     
<xs:complexType>
       
<xs:sequence 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 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 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 maxOccurs="1000000">
         
<xs:element name="segment" type="SPStreetSeg"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="highlights" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence 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>

element tcip:SpGISPush/header
diagram
type tcip:CPTPushHeader
properties
isRef 0
content complex
children file-type effective sched-version version-number source updates-only updates-since updates-thru applicability time-sent
source <xs:element name="header" type="CPTPushHeader"/>

element tcip:SpGISPush/version
diagram
type tcip:CPT-FileVersion
properties
isRef 0
content simple
source <xs:element name="version" type="CPT-FileVersion"/>

element tcip:SpGISPush/effective
diagram
type tcip:CPT-DateTime
properties
isRef 0
content simple
source <xs:element name="effective" type="CPT-DateTime"/>

element tcip:SpGISPush/update-thru
diagram
type tcip:CPT-DateTime
properties
isRef 0
content simple
source <xs:element name="update-thru" type="CPT-DateTime"/>

element tcip:SpGISPush/boundary-box
diagram
type tcip:SPPolygon
properties
isRef 0
content complex
children polygonName vertices polygonId
source <xs:element name="boundary-box" type="SPPolygon"/>

element tcip:SpGISPush/layers
diagram
properties
isRef 0
content complex
children layer
source <xs:element name="layers">
 
<xs:complexType>
   
<xs:sequence maxOccurs="200">
     
<xs:element name="layer" type="SPGISLayer"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SpGISPush/layers/layer
diagram
type tcip:SPGISLayer
properties
isRef 0
content complex
children feature-type landmark-type metadata scale-range symbols localSPGISLayer
source <xs:element name="layer" type="SPGISLayer"/>

element tcip:SpGISPush/features
diagram
properties
isRef 0
content complex
children feature
source <xs:element name="features">
 
<xs:complexType>
   
<xs:sequence 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>

element tcip:SpGISPush/features/feature
diagram
type tcip:SPFeature
properties
isRef 0
content complex
children feature-id feature-type landmark-type metadata feature-name association default-color highlight-color geometry label localSPFeature
source <xs:element name="feature" type="SPFeature"/>

element tcip:SpGISPush/streets
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children street
source <xs:element name="streets" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10000">
     
<xs:element name="street" type="lrms:StreetInfo"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SpGISPush/streets/street
diagram
type lrms:StreetInfo
properties
isRef 0
content complex
children prefix name suffix streetIndex
source <xs:element name="street" type="lrms:StreetInfo"/>

element tcip:SpGISPush/nodes
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children node
source <xs:element name="nodes" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100000">
     
<xs:element name="node" type="lrms:NodeAttribute"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SpGISPush/nodes/node
diagram
type lrms:NodeAttribute
properties
isRef 0
content complex
children nodeId chainId nodeOrigin nodeValence geoLocation streets localNodeAttribute
source <xs:element name="node" type="lrms:NodeAttribute"/>

element tcip:SpGISPush/segments
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children segment
source <xs:element name="segments" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="1000000">
     
<xs:element name="segment" type="SPStreetSeg"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SpGISPush/segments/segment
diagram
type tcip:SPStreetSeg
properties
isRef 0
content complex
children segID node1 node2 direction feature street addr1 addr2 localSPStreetSeg
source <xs:element name="segment" type="SPStreetSeg"/>

element tcip:SpGISPush/highlights
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children highlight
source <xs:element name="highlights" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100000">
     
<xs:element name="highlight" type="CPTGenericIden"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SpGISPush/highlights/highlight
diagram
type tcip:CPTGenericIden
properties
isRef 0
content complex
children specific-type numeric-id agency-id name1 name2 name3 name4 name5 name6 name7 name8 numeric2
source <xs:element name="highlight" type="CPTGenericIden"/>

element tcip:SpGISPush/localSpGISPush
diagram
type SpGISPush
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="localSpGISPush" type="local:SpGISPush" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy