2.24.3.29 CT_GeoCache

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

Referenced by: CT_Geography

A complex type<343> that specifies the geographical data for the geospatial series.

Child Elements:

binary: A base64Binary ([XMLSCHEMA2/2] section 3.2.16) element<344> that specifies the geographic data for the geospatial series in base64binary.

clear: A CT_Clear element<345> that specifies the geographic data for the geospatial series.

Attributes:

provider: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<346> that specifies a unique identifier for the provider or source of the geographical data for 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_GeoCache">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="binary" type="xsd:base64Binary" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="clear" type="CT_Clear" minOccurs="0" maxOccurs="1"/>
   </xsd:choice>
   <xsd:attribute name="provider" type="xsd:string" use="required"/>
 </xsd:complexType>

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