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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

nc:TangibleItem

A physical object.

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:TangibleItemType

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:TangibleItem s:id="Item1"
                 s:metadata="MItem1">
   <nc:ItemDescriptionText>CRT Television</nc:ItemDescriptionText>
   <nc:ItemSerialIdentification>
      <nc:IdentificationID>SER123</nc:IdentificationID>
      <nc:IdentificationCategoryText>identification category</nc:IdentificationCategoryText>
      <nc:IdentificationEffectiveDate>
         <nc:Date>1967-08-13</nc:Date>
      </nc:IdentificationEffectiveDate>
      <nc:IdentificationExpirationDate>
         <nc:Date>1967-12-31</nc:Date>
      </nc:IdentificationExpirationDate>
      <nc:IdentificationJurisdictionText>Worldwide</nc:IdentificationJurisdictionText>
      <nc:IdentificationSourceText>some source</nc:IdentificationSourceText>
      <nc:IdentificationStatus>
         <nc:StatusDate>
            <nc:Date>1967-08-13</nc:Date>
         </nc:StatusDate>
         <nc:StatusDescriptionText>Valid</nc:StatusDescriptionText>
         <nc:StatusIssuerText>Toshiba</nc:StatusIssuerText>
      </nc:IdentificationStatus>
   </nc:ItemSerialIdentification>
   <nc:ItemStatus>
      <nc:StatusText>returned to owner</nc:StatusText>
   </nc:ItemStatus>
   <nc:ItemValue>
      <nc:ItemValueAmount nc:currencyCode="USD">300</nc:ItemValueAmount>
      <nc:ItemValueDate>
         <nc:Date>2001-08-13</nc:Date>
      </nc:ItemValueDate>
      <nc:ItemValueDescriptionText>Purchase price</nc:ItemValueDescriptionText>
   </nc:ItemValue>
   <nc:ItemCategoryText>Electronic Equipment</nc:ItemCategoryText>
   <nc:ItemColorDescriptionText>Black</nc:ItemColorDescriptionText>
   <nc:ItemHeightMeasure>
      <nc:MeasurePointValue>40</nc:MeasurePointValue>
      <nc:LengthUnitCode>INH</nc:LengthUnitCode>
   </nc:ItemHeightMeasure>
   <nc:ItemLengthMeasure>
      <nc:MeasureRangeValue>
         <nc:RangeMinimumValue>60</nc:RangeMinimumValue>
         <nc:RangeMaximumValue>64</nc:RangeMaximumValue>
      </nc:MeasureRangeValue>
      <nc:LengthUnitCode>INH</nc:LengthUnitCode>
   </nc:ItemLengthMeasure>
   <nc:ItemMakeName>Toshiba</nc:ItemMakeName>
   <nc:ItemModelName>ABC1</nc:ItemModelName>
   <nc:ItemModelYearDate>2001</nc:ItemModelYearDate>
   <nc:ItemQuantity>10</nc:ItemQuantity>
   <nc:ItemSizeDescriptionText>Big</nc:ItemSizeDescriptionText>
   <nc:ItemWeightMeasure>
      <nc:MeasurePointValue>20</nc:MeasurePointValue>
      <nc:WeightUnitCode>LBR</nc:WeightUnitCode>
   </nc:ItemWeightMeasure>
   <nc:ItemWidthMeasure>
      <nc:MeasurePointValue>26</nc:MeasurePointValue>
      <nc:LengthUnitCode>INH</nc:LengthUnitCode>
   </nc:ItemWidthMeasure>
</nc:TangibleItem>