Definition Type: ComplexType
Name: AcceptFormatsType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.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 ows_xsdXSD Diagram of AcceptFormatsType in schema ows_xsd (National Information Exchange Model (NEIM))
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