INPUT.SHEET

The INPUT.SHEET element is the root element used to mark up the document sent by the printer.

Element Information

Model

Attributes

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

Source

<xs:element name="INPUT.SHEET">
  <xs:annotation>
    <xs:documentation>The INPUT.SHEET element is the root element used to mark up the document sent by the printer.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="DOCUMENT.REF"/>
      <xs:element ref="PRINTER.INTERNAL.NO" minOccurs="0"/>
      <xs:element ref="PROCEDURE.NUMBER" minOccurs="0"/>
      <xs:element ref="MANUSCRIPT.REF" minOccurs="0"/>
      <xs:element ref="HEADER"/>
      <xs:element ref="PUBLISHED.VL"/>
      <xs:element ref="INPUT.SHEET.INFO.OJ"/>
      <xs:element ref="INPUT.SHEET.INFO.DOCUMENT"/>
      <xs:element ref="COMMENTS"/>
    </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