You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you import one schema into another xsd file autocomplete ignores the namespace prefix of the imported one for element types
It works fine for its own namespace prefix
The text was updated successfully, but these errors were encountered:
In the type attribute of element "root-element" of test2.xsd autocomplete recognices that there is a type called testType1 but ignores the namespace prefix defined by xmlns:ns1="test1Namespace". It gives the error "src-resolve: Cannot resolve the name 'testType1' to a(n) 'type definition' component.xsd(src-resolve)". The error then goes away the moment i write the namespace prefix ns1: manually.
When you import one schema into another xsd file autocomplete ignores the namespace prefix of the imported one for element types
![image](https://private-user-images.githubusercontent.com/49416939/335318441-39a2f309-5a87-47b9-acfa-2890ee3003d6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzYzNjAwNDIsIm5iZiI6MTczNjM1OTc0MiwicGF0aCI6Ii80OTQxNjkzOS8zMzUzMTg0NDEtMzlhMmYzMDktNWE4Ny00N2I5LWFjZmEtMjg5MGVlMzAwM2Q2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAxMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMTA4VDE4MDkwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY3OGFkZDg3MjZkMTAyZjQ5ZDg4NjcxNTE1ZWFlNzEyZWVjYTA3Y2EyNWNjOTBhYTA1ZWUyMWMwMTcxOWRiM2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.EzQmf7xhxkGDDwm1MLQr7edV1GnDXSe5HJjC4rKt4VU)
![image](https://private-user-images.githubusercontent.com/49416939/335319305-d743e448-683f-4747-90e6-ef1458565411.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzYzNjAwNDIsIm5iZiI6MTczNjM1OTc0MiwicGF0aCI6Ii80OTQxNjkzOS8zMzUzMTkzMDUtZDc0M2U0NDgtNjgzZi00NzQ3LTkwZTYtZWYxNDU4NTY1NDExLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAxMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMTA4VDE4MDkwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU0ZDVlNGE5NTVhOWEwZGY0N2NhMWRjNzg2MWQ2MDIxOTJmOWM5NjUwZWFkYjkxZWExYjJhZTczMDlmN2FjOTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JfwCNL4m-b_M2ghx1FnzriwrVAQyq0LARhWdZqLCUgw)
It works fine for its own namespace prefix
The text was updated successfully, but these errors were encountered: