This element is used to mark the offer request for the publication of an OJ sending by OP in the context of LOT 4 contract 10450. This request is accompanied by pre.press.request. In this element, we have information about: - the OJ reference - the version of the request - information about the OJ level - information about several dates - the person to contact in OPOCE |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ID | restriction of xs:string | required |
<xs:element name="OFFER.REQUEST"> <xs:annotation> <xs:documentation>This element is used to mark the offer request for the publication of an OJ sending by OP in the context of LOT 4 contract 10450. This request is accompanied by pre.press.request. In this element, we have information about: - the OJ reference - the version of the request - information about the OJ level - information about several dates - 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="OJ.REQUEST"/> <xs:element ref="DATES.INFORMATION"/> <xs:element ref="COMPETITION"/> <xs:element ref="COMMENTS" minOccurs="0"/> <xs:element ref="DOC.INFO" maxOccurs="unbounded"/> <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> |