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