xml-schema

Validating different sets of required attributes in an XML schema.

My requirement is to validate an xml with two different validation strategies. In strategy 1, the xml is required to have instances of an element with certain required attributes. In strategy 2, the xml is required to have instances of the same element with different required attributes. So, the idea is that there are two different sets ...

Xml Schema - value types from another part of xml file

Hello, I'm developing an xml schema for xml that looks sth like this: <sync name="Zlecenia" requires="Klienci" direction="OneWayToSource"> <source> <table name="vwCustomer"> <field name="FirstName" /> <field name="LastName" /> <field name="Name" /> <field name="Company" ...

Undefined datatype: 'token'

Scenario: I am trying to collect information from xml file. To do so, i am using the xmlschema provided. plan is to readxmlschema against dataset and later read xml file. Please suggest me best process if the existing is not appropriate. Anways during this process i encountered this following issue. I am trying to readxmlschema into a d...