Nexml1_0

This simple type is the fixed version value, which in this
iteration must be constrained to 0.9 (and will be incremented
in future versions).

Simple Type Information

Used By

Attribute Nexml/@version

Source

<xs:simpleType name="Nexml1_0">
  <xs:annotation>
    <xs:documentation>This simple type is the fixed version value, which in this iteration must be constrained to 0.9 (and will be incremented in future versions).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:pattern value="0\.9"/>
  </xs:restriction>
</xs:simpleType>