2.24.3.35 CT_GeoData

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

Referenced by: CT_GeoDataEntityQueryResult

A complex type<357> that specifies the result of the query for the geographical polygon of a geospatial series.

Child Elements:

geoPolygons: A CT_GeoPolygons element<358> that specifies the set of polygons composing the returned geographical polygon.

copyrights: A CT_Copyrights element<359> that specifies the set of entities that hold copyrights for a polygon in the composition of the returned geographic polygon.

Attributes:

entityName: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<360> that specifies the name of the geographic entity represented by the returned geographical polygon.

entityId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<361> that specifies the geographical entity identifier of the geographic entity represented by the returned geographical polygon. The value of this attribute is unique to a given geographical entity.

east: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<362> that specifies the eastern longitude of the smallest bounding box, representing a rectangular area on the Earth, that fully encloses the returned geographical polygon.

west: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<363> that specifies the western longitude of the smallest bounding box, representing a rectangular area on the Earth, that fully encloses the returned geographical polygon.

north: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<364> that specifies the northern latitude of the smallest bounding box, representing a rectangular area on the Earth, that fully encloses the returned geographical polygon.

south: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<365> that specifies the southern latitude of the smallest bounding box, representing a rectangular area on the Earth, that fully encloses the returned geographical polygon.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_GeoData">
   <xsd:sequence>
     <xsd:element name="geoPolygons" type="CT_GeoPolygons" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="copyrights" type="CT_Copyrights" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="entityName" type="xsd:string" use="required"/>
   <xsd:attribute name="entityId" type="xsd:string" use="required"/>
   <xsd:attribute name="east" type="xsd:double" use="required"/>
   <xsd:attribute name="west" type="xsd:double" use="required"/>
   <xsd:attribute name="north" type="xsd:double" use="required"/>
   <xsd:attribute name="south" type="xsd:double" use="required"/>
 </xsd:complexType>

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