complexType CodeOrNullListType
diagram index_p1658.png
namespace http://www.opengis.net/gml
type extension of gml:NameOrNullList
properties
base gml:NameOrNullList
used by
element CategoryList
complexType CategoryExtentType
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. 
      A member of the list may be a typed null. 
      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="CodeOrNullListType">
 
<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. 
      A member of the list may be a typed null. 
      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:NameOrNullList">
     
<xs:attribute name="codeSpace" type="anyURI" use="optional"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute CodeOrNullListType/@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