Location code used to identify a specific airport.
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="LocationCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> Location code used to identify a specific airport.</xs:documentation>
</xs:annotation>
</xs:attribute>