Project

General

Profile

1
<!-- WMS_DescribeLayerResponse: the document is returned in response to a DescribeLayer request made on a WMS. -->
2

    
3
<!ELEMENT WMS_DescribeLayerResponse (LayerDescription*) >
4
<!ATTLIST WMS_DescribeLayerResponse
5
            version CDATA #REQUIRED >
6

    
7
<!-- LayerDescription: describes the contents of a NamedLayer, the name of which is specified in the ?name? attribute.  If the NamedLayer is not feature based, then the LayerDescription has no further contents.  If the NamedLayer is feature based then the ?wfs? attribute gives the URL prefix for the WFS containing the feature data.  Equivalently, the ?owsType? and ?owsURL? attributes can be used to indicate the OWS type & base URL of a service.  The ?wfs? attribute is retained for greater compatibility with the WFS specification.  The presently recognized valid values for ?owsType? are ?WFS? and ?WCS?, though more may be allowed in the future.
8

    
9
The LayerDescription contains one or more Query elements that specify the feature-types present in the NamedLayer. -->
10

    
11
<!ELEMENT LayerDescription (Query*) >
12
<!ATTLIST LayerDescription
13
            name CDATA #REQUIRED
14
            wfs CDATA #IMPLIED
15
            owsType CDATA #IMPLIED
16
            owsURL CDATA #IMPLIED >
17

    
18
<!-- Query: a Query uses the ?typeName? attribute to identify a feature/coverage-type.  This is a stripped down version of the Query element used in the WFS. -->
19

    
20
<!ELEMENT Query EMPTY >
21
<!ATTLIST Query
22
            typeName CDATA #REQUIRED >
(2-2/4)