Definition Type: Element
Name: MailingGroupSummary
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema mailxml_120308_xsd Drilldown into Origin in schema mailxml_120308_xsd Drilldown into PreparerCRID in schema mailxml_120308_xsd Drilldown into PreparerName in schema mailxml_120308_xsd Drilldown into CloseDate in schema mailxml_120308_xsd Drilldown into OpenDate in schema mailxml_120308_xsd Drilldown into EndDate in schema mailxml_120308_xsd Drilldown into BeginDate in schema mailxml_120308_xsd Drilldown into MailerJobID in schema mailxml_120308_xsdXSD Diagram of MailingGroupSummary in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="MailingGroupSummary">
    <xs:annotation>
        <xs:documentation>
        </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="MailerJobID" type="mailxml_base:s12" />
            <xs:element name="BeginDate" type="xs:dateTime" />
            <xs:element name="EndDate" type="xs:dateTime" />
            <xs:element name="OpenDate" type="xs:dateTime" />
            <xs:element name="CloseDate" type="xs:dateTime" />
            <xs:element name="PreparerName" type="xs:string" />
            <xs:element name="PreparerCRID" type="mailxml_base:CRIDType" />
            <xs:element name="Origin" type="xs:string" />
            <xs:element name="Description" type="xs:string" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MailerJobID mailxml:MailerJobID (1) (1)
BeginDate mailxml:BeginDate (1) (1)
EndDate mailxml:EndDate (1) (1)
OpenDate mailxml:OpenDate (1) (1)
CloseDate mailxml:CloseDate (1) (1)
PreparerName mailxml:PreparerName (1) (1)
PreparerCRID mailxml:PreparerCRID (1) (1)
Origin mailxml:Origin (1) (1)
Description mailxml:Description (1) (1)