Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview


This structure is used to uniquely identify a document. Documents can be identified with the DocumentRefUid. 

Format


PwsDocumentRef
  • PwsDocumentRef
    • DocumentRefId: Int32
    • DocumentRefUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

DocumentRefId

Int32

No

The document Id is a unique identifier for a document. For internal use only.

 

DocumentRefUid

Int64

Yes

The document Uid is a unique and immutable identifier for a document.

 


Usage Example(s)


Example 01
            <doc:DocumentIdentity>
               <com:DocumentRefUid>1152921504607571571</com:DocumentRefUid>
            </doc:DocumentIdentity>
  • No labels