// Add the attribute value index
idxType |= XmlIndexSpecification.PATH_EDGE;
idxType |= XmlIndexSpecification.NODE_ELEMENT;
idxType |= XmlIndexSpecification.KEY_EQUALITY;
syntaxType = XmlValue.STRING;
is.addIndex(XACML20_POLICY_NS,
"AttributeValue",
idxType,
syntaxType);
// Add the metadata default index