Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 3.45 KB | None | 0 0
  1.     <!--WP 6: InstrumentApproachProcedure -->
  2.     <element name="InstrumentApproachProcedureExtension" TYPE="avinor:InstrumentApproachProcedureExtensionType" substitutionGroup="aixm:AbstractInstrumentApproachProcedureExtension"/>
  3.     <complexType name="InstrumentApproachProcedureExtensionType">
  4.         <complexContent>
  5.             <extension base="aixm:AbstractExtensionType">
  6.                 <sequence>
  7.                     <GROUP REF="avinor:InstrumentApproachProcedureExtensionPropertyGroup"/>
  8.                 </sequence>
  9.             </extension>
  10.         </complexContent>
  11.     </complexType>
  12.     <GROUP name="InstrumentApproachProcedureExtensionPropertyGroup">
  13.         <sequence>
  14.             <element name="codeAip" TYPE="aixm:CodeYesNoType" nillable="false">
  15.                 <annotation>
  16.                     <appinfo>
  17.                         <gml:description>A code indicating whether the RECORD should be published IN the national AIP OR NOT.</gml:description>
  18.                     </appinfo>
  19.                 </annotation>
  20.             </element>
  21.             <element name="codeEad" TYPE="aixm:CodeYesNoType" nillable="false">
  22.                 <annotation>
  23.                     <appinfo>
  24.                         <gml:description>A code indicating whether the entity should be published TO EAD</gml:description>
  25.                     </appinfo>
  26.                 </annotation>
  27.             </element>
  28.         </sequence>
  29.     </group>   
  30.     <!--WP 6: StandardInstrumentDeparture -->
  31.     <element name="StandardInstrumentDepartureExtension" TYPE="avinor:StandardInstrumentDepartureExtensionType" substitutionGroup="aixm:AbstractStandardInstrumentDepartureExtension"/>
  32.     <complexType name="StandardInstrumentDepartureExtensionType">
  33.         <complexContent>
  34.             <extension base="aixm:AbstractExtensionType">
  35.                 <sequence>
  36.                     <GROUP REF="avinor:StandardInstrumentDepartureExtensionPropertyGroup"/>
  37.                 </sequence>
  38.             </extension>
  39.         </complexContent>
  40.     </complexType>
  41.     <GROUP name="StandardInstrumentDepartureExtensionPropertyGroup">
  42.         <sequence>
  43.             <element name="codeAip" TYPE="aixm:CodeYesNoType" nillable="false">
  44.                 <annotation>
  45.                     <appinfo>
  46.                         <gml:description>A code indicating whether the RECORD should be published IN the national AIP OR NOT.</gml:description>
  47.                     </appinfo>
  48.                 </annotation>
  49.             </element>
  50.             <element name="codeEad" TYPE="aixm:CodeYesNoType" nillable="false">
  51.                 <annotation>
  52.                     <appinfo>
  53.                         <gml:description>A code indicating whether the entity should be published TO EAD</gml:description>
  54.                     </appinfo>
  55.                 </annotation>
  56.             </element>
  57.         </sequence>
  58.     </group>       
  59.     <!--WP 6: StandardInstrumentArrival -->
  60.     <element name="StandardInstrumentArrivalExtension" TYPE="avinor:StandardInstrumentArrivalExtensionType" substitutionGroup="aixm:AbstractStandardInstrumentArrivalExtension"/>
  61.     <complexType name="StandardInstrumentArrivalExtensionType">
  62.         <complexContent>
  63.             <extension base="aixm:AbstractExtensionType">
  64.                 <sequence>
  65.                     <GROUP REF="avinor:StandardInstrumentArrivalExtensionPropertyGroup"/>
  66.                 </sequence>
  67.             </extension>
  68.         </complexContent>
  69.     </complexType>
  70.     <GROUP name="StandardInstrumentArrivalExtensionPropertyGroup">
  71.         <sequence>
  72.             <element name="codeAip" TYPE="aixm:CodeYesNoType" nillable="false">
  73.                 <annotation>
  74.                     <appinfo>
  75.                         <gml:description>A code indicating whether the RECORD should be published IN the national AIP OR NOT.</gml:description>
  76.                     </appinfo>
  77.                 </annotation>
  78.             </element>
  79.             <element name="codeEad" TYPE="aixm:CodeYesNoType" nillable="false">
  80.                 <annotation>
  81.                     <appinfo>
  82.                         <gml:description>A code indicating whether the entity should be published TO EAD</gml:description>
  83.                     </appinfo>
  84.                 </annotation>
  85.             </element>
  86.         </sequence>
  87.     </group>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement