Definition Type: ComplexType
Name: CodeType
Namespace: http://www.opengis.net/ows/1.1
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ows19115subset.xsd
Abstract
Documentation:
Name or code with an (optional) authority. If the codeSpace attribute is present, its value shall reference a dictionary, thesaurus, or authority for the name or code, such as the organisation who assigned the value, or the dictionary from which it is taken. Type copied from basicTypes.xsd of GML 3 with documentation edited, for possible use outside the ServiceIdentification section of a service metadata document.
Collapse XSD Schema Diagram:
Drilldown into codeSpace in schema ows19115subset_xsdXSD Diagram of CodeType in schema ows19115subset_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="CodeType">
    <annotation>
        <documentation>Name or code with an (optional) authority. If the codeSpace attribute is present, its value shall reference a dictionary, thesaurus, or authority for the name or code, such as the organisation who assigned the value, or the dictionary from which it is taken. </documentation>
        <documentation>Type copied from basicTypes.xsd of GML 3 with documentation edited, for possible use outside the ServiceIdentification section of a service metadata document. </documentation>
    </annotation>
    <simpleContent>
        <extension base="string">
            <attribute name="codeSpace" type="anyURI" use="optional" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
codeSpace ows:codeSpace Optional
Collapse Derivation Tree:
Collapse References:
ows:Identifier, ows:Identifier, ows:Role, ows:ServiceTypeows:Type,