PUBLICATION.REQUEST.ACCEPTANCE

This element is use to indicate by the printer that the publication request has been accepted

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ID restriction of xs:string required

Source

<xs:element name="PUBLICATION.REQUEST.ACCEPTANCE">
  <xs:annotation>
    <xs:documentation>This element is use to indicate by the printer that the publication request has been accepted</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" minOccurs="0"/>
      <xs:element ref="DATES.INFORMATION" minOccurs="0"/>
      <xs:element ref="COMMENTS"/>
      <xs:element ref="OPOCE.CONTACT" minOccurs="0"/>
    </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>

Sample