Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Imported schema wfs.xsd
Namespace http://www.opengis.net/wfs/2.1
Annotations
This XML Schema Document includes and imports, 
      directly or indirectly, all the XML Schemas defined by the 
      Web Feature Service (WFS) Implementation Specification.

      WFS is an OGC Standard.
      Copyright (c) 2010 Open Geospatial Consortium.
      To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default unqualified
element form default qualified
version 2.0.1
Element wfs:Title
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram xml_xsd.tmp#lang
Type extension of xsd:string
Properties
content complex
Used by
Attributes
QName Type Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) en optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xsd:element name="Title">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute ref="xml:lang" default="en"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Element wfs:Abstract
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram xml_xsd.tmp#lang
Type extension of xsd:string
Properties
content complex
Used by
Attributes
QName Type Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) en optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xsd:element name="Abstract">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute ref="xml:lang" default="en"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Element wfs:Query
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram query_xsd.tmp#AbstractQueryExpressionType_handle query_xsd.tmp#AbstractQueryExpressionType query_xsd.tmp#AbstractAdhocQueryExpressionType_typeNames query_xsd.tmp#AbstractAdhocQueryExpressionType_aliases query_xsd.tmp#AbstractProjectionClause query_xsd.tmp#AbstractSelectionClause query_xsd.tmp#AbstractSortingClause query_xsd.tmp#AbstractAdhocQueryExpressionType wfs_xsd.tmp#QueryType_srsName wfs_xsd.tmp#QueryType_featureVersion wfs_xsd.tmp#QueryType query_xsd.tmp#AbstractAdhocQueryExpression
Type wfs:QueryType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children fes:AbstractProjectionClause, fes:AbstractSelectionClause, fes:AbstractSortingClause
Instance
<wfs:Query aliases="" featureVersion="" handle="" srsName="" typeNames="" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:AbstractProjectionClause>{0,unbounded}</fes:AbstractProjectionClause>
  <fes:AbstractSelectionClause>{0,1}</fes:AbstractSelectionClause>
  <fes:AbstractSortingClause>{0,1}</fes:AbstractSortingClause>
</wfs:Query>
Attributes
QName Type Use
aliases fes:AliasesType optional
featureVersion xsd:string optional
handle xsd:string optional
srsName xsd:anyURI optional
typeNames fes:TypeNamesListType required
Source
<xsd:element name="Query" type="wfs:QueryType" substitutionGroup="fes:AbstractAdhocQueryExpression"/>
Element wfs:StoredQuery
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram query_xsd.tmp#AbstractQueryExpressionType_handle query_xsd.tmp#AbstractQueryExpressionType wfs_xsd.tmp#StoredQueryType_id wfs_xsd.tmp#StoredQueryType_Parameter wfs_xsd.tmp#StoredQueryType query_xsd.tmp#AbstractQueryExpression
Type wfs:StoredQueryType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children wfs:Parameter
Instance
<wfs:StoredQuery handle="" id="" xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:Parameter name="">{0,unbounded}</wfs:Parameter>
</wfs:StoredQuery>
Attributes
QName Type Use
handle xsd:string optional
id xsd:anyURI required
Source
<xsd:element name="StoredQuery" type="wfs:StoredQueryType" substitutionGroup="fes:AbstractQueryExpression"/>
Element wfs:StoredQueryType / wfs:Parameter
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ParameterType_name wfs_xsd.tmp#ParameterType
Type wfs:ParameterType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1'
Attributes
QName Type Use
name xsd:string required
Source
<xsd:element name="Parameter" type="wfs:ParameterType" minOccurs="0" maxOccurs="unbounded"/>
Element wfs:GetCapabilities
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram owsGetCapabilities_xsd.tmp#GetCapabilitiesType_updateSequence owsGetCapabilities_xsd.tmp#GetCapabilitiesType_AcceptVersions owsGetCapabilities_xsd.tmp#GetCapabilitiesType_Sections owsGetCapabilities_xsd.tmp#GetCapabilitiesType_AcceptFormats owsGetCapabilities_xsd.tmp#GetCapabilitiesType_AcceptLanguages owsGetCapabilities_xsd.tmp#GetCapabilitiesType wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_GetCapabilitiesType_service wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_GetCapabilitiesType
Type wfs:GetCapabilitiesType
Type hierarchy
Properties
content complex
Model
Children ows:AcceptFormats, ows:AcceptLanguages, ows:AcceptVersions, ows:Sections
Instance
<wfs:GetCapabilities service="WFS" updateSequence="" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:AcceptVersions>{0,1}</ows:AcceptVersions>
  <ows:Sections>{0,1}</ows:Sections>
  <ows:AcceptFormats>{0,1}</ows:AcceptFormats>
  <ows:AcceptLanguages>{0,1}</ows:AcceptLanguages>
</wfs:GetCapabilities>
Attributes
QName Type Fixed Use Annotation
service ows:ServiceType WFS required
updateSequence ows:UpdateSequenceType optional
When omitted or not supported by server, server shall
return latest complete service metadata document.
Source
<xsd:element name="GetCapabilities" type="wfs:GetCapabilitiesType"/>
Element wfs:WFS_Capabilities
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram owsGetCapabilities_xsd.tmp#CapabilitiesBaseType_version owsGetCapabilities_xsd.tmp#CapabilitiesBaseType_updateSequence owsServiceIdentification_xsd.tmp#ServiceIdentification owsServiceProvider_xsd.tmp#ServiceProvider owsOperationsMetadata_xsd.tmp#OperationsMetadata owsGetCapabilities_xsd.tmp#CapabilitiesBaseType_Languages owsGetCapabilities_xsd.tmp#CapabilitiesBaseType wfs_xsd.tmp#WFS_CapabilitiesType_WSDL wfs_xsd.tmp#FeatureTypeList filterCapabilities_xsd.tmp#Filter_Capabilities wfs_xsd.tmp#WFS_CapabilitiesType
Type wfs:WFS_CapabilitiesType
Type hierarchy
Properties
content complex
Model
Children fes:Filter_Capabilities, ows:Languages, ows:OperationsMetadata, ows:ServiceIdentification, ows:ServiceProvider, wfs:FeatureTypeList, wfs:WSDL
Instance
<wfs:WFS_Capabilities updateSequence="" version="" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:fes="http://www.opengis.net/fes/2.1">
  <ows:ServiceIdentification>{0,1}</ows:ServiceIdentification>
  <ows:ServiceProvider>{0,1}</ows:ServiceProvider>
  <ows:OperationsMetadata>{0,1}</ows:OperationsMetadata>
  <ows:Languages>{0,1}</ows:Languages>
  <wfs:WSDL xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</wfs:WSDL>
  <wfs:FeatureTypeList>{0,1}</wfs:FeatureTypeList>
  <fes:Filter_Capabilities>{0,1}</fes:Filter_Capabilities>
</wfs:WFS_Capabilities>
Attributes
QName Type Use Annotation
updateSequence ows:UpdateSequenceType optional
Service metadata document version, having values that
are "increased" whenever any change is made in service metadata
document. Values are selected by each server, and are always opaque to
clients. When not supported by server, server shall not return this
attribute.
version ows:VersionType required
Source
<xsd:element name="WFS_Capabilities" type="wfs:WFS_CapabilitiesType"/>
Element wfs:WFS_CapabilitiesType / wfs:WSDL
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram xlink_xsd.tmp#simpleAttrs
Properties
content complex
minOccurs 0
Attributes
Source
<xsd:element name="WSDL" minOccurs="0">
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:restriction base="xsd:anyType">
        <xsd:attributeGroup ref="xlink:simpleAttrs"/>
      </xsd:restriction>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Element wfs:FeatureTypeList
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#FeatureTypeListType_FeatureType wfs_xsd.tmp#FeatureTypeListType
Type wfs:FeatureTypeListType
Properties
content complex
Used by
Model
Children wfs:FeatureType
Instance
<wfs:FeatureTypeList xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:FeatureType>{1,unbounded}</wfs:FeatureType>
</wfs:FeatureTypeList>
Source
<xsd:element name="FeatureTypeList" type="wfs:FeatureTypeListType"/>
Element wfs:FeatureTypeListType / wfs:FeatureType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#FeatureTypeType_Name wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Title wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Abstract ows19115subset_xsd.tmp#Keywords wfs_xsd.tmp#FeatureTypeType_DefaultCRS wfs_xsd.tmp#FeatureTypeType_OtherCRS wfs_xsd.tmp#FeatureTypeType_NoCRS wfs_xsd.tmp#FeatureTypeType_OutputFormats owsCommon_xsd.tmp#WGS84BoundingBox wfs_xsd.tmp#FeatureTypeType_MetadataURL wfs_xsd.tmp#FeatureTypeType_ExtendedDescription wfs_xsd.tmp#FeatureTypeType
Type wfs:FeatureTypeType
Properties
content complex
maxOccurs unbounded
Model
Children ows:Keywords, ows:WGS84BoundingBox, wfs:Abstract, wfs:DefaultCRS, wfs:ExtendedDescription, wfs:MetadataURL, wfs:Name, wfs:NoCRS, wfs:OtherCRS, wfs:OutputFormats, wfs:Title
Instance
<wfs:FeatureType xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:ows="http://www.opengis.net/ows/2.0">
  <wfs:Name>{1,1}</wfs:Name>
  <wfs:Title xml:lang="en">{0,unbounded}</wfs:Title>
  <wfs:Abstract xml:lang="en">{0,unbounded}</wfs:Abstract>
  <ows:Keywords>{0,unbounded}</ows:Keywords>
  <wfs:DefaultCRS>{1,1}</wfs:DefaultCRS>
  <wfs:OtherCRS>{0,unbounded}</wfs:OtherCRS>
  <wfs:NoCRS>{1,1}</wfs:NoCRS>
  <wfs:OutputFormats>{0,1}</wfs:OutputFormats>
  <ows:WGS84BoundingBox crs="urn:ogc:def:crs:OGC:2:84" dimensions="2">{0,unbounded}</ows:WGS84BoundingBox>
  <wfs:MetadataURL about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</wfs:MetadataURL>
  <wfs:ExtendedDescription>{0,1}</wfs:ExtendedDescription>
</wfs:FeatureType>
Source
<xsd:element name="FeatureType" type="wfs:FeatureTypeType" maxOccurs="unbounded"/>
Element wfs:FeatureTypeType / wfs:Name
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type xsd:QName
Properties
content simple
Source
<xsd:element name="Name" type="xsd:QName"/>
Element wfs:FeatureTypeType / wfs:DefaultCRS
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
Source
<xsd:element name="DefaultCRS" type="xsd:anyURI"/>
Element wfs:FeatureTypeType / wfs:OtherCRS
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="OtherCRS" type="xsd:anyURI" minOccurs="0" maxOccurs="unbounded"/>
Element wfs:FeatureTypeType / wfs:NoCRS
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Properties
content complex
Source
<xsd:element name="NoCRS">
  <xsd:complexType/>
</xsd:element>
Element wfs:FeatureTypeType / wfs:OutputFormats
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#OutputFormatListType_Format wfs_xsd.tmp#OutputFormatListType
Type wfs:OutputFormatListType
Properties
content complex
minOccurs 0
Model
Children wfs:Format
Instance
<wfs:OutputFormats xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:Format>{1,1}</wfs:Format>
</wfs:OutputFormats>
Source
<xsd:element name="OutputFormats" type="wfs:OutputFormatListType" minOccurs="0"/>
Element wfs:OutputFormatListType / wfs:Format
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="Format" type="xsd:string"/>
Element wfs:FeatureTypeType / wfs:MetadataURL
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram xlink_xsd.tmp#simpleAttrs wfs_xsd.tmp#MetadataURLType_about wfs_xsd.tmp#MetadataURLType
Type wfs:MetadataURLType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
Source
<xsd:element name="MetadataURL" type="wfs:MetadataURLType" minOccurs="0" maxOccurs="unbounded"/>
Element wfs:FeatureTypeType / wfs:ExtendedDescription
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#Element wfs_xsd.tmp#ExtendedDescriptionType
Type wfs:ExtendedDescriptionType
Properties
content complex
minOccurs 0
Model
Children wfs:Element
Instance
<wfs:ExtendedDescription xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:Element name="" type="">{1,unbounded}</wfs:Element>
</wfs:ExtendedDescription>
Source
<xsd:element name="ExtendedDescription" type="wfs:ExtendedDescriptionType" minOccurs="0"/>
Element wfs:Element
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ElementType_name wfs_xsd.tmp#ElementType_type owsCommon_xsd.tmp#Metadata wfs_xsd.tmp#ValueList wfs_xsd.tmp#ElementType
Type wfs:ElementType
Properties
content complex
Used by
Model
Children ows:Metadata, wfs:ValueList
Instance
<wfs:Element name="" type="" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</ows:Metadata>
  <wfs:ValueList>{1,1}</wfs:ValueList>
</wfs:Element>
Attributes
QName Type Use
name xsd:string required
type xsd:QName required
Source
<xsd:element name="Element" type="wfs:ElementType"/>
Element wfs:ValueList
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Value wfs_xsd.tmp#ValueListType
Type wfs:ValueListType
Properties
content complex
Used by
Complex Type wfs:ElementType
Model
Children wfs:Value
Instance
<wfs:ValueList xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:Value>{1,1}</wfs:Value>
</wfs:ValueList>
Source
<xsd:element name="ValueList" type="wfs:ValueListType"/>
Element wfs:Value
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Used by
Complex Type wfs:ValueListType
Source
<xsd:element name="Value" type="xsd:anyType"/>
Element wfs:DescribeFeatureType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#DescribeFeatureTypeType_outputFormat wfs_xsd.tmp#DescribeFeatureTypeType_TypeName wfs_xsd.tmp#DescribeFeatureTypeType
Type wfs:DescribeFeatureTypeType
Type hierarchy
Properties
content complex
Model
Children wfs:TypeName
Instance
<wfs:DescribeFeatureType handle="" outputFormat="application/gml+xml; version=3.2" service="WFS" version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:TypeName>{0,unbounded}</wfs:TypeName>
</wfs:DescribeFeatureType>
Attributes
QName Type Fixed Default Use
handle xsd:string optional
outputFormat xsd:string application/gml+xml; version=3.2 optional
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:element name="DescribeFeatureType" type="wfs:DescribeFeatureTypeType"/>
Element wfs:DescribeFeatureTypeType / wfs:TypeName
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type xsd:QName
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="TypeName" type="xsd:QName" minOccurs="0" maxOccurs="unbounded"/>
Element wfs:GetPropertyValue
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#GetPropertyValueType_valueReference wfs_xsd.tmp#GetPropertyValueType_resolvePath wfs_xsd.tmp#StandardPresentationParameters wfs_xsd.tmp#StandardResolveParameters query_xsd.tmp#AbstractQueryExpression wfs_xsd.tmp#GetPropertyValueType
Type wfs:GetPropertyValueType
Type hierarchy
Properties
content complex
Model
Children fes:AbstractQueryExpression
Instance
<wfs:GetPropertyValue count="" handle="" outputFormat="application/gml+xml; version=3.2" resolve="none" resolveDepth="*" resolvePath="" resolveTimeout="300" resultType="results" service="WFS" startIndex="0" valueReference="" version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:AbstractQueryExpression handle="">{1,1}</fes:AbstractQueryExpression>
</wfs:GetPropertyValue>
Attributes
QName Type Fixed Default Use
count xsd:nonNegativeInteger optional
handle xsd:string optional
outputFormat xsd:string application/gml+xml; version=3.2 optional
resolve wfs:ResolveValueType none optional
resolveDepth wfs:positiveIntegerWithStar * optional
resolvePath xsd:string optional
resolveTimeout xsd:positiveInteger 300 optional
resultType wfs:ResultTypeType results optional
service xsd:string WFS required
startIndex xsd:nonNegativeInteger 0 optional
valueReference xsd:string required
version xsd:string 2.0.0 required
Source
<xsd:element name="GetPropertyValue" type="wfs:GetPropertyValueType"/>
Element wfs:ValueCollection
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StandardResponseParameters wfs_xsd.tmp#member wfs_xsd.tmp#additionalValues wfs_xsd.tmp#truncatedResponse wfs_xsd.tmp#ValueCollectionType
Type wfs:ValueCollectionType
Properties
content complex
Used by
Model
Children wfs:additionalValues, wfs:member, wfs:truncatedResponse
Instance
<wfs:ValueCollection next="" numberMatched="" numberReturned="" previous="" timeStamp="" xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:member xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" state="" xlink:title="" xlink:type="simple">{0,unbounded}</wfs:member>
  <wfs:additionalValues>{0,1}</wfs:additionalValues>
  <wfs:truncatedResponse>{0,1}</wfs:truncatedResponse>
</wfs:ValueCollection>
Attributes
QName Type Use
next xsd:anyURI optional
numberMatched wfs:nonNegativeIntegerOrUnknown required
numberReturned xsd:nonNegativeInteger required
previous xsd:anyURI optional
timeStamp xsd:dateTime required
Source
<xsd:element name="ValueCollection" type="wfs:ValueCollectionType"/>
Element wfs:member
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#MemberPropertyType_state xlink_xsd.tmp#simpleAttrs wfs_xsd.tmp#Tuple wfs_xsd.tmp#SimpleFeatureCollection wfs_xsd.tmp#MemberPropertyType
Type wfs:MemberPropertyType
Properties
content complex
mixed true
Used by
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1' | wfs:Tuple | wfs:SimpleFeatureCollection
Children wfs:SimpleFeatureCollection, wfs:Tuple
Instance
<wfs:member xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" state="" xlink:title="" xlink:type="simple" xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:Tuple>{1,1}</wfs:Tuple>
  <wfs:SimpleFeatureCollection>{1,1}</wfs:SimpleFeatureCollection>
</wfs:member>
Attributes
Source
<xsd:element name="member" type="wfs:MemberPropertyType"/>
Element wfs:Tuple
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#member wfs_xsd.tmp#TupleType
Type wfs:TupleType
Properties
content complex
Used by
Complex Type wfs:MemberPropertyType
Model
Children wfs:member
Instance
<wfs:Tuple xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:member xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" state="" xlink:title="" xlink:type="simple">{2,unbounded}</wfs:member>
</wfs:Tuple>
Source
<xsd:element name="Tuple" type="wfs:TupleType"/>
Element wfs:SimpleFeatureCollection
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#boundedBy wfs_xsd.tmp#member wfs_xsd.tmp#SimpleFeatureCollectionType wfs_xsd.tmp#FeatureCollection
Type wfs:SimpleFeatureCollectionType
Properties
content complex
Substitution Group
Used by
Model
Children wfs:boundedBy, wfs:member
Instance
<wfs:SimpleFeatureCollection xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:boundedBy>{0,1}</wfs:boundedBy>
  <wfs:member xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" state="" xlink:title="" xlink:type="simple">{0,unbounded}</wfs:member>
</wfs:SimpleFeatureCollection>
Source
<xsd:element name="SimpleFeatureCollection" type="wfs:SimpleFeatureCollectionType"/>
Element wfs:boundedBy
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#EnvelopePropertyType
Type wfs:EnvelopePropertyType
Properties
content complex
Used by
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1'
Source
<xsd:element name="boundedBy" type="wfs:EnvelopePropertyType"/>
Element wfs:additionalValues
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ValueCollection wfs_xsd.tmp#SimpleFeatureCollection
Properties
content complex
Used by
Model
Children wfs:SimpleFeatureCollection, wfs:ValueCollection
Instance
<wfs:additionalValues xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:ValueCollection next="" numberMatched="" numberReturned="" previous="" timeStamp="">{1,1}</wfs:ValueCollection>
  <wfs:SimpleFeatureCollection>{1,1}</wfs:SimpleFeatureCollection>
</wfs:additionalValues>
Source
<xsd:element name="additionalValues">
  <xsd:complexType>
    <xsd:choice>
      <xsd:element ref="wfs:ValueCollection"/>
      <xsd:element ref="wfs:SimpleFeatureCollection"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Element wfs:truncatedResponse
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram owsExceptionReport_xsd.tmp#ExceptionReport
Properties
content complex
Used by
Model
Children ows:ExceptionReport
Instance
<wfs:truncatedResponse xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:ExceptionReport xml:lang="" version="">{1,1}</ows:ExceptionReport>
</wfs:truncatedResponse>
Source
<xsd:element name="truncatedResponse">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="ows:ExceptionReport"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element wfs:GetFeature
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#StandardPresentationParameters wfs_xsd.tmp#StandardResolveParameters query_xsd.tmp#AbstractQueryExpression wfs_xsd.tmp#GetFeatureType
Type wfs:GetFeatureType
Type hierarchy
Properties
content complex
Model
Children fes:AbstractQueryExpression
Instance
<wfs:GetFeature count="" handle="" outputFormat="application/gml+xml; version=3.2" resolve="none" resolveDepth="*" resolveTimeout="300" resultType="results" service="WFS" startIndex="0" version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:AbstractQueryExpression handle="">{1,unbounded}</fes:AbstractQueryExpression>
</wfs:GetFeature>
Attributes
QName Type Fixed Default Use
count xsd:nonNegativeInteger optional
handle xsd:string optional
outputFormat xsd:string application/gml+xml; version=3.2 optional
resolve wfs:ResolveValueType none optional
resolveDepth wfs:positiveIntegerWithStar * optional
resolveTimeout xsd:positiveInteger 300 optional
resultType wfs:ResultTypeType results optional
service xsd:string WFS required
startIndex xsd:nonNegativeInteger 0 optional
version xsd:string 2.0.0 required
Source
<xsd:element name="GetFeature" type="wfs:GetFeatureType"/>
Element wfs:GetFeatureWithLock
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#StandardPresentationParameters wfs_xsd.tmp#StandardResolveParameters query_xsd.tmp#AbstractQueryExpression wfs_xsd.tmp#GetFeatureType wfs_xsd.tmp#GetFeatureWithLockType_expiry wfs_xsd.tmp#GetFeatureWithLockType_lockAction wfs_xsd.tmp#GetFeatureWithLockType
Type wfs:GetFeatureWithLockType
Type hierarchy
Properties
content complex
Model
Children fes:AbstractQueryExpression
Instance
<wfs:GetFeatureWithLock count="" expiry="300" handle="" lockAction="ALL" outputFormat="application/gml+xml; version=3.2" resolve="none" resolveDepth="*" resolveTimeout="300" resultType="results" service="WFS" startIndex="0" version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:AbstractQueryExpression handle="">{1,unbounded}</fes:AbstractQueryExpression>
</wfs:GetFeatureWithLock>
Attributes
QName Type Fixed Default Use
count xsd:nonNegativeInteger optional
expiry xsd:positiveInteger 300 optional
handle xsd:string optional
lockAction wfs:AllSomeType ALL optional
outputFormat xsd:string application/gml+xml; version=3.2 optional
resolve wfs:ResolveValueType none optional
resolveDepth wfs:positiveIntegerWithStar * optional
resolveTimeout xsd:positiveInteger 300 optional
resultType wfs:ResultTypeType results optional
service xsd:string WFS required
startIndex xsd:nonNegativeInteger 0 optional
version xsd:string 2.0.0 required
Source
<xsd:element name="GetFeatureWithLock" type="wfs:GetFeatureWithLockType"/>
Element wfs:PropertyName
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StandardResolveParameters wfs_xsd.tmp#PropertyName_resolvePath query_xsd.tmp#AbstractProjectionClause
Type extension of xsd:QName
Properties
content complex
Substitution Group Affiliation
Attributes
QName Type Default Use
resolve wfs:ResolveValueType none optional
resolveDepth wfs:positiveIntegerWithStar * optional
resolvePath xsd:string optional
resolveTimeout xsd:positiveInteger 300 optional
Source
<xsd:element name="PropertyName" substitutionGroup="fes:AbstractProjectionClause">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="xsd:QName">
        <xsd:attributeGroup ref="wfs:StandardResolveParameters"/>
        <xsd:attribute name="resolvePath" type="xsd:string"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Element wfs:FeatureCollection
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#boundedBy wfs_xsd.tmp#member wfs_xsd.tmp#SimpleFeatureCollectionType wfs_xsd.tmp#StandardResponseParameters wfs_xsd.tmp#FeatureCollectionType_lockId wfs_xsd.tmp#additionalObjects wfs_xsd.tmp#truncatedResponse wfs_xsd.tmp#FeatureCollectionType wfs_xsd.tmp#SimpleFeatureCollection
Type wfs:FeatureCollectionType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children wfs:additionalObjects, wfs:boundedBy, wfs:member, wfs:truncatedResponse
Instance
<wfs:FeatureCollection lockId="" next="" numberMatched="" numberReturned="" previous="" timeStamp="" xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:boundedBy>{0,1}</wfs:boundedBy>
  <wfs:member xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" state="" xlink:title="" xlink:type="simple">{0,unbounded}</wfs:member>
  <wfs:additionalObjects>{0,1}</wfs:additionalObjects>
  <wfs:truncatedResponse>{0,1}</wfs:truncatedResponse>
</wfs:FeatureCollection>
Attributes
QName Type Use
lockId xsd:string optional
next xsd:anyURI optional
numberMatched wfs:nonNegativeIntegerOrUnknown required
numberReturned xsd:nonNegativeInteger required
previous xsd:anyURI optional
timeStamp xsd:dateTime required
Source
<xsd:element name="FeatureCollection" type="wfs:FeatureCollectionType" substitutionGroup="wfs:SimpleFeatureCollection"/>
Element wfs:additionalObjects
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ValueCollection wfs_xsd.tmp#SimpleFeatureCollection
Properties
content complex
Used by
Model
Children wfs:SimpleFeatureCollection, wfs:ValueCollection
Instance
<wfs:additionalObjects xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:ValueCollection next="" numberMatched="" numberReturned="" previous="" timeStamp="">{1,1}</wfs:ValueCollection>
  <wfs:SimpleFeatureCollection>{1,1}</wfs:SimpleFeatureCollection>
</wfs:additionalObjects>
Source
<xsd:element name="additionalObjects">
  <xsd:complexType>
    <xsd:choice>
      <xsd:element ref="wfs:ValueCollection"/>
      <xsd:element ref="wfs:SimpleFeatureCollection"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Element wfs:ListStoredQueries
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#ListStoredQueriesType
Type wfs:ListStoredQueriesType
Type hierarchy
Properties
content complex
Attributes
QName Type Fixed Use
handle xsd:string optional
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:element name="ListStoredQueries" type="wfs:ListStoredQueriesType"/>
Element wfs:ListStoredQueriesResponse
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ListStoredQueriesResponseType_StoredQuery wfs_xsd.tmp#ListStoredQueriesResponseType
Type wfs:ListStoredQueriesResponseType
Properties
content complex
Model
Children wfs:StoredQuery
Instance
<wfs:ListStoredQueriesResponse xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:StoredQuery id="">{0,unbounded}</wfs:StoredQuery>
</wfs:ListStoredQueriesResponse>
Source
<xsd:element name="ListStoredQueriesResponse" type="wfs:ListStoredQueriesResponseType"/>
Element wfs:ListStoredQueriesResponseType / wfs:StoredQuery
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StoredQueryListItemType_id wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Title wfs_xsd.tmp#StoredQueryListItemType_ReturnFeatureType wfs_xsd.tmp#StoredQueryListItemType
Type wfs:StoredQueryListItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children wfs:ReturnFeatureType, wfs:Title
Instance
<wfs:StoredQuery id="" xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:Title xml:lang="en">{0,unbounded}</wfs:Title>
  <wfs:ReturnFeatureType>{1,unbounded}</wfs:ReturnFeatureType>
</wfs:StoredQuery>
Attributes
QName Type Use
id xsd:anyURI required
Source
<xsd:element name="StoredQuery" type="wfs:StoredQueryListItemType" minOccurs="0" maxOccurs="unbounded"/>
Element wfs:StoredQueryListItemType / wfs:ReturnFeatureType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type xsd:QName
Properties
content simple
maxOccurs unbounded
Source
<xsd:element name="ReturnFeatureType" type="xsd:QName" maxOccurs="unbounded"/>
Element wfs:DescribeStoredQueries
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#DescribeStoredQueriesType_StoredQueryId wfs_xsd.tmp#DescribeStoredQueriesType
Type wfs:DescribeStoredQueriesType
Type hierarchy
Properties
content complex
Model
Children wfs:StoredQueryId
Instance
<wfs:DescribeStoredQueries handle="" service="WFS" version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:StoredQueryId>{0,unbounded}</wfs:StoredQueryId>
</wfs:DescribeStoredQueries>
Attributes
QName Type Fixed Use
handle xsd:string optional
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:element name="DescribeStoredQueries" type="wfs:DescribeStoredQueriesType"/>
Element wfs:DescribeStoredQueriesType / wfs:StoredQueryId
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="StoredQueryId" type="xsd:anyURI" minOccurs="0" maxOccurs="unbounded"/>
Element wfs:DescribeStoredQueriesResponse
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#DescribeStoredQueriesResponseType_StoredQueryDescription wfs_xsd.tmp#DescribeStoredQueriesResponseType
Type wfs:DescribeStoredQueriesResponseType
Properties
content complex
Model
Children wfs:StoredQueryDescription
Instance
<wfs:DescribeStoredQueriesResponse xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:StoredQueryDescription id="">{0,unbounded}</wfs:StoredQueryDescription>
</wfs:DescribeStoredQueriesResponse>
Source
<xsd:element name="DescribeStoredQueriesResponse" type="wfs:DescribeStoredQueriesResponseType"/>
Element wfs:DescribeStoredQueriesResponseType / wfs:StoredQueryDescription
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StoredQueryDescriptionType_id wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Title wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Abstract owsCommon_xsd.tmp#Metadata wfs_xsd.tmp#StoredQueryDescriptionType_Parameter wfs_xsd.tmp#StoredQueryDescriptionType_QueryExpressionText wfs_xsd.tmp#StoredQueryDescriptionType
Type wfs:StoredQueryDescriptionType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ows:Metadata, wfs:Abstract, wfs:Parameter, wfs:QueryExpressionText, wfs:Title
Instance
<wfs:StoredQueryDescription id="" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:ows="http://www.opengis.net/ows/2.0">
  <wfs:Title xml:lang="en">{0,unbounded}</wfs:Title>
  <wfs:Abstract xml:lang="en">{0,unbounded}</wfs:Abstract>
  <ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</ows:Metadata>
  <wfs:Parameter name="" type="">{0,unbounded}</wfs:Parameter>
  <wfs:QueryExpressionText isPrivate="false" language="" returnFeatureTypes="">{1,unbounded}</wfs:QueryExpressionText>
</wfs:StoredQueryDescription>
Attributes
QName Type Use
id xsd:anyURI required
Source
<xsd:element name="StoredQueryDescription" type="wfs:StoredQueryDescriptionType" minOccurs="0" maxOccurs="unbounded"/>
Element wfs:StoredQueryDescriptionType / wfs:Parameter
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ParameterExpressionType_name wfs_xsd.tmp#ParameterExpressionType_type wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Title wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Abstract owsCommon_xsd.tmp#Metadata wfs_xsd.tmp#ParameterExpressionType
Type wfs:ParameterExpressionType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ows:Metadata, wfs:Abstract, wfs:Title
Instance
<wfs:Parameter name="" type="" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:ows="http://www.opengis.net/ows/2.0">
  <wfs:Title xml:lang="en">{0,unbounded}</wfs:Title>
  <wfs:Abstract xml:lang="en">{0,unbounded}</wfs:Abstract>
  <ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</ows:Metadata>
</wfs:Parameter>
Attributes
QName Type Use
name xsd:string required
type xsd:QName required
Source
<xsd:element name="Parameter" type="wfs:ParameterExpressionType" minOccurs="0" maxOccurs="unbounded"/>
Element wfs:StoredQueryDescriptionType / wfs:QueryExpressionText
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#QueryExpressionTextType_returnFeatureTypes wfs_xsd.tmp#QueryExpressionTextType_language wfs_xsd.tmp#QueryExpressionTextType_isPrivate wfs_xsd.tmp#QueryExpressionTextType
Type wfs:QueryExpressionTextType
Properties
content complex
minOccurs 1
maxOccurs unbounded
mixed true
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1' | ANY element from TARGET namespace 'http://www.opengis.net/wfs/2.1'
Attributes
QName Type Default Use
isPrivate xsd:boolean false optional
language xsd:anyURI required
returnFeatureTypes wfs:ReturnFeatureTypesListType required
Source
<xsd:element name="QueryExpressionText" type="wfs:QueryExpressionTextType" minOccurs="1" maxOccurs="unbounded"/>
Element wfs:CreateStoredQuery
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#CreateStoredQueryType_StoredQueryDefinition wfs_xsd.tmp#CreateStoredQueryType
Type wfs:CreateStoredQueryType
Type hierarchy
Properties
content complex
Model
Children wfs:StoredQueryDefinition
Instance
<wfs:CreateStoredQuery handle="" service="WFS" version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:StoredQueryDefinition id="">{0,unbounded}</wfs:StoredQueryDefinition>
</wfs:CreateStoredQuery>
Attributes
QName Type Fixed Use
handle xsd:string optional
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:element name="CreateStoredQuery" type="wfs:CreateStoredQueryType"/>
Element wfs:CreateStoredQueryType / wfs:StoredQueryDefinition
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StoredQueryDescriptionType_id wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Title wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Abstract owsCommon_xsd.tmp#Metadata wfs_xsd.tmp#StoredQueryDescriptionType_Parameter wfs_xsd.tmp#StoredQueryDescriptionType_QueryExpressionText wfs_xsd.tmp#StoredQueryDescriptionType
Type wfs:StoredQueryDescriptionType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ows:Metadata, wfs:Abstract, wfs:Parameter, wfs:QueryExpressionText, wfs:Title
Instance
<wfs:StoredQueryDefinition id="" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:ows="http://www.opengis.net/ows/2.0">
  <wfs:Title xml:lang="en">{0,unbounded}</wfs:Title>
  <wfs:Abstract xml:lang="en">{0,unbounded}</wfs:Abstract>
  <ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</ows:Metadata>
  <wfs:Parameter name="" type="">{0,unbounded}</wfs:Parameter>
  <wfs:QueryExpressionText isPrivate="false" language="" returnFeatureTypes="">{1,unbounded}</wfs:QueryExpressionText>
</wfs:StoredQueryDefinition>
Attributes
QName Type Use
id xsd:anyURI required
Source
<xsd:element name="StoredQueryDefinition" type="wfs:StoredQueryDescriptionType" minOccurs="0" maxOccurs="unbounded"/>
Element wfs:CreateStoredQueryResponse
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ExecutionStatusType_status wfs_xsd.tmp#ExecutionStatusType wfs_xsd.tmp#CreateStoredQueryResponseType
Type wfs:CreateStoredQueryResponseType
Type hierarchy
Properties
content complex
Attributes
QName Type Fixed Use
status xsd:string OK optional
Source
<xsd:element name="CreateStoredQueryResponse" type="wfs:CreateStoredQueryResponseType"/>
Element wfs:DropStoredQuery
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#DropStoredQuery_id
Type extension of wfs:BaseRequestType
Type hierarchy
Properties
content complex
Attributes
QName Type Fixed Use
handle xsd:string optional
id xsd:anyURI required
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:element name="DropStoredQuery">
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="wfs:BaseRequestType">
        <xsd:attribute name="id" type="xsd:anyURI" use="required"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Element wfs:DropStoredQueryResponse
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ExecutionStatusType_status wfs_xsd.tmp#ExecutionStatusType
Type wfs:ExecutionStatusType
Properties
content complex
Attributes
QName Type Fixed Use
status xsd:string OK optional
Source
<xsd:element name="DropStoredQueryResponse" type="wfs:ExecutionStatusType"/>
Element wfs:LockFeature
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#LockFeatureType_lockId wfs_xsd.tmp#LockFeatureType_expiry wfs_xsd.tmp#LockFeatureType_lockAction query_xsd.tmp#AbstractQueryExpression wfs_xsd.tmp#LockFeatureType
Type wfs:LockFeatureType
Type hierarchy
Properties
content complex
Model
Children fes:AbstractQueryExpression
Instance
<wfs:LockFeature expiry="300" handle="" lockAction="ALL" lockId="" service="WFS" version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:AbstractQueryExpression handle="">{1,unbounded}</fes:AbstractQueryExpression>
</wfs:LockFeature>
Attributes
QName Type Fixed Default Use
expiry xsd:positiveInteger 300 optional
handle xsd:string optional
lockAction wfs:AllSomeType ALL optional
lockId xsd:string optional
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:element name="LockFeature" type="wfs:LockFeatureType"/>
Element wfs:LockFeatureResponse
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#LockFeatureResponseType_lockId wfs_xsd.tmp#LockFeatureResponseType_FeaturesLocked wfs_xsd.tmp#LockFeatureResponseType_FeaturesNotLocked wfs_xsd.tmp#LockFeatureResponseType
Type wfs:LockFeatureResponseType
Properties
content complex
Model
Children wfs:FeaturesLocked, wfs:FeaturesNotLocked
Instance
<wfs:LockFeatureResponse lockId="" xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:FeaturesLocked>{0,1}</wfs:FeaturesLocked>
  <wfs:FeaturesNotLocked>{0,1}</wfs:FeaturesNotLocked>
</wfs:LockFeatureResponse>
Attributes
QName Type Use
lockId xsd:string optional
Source
<xsd:element name="LockFeatureResponse" type="wfs:LockFeatureResponseType"/>
Element wfs:LockFeatureResponseType / wfs:FeaturesLocked
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram filter_xsd.tmp#ResourceId wfs_xsd.tmp#FeaturesLockedType
Type wfs:FeaturesLockedType
Properties
content complex
minOccurs 0
Model
Children fes:ResourceId
Instance
<wfs:FeaturesLocked xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:ResourceId endDate="" previousRid="" rid="" startDate="" version="">{1,1}</fes:ResourceId>
</wfs:FeaturesLocked>
Source
<xsd:element name="FeaturesLocked" type="wfs:FeaturesLockedType" minOccurs="0"/>
Element wfs:LockFeatureResponseType / wfs:FeaturesNotLocked
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram filter_xsd.tmp#ResourceId wfs_xsd.tmp#FeaturesNotLockedType
Type wfs:FeaturesNotLockedType
Properties
content complex
minOccurs 0
Model
Children fes:ResourceId
Instance
<wfs:FeaturesNotLocked xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:ResourceId endDate="" previousRid="" rid="" startDate="" version="">{1,1}</fes:ResourceId>
</wfs:FeaturesNotLocked>
Source
<xsd:element name="FeaturesNotLocked" type="wfs:FeaturesNotLockedType" minOccurs="0"/>
Element wfs:Transaction
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#TransactionType_lockId wfs_xsd.tmp#TransactionType_releaseAction wfs_xsd.tmp#TransactionType_srsName wfs_xsd.tmp#AbstractTransactionAction wfs_xsd.tmp#TransactionType
Type wfs:TransactionType
Type hierarchy
Properties
content complex
Model
Children wfs:AbstractTransactionAction
Instance
<wfs:Transaction handle="" lockId="" releaseAction="ALL" service="WFS" srsName="" version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:AbstractTransactionAction handle="">{1,1}</wfs:AbstractTransactionAction>
</wfs:Transaction>
Attributes
QName Type Fixed Default Use
handle xsd:string optional
lockId xsd:string optional
releaseAction wfs:AllSomeType ALL optional
service xsd:string WFS required
srsName xsd:anyURI optional
version xsd:string 2.0.0 required
Source
<xsd:element name="Transaction" type="wfs:TransactionType"/>
Element wfs:AbstractTransactionAction
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle wfs_xsd.tmp#AbstractTransactionActionType wfs_xsd.tmp#Delete wfs_xsd.tmp#Insert wfs_xsd.tmp#Native wfs_xsd.tmp#Replace wfs_xsd.tmp#Update
Type wfs:AbstractTransactionActionType
Properties
content complex
abstract true
Substitution Group
Used by
Complex Type wfs:TransactionType
Attributes
QName Type Use
handle xsd:string optional
Source
<xsd:element name="AbstractTransactionAction" type="wfs:AbstractTransactionActionType" abstract="true"/>
Element wfs:Insert
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle wfs_xsd.tmp#AbstractTransactionActionType wfs_xsd.tmp#StandardInputParameters wfs_xsd.tmp#InsertType wfs_xsd.tmp#AbstractTransactionAction
Type wfs:InsertType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1'
Attributes
QName Type Default Use
handle xsd:string optional
inputFormat xsd:string application/gml+xml; version=3.2 optional
srsName xsd:anyURI optional
Source
<xsd:element name="Insert" type="wfs:InsertType" substitutionGroup="wfs:AbstractTransactionAction"/>
Element wfs:Update
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle wfs_xsd.tmp#AbstractTransactionActionType wfs_xsd.tmp#UpdateType_typeName wfs_xsd.tmp#StandardInputParameters wfs_xsd.tmp#Property filter_xsd.tmp#Filter wfs_xsd.tmp#UpdateType wfs_xsd.tmp#AbstractTransactionAction
Type wfs:UpdateType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children fes:Filter, wfs:Property
Instance
<wfs:Update handle="" inputFormat="application/gml+xml; version=3.2" srsName="" typeName="" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:fes="http://www.opengis.net/fes/2.1">
  <wfs:Property>{1,unbounded}</wfs:Property>
  <fes:Filter>{0,1}</fes:Filter>
</wfs:Update>
Attributes
QName Type Default Use
handle xsd:string optional
inputFormat xsd:string application/gml+xml; version=3.2 optional
srsName xsd:anyURI optional
typeName xsd:QName required
Source
<xsd:element name="Update" type="wfs:UpdateType" substitutionGroup="wfs:AbstractTransactionAction"/>
Element wfs:Property
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#PropertyType_ValueReference wfs_xsd.tmp#PropertyType_Value wfs_xsd.tmp#PropertyType
Type wfs:PropertyType
Properties
content complex
Used by
Complex Type wfs:UpdateType
Model
Children wfs:Value, wfs:ValueReference
Instance
<wfs:Property xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:ValueReference action="replace">{1,1}</wfs:ValueReference>
  <wfs:Value>{0,1}</wfs:Value>
</wfs:Property>
Source
<xsd:element name="Property" type="wfs:PropertyType"/>
Element wfs:PropertyType / wfs:ValueReference
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#PropertyType_PropertyType_ValueReference_action
Type extension of xsd:string
Properties
content complex
Attributes
QName Type Default Use
action wfs:UpdateActionType replace optional
Source
<xsd:element name="ValueReference">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute name="action" type="wfs:UpdateActionType" default="replace"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Element wfs:PropertyType / wfs:Value
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Properties
minOccurs 0
Source
<xsd:element name="Value" minOccurs="0"/>
Element wfs:Replace
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle wfs_xsd.tmp#AbstractTransactionActionType wfs_xsd.tmp#StandardInputParameters filter_xsd.tmp#Filter wfs_xsd.tmp#ReplaceType wfs_xsd.tmp#AbstractTransactionAction
Type wfs:ReplaceType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1' , fes:Filter
Children fes:Filter
Instance
<wfs:Replace handle="" inputFormat="application/gml+xml; version=3.2" srsName="" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:Filter>{1,1}</fes:Filter>
</wfs:Replace>
Attributes
QName Type Default Use
handle xsd:string optional
inputFormat xsd:string application/gml+xml; version=3.2 optional
srsName xsd:anyURI optional
Source
<xsd:element name="Replace" type="wfs:ReplaceType" substitutionGroup="wfs:AbstractTransactionAction"/>
Element wfs:Delete
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle wfs_xsd.tmp#AbstractTransactionActionType wfs_xsd.tmp#DeleteType_typeName filter_xsd.tmp#Filter wfs_xsd.tmp#DeleteType wfs_xsd.tmp#AbstractTransactionAction
Type wfs:DeleteType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children fes:Filter
Instance
<wfs:Delete handle="" typeName="" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:Filter>{1,1}</fes:Filter>
</wfs:Delete>
Attributes
QName Type Use
handle xsd:string optional
typeName xsd:QName required
Source
<xsd:element name="Delete" type="wfs:DeleteType" substitutionGroup="wfs:AbstractTransactionAction"/>
Element wfs:Native
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle wfs_xsd.tmp#AbstractTransactionActionType wfs_xsd.tmp#NativeType_vendorId wfs_xsd.tmp#NativeType_safeToIgnore wfs_xsd.tmp#NativeType wfs_xsd.tmp#AbstractTransactionAction
Type wfs:NativeType
Type hierarchy
Properties
content complex
mixed true
Substitution Group Affiliation
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1'
Attributes
QName Type Use
handle xsd:string optional
safeToIgnore xsd:boolean required
vendorId xsd:string required
Source
<xsd:element name="Native" type="wfs:NativeType" substitutionGroup="wfs:AbstractTransactionAction"/>
Element wfs:TransactionResponse
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#TransactionResponseType_version wfs_xsd.tmp#TransactionResponseType_TransactionSummary wfs_xsd.tmp#TransactionResponseType_InsertResults wfs_xsd.tmp#TransactionResponseType_UpdateResults wfs_xsd.tmp#TransactionResponseType_ReplaceResults wfs_xsd.tmp#TransactionResponseType
Type wfs:TransactionResponseType
Properties
content complex
Model
Children wfs:InsertResults, wfs:ReplaceResults, wfs:TransactionSummary, wfs:UpdateResults
Instance
<wfs:TransactionResponse version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:TransactionSummary>{1,1}</wfs:TransactionSummary>
  <wfs:InsertResults>{0,1}</wfs:InsertResults>
  <wfs:UpdateResults>{0,1}</wfs:UpdateResults>
  <wfs:ReplaceResults>{0,1}</wfs:ReplaceResults>
</wfs:TransactionResponse>
Attributes
QName Type Fixed Use
version xsd:string 2.0.0 required
Source
<xsd:element name="TransactionResponse" type="wfs:TransactionResponseType"/>
Element wfs:TransactionResponseType / wfs:TransactionSummary
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#TransactionSummaryType_totalInserted wfs_xsd.tmp#TransactionSummaryType_totalUpdated wfs_xsd.tmp#TransactionSummaryType_totalReplaced wfs_xsd.tmp#TransactionSummaryType_totalDeleted wfs_xsd.tmp#TransactionSummaryType
Type wfs:TransactionSummaryType
Properties
content complex
Model
Children wfs:totalDeleted, wfs:totalInserted, wfs:totalReplaced, wfs:totalUpdated
Instance
<wfs:TransactionSummary xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:totalInserted>{0,1}</wfs:totalInserted>
  <wfs:totalUpdated>{0,1}</wfs:totalUpdated>
  <wfs:totalReplaced>{0,1}</wfs:totalReplaced>
  <wfs:totalDeleted>{0,1}</wfs:totalDeleted>
</wfs:TransactionSummary>
Source
<xsd:element name="TransactionSummary" type="wfs:TransactionSummaryType"/>
Element wfs:TransactionSummaryType / wfs:totalInserted
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type xsd:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xsd:element name="totalInserted" type="xsd:nonNegativeInteger" minOccurs="0"/>
Element wfs:TransactionSummaryType / wfs:totalUpdated
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type xsd:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xsd:element name="totalUpdated" type="xsd:nonNegativeInteger" minOccurs="0"/>
Element wfs:TransactionSummaryType / wfs:totalReplaced
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type xsd:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xsd:element name="totalReplaced" type="xsd:nonNegativeInteger" minOccurs="0"/>
Element wfs:TransactionSummaryType / wfs:totalDeleted
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type xsd:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xsd:element name="totalDeleted" type="xsd:nonNegativeInteger" minOccurs="0"/>
Element wfs:TransactionResponseType / wfs:InsertResults
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ActionResultsType_Feature wfs_xsd.tmp#ActionResultsType
Type wfs:ActionResultsType
Properties
content complex
minOccurs 0
Model
Children wfs:Feature
Instance
<wfs:InsertResults xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:Feature handle="">{1,unbounded}</wfs:Feature>
</wfs:InsertResults>
Source
<xsd:element name="InsertResults" type="wfs:ActionResultsType" minOccurs="0"/>
Element wfs:ActionResultsType / wfs:Feature
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#CreatedOrModifiedFeatureType_handle filter_xsd.tmp#ResourceId wfs_xsd.tmp#CreatedOrModifiedFeatureType
Type wfs:CreatedOrModifiedFeatureType
Properties
content complex
maxOccurs unbounded
Model
Children fes:ResourceId
Instance
<wfs:Feature handle="" xmlns:wfs="http://www.opengis.net/wfs/2.1" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:ResourceId endDate="" previousRid="" rid="" startDate="" version="">{1,1}</fes:ResourceId>
</wfs:Feature>
Attributes
QName Type Use
handle xsd:string optional
Source
<xsd:element name="Feature" type="wfs:CreatedOrModifiedFeatureType" maxOccurs="unbounded"/>
Element wfs:TransactionResponseType / wfs:UpdateResults
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ActionResultsType_Feature wfs_xsd.tmp#ActionResultsType
Type wfs:ActionResultsType
Properties
content complex
minOccurs 0
Model
Children wfs:Feature
Instance
<wfs:UpdateResults xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:Feature handle="">{1,unbounded}</wfs:Feature>
</wfs:UpdateResults>
Source
<xsd:element name="UpdateResults" type="wfs:ActionResultsType" minOccurs="0"/>
Element wfs:TransactionResponseType / wfs:ReplaceResults
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ActionResultsType_Feature wfs_xsd.tmp#ActionResultsType
Type wfs:ActionResultsType
Properties
content complex
minOccurs 0
Model
Children wfs:Feature
Instance
<wfs:ReplaceResults xmlns:wfs="http://www.opengis.net/wfs/2.1">
  <wfs:Feature handle="">{1,unbounded}</wfs:Feature>
</wfs:ReplaceResults>
Source
<xsd:element name="ReplaceResults" type="wfs:ActionResultsType" minOccurs="0"/>
Complex Type wfs:BaseRequestType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle
Properties
abstract true
Used by
Attributes
QName Type Fixed Use
handle xsd:string optional
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:complexType name="BaseRequestType" abstract="true">
  <xsd:attribute name="service" type="xsd:string" use="required" fixed="WFS"/>
  <xsd:attribute name="version" type="xsd:string" use="required" fixed="2.0.0"/>
  <xsd:attribute name="handle" type="xsd:string"/>
</xsd:complexType>
Simple Type wfs:ResultTypeType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration results
enumeration hits
Used by
Source
<xsd:simpleType name="ResultTypeType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="results"/>
    <xsd:enumeration value="hits"/>
  </xsd:restriction>
</xsd:simpleType>
Simple Type wfs:ResolveValueType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration local
enumeration remote
enumeration all
enumeration none
Used by
Source
<xsd:simpleType name="ResolveValueType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="local"/>
    <xsd:enumeration value="remote"/>
    <xsd:enumeration value="all"/>
    <xsd:enumeration value="none"/>
  </xsd:restriction>
</xsd:simpleType>
Simple Type wfs:positiveIntegerWithStar
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StarStringType
Type union of(xsd:positiveInteger, wfs:StarStringType)
Used by
Source
<xsd:simpleType name="positiveIntegerWithStar">
  <xsd:union memberTypes="xsd:positiveInteger wfs:StarStringType"/>
</xsd:simpleType>
Simple Type wfs:StarStringType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration *
Source
<xsd:simpleType name="StarStringType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="*"/>
  </xsd:restriction>
</xsd:simpleType>
Simple Type wfs:nonNegativeIntegerOrUnknown
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type union of(restriction of xsd:string, xsd:nonNegativeInteger)
Used by
Source
<xsd:simpleType name="nonNegativeIntegerOrUnknown">
  <xsd:union>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="unknown"/>
      </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType>
      <xsd:restriction base="xsd:nonNegativeInteger"/>
    </xsd:simpleType>
  </xsd:union>
</xsd:simpleType>
Complex Type wfs:QueryType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram query_xsd.tmp#AbstractQueryExpressionType_handle query_xsd.tmp#AbstractQueryExpressionType query_xsd.tmp#AbstractAdhocQueryExpressionType_typeNames query_xsd.tmp#AbstractAdhocQueryExpressionType_aliases query_xsd.tmp#AbstractProjectionClause query_xsd.tmp#AbstractSelectionClause query_xsd.tmp#AbstractSortingClause query_xsd.tmp#AbstractAdhocQueryExpressionType wfs_xsd.tmp#QueryType_srsName wfs_xsd.tmp#QueryType_featureVersion
Type extension of fes:AbstractAdhocQueryExpressionType
Type hierarchy
Used by
Element wfs:Query
Model
Children fes:AbstractProjectionClause, fes:AbstractSelectionClause, fes:AbstractSortingClause
Attributes
QName Type Use
aliases fes:AliasesType optional
featureVersion xsd:string optional
handle xsd:string optional
srsName xsd:anyURI optional
typeNames fes:TypeNamesListType required
Source
<xsd:complexType name="QueryType">
  <xsd:complexContent>
    <xsd:extension base="fes:AbstractAdhocQueryExpressionType">
      <xsd:attribute name="srsName" type="xsd:anyURI"/>
      <xsd:attribute name="featureVersion" type="xsd:string"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:StoredQueryType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram query_xsd.tmp#AbstractQueryExpressionType_handle query_xsd.tmp#AbstractQueryExpressionType wfs_xsd.tmp#StoredQueryType_id wfs_xsd.tmp#StoredQueryType_Parameter
Type extension of fes:AbstractQueryExpressionType
Type hierarchy
Used by
Element wfs:StoredQuery
Model
Children wfs:Parameter
Attributes
QName Type Use
handle xsd:string optional
id xsd:anyURI required
Source
<xsd:complexType name="StoredQueryType">
  <xsd:complexContent>
    <xsd:extension base="fes:AbstractQueryExpressionType">
      <xsd:sequence>
        <xsd:element name="Parameter" type="wfs:ParameterType" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="id" type="xsd:anyURI" use="required"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:ParameterType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ParameterType_name
Properties
mixed true
Used by
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1'
Attributes
QName Type Use
name xsd:string required
Source
<xsd:complexType name="ParameterType" mixed="true">
  <xsd:sequence>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>
Complex Type wfs:GetCapabilitiesType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram owsGetCapabilities_xsd.tmp#GetCapabilitiesType_updateSequence owsGetCapabilities_xsd.tmp#GetCapabilitiesType_AcceptVersions owsGetCapabilities_xsd.tmp#GetCapabilitiesType_Sections owsGetCapabilities_xsd.tmp#GetCapabilitiesType_AcceptFormats owsGetCapabilities_xsd.tmp#GetCapabilitiesType_AcceptLanguages owsGetCapabilities_xsd.tmp#GetCapabilitiesType wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_GetCapabilitiesType_service
Type extension of ows:GetCapabilitiesType
Type hierarchy
Used by
Model
Children ows:AcceptFormats, ows:AcceptLanguages, ows:AcceptVersions, ows:Sections
Attributes
QName Type Fixed Use Annotation
service ows:ServiceType WFS required
updateSequence ows:UpdateSequenceType optional
When omitted or not supported by server, server shall
return latest complete service metadata document.
Source
<xsd:complexType name="GetCapabilitiesType">
  <xsd:complexContent>
    <xsd:extension base="ows:GetCapabilitiesType">
      <xsd:attribute name="service" type="ows:ServiceType" use="required" fixed="WFS"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:WFS_CapabilitiesType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram owsGetCapabilities_xsd.tmp#CapabilitiesBaseType_version owsGetCapabilities_xsd.tmp#CapabilitiesBaseType_updateSequence owsServiceIdentification_xsd.tmp#ServiceIdentification owsServiceProvider_xsd.tmp#ServiceProvider owsOperationsMetadata_xsd.tmp#OperationsMetadata owsGetCapabilities_xsd.tmp#CapabilitiesBaseType_Languages owsGetCapabilities_xsd.tmp#CapabilitiesBaseType wfs_xsd.tmp#WFS_CapabilitiesType_WSDL wfs_xsd.tmp#FeatureTypeList filterCapabilities_xsd.tmp#Filter_Capabilities
Type extension of ows:CapabilitiesBaseType
Type hierarchy
Used by
Model
Children fes:Filter_Capabilities, ows:Languages, ows:OperationsMetadata, ows:ServiceIdentification, ows:ServiceProvider, wfs:FeatureTypeList, wfs:WSDL
Attributes
QName Type Use Annotation
updateSequence ows:UpdateSequenceType optional
Service metadata document version, having values that
are "increased" whenever any change is made in service metadata
document. Values are selected by each server, and are always opaque to
clients. When not supported by server, server shall not return this
attribute.
version ows:VersionType required
Source
<xsd:complexType name="WFS_CapabilitiesType">
  <xsd:complexContent>
    <xsd:extension base="ows:CapabilitiesBaseType">
      <xsd:sequence>
        <xsd:element name="WSDL" minOccurs="0">
          <xsd:complexType>
            <xsd:complexContent>
              <xsd:restriction base="xsd:anyType">
                <xsd:attributeGroup ref="xlink:simpleAttrs"/>
              </xsd:restriction>
            </xsd:complexContent>
          </xsd:complexType>
        </xsd:element>
        <xsd:element ref="wfs:FeatureTypeList" minOccurs="0"/>
        <xsd:element ref="fes:Filter_Capabilities" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:FeatureTypeListType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#FeatureTypeListType_FeatureType
Used by
Model
Children wfs:FeatureType
Source
<xsd:complexType name="FeatureTypeListType">
  <xsd:sequence>
    <xsd:element name="FeatureType" type="wfs:FeatureTypeType" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:FeatureTypeType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#FeatureTypeType_Name wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Title wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Abstract ows19115subset_xsd.tmp#Keywords wfs_xsd.tmp#FeatureTypeType_DefaultCRS wfs_xsd.tmp#FeatureTypeType_OtherCRS wfs_xsd.tmp#FeatureTypeType_NoCRS wfs_xsd.tmp#FeatureTypeType_OutputFormats owsCommon_xsd.tmp#WGS84BoundingBox wfs_xsd.tmp#FeatureTypeType_MetadataURL wfs_xsd.tmp#FeatureTypeType_ExtendedDescription
Used by
Model
Children ows:Keywords, ows:WGS84BoundingBox, wfs:Abstract, wfs:DefaultCRS, wfs:ExtendedDescription, wfs:MetadataURL, wfs:Name, wfs:NoCRS, wfs:OtherCRS, wfs:OutputFormats, wfs:Title
Source
<xsd:complexType name="FeatureTypeType">
  <xsd:sequence>
    <xsd:element name="Name" type="xsd:QName"/>
    <xsd:element ref="wfs:Title" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="wfs:Abstract" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="ows:Keywords" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:choice>
      <xsd:sequence>
        <xsd:element name="DefaultCRS" type="xsd:anyURI"/>
        <xsd:element name="OtherCRS" type="xsd:anyURI" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:element name="NoCRS">
        <xsd:complexType/>
      </xsd:element>
    </xsd:choice>
    <xsd:element name="OutputFormats" type="wfs:OutputFormatListType" minOccurs="0"/>
    <xsd:element ref="ows:WGS84BoundingBox" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="MetadataURL" type="wfs:MetadataURLType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="ExtendedDescription" type="wfs:ExtendedDescriptionType" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:OutputFormatListType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#OutputFormatListType_Format
Used by
Model
Children wfs:Format
Source
<xsd:complexType name="OutputFormatListType">
  <xsd:sequence maxOccurs="unbounded">
    <xsd:element name="Format" type="xsd:string"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:MetadataURLType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram xlink_xsd.tmp#simpleAttrs wfs_xsd.tmp#MetadataURLType_about
Used by
Attributes
Source
<xsd:complexType name="MetadataURLType">
  <xsd:attributeGroup ref="xlink:simpleAttrs"/>
  <xsd:attribute name="about" type="xsd:anyURI"/>
</xsd:complexType>
Complex Type wfs:ExtendedDescriptionType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#Element
Used by
Model
Children wfs:Element
Source
<xsd:complexType name="ExtendedDescriptionType">
  <xsd:sequence>
    <xsd:element ref="wfs:Element" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:ElementType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ElementType_name wfs_xsd.tmp#ElementType_type owsCommon_xsd.tmp#Metadata wfs_xsd.tmp#ValueList
Used by
Element wfs:Element
Model
Children ows:Metadata, wfs:ValueList
Attributes
QName Type Use
name xsd:string required
type xsd:QName required
Source
<xsd:complexType name="ElementType">
  <xsd:sequence>
    <xsd:element ref="ows:Metadata"/>
    <xsd:element ref="wfs:ValueList"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="xsd:string" use="required"/>
  <xsd:attribute name="type" type="xsd:QName" use="required"/>
</xsd:complexType>
Complex Type wfs:ValueListType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Value
Used by
Element wfs:ValueList
Model
Children wfs:Value
Source
<xsd:complexType name="ValueListType">
  <xsd:sequence maxOccurs="unbounded">
    <xsd:element ref="wfs:Value"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:DescribeFeatureTypeType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#DescribeFeatureTypeType_outputFormat wfs_xsd.tmp#DescribeFeatureTypeType_TypeName
Type extension of wfs:BaseRequestType
Type hierarchy
Used by
Model
Children wfs:TypeName
Attributes
QName Type Fixed Default Use
handle xsd:string optional
outputFormat xsd:string application/gml+xml; version=3.2 optional
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:complexType name="DescribeFeatureTypeType">
  <xsd:complexContent>
    <xsd:extension base="wfs:BaseRequestType">
      <xsd:sequence>
        <xsd:element name="TypeName" type="xsd:QName" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="outputFormat" type="xsd:string" default="application/gml+xml; version=3.2"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:GetPropertyValueType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#GetPropertyValueType_valueReference wfs_xsd.tmp#GetPropertyValueType_resolvePath wfs_xsd.tmp#StandardPresentationParameters wfs_xsd.tmp#StandardResolveParameters query_xsd.tmp#AbstractQueryExpression
Type extension of wfs:BaseRequestType
Type hierarchy
Used by
Model
Children fes:AbstractQueryExpression
Attributes
QName Type Fixed Default Use
count xsd:nonNegativeInteger optional
handle xsd:string optional
outputFormat xsd:string application/gml+xml; version=3.2 optional
resolve wfs:ResolveValueType none optional
resolveDepth wfs:positiveIntegerWithStar * optional
resolvePath xsd:string optional
resolveTimeout xsd:positiveInteger 300 optional
resultType wfs:ResultTypeType results optional
service xsd:string WFS required
startIndex xsd:nonNegativeInteger 0 optional
valueReference xsd:string required
version xsd:string 2.0.0 required
Source
<xsd:complexType name="GetPropertyValueType">
  <xsd:complexContent>
    <xsd:extension base="wfs:BaseRequestType">
      <xsd:sequence>
        <xsd:element ref="fes:AbstractQueryExpression"/>
      </xsd:sequence>
      <xsd:attribute name="valueReference" type="xsd:string" use="required"/>
      <xsd:attribute name="resolvePath" type="xsd:string"/>
      <xsd:attributeGroup ref="wfs:StandardPresentationParameters"/>
      <xsd:attributeGroup ref="wfs:StandardResolveParameters"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:ValueCollectionType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StandardResponseParameters wfs_xsd.tmp#member wfs_xsd.tmp#additionalValues wfs_xsd.tmp#truncatedResponse
Used by
Model
Children wfs:additionalValues, wfs:member, wfs:truncatedResponse
Attributes
QName Type Use
next xsd:anyURI optional
numberMatched wfs:nonNegativeIntegerOrUnknown required
numberReturned xsd:nonNegativeInteger required
previous xsd:anyURI optional
timeStamp xsd:dateTime required
Source
<xsd:complexType name="ValueCollectionType">
  <xsd:sequence>
    <xsd:element ref="wfs:member" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="wfs:additionalValues" minOccurs="0"/>
    <xsd:element ref="wfs:truncatedResponse" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="wfs:StandardResponseParameters"/>
</xsd:complexType>
Complex Type wfs:MemberPropertyType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#MemberPropertyType_state xlink_xsd.tmp#simpleAttrs wfs_xsd.tmp#Tuple wfs_xsd.tmp#SimpleFeatureCollection
Properties
mixed true
Used by
Element wfs:member
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1' | wfs:Tuple | wfs:SimpleFeatureCollection
Children wfs:SimpleFeatureCollection, wfs:Tuple
Attributes
Source
<xsd:complexType name="MemberPropertyType" mixed="true">
  <xsd:choice minOccurs="0">
    <xsd:any processContents="lax" namespace="##other"/>
    <xsd:element ref="wfs:Tuple"/>
    <xsd:element ref="wfs:SimpleFeatureCollection"/>
  </xsd:choice>
  <xsd:attribute name="state" type="wfs:StateValueType"/>
  <xsd:attributeGroup ref="xlink:simpleAttrs"/>
</xsd:complexType>
Complex Type wfs:TupleType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#member
Used by
Element wfs:Tuple
Model
Children wfs:member
Source
<xsd:complexType name="TupleType">
  <xsd:sequence>
    <xsd:element ref="wfs:member" minOccurs="2" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:SimpleFeatureCollectionType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#boundedBy wfs_xsd.tmp#member
Used by
Model
Children wfs:boundedBy, wfs:member
Source
<xsd:complexType name="SimpleFeatureCollectionType">
  <xsd:sequence>
    <xsd:element ref="wfs:boundedBy" minOccurs="0"/>
    <xsd:element ref="wfs:member" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:EnvelopePropertyType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Used by
Element wfs:boundedBy
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1'
Source
<xsd:complexType name="EnvelopePropertyType">
  <xsd:sequence>
    <xsd:any namespace="##other"/>
  </xsd:sequence>
</xsd:complexType>
Simple Type wfs:StateValueType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type union of(restriction of xsd:string, restriction of xsd:string)
Used by
Source
<xsd:simpleType name="StateValueType">
  <xsd:union>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="valid"/>
        <xsd:enumeration value="superseded"/>
        <xsd:enumeration value="retired"/>
        <xsd:enumeration value="future"/>
      </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:pattern value="other:\w{2,}"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:union>
</xsd:simpleType>
Complex Type wfs:GetFeatureType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#StandardPresentationParameters wfs_xsd.tmp#StandardResolveParameters query_xsd.tmp#AbstractQueryExpression
Type extension of wfs:BaseRequestType
Type hierarchy
Used by
Model
Children fes:AbstractQueryExpression
Attributes
QName Type Fixed Default Use
count xsd:nonNegativeInteger optional
handle xsd:string optional
outputFormat xsd:string application/gml+xml; version=3.2 optional
resolve wfs:ResolveValueType none optional
resolveDepth wfs:positiveIntegerWithStar * optional
resolveTimeout xsd:positiveInteger 300 optional
resultType wfs:ResultTypeType results optional
service xsd:string WFS required
startIndex xsd:nonNegativeInteger 0 optional
version xsd:string 2.0.0 required
Source
<xsd:complexType name="GetFeatureType">
  <xsd:complexContent>
    <xsd:extension base="wfs:BaseRequestType">
      <xsd:sequence>
        <xsd:element ref="fes:AbstractQueryExpression" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attributeGroup ref="wfs:StandardPresentationParameters"/>
      <xsd:attributeGroup ref="wfs:StandardResolveParameters"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:GetFeatureWithLockType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#StandardPresentationParameters wfs_xsd.tmp#StandardResolveParameters query_xsd.tmp#AbstractQueryExpression wfs_xsd.tmp#GetFeatureType wfs_xsd.tmp#GetFeatureWithLockType_expiry wfs_xsd.tmp#GetFeatureWithLockType_lockAction
Type extension of wfs:GetFeatureType
Type hierarchy
Used by
Model
Children fes:AbstractQueryExpression
Attributes
QName Type Fixed Default Use
count xsd:nonNegativeInteger optional
expiry xsd:positiveInteger 300 optional
handle xsd:string optional
lockAction wfs:AllSomeType ALL optional
outputFormat xsd:string application/gml+xml; version=3.2 optional
resolve wfs:ResolveValueType none optional
resolveDepth wfs:positiveIntegerWithStar * optional
resolveTimeout xsd:positiveInteger 300 optional
resultType wfs:ResultTypeType results optional
service xsd:string WFS required
startIndex xsd:nonNegativeInteger 0 optional
version xsd:string 2.0.0 required
Source
<xsd:complexType name="GetFeatureWithLockType">
  <xsd:complexContent>
    <xsd:extension base="wfs:GetFeatureType">
      <xsd:attribute name="expiry" type="xsd:positiveInteger" default="300"/>
      <xsd:attribute name="lockAction" type="wfs:AllSomeType" default="ALL"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Simple Type wfs:AllSomeType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration ALL
enumeration SOME
Used by
Source
<xsd:simpleType name="AllSomeType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="ALL"/>
    <xsd:enumeration value="SOME"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type wfs:FeatureCollectionType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#boundedBy wfs_xsd.tmp#member wfs_xsd.tmp#SimpleFeatureCollectionType wfs_xsd.tmp#StandardResponseParameters wfs_xsd.tmp#FeatureCollectionType_lockId wfs_xsd.tmp#additionalObjects wfs_xsd.tmp#truncatedResponse
Type extension of wfs:SimpleFeatureCollectionType
Type hierarchy
Used by
Model
Children wfs:additionalObjects, wfs:boundedBy, wfs:member, wfs:truncatedResponse
Attributes
QName Type Use
lockId xsd:string optional
next xsd:anyURI optional
numberMatched wfs:nonNegativeIntegerOrUnknown required
numberReturned xsd:nonNegativeInteger required
previous xsd:anyURI optional
timeStamp xsd:dateTime required
Source
<xsd:complexType name="FeatureCollectionType">
  <xsd:complexContent>
    <xsd:extension base="wfs:SimpleFeatureCollectionType">
      <xsd:sequence>
        <xsd:element ref="wfs:additionalObjects" minOccurs="0"/>
        <xsd:element ref="wfs:truncatedResponse" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attributeGroup ref="wfs:StandardResponseParameters"/>
      <xsd:attribute name="lockId" type="xsd:string"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:ListStoredQueriesType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType
Type extension of wfs:BaseRequestType
Type hierarchy
Used by
Attributes
QName Type Fixed Use
handle xsd:string optional
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:complexType name="ListStoredQueriesType">
  <xsd:complexContent>
    <xsd:extension base="wfs:BaseRequestType"/>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:ListStoredQueriesResponseType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ListStoredQueriesResponseType_StoredQuery
Used by
Model
Children wfs:StoredQuery
Source
<xsd:complexType name="ListStoredQueriesResponseType">
  <xsd:sequence>
    <xsd:element name="StoredQuery" type="wfs:StoredQueryListItemType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:StoredQueryListItemType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StoredQueryListItemType_id wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Title wfs_xsd.tmp#StoredQueryListItemType_ReturnFeatureType
Used by
Model
Children wfs:ReturnFeatureType, wfs:Title
Attributes
QName Type Use
id xsd:anyURI required
Source
<xsd:complexType name="StoredQueryListItemType">
  <xsd:sequence>
    <xsd:element ref="wfs:Title" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="ReturnFeatureType" type="xsd:QName" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="xsd:anyURI" use="required"/>
</xsd:complexType>
Complex Type wfs:DescribeStoredQueriesType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#DescribeStoredQueriesType_StoredQueryId
Type extension of wfs:BaseRequestType
Type hierarchy
Used by
Model
Children wfs:StoredQueryId
Attributes
QName Type Fixed Use
handle xsd:string optional
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:complexType name="DescribeStoredQueriesType">
  <xsd:complexContent>
    <xsd:extension base="wfs:BaseRequestType">
      <xsd:sequence>
        <xsd:element name="StoredQueryId" type="xsd:anyURI" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:DescribeStoredQueriesResponseType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#DescribeStoredQueriesResponseType_StoredQueryDescription
Used by
Model
Children wfs:StoredQueryDescription
Source
<xsd:complexType name="DescribeStoredQueriesResponseType">
  <xsd:sequence>
    <xsd:element name="StoredQueryDescription" type="wfs:StoredQueryDescriptionType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:StoredQueryDescriptionType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StoredQueryDescriptionType_id wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Title wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Abstract owsCommon_xsd.tmp#Metadata wfs_xsd.tmp#StoredQueryDescriptionType_Parameter wfs_xsd.tmp#StoredQueryDescriptionType_QueryExpressionText
Used by
Model
Children ows:Metadata, wfs:Abstract, wfs:Parameter, wfs:QueryExpressionText, wfs:Title
Attributes
QName Type Use
id xsd:anyURI required
Source
<xsd:complexType name="StoredQueryDescriptionType">
  <xsd:sequence>
    <xsd:element ref="wfs:Title" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="wfs:Abstract" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="Parameter" type="wfs:ParameterExpressionType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="QueryExpressionText" type="wfs:QueryExpressionTextType" minOccurs="1" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="xsd:anyURI" use="required"/>
</xsd:complexType>
Complex Type wfs:ParameterExpressionType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ParameterExpressionType_name wfs_xsd.tmp#ParameterExpressionType_type wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Title wfs_xsd.tmp#http___www.opengis.net_wfs_2.1_Abstract owsCommon_xsd.tmp#Metadata
Used by
Model
Children ows:Metadata, wfs:Abstract, wfs:Title
Attributes
QName Type Use
name xsd:string required
type xsd:QName required
Source
<xsd:complexType name="ParameterExpressionType">
  <xsd:sequence>
    <xsd:element ref="wfs:Title" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="wfs:Abstract" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="xsd:string" use="required"/>
  <xsd:attribute name="type" type="xsd:QName" use="required"/>
</xsd:complexType>
Complex Type wfs:QueryExpressionTextType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#QueryExpressionTextType_returnFeatureTypes wfs_xsd.tmp#QueryExpressionTextType_language wfs_xsd.tmp#QueryExpressionTextType_isPrivate
Properties
mixed true
Used by
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1' | ANY element from TARGET namespace 'http://www.opengis.net/wfs/2.1'
Attributes
QName Type Default Use
isPrivate xsd:boolean false optional
language xsd:anyURI required
returnFeatureTypes wfs:ReturnFeatureTypesListType required
Source
<xsd:complexType name="QueryExpressionTextType" mixed="true">
  <xsd:choice>
    <xsd:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:any namespace="##targetNamespace" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:choice>
  <xsd:attribute name="returnFeatureTypes" type="wfs:ReturnFeatureTypesListType" use="required"/>
  <xsd:attribute name="language" type="xsd:anyURI" use="required"/>
  <xsd:attribute name="isPrivate" type="xsd:boolean" default="false"/>
</xsd:complexType>
Simple Type wfs:ReturnFeatureTypesListType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type list of xsd:QName
Used by
Source
<xsd:simpleType name="ReturnFeatureTypesListType">
  <xsd:list itemType="xsd:QName"/>
</xsd:simpleType>
Complex Type wfs:CreateStoredQueryType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#CreateStoredQueryType_StoredQueryDefinition
Type extension of wfs:BaseRequestType
Type hierarchy
Used by
Model
Children wfs:StoredQueryDefinition
Attributes
QName Type Fixed Use
handle xsd:string optional
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:complexType name="CreateStoredQueryType">
  <xsd:complexContent>
    <xsd:extension base="wfs:BaseRequestType">
      <xsd:sequence>
        <xsd:element name="StoredQueryDefinition" type="wfs:StoredQueryDescriptionType" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:CreateStoredQueryResponseType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ExecutionStatusType_status wfs_xsd.tmp#ExecutionStatusType
Type extension of wfs:ExecutionStatusType
Type hierarchy
Used by
Attributes
QName Type Fixed Use
status xsd:string OK optional
Source
<xsd:complexType name="CreateStoredQueryResponseType">
  <xsd:complexContent>
    <xsd:extension base="wfs:ExecutionStatusType"/>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:ExecutionStatusType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ExecutionStatusType_status
Used by
Attributes
QName Type Fixed Use
status xsd:string OK optional
Source
<xsd:complexType name="ExecutionStatusType">
  <xsd:attribute name="status" type="xsd:string" fixed="OK"/>
</xsd:complexType>
Complex Type wfs:LockFeatureType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#LockFeatureType_lockId wfs_xsd.tmp#LockFeatureType_expiry wfs_xsd.tmp#LockFeatureType_lockAction query_xsd.tmp#AbstractQueryExpression
Type extension of wfs:BaseRequestType
Type hierarchy
Used by
Element wfs:LockFeature
Model
Children fes:AbstractQueryExpression
Attributes
QName Type Fixed Default Use
expiry xsd:positiveInteger 300 optional
handle xsd:string optional
lockAction wfs:AllSomeType ALL optional
lockId xsd:string optional
service xsd:string WFS required
version xsd:string 2.0.0 required
Source
<xsd:complexType name="LockFeatureType">
  <xsd:complexContent>
    <xsd:extension base="wfs:BaseRequestType">
      <xsd:sequence>
        <xsd:element ref="fes:AbstractQueryExpression" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="lockId" type="xsd:string"/>
      <xsd:attribute name="expiry" type="xsd:positiveInteger" default="300"/>
      <xsd:attribute name="lockAction" type="wfs:AllSomeType" default="ALL"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:LockFeatureResponseType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#LockFeatureResponseType_lockId wfs_xsd.tmp#LockFeatureResponseType_FeaturesLocked wfs_xsd.tmp#LockFeatureResponseType_FeaturesNotLocked
Used by
Model
Children wfs:FeaturesLocked, wfs:FeaturesNotLocked
Attributes
QName Type Use
lockId xsd:string optional
Source
<xsd:complexType name="LockFeatureResponseType">
  <xsd:sequence>
    <xsd:element name="FeaturesLocked" type="wfs:FeaturesLockedType" minOccurs="0"/>
    <xsd:element name="FeaturesNotLocked" type="wfs:FeaturesNotLockedType" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="lockId" type="xsd:string"/>
</xsd:complexType>
Complex Type wfs:FeaturesLockedType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram filter_xsd.tmp#ResourceId
Used by
Model
Children fes:ResourceId
Source
<xsd:complexType name="FeaturesLockedType">
  <xsd:sequence maxOccurs="unbounded">
    <xsd:element ref="fes:ResourceId"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:FeaturesNotLockedType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram filter_xsd.tmp#ResourceId
Used by
Model
Children fes:ResourceId
Source
<xsd:complexType name="FeaturesNotLockedType">
  <xsd:sequence maxOccurs="unbounded">
    <xsd:element ref="fes:ResourceId"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:TransactionType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#BaseRequestType_service wfs_xsd.tmp#BaseRequestType_version wfs_xsd.tmp#BaseRequestType_handle wfs_xsd.tmp#BaseRequestType wfs_xsd.tmp#TransactionType_lockId wfs_xsd.tmp#TransactionType_releaseAction wfs_xsd.tmp#TransactionType_srsName wfs_xsd.tmp#AbstractTransactionAction
Type extension of wfs:BaseRequestType
Type hierarchy
Used by
Element wfs:Transaction
Model
Children wfs:AbstractTransactionAction
Attributes
QName Type Fixed Default Use
handle xsd:string optional
lockId xsd:string optional
releaseAction wfs:AllSomeType ALL optional
service xsd:string WFS required
srsName xsd:anyURI optional
version xsd:string 2.0.0 required
Source
<xsd:complexType name="TransactionType">
  <xsd:complexContent>
    <xsd:extension base="wfs:BaseRequestType">
      <xsd:sequence>
        <xsd:sequence minOccurs="0" maxOccurs="unbounded">
          <xsd:element ref="wfs:AbstractTransactionAction"/>
        </xsd:sequence>
      </xsd:sequence>
      <xsd:attribute name="lockId" type="xsd:string"/>
      <xsd:attribute name="releaseAction" type="wfs:AllSomeType" default="ALL"/>
      <xsd:attribute name="srsName" type="xsd:anyURI"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:AbstractTransactionActionType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle
Properties
abstract true
Used by
Attributes
QName Type Use
handle xsd:string optional
Source
<xsd:complexType name="AbstractTransactionActionType" abstract="true">
  <xsd:attribute name="handle" type="xsd:string"/>
</xsd:complexType>
Complex Type wfs:InsertType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle wfs_xsd.tmp#AbstractTransactionActionType wfs_xsd.tmp#StandardInputParameters
Type extension of wfs:AbstractTransactionActionType
Type hierarchy
Used by
Element wfs:Insert
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1'
Attributes
QName Type Default Use
handle xsd:string optional
inputFormat xsd:string application/gml+xml; version=3.2 optional
srsName xsd:anyURI optional
Source
<xsd:complexType name="InsertType">
  <xsd:complexContent>
    <xsd:extension base="wfs:AbstractTransactionActionType">
      <xsd:sequence>
        <xsd:any namespace="##other" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attributeGroup ref="wfs:StandardInputParameters"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:UpdateType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle wfs_xsd.tmp#AbstractTransactionActionType wfs_xsd.tmp#UpdateType_typeName wfs_xsd.tmp#StandardInputParameters wfs_xsd.tmp#Property filter_xsd.tmp#Filter
Type extension of wfs:AbstractTransactionActionType
Type hierarchy
Used by
Element wfs:Update
Model
Children fes:Filter, wfs:Property
Attributes
QName Type Default Use
handle xsd:string optional
inputFormat xsd:string application/gml+xml; version=3.2 optional
srsName xsd:anyURI optional
typeName xsd:QName required
Source
<xsd:complexType name="UpdateType">
  <xsd:complexContent>
    <xsd:extension base="wfs:AbstractTransactionActionType">
      <xsd:sequence>
        <xsd:element ref="wfs:Property" maxOccurs="unbounded"/>
        <xsd:element ref="fes:Filter" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="typeName" type="xsd:QName" use="required"/>
      <xsd:attributeGroup ref="wfs:StandardInputParameters"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:PropertyType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#PropertyType_ValueReference wfs_xsd.tmp#PropertyType_Value
Used by
Element wfs:Property
Model
Children wfs:Value, wfs:ValueReference
Source
<xsd:complexType name="PropertyType">
  <xsd:sequence>
    <xsd:element name="ValueReference">
      <xsd:complexType>
        <xsd:simpleContent>
          <xsd:extension base="xsd:string">
            <xsd:attribute name="action" type="wfs:UpdateActionType" default="replace"/>
          </xsd:extension>
        </xsd:simpleContent>
      </xsd:complexType>
    </xsd:element>
    <xsd:element name="Value" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Simple Type wfs:UpdateActionType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration replace
enumeration insertBefore
enumeration insertAfter
enumeration remove
Used by
Source
<xsd:simpleType name="UpdateActionType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="replace"/>
    <xsd:enumeration value="insertBefore"/>
    <xsd:enumeration value="insertAfter"/>
    <xsd:enumeration value="remove"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type wfs:ReplaceType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle wfs_xsd.tmp#AbstractTransactionActionType wfs_xsd.tmp#StandardInputParameters filter_xsd.tmp#Filter
Type extension of wfs:AbstractTransactionActionType
Type hierarchy
Used by
Element wfs:Replace
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1' , fes:Filter
Children fes:Filter
Attributes
QName Type Default Use
handle xsd:string optional
inputFormat xsd:string application/gml+xml; version=3.2 optional
srsName xsd:anyURI optional
Source
<xsd:complexType name="ReplaceType">
  <xsd:complexContent>
    <xsd:extension base="wfs:AbstractTransactionActionType">
      <xsd:sequence>
        <xsd:any namespace="##other"/>
        <xsd:element ref="fes:Filter"/>
      </xsd:sequence>
      <xsd:attributeGroup ref="wfs:StandardInputParameters"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:DeleteType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle wfs_xsd.tmp#AbstractTransactionActionType wfs_xsd.tmp#DeleteType_typeName filter_xsd.tmp#Filter
Type extension of wfs:AbstractTransactionActionType
Type hierarchy
Used by
Element wfs:Delete
Model
Children fes:Filter
Attributes
QName Type Use
handle xsd:string optional
typeName xsd:QName required
Source
<xsd:complexType name="DeleteType">
  <xsd:complexContent>
    <xsd:extension base="wfs:AbstractTransactionActionType">
      <xsd:sequence>
        <xsd:element ref="fes:Filter"/>
      </xsd:sequence>
      <xsd:attribute name="typeName" type="xsd:QName" use="required"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:NativeType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#AbstractTransactionActionType_handle wfs_xsd.tmp#AbstractTransactionActionType wfs_xsd.tmp#NativeType_vendorId wfs_xsd.tmp#NativeType_safeToIgnore
Type extension of wfs:AbstractTransactionActionType
Type hierarchy
Properties
mixed true
Used by
Element wfs:Native
Model
ANY element from ANY namespace OTHER than 'http://www.opengis.net/wfs/2.1'
Attributes
QName Type Use
handle xsd:string optional
safeToIgnore xsd:boolean required
vendorId xsd:string required
Source
<xsd:complexType name="NativeType" mixed="true">
  <xsd:complexContent>
    <xsd:extension base="wfs:AbstractTransactionActionType">
      <xsd:sequence>
        <xsd:any processContents="lax" namespace="##other" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="vendorId" type="xsd:string" use="required"/>
      <xsd:attribute name="safeToIgnore" type="xsd:boolean" use="required"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type wfs:TransactionResponseType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#TransactionResponseType_version wfs_xsd.tmp#TransactionResponseType_TransactionSummary wfs_xsd.tmp#TransactionResponseType_InsertResults wfs_xsd.tmp#TransactionResponseType_UpdateResults wfs_xsd.tmp#TransactionResponseType_ReplaceResults
Used by
Model
Children wfs:InsertResults, wfs:ReplaceResults, wfs:TransactionSummary, wfs:UpdateResults
Attributes
QName Type Fixed Use
version xsd:string 2.0.0 required
Source
<xsd:complexType name="TransactionResponseType">
  <xsd:sequence>
    <xsd:element name="TransactionSummary" type="wfs:TransactionSummaryType"/>
    <xsd:element name="InsertResults" type="wfs:ActionResultsType" minOccurs="0"/>
    <xsd:element name="UpdateResults" type="wfs:ActionResultsType" minOccurs="0"/>
    <xsd:element name="ReplaceResults" type="wfs:ActionResultsType" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="xsd:string" use="required" fixed="2.0.0"/>
</xsd:complexType>
Complex Type wfs:TransactionSummaryType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#TransactionSummaryType_totalInserted wfs_xsd.tmp#TransactionSummaryType_totalUpdated wfs_xsd.tmp#TransactionSummaryType_totalReplaced wfs_xsd.tmp#TransactionSummaryType_totalDeleted
Used by
Model
Children wfs:totalDeleted, wfs:totalInserted, wfs:totalReplaced, wfs:totalUpdated
Source
<xsd:complexType name="TransactionSummaryType">
  <xsd:sequence>
    <xsd:element name="totalInserted" type="xsd:nonNegativeInteger" minOccurs="0"/>
    <xsd:element name="totalUpdated" type="xsd:nonNegativeInteger" minOccurs="0"/>
    <xsd:element name="totalReplaced" type="xsd:nonNegativeInteger" minOccurs="0"/>
    <xsd:element name="totalDeleted" type="xsd:nonNegativeInteger" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:ActionResultsType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#ActionResultsType_Feature
Used by
Model
Children wfs:Feature
Source
<xsd:complexType name="ActionResultsType">
  <xsd:sequence>
    <xsd:element name="Feature" type="wfs:CreatedOrModifiedFeatureType" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type wfs:CreatedOrModifiedFeatureType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#CreatedOrModifiedFeatureType_handle filter_xsd.tmp#ResourceId
Used by
Model
Children fes:ResourceId
Attributes
QName Type Use
handle xsd:string optional
Source
<xsd:complexType name="CreatedOrModifiedFeatureType">
  <xsd:sequence maxOccurs="unbounded">
    <xsd:element ref="fes:ResourceId"/>
  </xsd:sequence>
  <xsd:attribute name="handle" type="xsd:string"/>
</xsd:complexType>
Complex Type wfs:EmptyType
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram
Source
<xsd:complexType name="EmptyType"/>
Attribute wfs:BaseRequestType / @service
Namespace No namespace
Type xsd:string
Properties
use required
fixed WFS
Used by
Complex Type wfs:BaseRequestType
Source
<xsd:attribute name="service" type="xsd:string" use="required" fixed="WFS"/>
Attribute wfs:BaseRequestType / @version
Namespace No namespace
Type xsd:string
Properties
use required
fixed 2.0.0
Used by
Complex Type wfs:BaseRequestType
Source
<xsd:attribute name="version" type="xsd:string" use="required" fixed="2.0.0"/>
Attribute wfs:BaseRequestType / @handle
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Complex Type wfs:BaseRequestType
Source
<xsd:attribute name="handle" type="xsd:string"/>
Attribute wfs:StandardPresentationParameters / @startIndex
Namespace No namespace
Type xsd:nonNegativeInteger
Properties
default 0
Used by
Source
<xsd:attribute name="startIndex" type="xsd:nonNegativeInteger" default="0"/>
Attribute wfs:StandardPresentationParameters / @count
Namespace No namespace
Type xsd:nonNegativeInteger
Properties
content simple
Used by
Source
<xsd:attribute name="count" type="xsd:nonNegativeInteger"/>
Attribute wfs:StandardPresentationParameters / @resultType
Namespace No namespace
Type wfs:ResultTypeType
Properties
default results
Facets
enumeration results
enumeration hits
Used by
Source
<xsd:attribute name="resultType" type="wfs:ResultTypeType" default="results"/>
Attribute wfs:StandardPresentationParameters / @outputFormat
Namespace No namespace
Type xsd:string
Properties
default application/gml+xml; version=3.2
Used by
Source
<xsd:attribute name="outputFormat" type="xsd:string" default="application/gml+xml; version=3.2"/>
Attribute wfs:StandardResolveParameters / @resolve
Namespace No namespace
Type wfs:ResolveValueType
Properties
default none
Facets
enumeration local
enumeration remote
enumeration all
enumeration none
Used by
Source
<xsd:attribute name="resolve" type="wfs:ResolveValueType" default="none"/>
Attribute wfs:StandardResolveParameters / @resolveDepth
Namespace No namespace
Type wfs:positiveIntegerWithStar
Properties
default *
Used by
Source
<xsd:attribute name="resolveDepth" type="wfs:positiveIntegerWithStar" default="*"/>
Attribute wfs:StandardResolveParameters / @resolveTimeout
Namespace No namespace
Type xsd:positiveInteger
Properties
default 300
Used by
Source
<xsd:attribute name="resolveTimeout" type="xsd:positiveInteger" default="300"/>
Attribute wfs:StandardInputParameters / @inputFormat
Namespace No namespace
Type xsd:string
Properties
default application/gml+xml; version=3.2
Used by
Attribute Group wfs:StandardInputParameters
Source
<xsd:attribute name="inputFormat" type="xsd:string" default="application/gml+xml; version=3.2"/>
Attribute wfs:StandardInputParameters / @srsName
Namespace No namespace
Type xsd:anyURI
Properties
content simple
Used by
Attribute Group wfs:StandardInputParameters
Source
<xsd:attribute name="srsName" type="xsd:anyURI"/>
Attribute wfs:StandardResponseParameters / @timeStamp
Namespace No namespace
Type xsd:dateTime
Properties
use required
Used by
Source
<xsd:attribute name="timeStamp" type="xsd:dateTime" use="required"/>
Attribute wfs:StandardResponseParameters / @numberMatched
Namespace No namespace
Type wfs:nonNegativeIntegerOrUnknown
Properties
use required
Used by
Source
<xsd:attribute name="numberMatched" type="wfs:nonNegativeIntegerOrUnknown" use="required"/>
Attribute wfs:StandardResponseParameters / @numberReturned
Namespace No namespace
Type xsd:nonNegativeInteger
Properties
use required
Used by
Source
<xsd:attribute name="numberReturned" type="xsd:nonNegativeInteger" use="required"/>
Attribute wfs:StandardResponseParameters / @next
Namespace No namespace
Type xsd:anyURI
Properties
content simple
Used by
Source
<xsd:attribute name="next" type="xsd:anyURI"/>
Attribute wfs:StandardResponseParameters / @previous
Namespace No namespace
Type xsd:anyURI
Properties
content simple
Used by
Source
<xsd:attribute name="previous" type="xsd:anyURI"/>
Attribute wfs:QueryType / @srsName
Namespace No namespace
Type xsd:anyURI
Properties
content simple
Used by
Complex Type wfs:QueryType
Source
<xsd:attribute name="srsName" type="xsd:anyURI"/>
Attribute wfs:QueryType / @featureVersion
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Complex Type wfs:QueryType
Source
<xsd:attribute name="featureVersion" type="xsd:string"/>
Attribute wfs:ParameterType / @name
Namespace No namespace
Type xsd:string
Properties
use required
Used by
Complex Type wfs:ParameterType
Source
<xsd:attribute name="name" type="xsd:string" use="required"/>
Attribute wfs:StoredQueryType / @id
Namespace No namespace
Type xsd:anyURI
Properties
use required
Used by
Complex Type wfs:StoredQueryType
Source
<xsd:attribute name="id" type="xsd:anyURI" use="required"/>
Attribute wfs:GetCapabilitiesType / @service
Namespace No namespace
Type ows:ServiceType
Properties
use required
fixed WFS
Used by
Source
<xsd:attribute name="service" type="ows:ServiceType" use="required" fixed="WFS"/>
Attribute wfs:MetadataURLType / @about
Namespace No namespace
Type xsd:anyURI
Properties
content simple
Used by
Complex Type wfs:MetadataURLType
Source
<xsd:attribute name="about" type="xsd:anyURI"/>
Attribute wfs:ElementType / @name
Namespace No namespace
Type xsd:string
Properties
use required
Used by
Complex Type wfs:ElementType
Source
<xsd:attribute name="name" type="xsd:string" use="required"/>
Attribute wfs:ElementType / @type
Namespace No namespace
Type xsd:QName
Properties
use required
Used by
Complex Type wfs:ElementType
Source
<xsd:attribute name="type" type="xsd:QName" use="required"/>
Attribute wfs:DescribeFeatureTypeType / @outputFormat
Namespace No namespace
Type xsd:string
Properties
default application/gml+xml; version=3.2
Used by
Source
<xsd:attribute name="outputFormat" type="xsd:string" default="application/gml+xml; version=3.2"/>
Attribute wfs:GetPropertyValueType / @valueReference
Namespace No namespace
Type xsd:string
Properties
use required
Used by
Source
<xsd:attribute name="valueReference" type="xsd:string" use="required"/>
Attribute wfs:GetPropertyValueType / @resolvePath
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Source
<xsd:attribute name="resolvePath" type="xsd:string"/>
Attribute wfs:MemberPropertyType / @state
Namespace No namespace
Type wfs:StateValueType
Properties
content simple
Used by
Complex Type wfs:MemberPropertyType
Source
<xsd:attribute name="state" type="wfs:StateValueType"/>
Attribute wfs:GetFeatureWithLockType / @expiry
Namespace No namespace
Type xsd:positiveInteger
Properties
default 300
Used by
Source
<xsd:attribute name="expiry" type="xsd:positiveInteger" default="300"/>
Attribute wfs:GetFeatureWithLockType / @lockAction
Namespace No namespace
Type wfs:AllSomeType
Properties
default ALL
Facets
enumeration ALL
enumeration SOME
Used by
Source
<xsd:attribute name="lockAction" type="wfs:AllSomeType" default="ALL"/>
Attribute wfs:PropertyName / @resolvePath
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Source
<xsd:attribute name="resolvePath" type="xsd:string"/>
Attribute wfs:FeatureCollectionType / @lockId
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Source
<xsd:attribute name="lockId" type="xsd:string"/>
Attribute wfs:StoredQueryListItemType / @id
Namespace No namespace
Type xsd:anyURI
Properties
use required
Used by
Source
<xsd:attribute name="id" type="xsd:anyURI" use="required"/>
Attribute wfs:ParameterExpressionType / @name
Namespace No namespace
Type xsd:string
Properties
use required
Used by
Source
<xsd:attribute name="name" type="xsd:string" use="required"/>
Attribute wfs:ParameterExpressionType / @type
Namespace No namespace
Type xsd:QName
Properties
use required
Used by
Source
<xsd:attribute name="type" type="xsd:QName" use="required"/>
Attribute wfs:QueryExpressionTextType / @returnFeatureTypes
Namespace No namespace
Type wfs:ReturnFeatureTypesListType
Properties
use required
Used by
Source
<xsd:attribute name="returnFeatureTypes" type="wfs:ReturnFeatureTypesListType" use="required"/>
Attribute wfs:QueryExpressionTextType / @language
Namespace No namespace
Type xsd:anyURI
Properties
use required
Used by
Source
<xsd:attribute name="language" type="xsd:anyURI" use="required"/>
Attribute wfs:QueryExpressionTextType / @isPrivate
Namespace No namespace
Type xsd:boolean
Properties
default false
Used by
Source
<xsd:attribute name="isPrivate" type="xsd:boolean" default="false"/>
Attribute wfs:StoredQueryDescriptionType / @id
Namespace No namespace
Type xsd:anyURI
Properties
use required
Used by
Source
<xsd:attribute name="id" type="xsd:anyURI" use="required"/>
Attribute wfs:ExecutionStatusType / @status
Namespace No namespace
Type xsd:string
Properties
fixed OK
Used by
Source
<xsd:attribute name="status" type="xsd:string" fixed="OK"/>
Attribute wfs:DropStoredQuery / @id
Namespace No namespace
Type xsd:anyURI
Properties
use required
Used by
Source
<xsd:attribute name="id" type="xsd:anyURI" use="required"/>
Attribute wfs:LockFeatureType / @lockId
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Complex Type wfs:LockFeatureType
Source
<xsd:attribute name="lockId" type="xsd:string"/>
Attribute wfs:LockFeatureType / @expiry
Namespace No namespace
Type xsd:positiveInteger
Properties
default 300
Used by
Complex Type wfs:LockFeatureType
Source
<xsd:attribute name="expiry" type="xsd:positiveInteger" default="300"/>
Attribute wfs:LockFeatureType / @lockAction
Namespace No namespace
Type wfs:AllSomeType
Properties
default ALL
Facets
enumeration ALL
enumeration SOME
Used by
Complex Type wfs:LockFeatureType
Source
<xsd:attribute name="lockAction" type="wfs:AllSomeType" default="ALL"/>
Attribute wfs:LockFeatureResponseType / @lockId
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Source
<xsd:attribute name="lockId" type="xsd:string"/>
Attribute wfs:AbstractTransactionActionType / @handle
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Source
<xsd:attribute name="handle" type="xsd:string"/>
Attribute wfs:TransactionType / @lockId
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Complex Type wfs:TransactionType
Source
<xsd:attribute name="lockId" type="xsd:string"/>
Attribute wfs:TransactionType / @releaseAction
Namespace No namespace
Type wfs:AllSomeType
Properties
default ALL
Facets
enumeration ALL
enumeration SOME
Used by
Complex Type wfs:TransactionType
Source
<xsd:attribute name="releaseAction" type="wfs:AllSomeType" default="ALL"/>
Attribute wfs:TransactionType / @srsName
Namespace No namespace
Type xsd:anyURI
Properties
content simple
Used by
Complex Type wfs:TransactionType
Source
<xsd:attribute name="srsName" type="xsd:anyURI"/>
Attribute wfs:PropertyType / wfs:ValueReference / @action
Namespace No namespace
Type wfs:UpdateActionType
Properties
default replace
Facets
enumeration replace
enumeration insertBefore
enumeration insertAfter
enumeration remove
Used by
Source
<xsd:attribute name="action" type="wfs:UpdateActionType" default="replace"/>
Attribute wfs:UpdateType / @typeName
Namespace No namespace
Type xsd:QName
Properties
use required
Used by
Complex Type wfs:UpdateType
Source
<xsd:attribute name="typeName" type="xsd:QName" use="required"/>
Attribute wfs:DeleteType / @typeName
Namespace No namespace
Type xsd:QName
Properties
use required
Used by
Complex Type wfs:DeleteType
Source
<xsd:attribute name="typeName" type="xsd:QName" use="required"/>
Attribute wfs:NativeType / @vendorId
Namespace No namespace
Type xsd:string
Properties
use required
Used by
Complex Type wfs:NativeType
Source
<xsd:attribute name="vendorId" type="xsd:string" use="required"/>
Attribute wfs:NativeType / @safeToIgnore
Namespace No namespace
Type xsd:boolean
Properties
use required
Used by
Complex Type wfs:NativeType
Source
<xsd:attribute name="safeToIgnore" type="xsd:boolean" use="required"/>
Attribute wfs:CreatedOrModifiedFeatureType / @handle
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Source
<xsd:attribute name="handle" type="xsd:string"/>
Attribute wfs:TransactionResponseType / @version
Namespace No namespace
Type xsd:string
Properties
use required
fixed 2.0.0
Used by
Source
<xsd:attribute name="version" type="xsd:string" use="required" fixed="2.0.0"/>
Attribute Group wfs:StandardPresentationParameters
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StandardPresentationParameters_startIndex wfs_xsd.tmp#StandardPresentationParameters_count wfs_xsd.tmp#StandardPresentationParameters_resultType wfs_xsd.tmp#StandardPresentationParameters_outputFormat
Used by
Attributes
QName Type Default Use
count xsd:nonNegativeInteger optional
outputFormat xsd:string application/gml+xml; version=3.2 optional
resultType wfs:ResultTypeType results optional
startIndex xsd:nonNegativeInteger 0 optional
Source
<xsd:attributeGroup name="StandardPresentationParameters">
  <xsd:attribute name="startIndex" type="xsd:nonNegativeInteger" default="0"/>
  <xsd:attribute name="count" type="xsd:nonNegativeInteger"/>
  <xsd:attribute name="resultType" type="wfs:ResultTypeType" default="results"/>
  <xsd:attribute name="outputFormat" type="xsd:string" default="application/gml+xml; version=3.2"/>
</xsd:attributeGroup>
Attribute Group wfs:StandardResolveParameters
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StandardResolveParameters_resolve wfs_xsd.tmp#StandardResolveParameters_resolveDepth wfs_xsd.tmp#StandardResolveParameters_resolveTimeout
Used by
Attributes
QName Type Default Use
resolve wfs:ResolveValueType none optional
resolveDepth wfs:positiveIntegerWithStar * optional
resolveTimeout xsd:positiveInteger 300 optional
Source
<xsd:attributeGroup name="StandardResolveParameters">
  <xsd:attribute name="resolve" type="wfs:ResolveValueType" default="none"/>
  <xsd:attribute name="resolveDepth" type="wfs:positiveIntegerWithStar" default="*"/>
  <xsd:attribute name="resolveTimeout" type="xsd:positiveInteger" default="300"/>
</xsd:attributeGroup>
Attribute Group wfs:StandardInputParameters
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StandardInputParameters_inputFormat wfs_xsd.tmp#StandardInputParameters_srsName
Used by
Attributes
QName Type Default Use
inputFormat xsd:string application/gml+xml; version=3.2 optional
srsName xsd:anyURI optional
Source
<xsd:attributeGroup name="StandardInputParameters">
  <xsd:attribute name="inputFormat" type="xsd:string" default="application/gml+xml; version=3.2"/>
  <xsd:attribute name="srsName" type="xsd:anyURI"/>
</xsd:attributeGroup>
Attribute Group wfs:StandardResponseParameters
Namespace http://www.opengis.net/wfs/2.1
Diagram
Diagram wfs_xsd.tmp#StandardResponseParameters_timeStamp wfs_xsd.tmp#StandardResponseParameters_numberMatched wfs_xsd.tmp#StandardResponseParameters_numberReturned wfs_xsd.tmp#StandardResponseParameters_next wfs_xsd.tmp#StandardResponseParameters_previous
Used by
Attributes
QName Type Use
next xsd:anyURI optional
numberMatched wfs:nonNegativeIntegerOrUnknown required
numberReturned xsd:nonNegativeInteger required
previous xsd:anyURI optional
timeStamp xsd:dateTime required
Source
<xsd:attributeGroup name="StandardResponseParameters">
  <xsd:attribute name="timeStamp" type="xsd:dateTime" use="required"/>
  <xsd:attribute name="numberMatched" type="wfs:nonNegativeIntegerOrUnknown" use="required"/>
  <xsd:attribute name="numberReturned" type="xsd:nonNegativeInteger" use="required"/>
  <xsd:attribute name="next" type="xsd:anyURI"/>
  <xsd:attribute name="previous" type="xsd:anyURI"/>
</xsd:attributeGroup>