Definition Type: SimpleType
Name: versionType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
Version of a document or code. Forms include 1, 0.9, 1.1.3, 1.2alpha, etc.
Collapse XSD Schema Diagram:
XSD Diagram of versionType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="versionType" id="st.versionType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Version of a document or code.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Forms include 1, 0.9, 1.1.3, 1.2alpha, etc.</h:div>
            <h:div class="example" href="version1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="[0-9]+(\.[0-9]+[A-Za-z0-9\.\-_]*)*" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern [0-9]+(\.[0-9]+[A-Za-z0-9\.\-_]*)*