"Element validator should match", elementValidatorMock,
validator1);
// Create validator for a different model but using part of the
// previous model so the content validator should be reused.
ContentModel bounded = new BoundedContentImpl(aReferenceMock);
ElementSchema schema2 =
new ElementSchemaImpl(containingElement, bounded);
ElementValidator validator3 = builder.build(schema2);
assertEquals(