Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema sort.xsd
Namespace http://www.opengis.net/fes/2.1
Annotations
Filter Encoding 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 fes:SortBy
Namespace http://www.opengis.net/fes/2.1
Diagram
Diagram sort_xsd.tmp#SortByType_SortProperty sort_xsd.tmp#SortByType query_xsd.tmp#AbstractSortingClause
Type fes:SortByType
Properties
content complex
Substitution Group Affiliation
Model
Children fes:SortProperty
Instance
<fes:SortBy xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:SortProperty>{1,unbounded}</fes:SortProperty>
</fes:SortBy>
Source
<xsd:element name="SortBy" type="fes:SortByType" substitutionGroup="fes:AbstractSortingClause"/>
Element fes:SortByType / fes:SortProperty
Namespace http://www.opengis.net/fes/2.1
Diagram
Diagram expr_xsd.tmp#ValueReference sort_xsd.tmp#SortPropertyType_SortOrder sort_xsd.tmp#SortPropertyType
Type fes:SortPropertyType
Properties
content complex
maxOccurs unbounded
Model
Children fes:SortOrder, fes:ValueReference
Instance
<fes:SortProperty xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:ValueReference>{1,1}</fes:ValueReference>
  <fes:SortOrder>{0,1}</fes:SortOrder>
</fes:SortProperty>
Source
<xsd:element name="SortProperty" type="fes:SortPropertyType" maxOccurs="unbounded"/>
Element fes:SortPropertyType / fes:SortOrder
Namespace http://www.opengis.net/fes/2.1
Diagram
Diagram sort_xsd.tmp#SortOrderType
Type fes:SortOrderType
Properties
content simple
minOccurs 0
Facets
enumeration DESC
enumeration ASC
Source
<xsd:element name="SortOrder" type="fes:SortOrderType" minOccurs="0"/>
Complex Type fes:SortByType
Namespace http://www.opengis.net/fes/2.1
Diagram
Diagram sort_xsd.tmp#SortByType_SortProperty
Used by
Element fes:SortBy
Model
Children fes:SortProperty
Source
<xsd:complexType name="SortByType">
  <xsd:sequence>
    <xsd:element name="SortProperty" type="fes:SortPropertyType" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type fes:SortPropertyType
Namespace http://www.opengis.net/fes/2.1
Diagram
Diagram expr_xsd.tmp#ValueReference sort_xsd.tmp#SortPropertyType_SortOrder
Used by
Model
Children fes:SortOrder, fes:ValueReference
Source
<xsd:complexType name="SortPropertyType">
  <xsd:sequence>
    <xsd:element ref="fes:ValueReference"/>
    <xsd:element name="SortOrder" type="fes:SortOrderType" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Simple Type fes:SortOrderType
Namespace http://www.opengis.net/fes/2.1
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration DESC
enumeration ASC
Used by
Source
<xsd:simpleType name="SortOrderType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="DESC"/>
    <xsd:enumeration value="ASC"/>
  </xsd:restriction>
</xsd:simpleType>