Definition Type: Element
Name: ShadedRelief
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
"ShadedRelief" specifies the application of relief shading (or "hill shading") to a DEM raster to give it somewhat of a three-dimensional effect and to make elevation changes more visible.
Collapse XSD Schema Diagram:
Drilldown into ReliefFactor in schema sld_xsd Drilldown into BrightnessOnly in schema sld_xsdXSD Diagram of ShadedRelief in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="ShadedRelief">
    <xsd:annotation>
        <xsd:documentation>
        "ShadedRelief" specifies the application of relief shading
        (or "hill shading") to a DEM raster to give it somewhat of a
        three-dimensional effect and to make elevation changes more
        visible.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:BrightnessOnly" minOccurs="0" />
            <xsd:element ref="sld:ReliefFactor" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BrightnessOnly sld:BrightnessOnly 0 (1)
ReliefFactor sld:ReliefFactor 0 (1)