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
- Sequence [1..1]
- nc:ItemDescriptionText [0..1]A description of an item.
- nc:ItemSerialIdentification [0..1]An identification inscribed on or attached to a part, collection of parts, or complete unit by the manufacturer.
- nc:ItemStatus [0..1]A status of an item.
- nc:ItemValue [0..1]An evaluation of the monetary worth of an item.
- nc:ItemCategoryText [0..1]A kind of property item.
- Choice [0..3]
- nc:ItemColorDescriptionTextA description of the overall color of an item.
- nc:VehicleColorPrimaryCodeA single, upper-most, front-most, or majority color of a vehicle.
- nc:VehicleColorSecondaryCodeA lower-most or rear-most color of a two-tone vehicle or a lesser color of a multi-colored vehicle.
- nc:VesselColorPrimaryCodeA color of the majority of a vessel.
- nc:VesselColorSecondaryCodeA minor color of a vessel.
from subst. group nc:ItemColor - nc:ItemHeightMeasure [0..1]A measurement of the height of an item.
- nc:ItemLengthMeasure [0..1]A measurement of the length of an item.
- nc:ItemMakeName [0..1]A name of the manufacturer that produced an item.
- nc:ItemModelName [0..1]A name of a specific design or kind of item made by a manufacturer.
- nc:ItemModelYearDate [0..1]A year in which an item was manufactured or produced.
- nc:ItemQuantity [0..1]A count of the individual units which make up an item.
- nc:ItemSizeDescriptionText [0..1]A description of the size or physical dimensions of an item.
- nc:VehicleStyleCode [0..1]A style of a vehicle.
- nc:ItemWeightMeasure [0..1]A measurement of the weight of an item.
- nc:ItemWidthMeasure [0..1]A measurement of the width of an item.
from type nc:ItemTypefrom subst. group nc:ItemCategoryfrom subst. group nc:ItemStyle
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- NIEM reference target from nc:ContainerReference
- NIEM reference target from nc:ConveyedItemReference
- NIEM reference target from nc:ItemReference
- NIEM reference target from nc:RoleOfItemReference
- Type lexsdigest:EntityTangibleItemType (Element lexsdigest:EntityTangibleItem)
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>