<xs:simpleType name="TransportationGuaranteeCodeType">
<xs:annotation>
<xs:documentation>**************************************- Transportation can support several levels of Guarantee : **C:xxxcomment **G:xxxcomment **S:xxxcomment **Departure : Departure is guaranteed **************************************-</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="C"/>
<xs:enumeration value="G"/>
<xs:enumeration value="S"/>
<xs:enumeration value="Departure"/>
</xs:restriction>
</xs:simpleType> |