InputTypeAnnotations EnumerationInputTypeAnnotations EnumerationInputTypeAnnotations Enumeration
Enumerates the input type annotation methods.
The InputTypeAnnotationsInputTypeAnnotationsInputTypeAnnotations
type exposes the following members.
Members
| Member | Description | |
|---|---|---|
| PreservePreservePreserve | Preserves any type annotations on element and attribute nodes in a source tree. | |
| StripStripStrip |
Remove any type annotations on element and attribute nodes in a source tree, replacing them with an annotation of
xs:untyped in the case of element nodes, and xs:untypedAtomic in the case of attribute nodes.
| |
| UnspecifiedUnspecifiedUnspecified | Performs the default input type annotation stripping option. |
