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