2.2.3.52 CT_View

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

Referenced by: View

Specifies a View that describes a Form. MUST contain exactly one Form element.

Child Elements:

a:Form : A CT_Form element that specifies the Form.

Data : A CT_ViewData element that specifies the data properties of the CT_Form encapsulated by the View.

UserInterfaceMacros : A CT_UserInterfaceMacros element that specifies all User Interface Macros associated with the View.

Attributes:

MinimumClientDesignVersion : An Ignored Value.

Name : An ST_ObjectName attribute that specifies the name of the View.

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

 <xsd:complexType name="CT_View">
   <xsd:sequence>
     <xsd:choice>
       <xsd:element ref="UserInterfaceMacros" minOccurs="0" wbld:cname="UserInterfaceMacros"/>
     </xsd:choice>
     <xsd:element name="Data" wbld:cname="Data" minOccurs="0" type="CT_ViewData"/>
     <xsd:element ref="a:Form" wbld:cname="Form"/>
   </xsd:sequence>
   <xsd:attribute name="Name" type="ST_ObjectName" use="required" wbld:cname="Name"/>
   <xsd:attribute name="MinimumClientDesignVersion" type="ST_ShortString" use="optional" wbld:cname="MinimumClientDesignVersion"/>
 </xsd:complexType>

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