<xs:element name="PrepInformation">
<xs:complexType>
<xs:sequence>
<xs:element ref="SupplierParty" />
<xs:element ref="PrepShipDate" minOccurs="0" />
<xs:element ref="PrepDueDate" minOccurs="0" />
<xs:element ref="PrepNeededDate" minOccurs="0" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="PrepType" type="pressPrepInputType" />
</xs:complexType>
</xs:element>
|