CodeCodeType

This attribute is the union of all enumerations present in the XFT.
Used in conjunction with the CodeXFT_Type class, it allows direct access to all
attributes from all elements in the XFT, so as to provide lists, transacoding,
multiple values ...

Simple Type Information

Used By

Attribute CodeXFT_Type/@Code

Source

<xs:simpleType name="CodeCodeType">
  <xs:annotation>
    <xs:documentation>This attribute is the union of all enumerations present in the XFT. Used in conjunction with the CodeXFT_Type class, it allows direct access to all attributes from all elements in the XFT, so as to provide lists, transacoding, multiple values ...</xs:documentation>
    <xs:appinfo>DO NOT FORGET TO UPDATE THE LIST WHEN A NEW ENUM IS ADDED</xs:appinfo>
  </xs:annotation>
  <xs:union memberTypes="AddressRoleCodeType AddressTypeCodeType FilterCodeType NameTitleCodeType PaymentStateCodeType PriceRoleCodeType ProductNatureCodeType StatusCodeType CodeRoleCodeType TelephoneTypeCodeType TelephoneScopeCodeType TransportationCategoryCodeType TransportationTypeCodeType"/>
</xs:simpleType>