Definition Type: ComplexType
Name: CofCCreateAcceptType
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 ContainerGroup in schema mailxml_120308_xsd Drilldown into MailPieceGroup in schema mailxml_120308_xsdXSD Diagram of CofCCreateAcceptType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="CofCCreateAcceptType">
    <xs:sequence>
        <xs:choice>
            <xs:element name="MailPieceGroup" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:attributeGroup ref="mailxml:MailPieceGroupResponseHeaderInfo" />
                </xs:complexType>
            </xs:element>
            <xs:element name="ContainerGroup" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:attributeGroup ref="mailxml:ContainerGroupResponseHeaderInfo" />
                </xs:complexType>
            </xs:element>
        </xs:choice>
        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MailPieceGroup mailxml:MailPieceGroup (1) unbounded
ContainerGroup mailxml:ContainerGroup (1) unbounded
ReturnInfo mailxml:ReturnInfo 0 (1)
Collapse Derivation Tree:
Collapse References:
mailxml:CastofCharactersCreateAccept