Definition Type: Element
Name: CastofCharactersUpdateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to a message requesting an update to unique identification the various roles for parties within the industry.
Collapse XSD Schema Diagram:
Drilldown into CastofCharactersUpdateReject in schema mailxml_120308_xsd Drilldown into CastofCharactersUpdateAccept in schema mailxml_120308_xsdXSD Diagram of CastofCharactersUpdateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="CastofCharactersUpdateResponse">
    <xs:annotation>
        <xs:documentation>Response to a message requesting an update to unique identification the various roles for parties within the industry.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="CastofCharactersUpdateAccept">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <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:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:CastofCharacterResponseHeaderInfo" />
                </xs:complexType>
            </xs:element>
            <xs:element name="CastofCharactersUpdateReject">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <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: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
CastofCharactersUpdateAccept mailxml:CastofCharactersUpdateAccept (1) (1)
CastofCharactersUpdateReject mailxml:CastofCharactersUpdateReject (1) (1)