simpleType CodeResponsibilityType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
element FsepOperationalInformation/responsibilityCode
facets
Kind Value Annotation
enumeration #
documentation
Entity not owned, maintained or inspected by FAA and is restricted to NAS Coordination entities entered by the OPR.
enumeration 4
documentation
Entity owned by state government but operation and maintenance are inspected by the FAA.
enumeration 5
documentation
Entity owned by local government but operation and maintenance are inspected by the FAA.
enumeration 6
documentation
Entity owned by foreign government but operation and maintenance are inspected by the FAA.
enumeration 7
documentation
Entity owned by private interests but operation and maintenance are inspected by the FAA.
enumeration 8
documentation
Entity owned by foreign private interests but operation and maintenance are inspected by the FAA.
enumeration 9
documentation
Entity owned by foreign private interests but operation and maintenance are inspected by the FAA.
enumeration A
documentation
Entity owned and maintained by FAA.
enumeration B
documentation
Entity owned by DoD and maintained by FAA.
enumeration C
documentation
Entity owned by a government agency and maintained by FAA.
enumeration D
documentation
Entity owned by a state government and maintained by FAA.
enumeration E
documentation
Entity owned by a local government and maintained by FAA.
enumeration F
documentation
Entity owned by a foreign government and maintained by FAA.
enumeration G
documentation
Entity owned by private interests and maintained by FAA.
enumeration H
documentation
Entity owned by foreign private interests and maintained by FAA.
enumeration I
documentation
Entity owned by FAA and maintained by DoD.
enumeration J
documentation
Entity owned and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.
enumeration K
documentation
Entity owned by DoD and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.
enumeration L
documentation
Entity owned by a government agency and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.
enumeration M
documentation
Entity owned by a state government and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.
enumeration N
documentation
Entity owned by a local government and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.
enumeration O
documentation
Entity owned by a foreign government and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.
enumeration P
documentation
Entity owned by a private interest and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.
enumeration Q
documentation
Entity owned by a foreign private interest and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.
enumeration R
documentation
Entity owned and operated by DoD, but for which a NAPRS service is furnished to FAA and used in the NAS. An example would be a Navy-owned and maintained ASR with a service to the FAA.
enumeration S
documentation
Entity owned by FAA and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.
enumeration T
documentation
Entity owned by DoD and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.
enumeration U
documentation
Entity owned by a government agency and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.
enumeration V
documentation
Entity owned by a state government and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.
enumeration W
documentation
Entity owned by a local government and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.
enumeration X
documentation
Entity owned by a foreign government and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.
enumeration Y
documentation
Entity owned by a private interest and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.
enumeration Z
documentation
Entity owned by a foreign private interest and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.
annotation
documentation
Enumerated list of codes for the entity responsible for maintaining the asset.
source <xs:simpleType name="CodeResponsibilityType">
 
<xs:annotation>
   
<xs:documentation>Enumerated list of codes for the entity responsible for maintaining the asset.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="#">
     
<xs:annotation>
       
<xs:documentation>Entity not owned, maintained or inspected by FAA and is restricted to NAS Coordination entities entered by the OPR. </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="4">
     
<xs:annotation>
       
<xs:documentation>Entity owned by state government but operation and maintenance are inspected by the FAA. </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="5">
     
<xs:annotation>
       
<xs:documentation>Entity owned by local government but operation and maintenance are inspected by the FAA.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="6">
     
<xs:annotation>
       
<xs:documentation>Entity owned by foreign government but operation and maintenance are inspected by the FAA. </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="7">
     
<xs:annotation>
       
<xs:documentation>Entity owned by private interests but operation and maintenance are inspected by the FAA. </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="8">
     
<xs:annotation>
       
<xs:documentation>Entity owned by foreign private interests but operation and maintenance are inspected by the FAA. </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="9">
     
<xs:annotation>
       
<xs:documentation>Entity owned by foreign private interests but operation and maintenance are inspected by the FAA. </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="A">
     
<xs:annotation>
       
<xs:documentation>Entity owned and maintained by FAA.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="B">
     
<xs:annotation>
       
<xs:documentation>Entity owned by DoD and maintained by FAA.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="C">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a government agency and maintained by FAA.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="D">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a state government and maintained by FAA.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="E">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a local government and maintained by FAA.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="F">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a foreign government and maintained by FAA.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="G">
     
<xs:annotation>
       
<xs:documentation>Entity owned by private interests and maintained by FAA.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="H">
     
<xs:annotation>
       
<xs:documentation>Entity owned by foreign private interests and maintained by FAA.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="I">
     
<xs:annotation>
       
<xs:documentation>Entity owned by FAA and maintained by DoD.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="J">
     
<xs:annotation>
       
<xs:documentation>Entity owned and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="K">
     
<xs:annotation>
       
<xs:documentation>Entity owned by DoD and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="L">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a government agency and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="M">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a state government and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="N">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a local government and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="O">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a foreign government and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="P">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a private interest and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Q">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a foreign private interest and maintained by FAA, and for which the FAA received reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="R">
     
<xs:annotation>
       
<xs:documentation>Entity owned and operated by DoD, but for which a NAPRS service is furnished to FAA and used in the NAS. An example would be a Navy-owned and maintained ASR with a service to the FAA.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="S">
     
<xs:annotation>
       
<xs:documentation>Entity owned by FAA and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="T">
     
<xs:annotation>
       
<xs:documentation>Entity owned by DoD and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="U">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a government agency and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="V">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a state government and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="W">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a local government and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="X">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a foreign government and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Y">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a private interest and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Z">
     
<xs:annotation>
       
<xs:documentation>Entity owned by a foreign private interest and maintained by another party, and for which the FAA provides reimbursement for the maintenance cost.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy