Enum XmlTaskValidationType
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum XmlTaskValidationType
Fields
Fields | Description |
---|---|
Dtd | Specifies that the XML document should be validated using an XML schema defined in an DTD. |
Xsd | Specifies that the XML document should be validated using an XML schema defined in an XSD. |