this.xmlElementNames[ i ] = createDefaultElementName( this.modelElementTypes[ i ], xmlNamespaceResolver );
}
}
else
{
if( annotation.path().length() > 0 )
{
this.path = new XmlPath( annotation.path(), xmlNamespaceResolver );
}
final XmlListBinding.Mapping[] mappings = annotation.mappings();