Definition Type: ComplexType
Name: AcceptFormatsType
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsGetCapabilities.xsd
Abstract
Documentation:
Prioritized sequence of zero or more GetCapabilities operation response formats desired by client, with preferred formats listed first. Each response format shall be identified by its MIME type. See AcceptFormats parameter use subclause for more information.
Collapse XSD Schema Diagram:
Drilldown into OutputFormat in schema owsgetcapabilities_xsdXSD Diagram of AcceptFormatsType in schema owsgetcapabilities_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="AcceptFormatsType">
    <annotation>
        <documentation>Prioritized sequence of zero or more GetCapabilities operation response formats desired by client, with preferred formats listed first. Each response format shall be identified by its MIME type. See AcceptFormats parameter use subclause for more information. </documentation>
    </annotation>
    <sequence>
        <element name="OutputFormat" type="ows:MimeType" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OutputFormat ows:OutputFormat 0 unbounded
Collapse Derivation Tree:
Collapse References:
ows:AcceptFormats