2.24.3.56 CT_GeoPolygons

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_GeoData

A complex type<425> that specifies the set of polygons composing the returned geographical polygon.

Child Elements:

geoPolygon: A CT_GeoPolygon element<426> that specifies a single 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_GeoPolygons">
   <xsd:sequence>
     <xsd:element name="geoPolygon" type="CT_GeoPolygon" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).