Definition Type: Element
Name: CastofCharactersCancelResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to a message requesting the cancellation of unique identification the various roles for parties within the industry.
Collapse XSD Schema Diagram:
Drilldown into CastofCharactersCancelReject in schema mailxml_120308_xsd Drilldown into CastofCharactersCancelAccept in schema mailxml_120308_xsdXSD Diagram of CastofCharactersCancelResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="CastofCharactersCancelResponse">
    <xs:annotation>
        <xs:documentation>Response to a message requesting  the cancellation of unique identification the various roles for parties within the industry.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="CastofCharactersCancelAccept">
                <xs:complexType>
                    <xs:sequence>
                        <xs:choice>
                            <xs:element name="MailPieceGroup" type="mailxml:mailPieceGroupType" maxOccurs="unbounded" />
                            <xs:element name="ContainerGroup" type="mailxml:containerGroupType" maxOccurs="unbounded" />
                        </xs:choice>
                        <xs:sequence minOccurs="0" maxOccurs="unbounded">
                            <xs:element name="Particpant" type="mailxml:participantIDType" />
                            <xs:element name="Role" type="mailxml_base:roleType" maxOccurs="unbounded" />
                        </xs:sequence>
                        <xs:element name="CancelConfirmID" type="mailxml_base:s12" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:CastofCharacterResponseHeaderInfo" />
                </xs:complexType>
            </xs:element>
            <xs:element name="CastofCharactersCancelReject">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:CastofCharacterResponseHeaderInfo" />
                </xs:complexType>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CastofCharactersCancelAccept mailxml:CastofCharactersCancelAccept (1) (1)
CastofCharactersCancelReject mailxml:CastofCharactersCancelReject (1) (1)