Schema Central  >  LEXS 4.0  >  niem-core.xsd  >  nc:ItemContainerAssociation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

nc:ItemContainerAssociation

An association between an item and something in which it is held.

Element information

Namespace: http://niem.gov/niem/niem-core/2.0

Schema document: lexs.gov/niem/niem-core/2.0/niem-core.xsd

Type: nc:ItemContainerAssociationType

Properties: Global, Qualified, Nillable

Content

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Sample instance

<nc:ItemContainerAssociation>
   <nc:AssociationBeginDate>
      <nc:Date>1968-11-03</nc:Date>
   </nc:AssociationBeginDate>
   <nc:AssociationEndDate>
      <nc:Date>1969-12-02</nc:Date>
   </nc:AssociationEndDate>
   <nc:ItemReference s:ref="Item1"/>
   <nc:ContainerReference s:ref="Boat1"/>
</nc:ItemContainerAssociation>