Definition Type: ComplexType
Name: CofCCreateRejectType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReturnInfo in schema mailxml_120308_xsd Drilldown into OriginalInformation in schema mailxml_120308_xsdXSD Diagram of CofCCreateRejectType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="CofCCreateRejectType">
    <xs:sequence>
        <xs:element name="OriginalInformation" minOccurs="0">
            <xs:complexType>
                <xs:choice>
                    <xs:choice>
                        <xs:sequence>
                            <xs:element name="MailPieceGroup" type="mailxml:mailPieceGroupCreateType" maxOccurs="unbounded" />
                            <xs:sequence maxOccurs="unbounded">
                                <xs:element name="Particpant" type="mailxml:participantIDType" />
                                <xs:element name="Role" type="mailxml_base:roleType" maxOccurs="unbounded" />
                            </xs:sequence>
                            <xs:element name="EffectiveDate" type="xs:date" />
                            <xs:choice minOccurs="0">
                                <xs:element name="ExpirationDate" type="xs:date" />
                                <xs:sequence>
                                    <xs:element name="Duration" type="xs:nonNegativeInteger" />
                                    <xs:element name="DurationUnitofMeasure" type="mailxml_base:uOMType" />
                                </xs:sequence>
                            </xs:choice>
                        </xs:sequence>
                        <xs:element name="MailPieceGroupID" maxOccurs="unbounded" />
                    </xs:choice>
                    <xs:choice>
                        <xs:sequence>
                            <xs:element name="ContainerGroup" type="mailxml:groupContainerIDType" maxOccurs="unbounded" />
                            <xs:sequence maxOccurs="unbounded">
                                <xs:element name="Particpant" type="mailxml:participantIDType" />
                                <xs:element name="Role" type="mailxml_base:roleType" maxOccurs="unbounded" />
                            </xs:sequence>
                            <xs:element name="EffectiveDate" type="xs:date" />
                            <xs:choice minOccurs="0">
                                <xs:element name="ExpirationDate" type="xs:date" />
                                <xs:sequence>
                                    <xs:element name="Duration" type="xs:nonNegativeInteger" />
                                    <xs:element name="DurationUnitofMeasure" type="mailxml_base:uOMType" />
                                </xs:sequence>
                            </xs:choice>
                        </xs:sequence>
                        <xs:element name="ContainerGroupID" type="mailxml_base:s12" maxOccurs="unbounded" />
                    </xs:choice>
                </xs:choice>
            </xs:complexType>
        </xs:element>
        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OriginalInformation mailxml:OriginalInformation 0 (1)
ReturnInfo mailxml:ReturnInfo (1) (1)
Collapse Derivation Tree:
Collapse References:
mailxml:CastofCharactersCreateReject