Documentation for ATIS-Draft-03-00-79

Complex Type: Polygon

[Table of contents]

Super-types: None
Sub-types: None
Name Polygon
Used by (from the same schema document) Complex Type Geometry , Complex Type AreaLocation , Complex Type SpatialObject
Abstract no
XML Instance Representation
<...
locationId=" String-index64 [0..1]">
<polygonName> Text-name255 </polygonName> [0..1]
<vertex> PointLocation </vertex> [3..255]
</...>
Diagram
h-1187766196 h-1282069248 h-568134375
Schema Component Representation
<xs:complexType name="Polygon">
<xs:sequence>
<xs:element name="polygonName" type=" Text-name255 " minOccurs="0"/>
<xs:element name="vertex" type=" PointLocation " minOccurs="3" maxOccurs="255"/>
</xs:sequence>
<xs:attribute name="locationId" type=" String-index64 "/>
</xs:complexType>