diagram | ![]() |
||
namespace | https://mmixm.aero/features/3 | ||
children | mx:coreAirport mx:runways | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="AirportRunway"> <xs:annotation> <xs:documentation>Complex type containing airport name and associated runways.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="coreAirport" type="mb:AirportCodeType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Name of the core airport supported by an asset. This information is populated by the Office of Primary Responsibility (OPR) personnel.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="runways" type="mb:RunwayInformation" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Name of the primary and secondary runway supported by an asset.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/features/3 | ||||||
type | mb:AirportCodeType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="coreAirport" type="mb:AirportCodeType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Name of the core airport supported by an asset. This information is populated by the Office of Primary Responsibility (OPR) personnel.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/features/3 | ||||||
type | mb:RunwayInformation | ||||||
properties |
|
||||||
children | mb:primaryRunway mb:secondaryRunway | ||||||
annotation |
|
||||||
source | <xs:element name="runways" type="mb:RunwayInformation" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Name of the primary and secondary runway supported by an asset.</xs:documentation> </xs:annotation> </xs:element> |