Mcds class
Defines the Mcds Class. When the object is serialized out as xml, its qualified name is wne:mcds.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office.Word.Mcds
Namespace: DocumentFormat.OpenXml.Office.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.1.4.2 CT_Mcds
Target namespace: http://schemas.microsoft.com/office/word/2006/wordml
Referenced by: CT_VbaSuppData
A complex type that specifies a collection of macros.
Child Elements:
mcd : A CT_Mcd element (section 2.1.4.1) that specifies a macro.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment defines the contents of this complex type.
<xsd:complexType name="CT_Mcds">
<xsd:sequence>
<xsd:element name="mcd" type="CT_Mcd" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
2.1.5.3 CT_Mcds
Target namespace: http://schemas.microsoft.com/office/word/2006/wordml
Referenced by: CT_VbaSuppData
A complex type that specifies a collection of macros.
Child Elements:
mcd: A CT_Mcd element (section 2.1.5.2) that specifies a macro.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment defines the contents of this complex type.
<xsd:complexType name="CT_Mcds">
<xsd:sequence>
<xsd:element name="mcd" type="CT_Mcd" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>