Definition Type: Attribute
Name: version
Namespace: http://www.opengis.net/ows/1.1
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: owsExceptionReport.xsd
ContentType Restriction
Use Required
Documentation:
Specification version for OWS operation. The string value shall contain one x.y.z "version" value (e.g., "2.1.3"). A version number shall contain three non-negative integers separated by decimal points, in the form "x.y.z". The integers y and z shall not exceed 99. Each version shall be for the Implementation Specification (document) and the associated XML Schemas to which requested operations will conform. An Implementation Specification version normally specifies XML Schemas against which an XML encoded operation response must conform and should be validated. See Version negotiation subclause for more information.
Collapse XSD Schema Diagram:
XSD Diagram of version in schema owsexceptionreport_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<attribute name="version" use="required">
    <annotation>
        <documentation>Specification version for OWS operation. The string value shall contain one x.y.z "version" value (e.g., "2.1.3"). A version number shall contain three non-negative integers separated by decimal points, in the form "x.y.z". The integers y and z shall not exceed 99. Each version shall be for the Implementation Specification (document) and the associated XML Schemas to which requested operations will conform. An Implementation Specification version normally specifies XML Schemas against which an XML encoded operation response must conform and should be validated. See Version negotiation subclause for more information. </documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <pattern value="\d+\.\d?\d\.\d?\d" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Pattern \d+\.\d?\d\.\d?\d