Definition Type: ComplexType
Name: CodeOrNilReasonListType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:NameOrNilReasonList
Containing Schema: basicTypes.xsd
Abstract
Documentation:
gml:CodeOrNilReasonListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a term or classification is expected, but the value may be absent for some reason.
Collapse XSD Schema Diagram:
Drilldown into codeSpace in schema basictypes_xsdXSD Diagram of CodeOrNilReasonListType in schema basictypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="CodeOrNilReasonListType">
    <annotation>
        <documentation>gml:CodeOrNilReasonListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a term or classification is expected, but the value may be absent for some reason.</documentation>
    </annotation>
    <simpleContent>
        <extension base="gml:NameOrNilReasonList">
            <attribute name="codeSpace" type="anyURI" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
codeSpace gml:codeSpace (Optional)
Collapse Derivation Tree:
Collapse References:
gml:CategoryExtentType, gml:CategoryList