InputTypeAnnotations EnumerationInputTypeAnnotations EnumerationInputTypeAnnotations Enumeration

Enumerates the input type annotation methods.

Syntax

Public Enumeration InputTypeAnnotations
public enum InputTypeAnnotations
public:
enum InputTypeAnnotations
 
The InputTypeAnnotationsInputTypeAnnotationsInputTypeAnnotations type exposes the following members.

Members

 MemberDescription
MemberPreservePreservePreserve Preserves any type annotations on element and attribute nodes in a source tree.
MemberStripStripStrip 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.
MemberUnspecifiedUnspecifiedUnspecified Performs the default input type annotation stripping option.

Top