complexType tcip:SPPolygon
diagram
namespace http://www.TCIP-Adopted-03-00-01
children polygonName vertices polygonId
used by
elements tcip:CcGISFile/boundary-box tcip:SpGISSub/boundary-box tcip:SpGISPush/boundary-box tcip:SpGIS/boundary-box tcip:TSPBoundaryEntry/boundaryPolygon tcip:PiServiceList/polygon tcip:PiServiceListSub/polygon tcip:PiGeoZoneListSub/polygon tcip:PiGeoZoneList/polygon tcip:SPFeatureGeometry/geometry/polygon tcip:IMIncident/polygon-location tcip:SPInteriorLocation/polygon-location tcip:SPFacilityGeoLoc/polygonLocation tcip:SPIncidentLocation/polygonLocation tcip:SPStopGeoLoc/polygonLocation tcip:PiAgencyListSub/service-area tcip:PIAgencyProfile/service-area tcip:PiAgencyList/service-area tcip:CPTRadioZone/zone tcip:PIGeoZone/zone-boundary tcip:FCFareZoneDefinition/zonePolygon
source <xs:complexType name="SPPolygon">
 
<xs:sequence>
   
<xs:element name="polygonName" type="lrms:Text-name255" minOccurs="0"/>
   
<xs:element name="vertices">
     
<xs:complexType>
       
<xs:sequence minOccurs="3" maxOccurs="255">
         
<xs:element name="vertice" type="atis:ShapePoint"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="polygonId" type="lrms:String-index64" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:SPPolygon/polygonName
diagram
type lrms:Text-name255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 255
source <xs:element name="polygonName" type="lrms:Text-name255" minOccurs="0"/>

element tcip:SPPolygon/vertices
diagram
properties
isRef 0
content complex
children vertice
source <xs:element name="vertices">
 
<xs:complexType>
   
<xs:sequence minOccurs="3" maxOccurs="255">
     
<xs:element name="vertice" type="atis:ShapePoint"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SPPolygon/vertices/vertice
diagram
type atis:ShapePoint
properties
isRef 0
content complex
children lat long heading vertical
source <xs:element name="vertice" type="atis:ShapePoint"/>

element tcip:SPPolygon/polygonId
diagram
type lrms:String-index64
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 64
source <xs:element name="polygonId" type="lrms:String-index64" minOccurs="0"/>


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