* @param value the attribute's value
* @param type the attribute's type. See {@link Attribute} for the types.
* @return the LPDMODOMAttribute
*/
public Attribute attribute(String name, String value, int type) {
return new LPDMODOMAttribute(name, value, type);
}