cbrn:InspectionData
Information regarding an inspection of an item of interest.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:InspectionDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:InspectionEventDateTime [0..*] DateTime of an inspection event.
- cbrn:ScanIdentificationData [0..*] Scan information regarding an item that is inspected.
- cbrn:ThreatLevelDeterminationCode [0..*] Threat level based on findings during an inspection.
- cbrn:InspectionResolutionCode [0..*] Description of the findings resulting from inspection of an item of interest.
- Choice [0..*]
- cbrn:ActivityUserLogonID Identifier for a person in the form of a person's system access (logon) id.
- cbrn:EmployeeIdentifier Identifier for a person in the form of an employee id.
- cbrn:PersonName Identifier for a person in the form of a person's actual name.
from subst. group cbrn:UserName
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 |
Sample instance
<cbrn:InspectionData> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:InspectionEventDateTime>2000-01-01T12:00:00</cbrn:InspectionEventDateTime> <cbrn:ScanIdentificationData> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:TraversalID>string</cbrn:TraversalID> <cbrn:DetectionEventUUID>string</cbrn:DetectionEventUUID> <cbrn:MeasuredItemID>string</cbrn:MeasuredItemID> <cbrn:MeasuredItemIDKindCode>SCN</cbrn:MeasuredItemIDKindCode> <cbrn:MeasuredItemKindCode>Luggage</cbrn:MeasuredItemKindCode> <cbrn:ScanQualityCode>DegradedScan</cbrn:ScanQualityCode> </cbrn:ScanIdentificationData> <cbrn:ThreatLevelDeterminationCode>Low</cbrn:ThreatLevelDeterminationCode> <cbrn:InspectionResolutionCode>NothingSuspiciousFound</cbrn:InspectionResolutionCode> <cbrn:ActivityUserLogonID>string</cbrn:ActivityUserLogonID> </cbrn:InspectionData>