complexType CodeType
diagram SensorML_p128.png
namespace http://www.opengis.net/gml
type extension of xs:string
properties
base string
used by
elements anchorDefinition axisAbbrev catalogSymbol LocationKeyWord name
complexType CodeWithAuthorityType
annotation
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.
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>

attribute CodeType/@codeSpace
type xs:anyURI
properties
isRef 0
source <xs:attribute name="codeSpace" type="anyURI"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy