Schema Central > NIEM 2.0 > sld.xsd > sld:StyledLayerDescriptor
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

sld:StyledLayerDescriptor

        A StyledLayerDescriptor is a sequence of styled layers, represented
        at the first level by NamedLayer and UserLayer elements.
      

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
version [1..1]sld:VersionType

Used in

Sample instance

<sld:StyledLayerDescriptor version="1.0.20">
   <sld:Name>string</sld:Name>
   <sld:Description>
      <sld:Title>string</sld:Title>
      <sld:Abstract>string</sld:Abstract>
   </sld:Description>
   <sld:EnvironmentVariables>
      <!--any element-->
   </sld:EnvironmentVariables>
   <sld:UseSLDLibrary>
      <sld:OnlineResource/>
   </sld:UseSLDLibrary>
   <sld:NamedLayer>
      <sld:Name>string</sld:Name>
      <sld:Description>
         <sld:Title>string</sld:Title>
         <sld:Abstract>string</sld:Abstract>
      </sld:Description>
      <sld:LayerFeatureConstraints>
         <sld:FeatureTypeConstraint>...
         </sld:FeatureTypeConstraint>
      </sld:LayerFeatureConstraints>
      <sld:NamedStyle>
         <sld:Name>string</sld:Name>
         <sld:Description>...
         </sld:Description>
      </sld:NamedStyle>
   </sld:NamedLayer>
</sld:StyledLayerDescriptor>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com