<xsd:complexType name="shapeDefaultsElt">
<xsd:annotation>
<xsd:documentation>Defines the default shape values.</xsd:documentation>
</xsd:annotation>
<xsd:choice maxOccurs="unbounded">
<xsd:any processContents="skip" namespace="urn:schemas-microsoft-com:office:office" minOccurs="0" maxOccurs="unbounded">
</xsd:any>
<xsd:element name="binData" type="binDataType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains the binary data for the shape defaults.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|