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). |
Attribute | Nexml/@version |
<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> |