| diagram | ![]() |
||||
| namespace | http://www.opengis.net/gml | ||||
| type | extension of gml:DefinitionType | ||||
| properties |
|
||||
| children | gml:description gml:name gml:remarks gml:quantityType gml:quantityTypeReference gml:catalogSymbol | ||||
| used by |
|
||||
| source | <xs:complexType name="UnitDefinitionType"> <xs:complexContent> <xs:extension base="gml:DefinitionType"> <xs:sequence> <xs:element ref="gml:quantityType" minOccurs="0"/> <xs:element ref="gml:quantityTypeReference" minOccurs="0"/> <xs:element ref="gml:catalogSymbol" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |