<xs:element name="DeliveryApptContentRemoveRequest">
<xs:annotation>
<xs:documentation>Request to remove content from a delivery appointment.</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="ContentID" type="mailxml:contentIDType" minOccurs="1" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:ContentRemoveRequestMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|