cbrn:ScanIdentificationData
An inspected item's scan information
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:ScanIdentificationType
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:MeasuredItemID [0..*]An Identifier of a measured item. There is no required format for the ID value.
- Choice [0..*]
- cbrn:MeasuredItemKindCodeA kind or general category of item that is being inspected.
- cbrn:MeasuredItemKindTextA description of a kind or general category of item that is being inspected.
from subst. group cbrn:MeasuredItemKind - Choice [0..*]
- cbrn:MeasuredItemIDKindCodeA code for a kind of identifier used for identifying a measured item.
- cbrn:MeasuredItemIDKindTextA description of a kind of identifier used for identifying a measured item.
from subst. group cbrn:MeasuredItemIDKind - cbrn:TraversalID [0..*]A unqiue identifier of a traversal. There is no required format for the ID value.
- cbrn:DetectionEventUUID [0..*]A unique identifier of the Detection Event for which the user entered the data.
- cbrn:ScanQualityCode [0..*]A code describing the quality of a scan.
- cbrn:ScanIdentificationAugmentationPointAbstract [0..*]An augmentation point for cbrn:ScanIdentifierDataType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:ScanIdentificationAugmentationPoint
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 |
Used in
- Type cbrn:AcknowledgementDataType (Element cbrn:AcknowledgementData)
- Type cbrn:InspectionDataType (Element cbrn:InspectionData)
Sample instance
<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>