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 ];
for( int i = 0; i < this.modelElementTypes.length; i++ )
{
final ElementType type = this.modelElementTypes[ i ];