Definition Type: Element
Name: QueryResults
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 ByForConflict in schema mailxml_120308_xsd Drilldown into LargeTransactionDividerResult in schema mailxml_120308_xsd Drilldown into MailingGroupID in schema mailxml_120308_xsd Drilldown into CustomerGroupID in schema mailxml_120308_xsd Drilldown into MaildatJobID in schema mailxml_120308_xsd Drilldown into UserLicenseCode in schema mailxml_120308_xsdXSD Diagram of QueryResults in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="QueryResults">
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:sequence>
                    <xs:element name="UserLicenseCode" type="mailxml_base:userLicenseCodeType" />
                    <xs:element name="MaildatJobID" type="mailxml_base:jobIDType" />
                </xs:sequence>
                <xs:sequence>
                    <xs:element name="CustomerGroupID" type="mailxml_base:s25" />
                    <xs:element name="MailingGroupID" type="xs:nonNegativeInteger" />
                </xs:sequence>
            </xs:choice>
            <xs:element ref="mailxml:LargeTransactionDividerResult" minOccurs="0" />
            <xs:element name="ByForConflict" type="mailxml:byForConflictType" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UserLicenseCode mailxml:UserLicenseCode (1) (1)
MaildatJobID mailxml:MaildatJobID (1) (1)
CustomerGroupID mailxml:CustomerGroupID (1) (1)
MailingGroupID mailxml:MailingGroupID (1) (1)
LargeTransactionDividerResult mailxml:LargeTransactionDividerResult 0 (1)
ByForConflict mailxml:ByForConflict 0 unbounded