Documentation for ATIS-Draft-03-00-79

Complex Type: SPPolygon

[Table of contents]

Super-types: None
Sub-types: None
Name SPPolygon
Used by (from the same schema document) Complex Type CcGISFile , Complex Type PiAgencyList , Complex Type PiAgencyListSub , Complex Type PiGeoZoneList , Complex Type PiGeoZoneListSub , Complex Type PiServiceList , Complex Type PiServiceListSub , Complex Type SpGIS , Complex Type SpGISPush , Complex Type SpGISSub , Complex Type CPTRadioZone , Complex Type FCFareZoneDefinition , Complex Type IMIncident , Complex Type PIAgencyProfile , Complex Type PIGeoZone , Complex Type SPFacilityGeoLoc , Complex Type SPFeatureGeometry , Complex Type SPIncidentLocation , Complex Type SPInteriorLocation , Complex Type SPStopGeoLoc , Complex Type TSPBoundaryEntry
Abstract no
XML Instance Representation
<...>
<polygonName> lrms:Text-name255 </polygonName> [0..1]
<vertices> [1]
Start Sequence [3..255]
<vertice> atis:ShapePoint </vertice> [1]
End Sequence
</vertices>
<polygonId> lrms:String-index64 </polygonId> [0..1]
</...>
Diagram
h-1187766196 h-1104843596 h-568134375
Schema Component Representation
<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>