2.2.3.41 CT_UserInterfaceMacros

Target namespace: http://schemas.microsoft.com/office/accessservices/2010/12/application

Referenced by: CT_FormDef, UserInterfaceMacros

Container type for User Interface Macros (section 2.1.2.1) on a form. MUST contain one or more UserInterfaceMacro elements.

Child Elements:

UserInterfaceMacro: A CT_UserInterfaceMacro (section 2.2.3.43) element that specifies a single User Interface Macro.

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

 <xsd:complexType name="CT_UserInterfaceMacros">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="UserInterfaceMacro" minOccurs="0" maxOccurs="unbounded" type="CT_UserInterfaceMacro" wbld:cname="UserInterfaceMacro"/>
   </xsd:choice>
 </xsd:complexType>

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