namespace | https://mmixm.aero/base/3 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="CodeOperationalAvailabilityType"> <xs:annotation> <xs:documentation>Enumerated list of operational availability of an asset.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Available"> <xs:annotation> <xs:documentation>The asset is on-line / fully operational. For assets that have NAPRS reporting requirements, see the definitions in the associated NAPRS Desk Guide for this FSEP Facility.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Partially Available"> <xs:annotation> <xs:documentation>The asset has reduced operational capabilities / degraded functionality. For assets that have NAPRS reporting requirements, see the definitions in the associated NAPRS Desk Guide for this FSEP Facility.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unavailable"> <xs:annotation> <xs:documentation>The asset is off-line / not operational. For assets that have NAPRS reporting requirements, see the definitions in the associated NAPRS Desk Guide for this FSEP Facility.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unknown"> <xs:annotation> <xs:documentation>The asset availability is not known / unavailable. For assets that have NAPRS reporting requirements, see the definitions in the associated NAPRS Desk Guide for this FSEP Facility.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |