complexType tcip:SPFeatureGeometry
diagram
namespace http://www.TCIP-Adopted-03-00-01
children geometry fill thickness
used by
element tcip:SPFeature/geometry
source <xs:complexType name="SPFeatureGeometry">
 
<xs:sequence>
   
<xs:element name="geometry">
     
<xs:complexType>
       
<xs:choice>
         
<xs:element name="point" type="SPPoint"/>
         
<xs:element name="line">
           
<xs:complexType>
             
<xs:sequence maxOccurs="10000">
               
<xs:element name="line-item" type="SPPoint"/>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="polygon" type="SPPolygon"/>
       
</xs:choice>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="fill" type="CPT-Boolean" minOccurs="0"/>
   
<xs:element name="thickness" type="CPT-GenericCounter" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:SPFeatureGeometry/geometry
diagram
properties
isRef 0
content complex
children point line polygon
source <xs:element name="geometry">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="point" type="SPPoint"/>
     
<xs:element name="line">
       
<xs:complexType>
         
<xs:sequence maxOccurs="10000">
           
<xs:element name="line-item" type="SPPoint"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="polygon" type="SPPolygon"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element tcip:SPFeatureGeometry/geometry/point
diagram
type tcip:SPPoint
properties
isRef 0
content complex
children pointName pointNodeId pointType linearReference addressPoint geoLocationPoint adminArea
source <xs:element name="point" type="SPPoint"/>

element tcip:SPFeatureGeometry/geometry/line
diagram
properties
isRef 0
content complex
children line-item
source <xs:element name="line">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10000">
     
<xs:element name="line-item" type="SPPoint"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SPFeatureGeometry/geometry/line/line-item
diagram
type tcip:SPPoint
properties
isRef 0
content complex
children pointName pointNodeId pointType linearReference addressPoint geoLocationPoint adminArea
source <xs:element name="line-item" type="SPPoint"/>

element tcip:SPFeatureGeometry/geometry/polygon
diagram
type tcip:SPPolygon
properties
isRef 0
content complex
children polygonName vertices polygonId
source <xs:element name="polygon" type="SPPolygon"/>

element tcip:SPFeatureGeometry/fill
diagram
type tcip:CPT-Boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="fill" type="CPT-Boolean" minOccurs="0"/>

element tcip:SPFeatureGeometry/thickness
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="thickness" type="CPT-GenericCounter" minOccurs="0"/>


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