<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>
|