2.24.3.14 CT_Copyrights

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

Referenced by: CT_GeoData

A complex type<289> that specifies the set of entities that hold copyrights for a polygon in the composition of the returned geographic polygon.

Child Elements:

copyright: A string ([XMLSCHEMA2/2] section 3.2.1) element<290> that specifies an entity that holds the copyright for 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_Copyrights">
   <xsd:sequence>
     <xsd:element name="copyright" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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