Definition Type: ComplexType
Name: AcceptVersionsType
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsGetCapabilities.xsd
Abstract
Documentation:
Prioritized sequence of one or more specification versions accepted by client, with preferred versions listed first. See Version negotiation subclause for more information.
Collapse XSD Schema Diagram:
Drilldown into Version in schema owsgetcapabilities_xsdXSD Diagram of AcceptVersionsType in schema owsgetcapabilities_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="AcceptVersionsType">
    <annotation>
        <documentation>Prioritized sequence of one or more specification versions accepted by client, with preferred versions listed first. See Version negotiation subclause for more information. </documentation>
    </annotation>
    <sequence>
        <element name="Version" type="ows:VersionType" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Version ows:Version (1) unbounded
Collapse Derivation Tree:
Collapse References:
ows:AcceptVersions