this.m_name = name;
this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM;
this.m_required = required;
this.m_supportsAVT = supportsAVT;
this.m_errorType = errorType;
m_enums = new StringToIntTable(2);
m_enums.put(k1, v1);
m_enums.put(k2, v2);
}