}
else
{
if( xmlElementBindingAnnotation.path().length() > 0 )
{
this.path = new XmlPath( xmlElementBindingAnnotation.path(), xmlNamespaceResolver );
}
final XmlElementBinding.Mapping[] mappings = xmlElementBindingAnnotation.mappings();
this.xmlElementNames = new QName[ this.modelElementTypes.length ];