XICの属性の型を指定します。
DIMsAttributeTypeのデータ型は次のとおりです。
typedef enum {
  GenericAttributesType,
  PreeditAttributesType,
  StatusAttributesType
 }DIMsAttributesType;
 
GenericAttributesTypeは,XICの値が PreeditAttributeおよびStatusAttributeのどちらにも属さないことを示します。
 
PreeditAttributesTypeは,XICの値がPreeditAttributeに属すことを示します。
 
StatusAttributesTypeは,XICの値がStatusAttributeに属すことを示します。
  |