<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>
|