Re: Schema Validation problem ...

2002-03-08 Thread Khaled Noaman
Hi Martin, In DONTWORK.addr.xsd, the schema components are defined in the targetNamespace of the schema. So, if you refer to any global components of that schema, you need to qualify them (i.e. use a prefix that will resolve to the schema target namespace). Here is a link to the QName resolution

Schema Validation problem ...

2002-03-07 Thread Martin Wilson
Hi all, I have a problem validating a document that uses 'TargetNamespace' in the schema and 'schemaLocation' in the document. i get "Line: 3, Column: 154, Error: Type not found in :addressline" from the parser when trying to validate this document. The other version work fine when put through t