Definition Type: ComplexType
Name: createConsolidatedPeriodicalStatementDataType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PeriodicalLineItemData in schema mailxml_120308_xsd Drilldown into ContainerCount in schema mailxml_120308_xsd Drilldown into MailingAgentData in schema mailxml_120308_xsd Drilldown into PublisherData in schema mailxml_120308_xsd Drilldown into LimitedCirculationDiscountClaimed in schema mailxml_120308_xsd Drilldown into LastStatementSequenceNumber in schema mailxml_120308_xsd Drilldown into FirstStatementSequenceNumber in schema mailxml_120308_xsd Drilldown into PeriodicalStatement in schema mailxml_120308_xsdXSD Diagram of createConsolidatedPeriodicalStatementDataType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="createConsolidatedPeriodicalStatementDataType">
    <xs:sequence>
        <xs:element name="PeriodicalStatement" type="mailxml:createPeriodicalStatementType" maxOccurs="unbounded" />
        <xs:element name="FirstStatementSequenceNumber" type="mailxml_base:s30" />
        <xs:element name="LastStatementSequenceNumber" type="mailxml_base:s30" />
        <xs:element name="LimitedCirculationDiscountClaimed" type="mailxml_base:yesNo" />
        <xs:element name="PublisherData" type="mailxml:mailerDataRequestType" />
        <xs:element name="MailingAgentData" type="mailxml:mailerDataType" minOccurs="0" />
        <xs:element name="ContainerCount" type="mailxml:containerCountType" />
        <xs:element ref="mailxml:PeriodicalLineItemData" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PeriodicalStatement mailxml:PeriodicalStatement (1) unbounded
FirstStatementSequenceNumber mailxml:FirstStatementSequenceNumber (1) (1)
LastStatementSequenceNumber mailxml:LastStatementSequenceNumber (1) (1)
LimitedCirculationDiscountClaimed mailxml:LimitedCirculationDiscountClaimed (1) (1)
PublisherData mailxml:PublisherData (1) (1)
MailingAgentData mailxml:MailingAgentData 0 (1)
ContainerCount mailxml:ContainerCount (1) (1)
PeriodicalLineItemData mailxml:PeriodicalLineItemData (1) unbounded
Collapse Derivation Tree:
Collapse References:
mailxml:CreateConsolidatedPeriodicalStatementData