GuaranteedCodeType

§Description:
This class can have three values:
* true
* false
* Unknown

First 2 values are standard xs: boolean values (therefore without capital letter) whereas the last one is an xft enumeration, therefore capitalised.

§Usage:
This class is defined for the @Guaranteed attribute on the AtomType class, so for most of the XFT items in order to provide the notion that the corresponding Departure may be guaranteed or not or that the guarantee status is unknown.

The usage may be expanded at a later stage.

Simple Type Information

Used By

Source

<xs:simpleType name="GuaranteedCodeType">
  <xs:annotation>
    <xs:appinfo>DF+2011-09-20+Crete: For Nouvelles Frontières to implement the @Guaranteed Attribute</xs:appinfo>
    <xs:documentation xml:lang="EN">§Description: This class can have three values: * true * false * Unknown First 2 values are standard xs: boolean values (therefore without capital letter) whereas the last one is an xft enumeration, therefore capitalised. §Usage: This class is defined for the @Guaranteed attribute on the AtomType class, so for most of the XFT items in order to provide the notion that the corresponding Departure may be guaranteed or not or that the guarantee status is unknown. The usage may be expanded at a later stage.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:boolean UnknownCodeType"/>
</xs:simpleType>