Definition Type: ComplexType
Name: AliasType
Namespace: http://www.opengis.net/gml
Containing Schema: referenceSystems.xsd
Abstract
Documentation:
Alternative identifier or name by which this object is known.
Collapse XSD Schema Diagram:
Drilldown into aliasRemarks in schema referencesystems_xsd Drilldown into aliasNameSpace in schema referencesystems_xsd Drilldown into aliasName in schema referencesystems_xsdXSD Diagram of AliasType in schema referencesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AliasType">
    <annotation>
        <documentation>Alternative identifier or name by which this object is known. </documentation>
    </annotation>
    <sequence>
        <element name="aliasName" type="string">
            <annotation>
                <documentation>An alias of this object, as defined in the alias name space. </documentation>
            </annotation>
        </element>
        <element name="aliasNameSpace" type="string">
            <annotation>
                <documentation>Identifier of the namespace that this alias name is defined in; for example, "ISO 2-char country code" or "EPSG abbreviation". </documentation>
            </annotation>
        </element>
        <element name="aliasRemarks" type="string" minOccurs="0">
            <annotation>
                <documentation>Remarks applying to this alias. </documentation>
            </annotation>
        </element>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
aliasName gml:aliasName (1) (1)
aliasNameSpace gml:aliasNameSpace (1) (1)
aliasRemarks gml:aliasRemarks 0 (1)
Collapse Derivation Tree:
Collapse References:
gml:alias