2.2.3.46 CT_UserInterfaceMacros

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

Referenced by: CT_View, UserInterfaceMacros

Container type for the User Interface Macros in a view. MUST contain one or more UserInterfaceMacro or MacroReference elements.

Child Elements:

MacroReference : A CT_MacroReference element that specifies a reference to a named User Interface Macro defined elsewhere in the database application.

UserInterfaceMacro : A CT_UserInterfaceMacro 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:element name="MacroReference" wbld:cname="MacroReference" type="CT_MacroReference"/>
   </xsd:choice>
 </xsd:complexType>

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