PRE.PRESS.REQUEST

This element is used to mark the request of the publication of a document. This request is accompanied by manuscripts and by the model. In this element, we have information about: -	the document reference -	the version of the manuscript -	the demed reference -	information about the OJ level -	the request of instructions -	the person to contact in OPOCE

Element Information

Model

Attributes

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

Source

<xs:element name="PRE.PRESS.REQUEST">
  <xs:annotation>
    <xs:documentation>This element is used to mark the request of the publication of a document. This request is accompanied by manuscripts and by the model. In this element, we have information about: - the document reference - the version of the manuscript - the demed reference - information about the OJ level - the request of instructions - the person to contact in OPOCE</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="DOCUMENT.REF"/>
      <xs:element ref="MANUSCRIPT.REF"/>
      <xs:element ref="OJ.REFERENCE" minOccurs="0"/>
      <xs:element ref="PARENT.DOCUMENT.REF" minOccurs="0"/>
      <xs:element ref="VERSION"/>
      <xs:element ref="DEMED.REFERENCE" minOccurs="0"/>
      <xs:element ref="HEADER"/>
      <xs:element ref="OJ"/>
      <xs:element ref="DOCUMENT"/>
      <xs:element ref="REQUEST.INSTRUCTIONS"/>
      <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="\d{8}-\d{3}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample