2.24.3.44 CT_Geography

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

Referenced by: CT_SeriesLayoutProperties

A complex type<387> that specifies layout properties for a geospatial series.

Child Elements:

geoCache: A CT_GeoCache element<388> that specifies the geographical data for the geospatial series.

Attributes:

projectionType: An ST_GeoProjectionType attribute<389> that specifies the cartographic map projection for the geospatial series.

viewedRegionType: An ST_GeoMappingLevel attribute<390> that specifies the level of view for the geospatial series.

cultureLanguage: A language ([XMLSCHEMA2/2] section 3.4.3) attribute<391> that specifies the language of the geospatial series.

cultureRegion: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<392> that specifies the ISO-3166-1 alpha 2 country code specifying the country/region of the geospatial series.

attribution: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<393> that specifies the provider or source of the geographical data of the geospatial series.

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

 <xsd:complexType name="CT_Geography">
   <xsd:sequence>
     <xsd:element name="geoCache" type="CT_GeoCache" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="projectionType" type="ST_GeoProjectionType" use="optional"/>
   <xsd:attribute name="viewedRegionType" type="ST_GeoMappingLevel" use="optional"/>
   <xsd:attribute name="cultureLanguage" type="xsd:language" use="required"/>
   <xsd:attribute name="cultureRegion" type="xsd:string" use="required"/>
   <xsd:attribute name="attribution" type="xsd:string" use="required"/>
 </xsd:complexType>

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