diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | restriction of gml:AbstractFeatureType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:description gml:name gml:boundedBy gml:location | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="BoundedFeatureType" abstract="true"> <xs:annotation> <xs:documentation>Makes boundedBy mandatory</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="gml:AbstractFeatureType"> <xs:sequence> <xs:group ref="gml:StandardObjectProperties"/> <xs:element ref="gml:boundedBy"/> <xs:element ref="gml:location" minOccurs="0"> <xs:annotation> <xs:appinfo>deprecated</xs:appinfo> <xs:documentation>deprecated in GML version 3.1</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType> |