version

supplies a version number for the encoding conventions used, if
any.

Attribute Information

Used By

Source

<xs:attribute name="version">
  <xs:annotation>
    <xs:documentation>supplies a version number for the encoding conventions used, if any.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:pattern value="[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample