newPropDef.compareTo(propertyDefinitionImpls.get(0));
// The above result should be equal to the compareTo for the DomainURI
assertTrue
( result ==
(domainURI.compareTo(propertyDefinitionImpls.get(0).getTypedefURI()))
);
}
catch (IllegalArgumentException e)
{