ENUMXSDVersion
Specifies the XML Schema version to use for validation.
•eXSDVersionAuto: The XML Schema version is detected automatically from the XSD document's vc:minVersion attribute. If this attribute's value is 1.1, then the document is considered to be XSD 1.1. If the attribute has any other value, or if no value exists, then the document is considered to be XSD 1.0.
•eXSDVersion10: Sets the XML Schema version for validation to XML Schema 1.0.
•eXSDVersion11: Sets the XML Schema version for validation to XML Schema 1.1.
COM and .NET
eXSDVersionAuto | = 0 |
eXSDVersion10 | = 1 |
eXSDVersion11 | = 2 |
Used by
Interface | Property |
Java
public enum ENUMXSDVersion {
eXSDVersionAuto
eXSDVersion10
eXSDVersion11 }
Used by