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