Definition Type: Element
Name: codeSpace
Namespace: http://www.opengis.net/gml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: referenceSystems.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Identifier of a code space within which one or more codes are defined. This attribute is optionally included only when the "code" attribute is included. This code space is often defined by some authority organization, where one organization may define multiple code spaces. The range and format of each Code Space identifier is defined by that code space authority.
Collapse XSD Schema Diagram:
XSD Diagram of codeSpace in schema referencesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="codeSpace" type="string" minOccurs="0">
    <annotation>
        <documentation>Identifier of a code space within which one or more codes are defined. This attribute is optionally included only when the "code" attribute is included. This code space is often defined by some authority organization, where one organization may define multiple code spaces. The range and format of each Code Space identifier is defined by that code space authority. </documentation>
    </annotation>
</element>