This element is used to mark the offer for publication of an OJ coming from printer in the context of LOT 4 contract 10450. In this element, we have information about: - the OJ reference - the version of the request - information about the OJ level - information about several dates - information about the decision to bid or not to bid - In the case of participation in the competition the total price of OJ and the estimated printed pages - the person to contact in OPOCE |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ID | restriction of xs:string | required |
<xs:element name="OFFER"> <xs:annotation> <xs:documentation>This element is used to mark the offer for publication of an OJ coming from printer in the context of LOT 4 contract 10450. In this element, we have information about: - the OJ reference - the version of the request - information about the OJ level - information about several dates - information about the decision to bid or not to bid - In the case of participation in the competition the total price of OJ and the estimated printed pages - the person to contact in OPOCE</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="OJ.REFERENCE"/> <xs:element ref="VERSION"/> <xs:element ref="HEADER"/> <xs:element ref="COMPETITION.ANNOUNCEMENT"/> <xs:element ref="COMPETITION.DEADLINE"/> <xs:element ref="OFFER.REQ.REF.MSG"/> <xs:choice> <xs:element ref="DECISION.TO.BID"/> <xs:element ref="DECISION.NOT.TO.BID"/> </xs:choice> <xs:element ref="COMMENTS" minOccurs="0"/> <xs:element ref="OPOCE.CONTACT"/> </xs:sequence> <xs:attribute name="ID" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="OJ-\d{8}-\d{3}"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |