SchemaVersionType

Simple Type Information

Used By

Attribute @schemaVersion

Source

<xs:simpleType name="SchemaVersionType">
  <xs:restriction base="xs:string">
    <xs:pattern value="[1-9][0-9]?\.[0-9]+\.[0-9]+"/>
  </xs:restriction>
</xs:simpleType>