diagram | ![]() |
||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||
type | extension of xs:string | ||||||||||||
properties |
|
||||||||||||
used by | |||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:complexType name="CodeType"> <xs:annotation> <xs:documentation>Name or code with an (optional) authority. Text token. If the codeSpace attribute is present, then its value should identify a dictionary, thesaurus or authority for the term, such as the organisation who assigned the value, or the dictionary from which it is taken. A text string with an optional codeSpace attribute. </xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="string"> <xs:attribute name="codeSpace" type="anyURI" use="optional"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:anyURI | ||||
properties |
|
||||
source | <xs:attribute name="codeSpace" type="anyURI" use="optional"/> |