cbrn:InspectionData
A set of data regarding an inspection of an item of interest.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:InspectionDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:RemarkText [0..*]A placeholder for comments intended to help the consumer of the data to understand better the information encapsulated by the parent element.
- cbrn:RemarksComplexObjectAugmentationPointAbstract [0..*]An augmentation point for cbrn:RemarksComplexObjectType.
- cbrn:ScanIdentificationData [0..*]An inspected item's scan information
- Choice [0..*]
- cbrn:ThreatLevelDeterminationCodeA code for a threat level based on findings during an inspection.
- cbrn:ThreatLevelDeterminationTextA description of a threat level based on findings during an inspection.
from subst. group cbrn:ThreatLevelDetermination - cbrn:InspectionEventDateTime [0..*]A DateTime of an inspection event.
- Choice [0..*]
- cbrn:EmployeeIDAn identifier for a person in the form of an employee id.
- cbrn:UserProperNameA name of a person in the form of an employee id.
- nc:EmployeeIDAn identifier for a person in the form of an employee id.
- nc:UserLogonIDAn identifier for a system user in the form of a person's system access (logon) id.
- nc:UserPersonNameA person's actual name, used as an identifier for a system user.
from subst. group nc:SystemUserName - Choice [0..*]
- cbrn:InspectionResolutionCodeA code for the findings resulting from inspection of an item of interest.
- cbrn:InspectionResolutionTextA description of the findings resulting from inspection of an item of interest.
from subst. group cbrn:InspectionResolution - cbrn:InspectionDataAugmentationPointAbstract [0..*]An augmentation point for cbrn:InspectionDataType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:InspectionDataAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Sample instance
<cbrn:InspectionData> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:ScanIdentificationData> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:MeasuredItemID>string</cbrn:MeasuredItemID> <cbrn:MeasuredItemKindCode>Aircraft</cbrn:MeasuredItemKindCode> <cbrn:MeasuredItemIDKindCode>ARN</cbrn:MeasuredItemIDKindCode> <cbrn:TraversalID>string</cbrn:TraversalID> <cbrn:DetectionEventUUID>string</cbrn:DetectionEventUUID> <cbrn:ScanQualityCode>BadScan</cbrn:ScanQualityCode> <cbrn:ScanIdentificationAugmentationPoint>any content</cbrn:ScanIdentificationAugmentationPoint> </cbrn:ScanIdentificationData> <cbrn:ThreatLevelDeterminationCode>High</cbrn:ThreatLevelDeterminationCode> <cbrn:InspectionEventDateTime>2000-01-01T12:00:00</cbrn:InspectionEventDateTime> <cbrn:EmployeeID>string</cbrn:EmployeeID> <cbrn:InspectionResolutionCode>Alarm or Fault Test</cbrn:InspectionResolutionCode> <cbrn:InspectionDataAugmentationPoint>any content</cbrn:InspectionDataAugmentationPoint> </cbrn:InspectionData>