2.2.4.58 UIMacro

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services.Design

The complex type UIMacro is an AccessStorageObject (section 2.2.4.28) that specifies an AccessObject (section 2.2.4.24) of type UIMacro that are command routines that respond to user interaction and change the state of the UI.

The DefinitionNodeString (section 2.2.4.24) child element of this type MUST be a string ([XMLSCHEMA2] section 3.2.1) containing zero or more UI Macros ([MS-AXL2] section 1.3.2) elements.

 <xs:complexType name="UIMacro" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns4:AccessStorageObject">
       <xs:sequence/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>