Search found 5 matches

by AlexPetr
Sat Mar 13, 2010 4:08 pm
Forum: XML Schemas
Topic: How to validate against multiple schemas
Replies: 6
Views: 11843

Re: How to validate against multiple schemas

Thank you for replies! Oxygen is great product. We use it mostly for xsd editing. We will be waiting for this feature (Xml validation with project schemas) About nvdl: I think that nvdl uses rules for validation. Inner element with other schema validates normally but element <other> doesnot used by ...
by AlexPetr
Fri Mar 12, 2010 3:16 pm
Forum: XML Schemas
Topic: How to validate against multiple schemas
Replies: 6
Views: 11843

Re: How to validate against multiple schemas

NVDL doesnot work with this sample: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns="http://schemas.com/configuration" targetNamespace="http://schemas.com/configu...
by AlexPetr
Fri Mar 12, 2010 2:37 pm
Forum: XML Schemas
Topic: How to validate against multiple schemas
Replies: 6
Views: 11843

Re: How to validate against multiple schemas

Thank you! Workaround with nvdl works: I created Document Type Association with schema type NVDL. VisualStudio validation works if schemas included in project. Simple. Also you can add schemas with menu XML/Schemas ->Select or Add schema. I expected Oxygen can find schemas from catalogs through Docu...
by AlexPetr
Thu Mar 11, 2010 7:01 pm
Forum: XML Schemas
Topic: How to validate against multiple schemas
Replies: 6
Views: 11843

How to validate against multiple schemas

I have a problem: configuration.xsd <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns="http://schemas.com/configuration" targetNamespace="http://schemas.com/configu...