PRINT.RUN

This element is used to mark up the level of the print run.

Element Information

Model

Used By

Element OJ.REQUEST

Source

<xs:element name="PRINT.RUN">
  <xs:annotation>
    <xs:documentation>This element is used to mark up the level of the print run.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Normal"/>
      <xs:enumeration value="Increased"/>
      <xs:enumeration value="C E"/>
      <xs:enumeration value="Modified"/>
      <xs:enumeration value="Later"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>

Sample