diagram | ![]() |
||||||||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||||||||
type | restriction of gml:AbstractDiscreteCoverageType | ||||||||||||||||||||
properties |
|
||||||||||||||||||||
children | gml:metaDataProperty gml:description gml:name gml:boundedBy gml:multiSolidDomain gml:rangeSet gml:coverageFunction | ||||||||||||||||||||
used by |
|
||||||||||||||||||||
attributes |
|
||||||||||||||||||||
annotation |
|
||||||||||||||||||||
source | <xs:complexType name="MultiSolidCoverageType"> <xs:annotation> <xs:documentation>A discrete coverage type whose domain is defined by a collection of Solids.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="gml:AbstractDiscreteCoverageType"> <xs:sequence> <xs:group ref="gml:StandardObjectProperties"/> <xs:element ref="gml:boundedBy" minOccurs="0"/> <xs:element ref="gml:multiSolidDomain"/> <xs:element ref="gml:rangeSet"/> <xs:element ref="gml:coverageFunction" minOccurs="0"/> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType> |