ops:refFormat-Type

Enumeration which contains a list of all reference formats supported by OPS.

Simple Type Information

Used By

Source

<xs:simpleType name="refFormat-Type">
  <xs:annotation>
    <xs:documentation>Enumeration which contains a list of all reference formats supported by OPS.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="docdb"/>
    <xs:enumeration value="epodoc"/>
    <xs:enumeration value="original"/>
  </xs:restriction>
</xs:simpleType>