2.24.3.55 CT_GeoPolygon
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_GeoPolygons
A complex type<421> that specifies a single polygon in the composition of the returned geographic polygon.
Attributes:
polygonId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<422> that specifies the identification of a polygon in the composition of the returned geographic polygon.
numPoints: An integer ([XMLSCHEMA2/2] section 3.2.1) attribute<423> that specifies the number of latitude and longitude pairs composing a polygon in the composition of the returned geographic polygon.
pcaRings: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<424> that specifies a set of latitude and longitude pairs, compressed using Bing Point Compression Algorithm (https://msdn.microsoft.com/en-us/library/jj158958.aspx), that specifies a polygon in the composition of the returned geographic polygon.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_GeoPolygon"> <xsd:attribute name="polygonId" type="xsd:string" use="required"/> <xsd:attribute name="numPoints" type="xsd:integer" use="required"/> <xsd:attribute name="pcaRings" type="xsd:string" use="required"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).