XmlDocumentConstraint Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies types of XML document constraints
public enum XmlDocumentConstraint
type XmlDocumentConstraint =
Public Enum XmlDocumentConstraint
- Inheritance
-
XmlDocumentConstraint
Fields
Content | 1 | An XML fragment. |
Default | 0 | Use server default (will not emit CONTENT or DOCUMENT) |
Document | 2 | Restricts an XML instance to a well-formed XML 1.0 instance. |