complexType "LinkingMapType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in group.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
DepositoryObjectReference, LocalObjectReference, RelationshipAction, r:Description
All Direct / Indirect Based Elements (1):
LinkingMap
Known Usage Locations
Annotation
Provides a link from a local object to a deposited object via reference and designates if the added material should Override, act as AddedContent, or DeleteContent in the original deposited material. A description of the link or reason for new material may be provided.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="LinkingMapType">
<xs:sequence>
<xs:element minOccurs="0" ref="LocalObjectReference"/>
<xs:element ref="DepositoryObjectReference"/>
<xs:element ref="RelationshipAction"/>
<xs:element ref="r:Description"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
DepositoryObjectReference
Type:
r:ReferenceType, complex content
A reference to the deposited object.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DepositoryObjectReference"/>

LocalObjectReference
Type:
r:ReferenceType, complex content
A reference to the local object that is to be related to a depository object. If the relationship action is set to delete then no local object needs to be designated.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="LocalObjectReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the link such as the reason for adding or changing local content. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:Description"/>

RelationshipAction
Type:
r:CodeValueType, simple content
Provides a structured means of stating if the local object overrides (replaces) the depository object, adds information to the deposited object, deletes the content of the depository object without replacing it. or restricts access the deposited object by attaching an embargo or access restriction to it. Supports the use of a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="RelationshipAction"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set