<xs:simpleType name="IdentificationCodeType">
<xs:annotation>
<xs:documentation>**************************************- To define the type of identification **>Iata **>Licence This list will be amended **************************************-</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Ape"/>
<xs:enumeration value="Iata"/>
<xs:enumeration value="Licence"/>
<xs:enumeration value="Naf"/>
<xs:enumeration value="Rcs"/>
<xs:enumeration value="Siren"/>
<xs:enumeration value="Siret"/>
<xs:enumeration value="Vat"/>
</xs:restriction>
</xs:simpleType> |