Defines the default shape values.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Element | Description |
---|---|
binData | Contains the binary data for the shape defaults. |
None.
<xsd:complexType name="shapeDefaultsElt" >
<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:element>
</xsd:choice>
</xsd:complexType>