Definition Type: Element
Name: ExceptionText
Namespace: http://www.opengis.net/ows/1.1
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: owsExceptionReport.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Ordered sequence of text strings that describe this specific exception or error. The contents of these strings are left open to definition by each server implementation. A server is strongly encouraged to include at least one ExceptionText value, to provide more information about the detected error than provided by the exceptionCode. When included, multiple ExceptionText values shall provide hierarchical information about one detected error, with the most significant information listed first.
Collapse XSD Schema Diagram:
XSD Diagram of ExceptionText in schema owsexceptionreport_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<element name="ExceptionText" type="string" minOccurs="0" maxOccurs="unbounded">
    <annotation>
        <documentation>Ordered sequence of text strings that describe this specific exception or error. The contents of these strings are left open to definition by each server implementation. A server is strongly encouraged to include at least one ExceptionText value, to provide more information about the detected error than provided by the exceptionCode. When included, multiple ExceptionText values shall provide hierarchical information about one detected error, with the most significant information listed first. </documentation>
    </annotation>
</element>