Hi,
Assume, i have following two fields
IsFixed, Reason
IsFixed will have have enum value like "Y" or "N"
So if IsFixed has "N" in the xml then "Reason" element should have value. If not then it can be empty.
How do i write xsd for this condition. Any help please
Assume, i have following two fields
IsFixed, Reason
IsFixed will have have enum value like "Y" or "N"
So if IsFixed has "N" in the xml then "Reason" element should have value. If not then it can be empty.
How do i write xsd for this condition. Any help please
loving dotnet