2.2.5.2 DocumentIdentifierType

Namespace: http://schemas.microsoft.com/clouddocuments

An enumeration type used to represent the type of a document identifier.

 <xs:simpleType name="DocumentIdentifierType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="ResourceId"/>
     <xs:enumeration value="DavUrl"/>
     <xs:enumeration value="WebUrl"/>
   </xs:restriction>
 </xs:simpleType>

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

Value

Meaning

ResourceId

Not used.

DavUrl

Not used.

WebUrl

A URL to represent a document’s location.