Search found 1 match

by gunjan10
Thu Mar 15, 2018 10:26 am
Forum: XML Schemas
Topic: XSD1.1 validation
Replies: 1
Views: 3605

XSD1.1 validation

Hi, I am new to XML and XSD validations Below is my input xml <ApplicationDetail> <AppControlNumber>123</AppControlNumber> <SourceCode>123</SourceCode> <FormCode>254</FormCode> </ApplicationDetail> I need to validate this but the condition is as follows ------VALID CASES---- Condition1: If value in ...