2.2.3.2 CT_Property

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

Referenced by: CT_PropertyBag

Specifies a single property in an Application. If the Name of a property is the same as a name in the following table, then the Type and value of the property MUST be set to the corresponding type and value.

Property name

Property type

Property value

Property meaning

WebStartupView

MUST be 10.

MUST be the name of a Form defined in the Application.

Specifies the initial Form to show when the database application is opened or viewed.

WebDesignMode

MUST be 2.

MUST be 1.

Specifies that the database application can be used to create a site.

Attributes:

Name : A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of the property. MUST be unique within the same Application.

Type : A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the type of the property.

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

 <xsd:complexType name="CT_Property">
   <xsd:complexContent>
     <xsd:extension base="CT_Expression">
       <xsd:attribute name="Name" type="xsd:string" use="required" wbld:cname="Name"/>
       <xsd:attribute name="Type" type="xsd:string" use="required" wbld:cname="Type"/>
     </xsd:extension>
   </xsd:complexContent>
 </xsd:complexType>

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