Definition Type: Element
Name: Header
Namespace: http://www.adsml.org/adsmlenvelope/1.1
Containing Schema: AdsMLEnvelope-1.1-Main-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Properties in schema adsmltypelibrary-2_0-as_xsd Drilldown into DigitalSignatures in schema adsmltypelibrary-2_0-as_xsd Drilldown into Priority in schema adsmltypelibrary-2_0-as_xsd Drilldown into Recipient in schema adsmlenvelope-1_1-main-as_xsd Drilldown into Sender in schema adsmlenvelope-1_1-main-as_xsd Drilldown into adsmlProcessorId in schema adsmlenvelope-1_1-main-as_xsd Drilldown into transmissionDateTime in schema adsmltypelibrary-2_0-as_xsd Drilldown into firstTransmissionDateTime in schema adsmltypelibrary-2_0-as_xsd Drilldown into sendCount in schema adsmltypelibrary-2_0-as_xsd Drilldown into status in schema adsmlenvelope-1_1-main-as_xsd Drilldown into responseRequired in schema adsmlenvelope-1_1-main-as_xsd Drilldown into messageID in schema adsmlenvelope-1_1-main-as_xsdXSD Diagram of Header in schema adsmlenvelope-1_1-main-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="Header">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Sender" />
            <xs:element ref="Recipient" />
            <xs:element ref="adsml:Priority" />
            <xs:element ref="adsml:DigitalSignatures" minOccurs="0" />
            <xs:element ref="adsml:Properties" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="messageID" type="adsml:QIDType" use="required" />
        <xs:attribute name="responseRequired" type="adsml:BooleanType" use="optional" />
        <xs:attribute name="status" type="EnvelopeStatusCV" use="optional" />
        <xs:attribute ref="adsml:sendCount" use="optional" />
        <xs:attribute ref="adsml:firstTransmissionDateTime" use="required" />
        <xs:attribute ref="adsml:transmissionDateTime" use="required" />
        <xs:attribute name="adsmlProcessorId" type="adsml:LongStringType" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Sender nsA:Sender (1) (1)
Recipient nsA:Recipient (1) (1)
Priority adsml:Priority (1) (1)
DigitalSignatures adsml:DigitalSignatures 0 (1)
Properties adsml:Properties 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
messageID nsA:messageID Required
responseRequired nsA:responseRequired Optional
status nsA:status Optional
sendCount adsml:sendCount Optional
firstTransmissionDateTime adsml:firstTransmissionDateTime Required
transmissionDateTime adsml:transmissionDateTime Required
adsmlProcessorId nsA:adsmlProcessorId Required