Bug
Bug ID Number | BUG-000126617 |
---|---|
Submitted | November 8, 2019 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Aviation Charting |
Version found | 10.7.1 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Version Fixed | 10.8.1 |
Status | Fixed |
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