cbrn:AcknowledgementData
Information regarding an acknowledgement.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:AcknowledgementDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:AcknowledgementID [0..*] Identifier of an acknowledgement.
- cbrn:AcknowledgementDateTime [0..*] Date/time an acknowledgement was generated.
- 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 - cbrn:AcknowledgingAgency [0..*] An organization that is responsible for generating an acknowledgement message.
- cbrn:AcknowledgingActivityName [0..*] Name of the activity that produced an acknowledgement. This property can be used to provide data for workflow coordination by the sending or receiving systems.
- cbrn:ScanIdentifierData [0..*] Identification data about a scan of an item of interest using a detection device.
- cbrn:CredentialsAuthenticatedCode [0..*] Credentials authentication verification.
- cbrn:TraversalOperatingModeCode [0..*] Traversal operating mode associated with an acknowledgement.
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:AcknowledgementData> <cbrn:AcknowledgementID>string</cbrn:AcknowledgementID> <cbrn:AcknowledgementDateTime>2000-01-01T12:00:00</cbrn:AcknowledgementDateTime> <cbrn:ActivityUserLogonID>string</cbrn:ActivityUserLogonID> <cbrn:AcknowledgingAgency> <cbrn:AcknowledgingAgencyCode>JHU/APL</cbrn:AcknowledgingAgencyCode> <nc:OrganizationIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:OrganizationIdentification> <nc:OrganizationName>string</nc:OrganizationName> </cbrn:AcknowledgingAgency> <cbrn:AcknowledgingActivityName>string</cbrn:AcknowledgingActivityName> <cbrn:ScanIdentifierData> <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:ScanIdentifierData> <cbrn:CredentialsAuthenticatedCode>Authenticated</cbrn:CredentialsAuthenticatedCode> <cbrn:TraversalOperatingModeCode>Exercise</cbrn:TraversalOperatingModeCode> </cbrn:AcknowledgementData>