xsi:schemaLocation trouble
Posted: Tue Dec 14, 2004 1:32 pm
The place of a schema is specified to be xsi:schemaLocation. Description which goes back a two or more layer directory was carried out. It seems that it becomes impossible to discover well the schema which is import(ing) when it does so.
ex. problem occurs.
xsi:schemaLocation="http://www.ggf.org/namespaces/ws-agreement ../../xsd/ws-agreement.xsd http://schemas.xmlsoap.org/ws/2003/03/addressing ../../xsd/wsa.xsd"
ex. problem does not occurs.
xsi:schemaLocation="http://www.ggf.org/namespaces/ws-agreement ../xsd/ws-agreement.xsd http://schemas.xmlsoap.org/ws/2003/03/addressing ../xsd/wsa.xsd"
ex. problem occurs.
xsi:schemaLocation="http://www.ggf.org/namespaces/ws-agreement ../../xsd/ws-agreement.xsd http://schemas.xmlsoap.org/ws/2003/03/addressing ../../xsd/wsa.xsd"
ex. problem does not occurs.
xsi:schemaLocation="http://www.ggf.org/namespaces/ws-agreement ../xsd/ws-agreement.xsd http://schemas.xmlsoap.org/ws/2003/03/addressing ../xsd/wsa.xsd"