<xs:element name="HEADER">
<xs:annotation>
<xs:documentation>This element is used to collect all information about the n° of the contract, the supplier and the date-time of the transmission of : - the pre.press request - the publication request - the comments sheet - the input sheet - the delivery note</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="CONTRACT.LOT"/>
<!--
to be checked if PlanJO would send an identical message to the 4 bidders of Lot4 or 4 messages to each of the bidder
-->
<xs:element ref="SUPPLIER" maxOccurs="unbounded"/>
<xs:element ref="TRANSMISSION"/>
</xs:sequence>
</xs:complexType>
</xs:element> |