2.2.4.3 AccessObjectList

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

Specifies an array of complex type AccessObject (section 2.2.4.1) in a database application.

 <xs:complexType name="AccessObjectList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="AccessObject" type="tns:AccessObject"/>
   </xs:sequence>
 </xs:complexType>

AccessObject: An AccessObject (section 2.2.4.1) that specifies an object in a database application.