2.2.5.1 AccessObjectType

Namespace: http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/ApplicationDesignService

A string ([XMLSCHEMA2] section 3.2.1) that specifies the type of an object in a database application.

 <xs:simpleType name="AccessObjectType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Unknown"/>
     <xs:enumeration value="Table"/>
     <xs:enumeration value="Query"/>
     <xs:enumeration value="DataMacro"/>
     <xs:enumeration value="Form"/>
     <xs:enumeration value="UIMacro"/>
     <xs:enumeration value="Report"/>
     <xs:enumeration value="Image"/>
     <xs:enumeration value="NavigationPane"/>
     <xs:enumeration value="AccessProperties"/>
     <xs:enumeration value="ApplicationVersion"/>
     <xs:enumeration value="ApplicationLogic"/>
     <xs:enumeration value="ApplicationStyle"/>
     <xs:enumeration value="LinkedTable"/>
     <xs:enumeration value="EmbeddedExpression"/>
     <xs:enumeration value="LinkedQuery"/>
     <xs:enumeration value="NavBarSettings"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the AccessObjectType simple type.

Value

Meaning

Unknown

The object type is not specified.

Table

The object is a table ([MS-AXL2] section 2.1.1).

Query

The object is a query ([MS-AXL2] section 2.1.3).

DataMacro

The object is a data macro ([MS-AXL2] section 2.2.1.14).

Form

The object is a form ([MS-AXL2] section 2.2.1.12).

UIMacro

The object is a user interface macro ([MS-AXL2] section 2.1.2.1).

Report

This value MUST NOT be used.

Image

This value MUST NOT be used.

NavigationPane

This value MUST NOT be used.

AccessProperties

This value MUST NOT be used.

ApplicationVersion

This value MUST NOT be used.

ApplicationLogic

This value MUST NOT be used.

ApplicationStyle

This value MUST NOT be used.

LinkedTable

The object is a linked table ([MS-AXL2] section 2.1.1.6).

EmbeddedExpression

This value MUST NOT be used.

LinkedQuery

This value MUST NOT be used.

NavBarSettings

This value MUST NOT be used.