XmlTaskValidationType Enumeration
The XmlTaskValidationType enumeration provides a list of options for which method and validation document type will be used to perform the validation operation.
Enumeration Values
Name | Summary |
---|---|
Xsd | Specifies that the XML document should be validated using an XML schema defined in an XSD. |
Dtd | Specifies that the XML document should be validated using an XML schema defined in an DTD. |