3.1.4.1.3.1 CreateApplicationParameters

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

Specifies the information that the protocol server needs in order to create a database application.

 <xs:complexType name="CreateApplicationParameters" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ServiceParameters">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="Collation" type="tns:Collation"/>
         <xs:element minOccurs="0" maxOccurs="1" name="ProtocolVersionOptions" type="tns:ProtocolVersionList"/>
         <xs:element minOccurs="0" maxOccurs="1" name="AppProperties" type="tns:AppPropertiesList"/>
       </xs:sequence>
       <xs:attribute name="Name" type="xs:string"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Collation: A Collation element (section 3.1.4.1.3.2) that specifies the collation to use in the new database application. MUST be present.

ProtocolVersionOptions: A ProtocolVersionList (section 2.2.4.1) element in which each ProtocolVersion element specifies an Access Services Protocol Version (section 3.1.1.1) that the protocol client supports. MUST be present.

AppProperties: MUST be ignored.

Name: A string ([XMLSCHEMA2] section 3.2.1) that specifies the name of the new database application. MUST be present.