// type is undefined but currently has zero instances
//
if (!hasPropertyDefinition(qname))
{
Object[] filler = { qname };
throw new InvalidResourcePropertyQNameFault(_MESSAGES.get("PropertyNotInSchema", filler));
}
WsResourceCapability capability = getCapability(qname);
Element[] results = capability.getProperty(qname);