3.1.4.34.4.1 PackageStatus

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services.WebService

Specifies the status of a package that was requested by a protocol client.

 <xs:simpleType name="PackageStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Creating"/>
     <xs:enumeration value="Created"/>
   </xs:restriction>
 </xs:simpleType>

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

Value

Meaning

Creating

The protocol server is still creating the package.

Created

The protocol server has finished creating the package.