Definition Type: ComplexType
Name: periodicalMailHeaderType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VolumeNumber in schema mailxml_120308_xsd Drilldown into IssueNumber in schema mailxml_120308_xsd Drilldown into IssueDate in schema mailxml_120308_xsd Drilldown into PublicationNumber in schema mailxml_120308_xsdXSD Diagram of periodicalMailHeaderType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="periodicalMailHeaderType">
    <xs:sequence>
        <xs:element name="PublicationNumber" type="mailxml_base:ns09" />
        <xs:element name="IssueDate" type="xs:dateTime" />
        <xs:element name="IssueNumber" type="mailxml_base:ns06" minOccurs="0" />
        <xs:element name="VolumeNumber" type="mailxml_base:ns05" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PublicationNumber mailxml:PublicationNumber (1) (1)
IssueDate mailxml:IssueDate (1) (1)
IssueNumber mailxml:IssueNumber 0 (1)
VolumeNumber mailxml:VolumeNumber 0 (1)