<xs:element name="OriginalContainerLinkageCreateResponse">
<xs:annotation>
<xs:documentation>Response to the request to link an original container with a sibling contnainer.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="LinkedContainerCreateAccept">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="OriginalContainer" type="mailxml:linkingContainerIDType" />
<xs:element name="LinkedContainer" type="mailxml:linkingContainerIDType" maxOccurs="unbounded" />
<xs:element name="LinkTransactionID" type="mailxml_base:s12" />
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:OriginalContainerLinkageHeaderInfo" />
</xs:complexType>
</xs:element>
<xs:element name="LinkedContainerCreateReject">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="OriginalContainer" type="mailxml:linkingContainerIDType" />
<xs:element name="LinkedContainer" type="mailxml:linkingContainerIDType" maxOccurs="unbounded" />
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:OriginalContainerLinkageCreateHeaderInfo" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
|