cbrn:MeasuredItem
Provides information on a measured item.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:MeasuredItemType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:CargoDescriptionText [0..*] Description of the contents of a vehicle, container, or other conveyance.
- cbrn:MeasuredItemIdentification [0..*] Identification information for the measured item, such as bar code label or container number.
- cbrn:MeasuredItemKindCode [0..*] Identifies the kind of item being inspected for Radiation/Nuclear threats.
- cbrn:MeasuredItemDescriptionText [0..*] Description of the measured item.
- cbrn:NRCLicenseID [0..*] Identifier of the NRC license, if any.
- cbrn:MeasuredItemQuantity [0..*] Quantity or size of an item and the uncertainty in that value.
- cbrn:MeasuredItemGeometryDescriptionText [0..*] Description of the measured item geometry that can aid in understanding of the location, shape and size of the measured item.
- cbrn:RadSourceActivity [0..*] Information on encounter device nuclide activity readings that are manually entered by an operator.
- cbrn:MeasuredItemReferenceDate [0..*] Reference date for radionuclide activity calculations (i.e., activities decay-corrected to this date).
- cbrn:ItemDispositionStatusCode [0..*] Description of the current disposition of an item that is the subject of an inspection(s)
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
Sample instance
<cbrn:MeasuredItem> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:CargoDescriptionText>string</cbrn:CargoDescriptionText> <cbrn:MeasuredItemIdentification> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:MeasuredItemID>string</cbrn:MeasuredItemID> <cbrn:MeasuredItemIDKindCode>SCN</cbrn:MeasuredItemIDKindCode> <cbrn:IdAcquisitionMethodCode>CBPRequest</cbrn:IdAcquisitionMethodCode> <cbrn:IdConfidenceCode>High</cbrn:IdConfidenceCode> <cbrn:EntryPersonID>string</cbrn:EntryPersonID> </cbrn:MeasuredItemIdentification> <cbrn:MeasuredItemKindCode>Luggage</cbrn:MeasuredItemKindCode> <cbrn:MeasuredItemDescriptionText>string</cbrn:MeasuredItemDescriptionText> <cbrn:NRCLicenseID>string</cbrn:NRCLicenseID> <cbrn:MeasuredItemQuantity>1.0</cbrn:MeasuredItemQuantity> <cbrn:MeasuredItemGeometryDescriptionText>string</cbrn:MeasuredItemGeometryDescriptionText> <cbrn:RadSourceActivity>1.0 1.0</cbrn:RadSourceActivity> <cbrn:MeasuredItemReferenceDate>2000-01-01T12:00:00</cbrn:MeasuredItemReferenceDate> <cbrn:ItemDispositionStatusCode>Unknown</cbrn:ItemDispositionStatusCode> </cbrn:MeasuredItem>