Elements defined

instantiationRelation

instantiationRelation is a container for sub-elements instantiationRelationType and instantiationRelationIdentifier to describe relationships to other instantiations.

Usage: optional, repeatable

Attributes

This element cannot have any attributes.

Subelements

  • instantiationRelationType: required | instantiationRelationType describes the relation between the instantiation being described and another instantiation.
  • instantiationRelationIdentifier: required | instantiationRelationIdentifier is used to provide a name, locator, accession, identification number or ID where the related item can be obtained or found.

Example

  
    <instantiationRelation>
<!-- No data here directly; it's within sub-elements instead -->
<instantiationRelationType source="PBCore relationType" ref="http://metadataregistry.org/concept/list/vocabulary_id/161.html">Derived from</instantiationRelationType>
<instantiationRelationIdentifier>Barcode238898</instantiationRelationIdentifier>
</instantiationRelation>
<instantiationRelation>
<!-- No data here directly; it's within sub-elements instead -->
<instantiationRelationType source="PBCore relationType" ref= "http://metadataregistry.org/conceptprop/list/concept_id/3093.html">Is Part Of</instantiationRelationType>
<instantiationRelationIdentifier>FRON001108</instantiationRelationIdentifier>
</instantiationRelation>