This element is used to mark the offer refusal that is sent to printer which don't win the competition 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 - the person to contact in OPOCE |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ID | restriction of xs:string | required |
<xs:element name="OFFER.REFUSAL"> <xs:annotation> <xs:documentation>This element is used to mark the offer refusal that is sent to printer which don't win the competition 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 - 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.INFO"/> <xs:element ref="COMPETITION"/> <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> |