ARINC extended information schema
The following XML document is the schema specifying the contents of the XML document returned from the ArincDataSet.GetExtendedInformation method of the ArincDataSet class.
<?xml version="1.0" encoding="iso-8859-1" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="arinc">
<xs:complexType>
<xs:choice minOccurs="1" maxOccurs="1">
<xs:element ref="airport"/>
<xs:element ref="heliport"/>
<xs:element ref="runway"/>
<xs:element ref="holding_pattern"/>
<xs:element ref="airway"/>
<xs:element ref="sid"/>
<xs:element ref="star"/>
<xs:element ref="approach_procedure"/>
<xs:element ref="preferred_route"/>
<xs:element ref="fir"/>
<xs:element ref="airspace"/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="airport">
<xs:complexType>
<xs:attribute name="speed_limit_altitude" type="xs:string"/>
<xs:attribute name="ifr_capability" type="xs:string"/>
<xs:attribute name="longest_rwy_surface_code" type="xs:string"/>
<xs:attribute name="airport_elevation" type="xs:string"/>
<xs:attribute name="magnetic_true_indicator" type="xs:string"/>
<xs:attribute name="datum_code" type="xs:string"/>
<xs:attribute name="speed_limit" type="xs:string"/>
<xs:attribute name="transition_altitude" type="xs:string"/>
<xs:attribute name="transition_level" type="xs:string"/>
<xs:attribute name="public_military_indicator" type="xs:string"/>
<xs:attribute name="time_zone" type="xs:string"/>
<xs:attribute name="daylight_indicator" type="xs:string"/>
<xs:sequence>
<xs:element ref="airport_communications" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="airport_communications">
<xs:complexType>
<xs:attribute name="frequency_units" type="xs:string" use="optional"/>
<xs:attribute name="type" type="xs:string" use="optional"/>
<xs:attribute name="frequency" type="xs:string" use="optional"/>
<xs:attribute name="callsign" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="heliport">
<xs:complexType>
<xs:attribute name="speed_limit_altitude" type="xs:string"/>
<xs:attribute name="datum_code" type="xs:string"/>
<xs:attribute name="heliport_elevation" type="xs:string"/>
<xs:attribute name="magnetic_true_indicator" type="xs:string"/>
<xs:attribute name="speed_limit" type="xs:string"/>
<xs:attribute name="transition_altitude" type="xs:string"/>
<xs:attribute name="transition_level" type="xs:string"/>
<xs:attribute name="public_military_indicator" type="xs:string"/>
<xs:attribute name="time_zone" type="xs:string"/>
<xs:attribute name="daylight_indicator" type="xs:string"/>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="heliport_communications"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="heliport_communications">
<xs:complexType>
<xs:attribute name="frequency_units" type="xs:string" use="optional"/>
<xs:attribute name="type" type="xs:string" use="optional"/>
<xs:attribute name="frequency" type="xs:string" use="optional"/>
<xs:attribute name="callsign" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="runway">
<xs:complexType>
<xs:attribute name="runway_latitude" type="xs:string"/>
<xs:attribute name="runway_longitude" type="xs:string"/>
<xs:attribute name="runway_gradient" type="xs:string"/>
<xs:attribute name="landing_threshold_elevation" type="xs:string"/>
<xs:attribute name="displaced_threshold_distance" type="xs:string"/>
<xs:attribute name="threshold_crossing_height" type="xs:string"/>
<xs:attribute name="tch_value_indicator" type="xs:string" use="optional"/>
<xs:attribute name="loc_mls_gls_id" type="xs:string" use="optional"/>
<xs:attribute name="loc_mls_gls_cat_class" type="xs:string" use="optional"/>
<xs:attribute name="stopway" type="xs:string" use="optional"/>
<xs:attribute name="sec_loc_mls_gls_id" type="xs:string" use="optional"/>
<xs:attribute name="sec_loc_mls_gls_cat_class" type="xs:string" use="optional"/>
<xs:attribute name="runway_description" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="holding_pattern">
<xs:complexType>
<xs:attribute name="fix" type="xs:string"/>
<xs:attribute name="fix_icao" type="xs:string"/>
<xs:attribute name="fix_section" type="xs:string"/>
<xs:attribute name="duplicate_id" type="xs:string"/>
<xs:attribute name="inbound_track" type="xs:string"/>
<xs:attribute name="turn" type="xs:string"/>
<xs:attribute name="leg_length" type="xs:string" use="optional"/>
<xs:attribute name="leg_time" type="xs:string" use="optional"/>
<xs:attribute name="minalt" type="xs:string" use="optional"/>
<xs:attribute name="maxalt" type="xs:string" use="optional"/>
<xs:attribute name="speed" type="xs:string" use="optional"/>
<xs:attribute name="radius" type="xs:string" use="optional"/>
<xs:attribute name="rnp" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="airway">
<xs:complexType>
<xs:sequence>
<xs:element ref="airway_legs"/>
<xs:element ref="airway_restrictions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="airway_legs">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="airway_leg"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="airway_leg">
<xs:complexType>
<xs:attribute name="theta" type="xs:string" use="optional"/>
<xs:attribute name="maxalt" type="xs:string" use="optional"/>
<xs:attribute name="route_type" type="xs:string" use="optional"/>
<xs:attribute name="level" type="xs:string" use="optional"/>
<xs:attribute name="description_code" type="xs:string" use="optional"/>
<xs:attribute name="minalt2" type="xs:string" use="optional"/>
<xs:attribute name="fix" type="xs:string" use="optional"/>
<xs:attribute name="minalt1" type="xs:string" use="optional"/>
<xs:attribute name="recommended_navaid" type="xs:string" use="optional"/>
<xs:attribute name="fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="fix_section" type="xs:string" use="optional"/>
<xs:attribute name="fix_longitude" type="xs:string" use="optional"/>
<xs:attribute name="fix_latitude" type="xs:string" use="optional"/>
<xs:attribute name="rho" type="xs:string" use="optional"/>
<xs:attribute name="recommended_navaid_icao" type="xs:string" use="optional"/>
<xs:attribute name="direction" type="xs:string" use="optional"/>
<xs:attribute name="cruising_table" type="xs:string" use="optional"/>
<xs:attribute name="outbound_course" type="xs:string" use="optional"/>
<xs:attribute name="distance" type="xs:string" use="optional"/>
<xs:attribute name="inbound_course" type="xs:string" use="optional"/>
<xs:attribute name="cycle" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="airway_restrictions">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="airway_altitude_exclusion"/>
<xs:element ref="airway_cruising_table_replacement"/>
<xs:element ref="airway_note_restriction"/>
<xs:element ref="airway_seasonal_closure"/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="airway_altitude_exclusion">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="airway_time_of_operation"/>
</xs:sequence>
<xs:attribute name="exclusion_indicator" type="xs:string" use="optional"/>
<xs:attribute name="time_indicator" type="xs:string" use="optional"/>
<xs:attribute name="end_date" type="xs:string" use="optional"/>
<xs:attribute name="start_fix" type="xs:string" use="optional"/>
<xs:attribute name="units_of_altitude" type="xs:string" use="optional"/>
<xs:attribute name="time_code" type="xs:string" use="optional"/>
<xs:attribute name="start_date" type="xs:string" use="optional"/>
<xs:attribute name="end_fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="restriction_id" type="xs:string" use="optional"/>
<xs:attribute name="end_fix" type="xs:string" use="optional"/>
<xs:attribute name="start_fix_icao" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="airway_time_of_operation">
<xs:complexType>
<xs:attribute name="time" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="airway_cruising_table_replacement">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="airway_time_of_operation"/>
</xs:sequence>
<xs:attribute name="time_indicator" type="xs:string" use="optional"/>
<xs:attribute name="end_date" type="xs:string" use="optional"/>
<xs:attribute name="start_fix" type="xs:string" use="optional"/>
<xs:attribute name="time_code" type="xs:string" use="optional"/>
<xs:attribute name="start_date" type="xs:string" use="optional"/>
<xs:attribute name="end_fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="restriction_id" type="xs:string" use="optional"/>
<xs:attribute name="end_fix" type="xs:string" use="optional"/>
<xs:attribute name="start_fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="cruising_table" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="airway_note_restriction">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="airway_note"/>
</xs:sequence>
<xs:attribute name="time_indicator" type="xs:string" use="optional"/>
<xs:attribute name="end_date" type="xs:string" use="optional"/>
<xs:attribute name="start_fix" type="xs:string" use="optional"/>
<xs:attribute name="time_code" type="xs:string" use="optional"/>
<xs:attribute name="start_date" type="xs:string" use="optional"/>
<xs:attribute name="end_fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="restriction_id" type="xs:string" use="optional"/>
<xs:attribute name="end_fix" type="xs:string" use="optional"/>
<xs:attribute name="start_fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="cruising_table" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="airway_note">
<xs:complexType mixed="true"/>
</xs:element>
<xs:element name="airway_seasonal_closure">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="airway_time_of_operation"/>
</xs:sequence>
<xs:attribute name="time_indicator" type="xs:string" use="optional"/>
<xs:attribute name="end_date" type="xs:string" use="optional"/>
<xs:attribute name="start_fix" type="xs:string" use="optional"/>
<xs:attribute name="time_code" type="xs:string" use="optional"/>
<xs:attribute name="start_date" type="xs:string" use="optional"/>
<xs:attribute name="end_fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="restriction_id" type="xs:string" use="optional"/>
<xs:attribute name="end_fix" type="xs:string" use="optional"/>
<xs:attribute name="start_fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="cruising_table" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="sid">
<xs:complexType>
<xs:attribute name="waypoint_description_code" type="xs:string" use="optional"/>
<xs:attribute name="turn_direction" type="xs:string" use="optional"/>
<xs:attribute name="rnp" type="xs:string" use="optional"/>
<xs:attribute name="turn_direction_valid" type="xs:string" use="optional"/>
<xs:attribute name="atc_indicator" type="xs:string" use="optional"/>
<xs:attribute name="multiple_code_or_taa_sector_id" type="xs:string" use="optional"/>
<xs:attribute name="gnss_ins_fms_indication" type="xs:string" use="optional"/>
<xs:attribute name="speed_limit_description" type="xs:string" use="optional"/>
<xs:sequence>
<xs:element ref="sid_legs"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sid_legs">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="sid_leg"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sid_leg">
<xs:complexType>
<xs:attribute name="arc_radius" type="xs:string" use="optional"/>
<xs:attribute name="altitude2" type="xs:string" use="optional"/>
<xs:attribute name="rho" type="xs:string" use="optional"/>
<xs:attribute name="altitude1" type="xs:string" use="optional"/>
<xs:attribute name="distance_time" type="xs:string" use="optional"/>
<xs:attribute name="altitude_description" type="xs:string" use="optional"/>
<xs:attribute name="recommended_navaid_icao" type="xs:string" use="optional"/>
<xs:attribute name="speed_limit" type="xs:string" use="optional"/>
<xs:attribute name="theta" type="xs:string" use="optional"/>
<xs:attribute name="turn_direction" type="xs:string" use="optional"/>
<xs:attribute name="description_code" type="xs:string" use="optional"/>
<xs:attribute name="magnetic_course" type="xs:string" use="optional"/>
<xs:attribute name="fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="fix" type="xs:string" use="optional"/>
<xs:attribute name="fix_section" type="xs:string" use="optional"/>
<xs:attribute name="fix_longitude" type="xs:string" use="optional"/>
<xs:attribute name="fix_latitude" type="xs:string" use="optional"/>
<xs:attribute name="route_type" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="transition_altitude" type="xs:string" use="optional"/>
<xs:attribute name="vertical_angle" type="xs:string" use="optional"/>
<xs:attribute name="path_and_termination" type="xs:string" use="optional"/>
<xs:attribute name="recommended_navaid" type="xs:string" use="optional"/>
<xs:attribute name="center_fix" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_section" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_longitude" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_latitude" type="xs:string" use="optional"/>
<xs:attribute name="recd_nav_section" type="xs:string"/>
<xs:attribute name="recd_nav_subsection" type="xs:string"/>
<xs:attribute name="section_code" type="xs:string"/>
<xs:attribute name="subsection_code" type="xs:string"/>
<xs:attribute name="cycle" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="star">
<xs:complexType>
<xs:attribute name="waypoint_description_code" type="xs:string" use="optional"/>
<xs:attribute name="turn_direction" type="xs:string" use="optional"/>
<xs:attribute name="rnp" type="xs:string" use="optional"/>
<xs:attribute name="turn_direction_valid" type="xs:string" use="optional"/>
<xs:attribute name="atc_indicator" type="xs:string" use="optional"/>
<xs:attribute name="multiple_code_or_taa_sector_id" type="xs:string" use="optional"/>
<xs:attribute name="gnss_ins_fms_indication" type="xs:string" use="optional"/>
<xs:attribute name="speed_limit_description" type="xs:string" use="optional"/>
<xs:sequence>
<xs:element ref="star_legs"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="star_legs">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="star_leg"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="star_leg">
<xs:complexType>
<xs:attribute name="arc_radius" type="xs:string" use="optional"/>
<xs:attribute name="altitude2" type="xs:string" use="optional"/>
<xs:attribute name="rho" type="xs:string" use="optional"/>
<xs:attribute name="altitude1" type="xs:string" use="optional"/>
<xs:attribute name="distance_time" type="xs:string" use="optional"/>
<xs:attribute name="altitude_description" type="xs:string" use="optional"/>
<xs:attribute name="recommended_navaid_icao" type="xs:string" use="optional"/>
<xs:attribute name="speed_limit" type="xs:string" use="optional"/>
<xs:attribute name="theta" type="xs:string" use="optional"/>
<xs:attribute name="turn_direction" type="xs:string" use="optional"/>
<xs:attribute name="description_code" type="xs:string" use="optional"/>
<xs:attribute name="magnetic_course" type="xs:string" use="optional"/>
<xs:attribute name="fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="fix" type="xs:string" use="optional"/>
<xs:attribute name="fix_section" type="xs:string" use="optional"/>
<xs:attribute name="fix_longitude" type="xs:string" use="optional"/>
<xs:attribute name="fix_latitude" type="xs:string" use="optional"/>
<xs:attribute name="route_type" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="transition_altitude" type="xs:string" use="optional"/>
<xs:attribute name="vertical_angle" type="xs:string" use="optional"/>
<xs:attribute name="path_and_termination" type="xs:string" use="optional"/>
<xs:attribute name="recommended_navaid" type="xs:string" use="optional"/>
<xs:attribute name="center_fix" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_section" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_longitude" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_latitude" type="xs:string" use="optional"/>
<xs:attribute name="recd_nav_section" type="xs:string"/>
<xs:attribute name="recd_nav_subsection" type="xs:string"/>
<xs:attribute name="section_code" type="xs:string"/>
<xs:attribute name="subsection_code" type="xs:string"/>
<xs:attribute name="cycle" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="approach_procedure">
<xs:complexType>
<xs:attribute name="waypoint_description_code" type="xs:string" use="optional"/>
<xs:attribute name="turn_direction" type="xs:string" use="optional"/>
<xs:attribute name="rnp" type="xs:string" use="optional"/>
<xs:attribute name="turn_direction_valid" type="xs:string" use="optional"/>
<xs:attribute name="atc_indicator" type="xs:string" use="optional"/>
<xs:attribute name="multiple_code_or_taa_sector_id" type="xs:string" use="optional"/>
<xs:attribute name="gnss_ins_fms_indication" type="xs:string" use="optional"/>
<xs:attribute name="speed_limit_description" type="xs:string" use="optional"/>
<xs:sequence>
<xs:element ref="approach_procedure_legs"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="approach_procedure_legs">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="approach_procedure_leg"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="approach_procedure_leg">
<xs:complexType>
<xs:attribute name="arc_radius" type="xs:string" use="optional"/>
<xs:attribute name="altitude2" type="xs:string" use="optional"/>
<xs:attribute name="rho" type="xs:string" use="optional"/>
<xs:attribute name="altitude1" type="xs:string" use="optional"/>
<xs:attribute name="distance_time" type="xs:string" use="optional"/>
<xs:attribute name="altitude_description" type="xs:string" use="optional"/>
<xs:attribute name="recommended_navaid_icao" type="xs:string" use="optional"/>
<xs:attribute name="speed_limit" type="xs:string" use="optional"/>
<xs:attribute name="theta" type="xs:string" use="optional"/>
<xs:attribute name="turn_direction" type="xs:string" use="optional"/>
<xs:attribute name="description_code" type="xs:string" use="optional"/>
<xs:attribute name="magnetic_course" type="xs:string" use="optional"/>
<xs:attribute name="fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="fix" type="xs:string" use="optional"/>
<xs:attribute name="fix_section" type="xs:string" use="optional"/>
<xs:attribute name="fix_longitude" type="xs:string" use="optional"/>
<xs:attribute name="fix_latitude" type="xs:string" use="optional"/>
<xs:attribute name="route_type" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="transition_altitude" type="xs:string" use="optional"/>
<xs:attribute name="vertical_angle" type="xs:string" use="optional"/>
<xs:attribute name="path_and_termination" type="xs:string" use="optional"/>
<xs:attribute name="recommended_navaid" type="xs:string" use="optional"/>
<xs:attribute name="center_fix" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_section" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_longitude" type="xs:string" use="optional"/>
<xs:attribute name="center_fix_latitude" type="xs:string" use="optional"/>
<xs:attribute name="recd_nav_section" type="xs:string"/>
<xs:attribute name="recd_nav_subsection" type="xs:string"/>
<xs:attribute name="section_code" type="xs:string"/>
<xs:attribute name="subsection_code" type="xs:string"/>
<xs:attribute name="cycle" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="preferred_route">
<xs:complexType>
<xs:sequence>
<xs:element ref="preferred_route_legs"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="preferred_route_legs">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="preferred_route_leg"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="preferred_route_leg">
<xs:complexType>
<xs:attribute name="use_indicator" type="xs:string" use="optional"/>
<xs:attribute name="to_fix" type="xs:string" use="optional"/>
<xs:attribute name="to_fix_icao" type="xs:string" use="optional"/>
<xs:attribute name="to_fix_section" type="xs:string" use="optional"/>
<xs:attribute name="to_fix_longitude" type="xs:string" use="optional"/>
<xs:attribute name="to_fix_latitude" type="xs:string" use="optional"/>
<xs:attribute name="minalt" type="xs:string" use="optional"/>
<xs:attribute name="maxalt" type="xs:string" use="optional"/>
<xs:attribute name="route_type" type="xs:string" use="optional"/>
<xs:attribute name="via_code" type="xs:string" use="optional"/>
<xs:attribute name="terminus" type="xs:string" use="optional"/>
<xs:attribute name="terminus_icao" type="xs:string" use="optional"/>
<xs:attribute name="terminus_section" type="xs:string" use="optional"/>
<xs:attribute name="altitude2" type="xs:string" use="optional"/>
<xs:attribute name="altitude1" type="xs:string" use="optional"/>
<xs:attribute name="initial" type="xs:string" use="optional"/>
<xs:attribute name="initial_icao" type="xs:string" use="optional"/>
<xs:attribute name="initial_section" type="xs:string" use="optional"/>
<xs:attribute name="direction" type="xs:string" use="optional"/>
<xs:attribute name="via" type="xs:string" use="optional"/>
<xs:attribute name="cycle" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="fir">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="enroute_communications"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="enroute_communications">
<xs:complexType>
<xs:attribute name="frequency_units" type="xs:string" use="optional"/>
<xs:attribute name="type" type="xs:string" use="optional"/>
<xs:attribute name="longitude" type="xs:string" use="optional"/>
<xs:attribute name="frequency" type="xs:string" use="optional"/>
<xs:attribute name="latitude" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="airspace">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="airspace_active"/>
</xs:sequence>
<xs:attribute name="multiple_code" type="xs:string" use="optional"/>
<xs:attribute name="lower_limit" type="xs:string" use="optional"/>
<xs:attribute name="lower_limit_unit" type="xs:string" use="optional"/>
<xs:attribute name="upper_limit" type="xs:string" use="optional"/>
<xs:attribute name="upper_limit_unit" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="airspace_active">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="airspace_note"/>
<xs:element ref="airspace_time_of_operation"/>
</xs:choice>
<xs:attribute name="notam" type="xs:string" use="optional"/>
<xs:attribute name="controlling_agency" type="xs:string" use="optional"/>
<xs:attribute name="time_code" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="airspace_note">
<xs:complexType mixed="true">
<xs:attribute name="time_code" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="airspace_time_of_operation">
<xs:complexType>
<xs:attribute name="notam" type="xs:string" use="optional"/>
<xs:attribute name="time_code" type="xs:string" use="optional"/>
<xs:attribute name="time" type="xs:string" use="optional"/>
<xs:attribute name="time_indicator" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
</xs:schema>