2.2.3.54 CT_ApplicationReference

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

Referenced by: ApplicationReference

Specifies an Application Reference. MUST contain exactly one URL element and at most one Object element. If no Object element is specified, the application as a whole is specified; otherwise, only that object in the application is specified.

Child Elements:

Object : A CT_Object element that specifies an object in the Application.

URL : An anyURI ([XMLSCHEMA2/2] section 3.2.17) element that specifies the URL of an Application.

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

 <xsd:complexType name="CT_ApplicationReference">
   <xsd:sequence>
     <xsd:element name="URL" type="xsd:anyURI" wbld:cname="URL"/>
     <xsd:element name="Object" minOccurs="0" wbld:cname="Object" type="CT_Object"/>
   </xsd:sequence>
 </xsd:complexType>

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