Definition Type: Attribute
Name: revision
Namespace: http://www.openapplications.org/oagis
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Meta.xsd
ContentType Restriction
Use Required
Collapse XSD Schema Diagram:
XSD Diagram of revision in schema meta_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:attribute name="revision" use="required">
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:pattern value="\p{N}\.\p{N}\.\p{N}" />
            <xs:pattern value="\p{N}\.\p{N}" />
            <xs:pattern value="\p{N}\p{N}\.\p{N}\.\p{N}" />
            <xs:pattern value="\p{N}\p{N}\.\p{N}" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Pattern \p{N}\.\p{N}\.\p{N}