cbrn:ContentHeaderType
complexType ContentHeaderType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for information about the contents of a message.
Diagram
XML Schema
<xs:complexType name="ContentHeaderType">
<xs:annotation>
<xs:documentation>
A data type for information about the contents of a message.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:MessageID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MessageKindCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MessageVersionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MessageOrigin" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MessageDestination" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MessageCreationDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MessageDispatchDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MessagePriorityCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ContentHeaderAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>