complexType tcip:SpGIS
diagram
namespace http://www.TCIP-Adopted-03-00-01
children header version effective update-thru update-since boundary-box requested-layers include-streets layers features streets nodes segments deleted-layers deleted-features deleted-streets deleted-nodes deleted-segments highlights localSpGIS
used by
element tcip:spGIS
source <xs:complexType name="SpGIS">
 
<xs:sequence>
   
<xs:element name="header" type="CPTSubscriptionHeader"/>
   
<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="update-since" type="CPT-DateTime" minOccurs="0"/>
   
<xs:element name="boundary-box" type="SPPolygon"/>
   
<xs:element name="requested-layers" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="200">
         
<xs:element name="requested-layer" type="CPT-FeatureType"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="include-streets" type="CPT-Boolean"/>
   
<xs:element name="layers" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="200">
         
<xs:element name="layer" type="SPGISLayer"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="features" minOccurs="0">
     
<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="deleted-layers" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="200">
         
<xs:element name="deleted-layer" type="CPT-FeatureType"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="deleted-features" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="200000">
         
<xs:element name="deleted-feature" type="SPFeature"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="deleted-streets" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="10000">
         
<xs:element name="deleted-street" type="lrms:StreetInfo"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="deleted-nodes" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="100000">
         
<xs:element name="deleted-node" type="lrms:NodeAttribute"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="deleted-segments" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="1000000">
         
<xs:element name="deleted-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="localSpGIS" type="local:SpGIS" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:SpGIS/header
diagram
type tcip:CPTSubscriptionHeader
properties
isRef 0
content complex
children requestedType expirationDate expirationTime reportInterval requestIdentifier subscriberIdentifier publisherIdentifier applicability
source <xs:element name="header" type="CPTSubscriptionHeader"/>

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

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

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

element tcip:SpGIS/update-since
diagram
type tcip:CPT-DateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="update-since" type="CPT-DateTime" minOccurs="0"/>

element tcip:SpGIS/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:SpGIS/requested-layers
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children requested-layer
source <xs:element name="requested-layers" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="200">
     
<xs:element name="requested-layer" type="CPT-FeatureType"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SpGIS/requested-layers/requested-layer
diagram
type tcip:CPT-FeatureType
properties
isRef 0
content simple
source <xs:element name="requested-layer" type="CPT-FeatureType"/>

element tcip:SpGIS/include-streets
diagram
type tcip:CPT-Boolean
properties
isRef 0
content simple
source <xs:element name="include-streets" type="CPT-Boolean"/>

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

element tcip:SpGIS/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:SpGIS/features
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children feature
source <xs:element name="features" minOccurs="0">
 
<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:SpGIS/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:SpGIS/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:SpGIS/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:SpGIS/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:SpGIS/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:SpGIS/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:SpGIS/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:SpGIS/deleted-layers
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children deleted-layer
source <xs:element name="deleted-layers" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="200">
     
<xs:element name="deleted-layer" type="CPT-FeatureType"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SpGIS/deleted-layers/deleted-layer
diagram
type tcip:CPT-FeatureType
properties
isRef 0
content simple
source <xs:element name="deleted-layer" type="CPT-FeatureType"/>

element tcip:SpGIS/deleted-features
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children deleted-feature
source <xs:element name="deleted-features" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="200000">
     
<xs:element name="deleted-feature" type="SPFeature"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SpGIS/deleted-features/deleted-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="deleted-feature" type="SPFeature"/>

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

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

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

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

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

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

element tcip:SpGIS/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:SpGIS/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:SpGIS/localSpGIS
diagram
type SpGIS
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="localSpGIS" type="local:SpGIS" minOccurs="0"/>


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