complexType CodeListType
diagram index_p1657.png
namespace http://www.opengis.net/gml
type extension of gml:NameList
properties
base gml:NameList
attributes
Name  Type  Use  Default  Fixed  annotation
codeSpacexs:anyURIoptional      
annotation
documentation
List of values on a uniform nominal scale.  List of text tokens.  
      In a list context a token should not include any spaces, so xsd:Name is used instead of xsd:string.  
      If a codeSpace attribute is present, then its value is a reference to
      a Reference System for the value, a dictionary or code list.
source <xs:complexType name="CodeListType">
 
<xs:annotation>
   
<xs:documentation>List of values on a uniform nominal scale.  List of text tokens.  
      In a list context a token should not include any spaces, so xsd:Name is used instead of xsd:string.  
      If a codeSpace attribute is present, then its value is a reference to
      a Reference System for the value, a dictionary or code list.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="gml:NameList">
     
<xs:attribute name="codeSpace" type="anyURI" use="optional"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

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


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