diagram | ![]() |
||||||||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||||||||
type | extension of gml:AbstractFeatureType | ||||||||||||||||||||
properties |
|
||||||||||||||||||||
children | gml:metaDataProperty gml:description gml:name gml:boundedBy gml:location gml:domainSet gml:rangeSet | ||||||||||||||||||||
used by |
|
||||||||||||||||||||
attributes |
|
||||||||||||||||||||
annotation |
|
||||||||||||||||||||
source | <xs:complexType name="AbstractCoverageType" abstract="true"> <xs:annotation> <xs:documentation>Abstract element which acts as the head of a substitution group for coverages. Note that a coverage is a GML feature.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:AbstractFeatureType"> <xs:sequence> <xs:element ref="gml:domainSet"/> <xs:element ref="gml:rangeSet"/> </xs:sequence> <xs:attribute name="dimension" type="positiveInteger" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:positiveInteger | ||||
properties |
|
||||
source | <xs:attribute name="dimension" type="positiveInteger" use="optional"/> |