Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema GetMap.xsd
Namespace http://www.opengis.net/sld/1.2
Annotations
<description>Styled Layer Descriptor version 1.1.0 (2010-02-01)</description>
<copyright>SLD is an OGC Standard. Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .</copyright>
Properties
attribute form default unqualified
element form default qualified
version 1.2
Element sld:GetMap
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram GetMap_xsd.tmp#GetMapType_version StyledLayerDescriptor_xsd.tmp#StyledLayerDescriptor GetMap_xsd.tmp#GetMapType_CRS GetMap_xsd.tmp#GetMapType_BoundingBox GetMap_xsd.tmp#GetMapType_Output GetMap_xsd.tmp#GetMapType_Exceptions GetMap_xsd.tmp#GetMapType_Time GetMap_xsd.tmp#GetMapType_Elevation GetMap_xsd.tmp#GetMapType
Type sld:GetMapType
Properties
content complex
Model
Children sld:BoundingBox, sld:CRS, sld:Elevation, sld:Exceptions, sld:Output, sld:StyledLayerDescriptor, sld:Time
Instance
<sld:GetMap version="1.3.0" xmlns:sld="http://www.opengis.net/sld/1.2">
  <sld:StyledLayerDescriptor version="">{1,1}</sld:StyledLayerDescriptor>
  <sld:CRS>{1,1}</sld:CRS>
  <sld:BoundingBox crs="" dimensions="">{1,1}</sld:BoundingBox>
  <sld:Output>{1,1}</sld:Output>
  <sld:Exceptions>{0,1}</sld:Exceptions>
  <sld:Time>{0,1}</sld:Time>
  <sld:Elevation>{0,1}</sld:Elevation>
</sld:GetMap>
Attributes
QName Type Fixed Use
version xsd:string 1.3.0 optional
Source
<xsd:element name="GetMap" type="sld:GetMapType"/>
Element sld:GetMapType / sld:CRS
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="CRS" type="xsd:string"/>
Element sld:GetMapType / sld:BoundingBox
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram owsCommon_xsd.tmp#BoundingBoxType_crs owsCommon_xsd.tmp#BoundingBoxType_dimensions owsCommon_xsd.tmp#BoundingBoxType_LowerCorner owsCommon_xsd.tmp#BoundingBoxType_UpperCorner owsCommon_xsd.tmp#BoundingBoxType
Type ows:BoundingBoxType
Properties
content complex
Model
Children ows:LowerCorner, ows:UpperCorner
Instance
<sld:BoundingBox crs="" dimensions="" xmlns:sld="http://www.opengis.net/sld/1.2" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:LowerCorner>{1,1}</ows:LowerCorner>
  <ows:UpperCorner>{1,1}</ows:UpperCorner>
</sld:BoundingBox>
Attributes
QName Type Use Annotation
crs anyURI optional
Usually references the definition of a CRS, as
specified in [OGC Topic 2]. Such a CRS definition can be XML encoded
using the gml:CoordinateReferenceSystemType in [GML 3.1]. For well
known references, it is not required that a CRS definition exist at
the location the URI points to. If no anyURI value is included, the
applicable CRS must be either: a) Specified outside the bounding box,
but inside a data structure that includes this bounding box, as
specified for a specific OWS use of this bounding box type. b) Fixed
and specified in the Implementation Specification for a specific OWS
use of the bounding box type.
dimensions positiveInteger optional
The number of dimensions in this CRS (the length of a
coordinate sequence in this use of the PositionType). This number is
specified by the CRS definition, but can also be specified
here.
Source
<xsd:element name="BoundingBox" type="ows:BoundingBoxType"/>
Element sld:GetMapType / sld:Output
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram GetMap_xsd.tmp#OutputType_Size capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format GetMap_xsd.tmp#OutputType_Transparent GetMap_xsd.tmp#OutputType_BGcolor GetMap_xsd.tmp#OutputType
Type sld:OutputType
Properties
content complex
Model
Children sld:BGcolor, sld:Size, sld:Transparent, wms:Format
Instance
<sld:Output xmlns:sld="http://www.opengis.net/sld/1.2" xmlns:wms="http://www.opengis.net/wms">
  <sld:Size>{1,1}</sld:Size>
  <wms:Format>{1,1}</wms:Format>
  <sld:Transparent>{0,1}</sld:Transparent>
  <sld:BGcolor>{0,1}</sld:BGcolor>
</sld:Output>
Source
<xsd:element name="Output" type="sld:OutputType"/>
Element sld:OutputType / sld:Size
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram GetMap_xsd.tmp#OutputType_OutputType_Size_Width GetMap_xsd.tmp#OutputType_OutputType_Size_Height GetMap_xsd.tmp#OutputType_OutputType_Size_PixelSize
Properties
content complex
Model
Children sld:Height, sld:PixelSize, sld:Width
Instance
<sld:Size xmlns:sld="http://www.opengis.net/sld/1.2">
  <sld:Width>{1,1}</sld:Width>
  <sld:Height>{1,1}</sld:Height>
  <sld:PixelSize>{0,1}</sld:PixelSize>
</sld:Size>
Source
<xsd:element name="Size">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Width" type="xsd:positiveInteger"/>
      <xsd:element name="Height" type="xsd:positiveInteger"/>
      <!-- *** Custom stuff *** -->
      <!-- new pixelSize parameter! -->
      <xsd:element name="PixelSize" type="xsd:double" minOccurs="0"/>
      <!-- *** Custom stuff *** -->
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:OutputType / sld:Size / sld:Width
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram
Type xsd:positiveInteger
Properties
content simple
Source
<xsd:element name="Width" type="xsd:positiveInteger"/>
Element sld:OutputType / sld:Size / sld:Height
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram
Type xsd:positiveInteger
Properties
content simple
Source
<xsd:element name="Height" type="xsd:positiveInteger"/>
Element sld:OutputType / sld:Size / sld:PixelSize
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram
Type xsd:double
Properties
content simple
minOccurs 0
Source
<xsd:element name="PixelSize" type="xsd:double" minOccurs="0"/>
Element sld:OutputType / sld:Transparent
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram
Type xsd:boolean
Properties
content simple
minOccurs 0
Source
<xsd:element name="Transparent" type="xsd:boolean" minOccurs="0"/>
Element sld:OutputType / sld:BGcolor
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="BGcolor" type="xsd:string" minOccurs="0"/>
Element sld:GetMapType / sld:Exceptions
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram GetMap_xsd.tmp#ExceptionsType
Type sld:ExceptionsType
Properties
content simple
minOccurs 0
Facets
enumeration XML
enumeration INIMAGE
enumeration BLANK
Source
<xsd:element name="Exceptions" type="sld:ExceptionsType" minOccurs="0"/>
Element sld:GetMapType / sld:Time
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 0
Source
<xsd:element name="Time" type="xsd:dateTime" minOccurs="0"/>
Element sld:GetMapType / sld:Elevation
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram GetMap_xsd.tmp#ElevationType_Value GetMap_xsd.tmp#ElevationType_Interval GetMap_xsd.tmp#ElevationType
Type sld:ElevationType
Properties
content complex
minOccurs 0
Model
Children sld:Interval, sld:Value
Instance
<sld:Elevation xmlns:sld="http://www.opengis.net/sld/1.2">
  <sld:Value>{1,unbounded}</sld:Value>
  <sld:Interval>{1,1}</sld:Interval>
</sld:Elevation>
Source
<xsd:element name="Elevation" type="sld:ElevationType" minOccurs="0"/>
Element sld:ElevationType / sld:Value
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram
Type xsd:double
Properties
content simple
maxOccurs unbounded
Source
<xsd:element name="Value" type="xsd:double" maxOccurs="unbounded"/>
Element sld:ElevationType / sld:Interval
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram GetMap_xsd.tmp#IntervalType_Min GetMap_xsd.tmp#IntervalType_Max GetMap_xsd.tmp#IntervalType
Type sld:IntervalType
Properties
content complex
Model
Children sld:Max, sld:Min
Instance
<sld:Interval xmlns:sld="http://www.opengis.net/sld/1.2">
  <sld:Min>{1,1}</sld:Min>
  <sld:Max>{1,1}</sld:Max>
</sld:Interval>
Source
<xsd:element name="Interval" type="sld:IntervalType"/>
Element sld:IntervalType / sld:Min
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram
Type xsd:double
Properties
content simple
Source
<xsd:element name="Min" type="xsd:double"/>
Element sld:IntervalType / sld:Max
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram
Type xsd:double
Properties
content simple
Source
<xsd:element name="Max" type="xsd:double"/>
Complex Type sld:GetMapType
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram GetMap_xsd.tmp#GetMapType_version StyledLayerDescriptor_xsd.tmp#StyledLayerDescriptor GetMap_xsd.tmp#GetMapType_CRS GetMap_xsd.tmp#GetMapType_BoundingBox GetMap_xsd.tmp#GetMapType_Output GetMap_xsd.tmp#GetMapType_Exceptions GetMap_xsd.tmp#GetMapType_Time GetMap_xsd.tmp#GetMapType_Elevation
Used by
Element sld:GetMap
Model
Children sld:BoundingBox, sld:CRS, sld:Elevation, sld:Exceptions, sld:Output, sld:StyledLayerDescriptor, sld:Time
Attributes
QName Type Fixed Use
version xsd:string 1.3.0 optional
Source
<xsd:complexType name="GetMapType">
  <xsd:sequence>
    <xsd:element ref="sld:StyledLayerDescriptor"/>
    <xsd:element name="CRS" type="xsd:string"/>
    <xsd:element name="BoundingBox" type="ows:BoundingBoxType"/>
    <xsd:element name="Output" type="sld:OutputType"/>
    <xsd:element name="Exceptions" type="sld:ExceptionsType" minOccurs="0"/>
    <xsd:element name="Time" type="xsd:dateTime" minOccurs="0"/>
    <xsd:element name="Elevation" type="sld:ElevationType" minOccurs="0"/>
    <!-- LAYERS and STYLES parameters are handled by sld:StyledLayerDescriptor-->
  </xsd:sequence>
  <xsd:attribute name="version" type="xsd:string" fixed="1.3.0"/>
</xsd:complexType>
Complex Type sld:OutputType
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram GetMap_xsd.tmp#OutputType_Size capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format GetMap_xsd.tmp#OutputType_Transparent GetMap_xsd.tmp#OutputType_BGcolor
Used by
Model
Children sld:BGcolor, sld:Size, sld:Transparent, wms:Format
Source
<xsd:complexType name="OutputType">
  <xsd:sequence>
    <xsd:element name="Size">
      <xsd:complexType>
        <xsd:sequence>
          <xsd:element name="Width" type="xsd:positiveInteger"/>
          <xsd:element name="Height" type="xsd:positiveInteger"/>
          <!-- *** Custom stuff *** -->
          <!-- new pixelSize parameter! -->
          <xsd:element name="PixelSize" type="xsd:double" minOccurs="0"/>
          <!-- *** Custom stuff *** -->
        </xsd:sequence>
      </xsd:complexType>
    </xsd:element>
    <xsd:element ref="wms:Format"/>
    <xsd:element name="Transparent" type="xsd:boolean" minOccurs="0"/>
    <xsd:element name="BGcolor" type="xsd:string" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Simple Type sld:ExceptionsType
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration XML
enumeration INIMAGE
enumeration BLANK
Used by
Source
<xsd:simpleType name="ExceptionsType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="XML"/>
    <xsd:enumeration value="INIMAGE"/>
    <xsd:enumeration value="BLANK"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type sld:ElevationType
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram GetMap_xsd.tmp#ElevationType_Value GetMap_xsd.tmp#ElevationType_Interval
Used by
Model
Children sld:Interval, sld:Value
Source
<xsd:complexType name="ElevationType">
  <xsd:choice>
    <xsd:element name="Value" type="xsd:double" maxOccurs="unbounded"/>
    <xsd:element name="Interval" type="sld:IntervalType"/>
  </xsd:choice>
</xsd:complexType>
Complex Type sld:IntervalType
Namespace http://www.opengis.net/sld/1.2
Diagram
Diagram GetMap_xsd.tmp#IntervalType_Min GetMap_xsd.tmp#IntervalType_Max
Used by
Model
Children sld:Max, sld:Min
Source
<xsd:complexType name="IntervalType">
  <xsd:sequence>
    <xsd:element name="Min" type="xsd:double"/>
    <xsd:element name="Max" type="xsd:double"/>
  </xsd:sequence>
</xsd:complexType>
Attribute sld:GetMapType / @version
Namespace No namespace
Type xsd:string
Properties
fixed 1.3.0
Used by
Complex Type sld:GetMapType
Source
<xsd:attribute name="version" type="xsd:string" fixed="1.3.0"/>