linkDocumentElementType Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
linkName string element 0/1  
linkedDocumentId documentRevisionReferenceType element 0/1  
Properties inherited from documentElementType
creationDate dateTime element 0/1  
variables (custom) element 0/1  
Properties inherited from resourceType
reference referenceType element 0/1  

Example

<l----->
  <linkName>...</linkName>
  <linkedDocumentId>
    <hdoc>...</hdoc>
  </linkedDocumentId>
  <creationDate>...</creationDate>
  <variables>...</variables>
  <reference/>
</l----->