Definition Type: Element
Name: ChannelSelection
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
"ChannelSelection" specifies the false-color channel selection for a multi-spectral raster source.
Collapse XSD Schema Diagram:
Drilldown into GrayChannel in schema sld_xsd Drilldown into BlueChannel in schema sld_xsd Drilldown into GreenChannel in schema sld_xsd Drilldown into RedChannel in schema sld_xsdXSD Diagram of ChannelSelection in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="ChannelSelection">
    <xsd:annotation>
        <xsd:documentation>
        "ChannelSelection" specifies the false-color channel selection
        for a multi-spectral raster source.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice>
            <xsd:sequence>
                <xsd:element ref="sld:RedChannel" />
                <xsd:element ref="sld:GreenChannel" />
                <xsd:element ref="sld:BlueChannel" />
            </xsd:sequence>
            <xsd:element ref="sld:GrayChannel" />
        </xsd:choice>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RedChannel sld:RedChannel (1) (1)
GreenChannel sld:GreenChannel (1) (1)
BlueChannel sld:BlueChannel (1) (1)
GrayChannel sld:GrayChannel (1) (1)