nc:ItemStatus
A status 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:StatusType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:StatusText [0..*] A status or condition of something or someone.
- nc:StatusDate [0..*] A date a status was set, effected, or reported.
- nc:StatusDescriptionText [0..*] A description of a status or condition of something or someone.
- nc:StatusIssuerIdentification [0..*] An identification of a person or organization which assigns a status.
- nc:StatusIssuerText [0..*] A name, identifier, or other reference of a person or organization which assigns a status.
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 intel:TrainType via extension of nc:ItemType (Element intel:Train)
- Type nc:AircraftType via extension of nc:ItemType (Element nc:Aircraft)
- Type nc:CommercialVehicleType via extension of nc:ItemType (Element nc:CommercialVehicle)
- Type nc:ComputerType via extension of nc:ItemType (Element nc:Computer)
- Type nc:ConveyancePartType via extension of nc:ItemType (Element nc:ConveyancePart)
- Type nc:ConveyanceType via extension of nc:ItemType (Element nc:Conveyance)
- Type nc:DrugType via extension of nc:ItemType (Element nc:Drug)
- Type nc:EngineType via extension of nc:ItemType (Element nc:Engine)
- Type nc:ExplosiveType via extension of nc:ItemType (Element nc:Explosive)
- Type nc:FirearmType via extension of nc:ItemType (Element nc:Firearm)
- Type nc:IntangibleItemType via extension of nc:ItemType (Element nc:IntangibleItem)
- Type nc:IntellectualPropertyType via extension of nc:ItemType (Element nc:IntellectualProperty)
- Type nc:JewelryStoneType via extension of nc:ItemType (Element nc:JewelryStone)
- Type nc:JewelryType via extension of nc:ItemType (Element nc:Jewelry)
- Type nc:RealEstateType via extension of nc:ItemType (Element nc:RealEstate)
- Type nc:SecuritiesType via extension of nc:ItemType (Element nc:Securities)
- Type nc:TangibleItemType via extension of nc:ItemType (Element nc:TangibleItem)
- Type nc:VesselType via extension of nc:ItemType (Element nc:Vessel)
- Type nc:TelecommunicationDeviceType via extension of nc:ItemType (Elements nc:SIMCard, nc:TelecommunicationDevice)
- Type nc:VehicleType via extension of nc:ItemType (Elements j:NonmotoristStrikingVehicle, nc:Vehicle)
- Type nc:ItemType (Elements nc:FacilityContainsItem, nc:Item, nc:RegistrationItem, nc:TitleItem)
- Type nc:SubstanceType via extension of nc:ItemType (Elements nc:Chemical, nc:HazardousMaterial, nc:Substance)
- Type it:PackageType via extension of nc:ItemType (Elements it:ConsignmentItemPackaging, it:ConsignmentPackaging, it:DeclarationPackaging, it:GoodsPackaging, it:Package)
Sample instance
<nc:ItemStatus> <nc:StatusText>string</nc:StatusText> <nc:StatusDate> <nc:Date>2000-01-01</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>string</nc:StatusDescriptionText> <nc:StatusIssuerIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:StatusIssuerIdentification> <nc:StatusIssuerText>string</nc:StatusIssuerText> </nc:ItemStatus>