ORA-44752
        New element 'element_name' in complexType 'type_name' has the same qualified name as another element.
        - element_name: The XML element name.
- type_name: The complex type name.
        Cause
        The new element that was added to a complexType by in-place XML schema evolution had the same qualified name as another element in the same complexType or in one of its ancestor complexTypes.
        Action
        Try adding an element with a different qualified name.
        
     
    
    
        ORA-44752
        New element 'string' in complex type 'string' has the same qualified name as another element
        
        
        Cause
        The new element that was added to a complex type by in-place XML schema evolution had the same qualified name as another element in the same complex type or in one of its ancestor complex types.
        Action
        Try adding an element with a different qualified name.
        
     
    
    
        ORA-44752
        New element 'string' in complex type 'string' has the same qualified name as another element
        
        
        Cause
        The new element that was added to a complex type by in-place XML schema evolution had the same qualified name as another element in the same complex type or in one of its ancestor complex types.
        Action
        Try adding an element with a different qualified name.