Definition Type: ComplexType
Name: CodeOrNullListType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:NameOrNullList
Containing Schema: gml.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into codeSpace in schema gml_xsdXSD Diagram of CodeOrNullListType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="CodeOrNullListType">
    <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.</documentation>
    </annotation>
    <simpleContent>
        <extension base="gml:NameOrNullList">
            <attribute name="codeSpace" type="anyURI" use="optional" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
codeSpace gml:codeSpace Optional
Collapse Derivation Tree:
Collapse References:
gml:CategoryExtentType, gml:CategoryList