Definition Type: Attribute
Name: exceptionCode
Namespace: http://www.opengis.net/ows/1.1
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: owsExceptionReport.xsd
Use Required
Documentation:
A code representing the type of this exception, which shall be selected from a set of exceptionCode values specified for the specific service operation and server.
Collapse XSD Schema Diagram:
XSD Diagram of exceptionCode in schema owsexceptionreport_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<attribute name="exceptionCode" type="string" use="required">
    <annotation>
        <documentation>A code representing the type of this exception, which shall be selected from a set of exceptionCode values specified for the specific service operation and server. </documentation>
    </annotation>
</attribute>