Version

Simple Type Information

Used By

Attribute OPML/@version

Source

<xs:simpleType name="Version">
  <xs:restriction base="xs:string">
    <xs:enumeration value="1.0"/>
    <xs:enumeration value="2.0"/>
  </xs:restriction>
</xs:simpleType>