diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of gml:ValuePropertyType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | gml:Quantity | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="QuantityPropertyType"> <xs:annotation> <xs:documentation>Property whose content is a Quantity.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="gml:ValuePropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gml:Quantity"/> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType> |