nc:ItemWidthMeasure
A measurement of the width of an item.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:LengthMeasureType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- Choice [0..*]
- nc:MeasurePointValue A specific measurement value.
- nc:MeasureRangeValue A measurement specified by a minimum and maximum value.
- nc:MeasureText A measurement value.
from subst. group nc:MeasureValue - nc:MeasureUnitText [0..*] A unit that qualifies the measurement value.
- nc:MeasureCategoryText [0..*] A method used to make a measurement.
- nc:MeasureEstimatedIndicator [0..*] True if a measurement has been estimated or guessed; false otherwise.
- nc:LengthUnitCode [0..1] A unit of measure of a length value.
from type nc:MeasureType - Choice [0..*]
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
- Type nc:TangibleItemType (Element nc:TangibleItem)
- Type intel:TrainType via extension of nc:TangibleItemType (Element intel:Train)
- Type nc:AircraftType via extension of nc:TangibleItemType (Element nc:Aircraft)
- Type nc:CommercialVehicleType via extension of nc:TangibleItemType (Element nc:CommercialVehicle)
- Type nc:ComputerType via extension of nc:TangibleItemType (Element nc:Computer)
- Type nc:ConveyancePartType via extension of nc:TangibleItemType (Element nc:ConveyancePart)
- Type nc:ConveyanceType via extension of nc:TangibleItemType (Element nc:Conveyance)
- Type nc:DrugType via extension of nc:TangibleItemType (Element nc:Drug)
- Type nc:EngineType via extension of nc:TangibleItemType (Element nc:Engine)
- Type nc:ExplosiveType via extension of nc:TangibleItemType (Element nc:Explosive)
- Type nc:FirearmType via extension of nc:TangibleItemType (Element nc:Firearm)
- Type nc:JewelryStoneType via extension of nc:TangibleItemType (Element nc:JewelryStone)
- Type nc:JewelryType via extension of nc:TangibleItemType (Element nc:Jewelry)
- Type nc:RealEstateType via extension of nc:TangibleItemType (Element nc:RealEstate)
- Type nc:VesselType via extension of nc:TangibleItemType (Element nc:Vessel)
- Type nc:TelecommunicationDeviceType via extension of nc:TangibleItemType (Elements nc:SIMCard, nc:TelecommunicationDevice)
- Type nc:VehicleType via extension of nc:TangibleItemType (Elements j:NonmotoristStrikingVehicle, nc:Vehicle)
- Type nc:SubstanceType via extension of nc:TangibleItemType (Elements nc:Chemical, nc:HazardousMaterial, nc:Substance)
Sample instance
<nc:ItemWidthMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:LengthUnitCode>4H</nc:LengthUnitCode> </nc:ItemWidthMeasure>