BUG
When using the ExportAixm51 function to export Airspace features with Airspace.Activity_Code populated, the resulting AIXM 5.1 XML file contains Airspace.Activation entries without gml:id fields. When validating the output AIXM 5.1 XML file, XML validators report this missing field.
The ExportAixm51 config files also export Airspace.Activity_Code into AirspaceActivation instead of from Timesheet.Activity_Code, which is related to the Airspace primary feature.
Note: This issue was resolved in ArcGIS version 10.8.1.
ExportAixm51 config files currently do not set a required gml:id field for output AirspaceActivation objects.
Edit the 51ExportTemplate.xml file to add the gml:id attribute and the 51ExportRelationships.json file to source for the activity_code parameter from the time sheet.
C:\Program Files (x86)\ArcGIS\AviationCharting\Desktop10.7\DataExchange\AIXM\Exporter\51
<aixm:activation> <aixm:AirspaceActivation> <aixm:activity>{activity_code}</aixm:activity> </aixm:AirspaceActivation> </aixm:activation>
<aixm:activation> <aixm:AirspaceActivation removeIfOnlyAttributes="true" gml:id="asact_{timesheet.clientkey_id}"> <aixm:activity>{timesheet.activity_code}</aixm:activity> </aixm:AirspaceActivation> </aixm:activation>
"timesheet.activity_code", "timesheet.clientkey_id"
"timesheet.combtil_code",
This workaround is also detailed in BUG-000126617.
Get help from ArcGIS experts
Download the Esri Support App