Definition Type: Element
Name: EnvironmentVariables
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
An "EnvironmentVariables" element includes an XML blob which can be used to declare the values to use for global environment variables during the execution of the styling operations. These variables may be refered to in styles and symbols in the same way as feature properties.
Collapse XSD Schema Diagram:
XSD Diagram of EnvironmentVariables in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="EnvironmentVariables">
    <xsd:annotation>
        <xsd:documentation>
        An "EnvironmentVariables" element includes an XML blob which
        can be used to declare the values to use for global environment
        variables during the execution of the styling operations.
        These variables may be refered to in styles and symbols in the
        same way as feature properties.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:any />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> (1) (1)