2.2.3.47 CT_DataMacros

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/application

Referenced by: DataMacros

Container type for Data Macros. MUST contain one or more DataMacro elements.

Child Elements:

DataMacro : A CT_DataMacro element that specifies a single Data Macro.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_DataMacros">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="DataMacro" minOccurs="0" maxOccurs="unbounded" type="CT_DataMacro" wbld:cname="DataMacro"/>
   </xsd:choice>
 </xsd:complexType>

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