Definition Type: Element
Name: ImageOutline
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
"ImageOutline" specifies how individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined to make the individual-image locations visible.
Collapse XSD Schema Diagram:
Drilldown into PolygonSymbol in schema sld_xsd Drilldown into LineSymbol in schema sld_xsdXSD Diagram of ImageOutline in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="ImageOutline">
    <xsd:annotation>
        <xsd:documentation>
        "ImageOutline" specifies how individual source rasters in
        a multi-raster set (such as a set of satellite-image scenes)
        should be outlined to make the individual-image locations visible.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice>
            <xsd:element ref="sld:LineSymbol" />
            <xsd:element ref="sld:PolygonSymbol" />
        </xsd:choice>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineSymbol sld:LineSymbol (1) (1)
PolygonSymbol sld:PolygonSymbol (1) (1)