* @throws OperationNotSupportedException
* @see schema.Type#getValue(java.util.List)
*/
public Object getValue(Element element, ElementValue[] value,
Attributes attrs, Map hints) throws SAXException, OperationNotSupportedException {
Element e = value[0].getElement();
if (e == null) {
if(!element.isNillable())
throw new SAXException(
"Internal error, ElementValues require an associated Element.");