//
// find all current instances of the property...
//
Element[] current = getResourceProperty(qname);
InsertRequest request = new InsertRequest(qname, values);
Element[] valuesXML = request.getValues();
//
// make sure that the insert is valid according to the SCHEMA
//
validateInsert(qname, current.length, valuesXML);