<xs:element name="OriginalContainerLinkageCreateRequest">
<xs:annotation>
<xs:documentation>Request to link an original container with a sibling contnainer.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="OriginalContainer" type="mailxml:linkingContainerIDType" />
<xs:element name="LinkedContainer" type="mailxml:linkingContainerIDType" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:OriginalContainerLinkageCreateHeaderInfo" />
</xs:complexType>
</xs:element>
|