cbrn:AcknowledgingAgency
An organization that is responsible for generating an acknowledgement message.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:AcknowledgingAgencyType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:AcknowledgingAgencyCode [0..*] Organization that is responsible for generating an acknowledgement.
- nc:OrganizationIdentification [0..*] An identification that references an organization.
- nc:OrganizationName [0..*] A name of an organization.
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
- Type cbrn:AcknowledgementDataType (Element cbrn:AcknowledgementData)
Sample instance
<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:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:OrganizationIdentification> <nc:OrganizationName>string</nc:OrganizationName> </cbrn:AcknowledgingAgency>