Definition Type: Element
Name: OverlapBehavior
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sld.xsd
Abstract
ContentType Restriction
Documentation:
"OverlapBehavior" tells a system how to behave when multiple raster images in a layer overlap each other, for example with satellite-image scenes.
Collapse XSD Schema Diagram:
XSD Diagram of OverlapBehavior in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="OverlapBehavior">
    <xsd:annotation>
        <xsd:documentation>
        "OverlapBehavior" tells a system how to behave when multiple
        raster images in a layer overlap each other, for example with
        satellite-image scenes.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="LATEST_ON_TOP" />
            <xsd:enumeration value="EARLIEST_ON_TOP" />
            <xsd:enumeration value="AVERAGE" />
            <xsd:enumeration value="RANDOM" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration LATEST_ON_TOP
Enumeration EARLIEST_ON_TOP
Enumeration AVERAGE
Enumeration RANDOM