Definition Type: ComplexType
Name: SLDType
Namespace: http://niem.gov/niem/external/ogc-context/1.1.0/dhs-gmo/1.0.0
Containing Schema: context.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FeatureStyle in schema sld_xsd Drilldown into StyledLayerDescriptor in schema sld_xsd Drilldown into OnlineResource in schema context_xsd Drilldown into LegendURL in schema context_xsd Drilldown into Title in schema context_xsd Drilldown into Name in schema context_xsdXSD Diagram of SLDType in schema context_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="SLDType">
    <xs:sequence>
        <xs:element name="Name" type="xs:string" minOccurs="0" />
        <xs:element name="Title" type="xs:string" minOccurs="0" />
        <xs:element name="LegendURL" type="context:URLType" minOccurs="0" />
        <xs:choice>
            <xs:element name="OnlineResource" type="context:OnlineResourceType" />
            <xs:element ref="sld:StyledLayerDescriptor" />
            <xs:element ref="sld:FeatureStyle" />
            <!-- was sld:FeatureTypeStyle -->
        </xs:choice>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name context:Name 0 (1)
Title context:Title 0 (1)
LegendURL context:LegendURL 0 (1)
OnlineResource context:OnlineResource (1) (1)
StyledLayerDescriptor sld:StyledLayerDescriptor (1) (1)
FeatureStyle sld:FeatureStyle (1) (1)
Collapse Derivation Tree:
Collapse References:
context:SLD