3.1.4.2.3.2 CreatePackageResult

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

Specifies an identifier that the protocol client can use with the GetPackage operation (section 3.1.4.18) to poll the protocol server and retrieve the created package.

 <xs:complexType name="CreatePackageResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ServiceResult">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="PackageId" type="xs:string"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

PackageId: A string ([XMLSCHEMA2] section 3.2.1) that specifies the identifier of a package that can be retrieved from the protocol server.  MUST be present.