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

« Previous Version 2 Next »

This structure is used to uniquely identify a document version. Document version can be identified with the DocumentVersionUid.

Format


PwsDocumentVersionRef
  • PwsDocumentVersionRef
    • DocumentVersionId: Int32
    • DocumentVersionUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

DocumentVersionId

Int32

No

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


DocumentVersionUid

Int64

Yes 

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

1152921504607572687

Usage Example(s)


Example 01
            <doc:DocumentVersionIdentity>
               <com:DocumentVersionUid>1152921504607572687</com:DocumentVersionUid>
            </doc:DocumentVersionIdentity>
  • No labels