Definition Type: Element
Name: LayerFeatureConstraints
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
LayerFeatureConstraints define what features & feature types are referenced in a layer.
Collapse XSD Schema Diagram:
Drilldown into FeatureTypeConstraint in schema sld_xsdXSD Diagram of LayerFeatureConstraints in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="LayerFeatureConstraints">
    <xsd:annotation>
        <xsd:documentation>
        LayerFeatureConstraints define what features &amp; feature types are
        referenced in a layer.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:FeatureTypeConstraint" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FeatureTypeConstraint sld:FeatureTypeConstraint (1) unbounded