Acc. to PANS-AIM data catalogue, the Name and Contact information of obstacle operator or owner.
Acc. to the AIXM 5 obstacle data set mapping, a Note may be used to encode that information.
The example below shows the encoding of the operator/owner.
<aixm:VerticalStructure gml:id="uuid.5f68d835-828c-4ccd-91b7-791058d9dd4d"> <gml:identifier codeSpace="urn:uuid:">5f68d835-828c-4ccd-91b7-791058d9dd4d</gml:identifier> ... <aixm:type>ANTENNA</aixm:type> ... <!-- Operator/Owner not required by PANS-AIM but contained in Appendix 1 "Aeronautical Data Catalogue". In AIXM 5.1(1) it may only be coded as Note for an Obsatcle data set. Note: For data provided by the data originator this information will be rather coded as metadata.--> <aixm:annotation> <aixm:Note gml:id="n0001"> <aixm:purpose>REMARK</aixm:purpose> <aixm:translatedNote> <aixm:LinguisticNote gml:id="ln0001"> <aixm:note>Obstacle Owner: DONLON TELECOM, Donlon Street 100, 2020 DOLNLON, Phone: +00123456789, email: info@donlontele.com</aixm:note> </aixm:LinguisticNote> </aixm:translatedNote> </aixm:Note> </aixm:annotation> ... |