XSD validation error?

The following XSD (part of a WSDL file) gives an error in IntelliJ 6(.0.4), but is correctly processed.

          
            
              
                
                
              
            
          
        
      
        
          
            
              
              
              
              
            
          
        
      
]]>


IntelliJ reports it can't find type RegionData to extend from, despite it being defined just above there.
Applying the symbolic namespace name assigned to the schema explicitly doesn't help either.

Shouldn't this type be found by IntelliJ? I can understand it not finding it if defined in another WSDL file that's not explicitly linked, but in the same one?

0
Avatar
Permanently deleted user

It should, there is some problem with local schema definition in wsdl.
Please, file JIRA issue with complete wsdl fragment attached.

Jeroen Wenting wrote:

The following XSD (part of a WSDL file) gives an error in IntelliJ 6(.0.4), but is correctly processed.

         
>           
>             
>               
>                 
>                 
>               
>             
>           
>         
>       
>         
>           
>             
>               
>               
>               
>               
>             
>           
>         
>       
> ]]>


IntelliJ reports it can't find type RegionData to extend from, despite it being defined just above there.
Applying the symbolic namespace name assigned to the schema explicitly doesn't help either.

Shouldn't this type be found by IntelliJ? I can understand it not finding it if defined in another WSDL file that's not explicitly linked, but in the same one?



--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0
Avatar
Permanently deleted user

created as IDEA-11655

0

请先登录再写评论。