| diagram | ![]() |
||||
| namespace | http://www.opengis.net/gml | ||||
| type | extension of xs:string | ||||
| properties |
|
||||
| used by |
|
||||
| annotation |
|
||||
| source | <xs:complexType name="CodeType"> <xs:annotation> <xs:documentation>gml:CodeType is a generalized type to be used for a term, keyword or name. It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="string"> <xs:attribute name="codeSpace" type="anyURI"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| type | xs:anyURI | ||
| properties |
|
||
| source | <xs:attribute name="codeSpace" type="anyURI"/> |