This element is used in offer message coming from printer to markup a direct reference to the offer request message ID (e.g. O01-20131120101728114). |
Element | OFFER |
<xs:element name="OFFER.REQ.REF.MSG"> <xs:annotation> <xs:documentation>This element is used in offer message coming from printer to markup a direct reference to the offer request message ID (e.g. O01-20131120101728114).</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="O\d{2}-\d{17}"/> </xs:restriction> </xs:simpleType> </xs:element> |