cbrn:MessageContentHeader
A set of common payload header information for a N25 message. This is independent of a specific transmission protocol that may be used to wrap the payload.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:ContentHeaderType
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:MessageID [0..*]An identifier associated with a message content. There is no required format for the ID value.
- cbrn:MessageKindCode [0..*]A code for a kind of information content contained in a message.
- cbrn:MessageVersionText [0..*]A version of the message content kind associated with a content header.
- cbrn:MessageOrigin [0..*]A Facility, site, or organization id and/or name from which a message content originated.
- cbrn:MessageDestination [0..*]An identifier and/or name of a facility, site, or organization(s) that is(are) the destination of a message.
- cbrn:MessageCreationDateTime [0..*]A timestamp associated with the creation of a message content header.
- cbrn:MessageDispatchDateTime [0..*]A timestamp associated with the dispatch of a message content and its header to a messaging service.
- cbrn:MessagePriorityCode [0..*]A code for the message content priority associated with a content header.
- cbrn:ContentHeaderAugmentationPointAbstract [0..*]An augmentation point for cbrn:ContentHeaderType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:ContentHeaderAugmentationPoint
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:MessageContentHeader> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:MessageID>string</cbrn:MessageID> <cbrn:MessageKindCode>AlarmSummaryMessage</cbrn:MessageKindCode> <cbrn:MessageVersionText>string</cbrn:MessageVersionText> <cbrn:MessageOrigin> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:OrganizationIdentification> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationJurisdiction>... </nc:IdentificationJurisdiction> <j:IdentificationCategoryCode>Air Force Serial</j:IdentificationCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> <nc:IdentificationStatus>... </nc:IdentificationStatus> <intel:IdentificationAugmentation>............... </intel:IdentificationAugmentation> </nc:OrganizationIdentification> <cbrn:FacilityID>string</cbrn:FacilityID> <nc:OrganizationName>string</nc:OrganizationName> <nc:FacilityName>string</nc:FacilityName> <cbrn:OrganizationParentName>string</cbrn:OrganizationParentName> <cbrn:MilitaryUnitSizeText>string</cbrn:MilitaryUnitSizeText> <cbrn:MilitaryUnitRoleTextList>token token</cbrn:MilitaryUnitRoleTextList> <cbrn:MessageOriginOrDestinationAugmentationPoint>any content</cbrn:MessageOriginOrDestinationAugmentationPoint> </cbrn:MessageOrigin> <cbrn:MessageDestination> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:OrganizationIdentification> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationJurisdiction>... </nc:IdentificationJurisdiction> <j:IdentificationCategoryCode>Air Force Serial</j:IdentificationCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> <nc:IdentificationStatus>... </nc:IdentificationStatus> <intel:IdentificationAugmentation>............... </intel:IdentificationAugmentation> </nc:OrganizationIdentification> <cbrn:FacilityID>string</cbrn:FacilityID> <nc:OrganizationName>string</nc:OrganizationName> <nc:FacilityName>string</nc:FacilityName> <cbrn:OrganizationParentName>string</cbrn:OrganizationParentName> <cbrn:MilitaryUnitSizeText>string</cbrn:MilitaryUnitSizeText> <cbrn:MilitaryUnitRoleTextList>token token</cbrn:MilitaryUnitRoleTextList> <cbrn:MessageOriginOrDestinationAugmentationPoint>any content</cbrn:MessageOriginOrDestinationAugmentationPoint> </cbrn:MessageDestination> <cbrn:MessageCreationDateTime>2000-01-01T12:00:00</cbrn:MessageCreationDateTime> <cbrn:MessageDispatchDateTime>2000-01-01T12:00:00</cbrn:MessageDispatchDateTime> <cbrn:MessagePriorityCode>High</cbrn:MessagePriorityCode> <cbrn:ContentHeaderAugmentationPoint>any content</cbrn:ContentHeaderAugmentationPoint> </cbrn:MessageContentHeader>