Definition Type: Element
Name: MailOwnerConflict
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 ConflictReasonDescription in schema mailxml_120308_xsd Drilldown into ConflictReasonCode in schema mailxml_120308_xsd Drilldown into MailOwnerMailerID9 in schema mailxml_120308_xsd Drilldown into MailOwnerMailerID6 in schema mailxml_120308_xsd Drilldown into MailOwnerCRID in schema mailxml_120308_xsdXSD Diagram of MailOwnerConflict in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="MailOwnerConflict">
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element name="MailOwnerCRID" type="mailxml_base:CRIDType" />
                <xs:element name="MailOwnerMailerID6" type="mailxml_base:mailerID6Type" />
                <xs:element name="MailOwnerMailerID9" type="mailxml_base:mailerID9Type" />
            </xs:choice>
            <xs:element name="ConflictReasonCode" type="mailxml_base:s02" />
            <xs:element name="ConflictReasonDescription" type="mailxml_base:s50" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MailOwnerCRID mailxml:MailOwnerCRID (1) (1)
MailOwnerMailerID6 mailxml:MailOwnerMailerID6 (1) (1)
MailOwnerMailerID9 mailxml:MailOwnerMailerID9 (1) (1)
ConflictReasonCode mailxml:ConflictReasonCode (1) (1)
ConflictReasonDescription mailxml:ConflictReasonDescription (1) (1)