<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>
|