XmlTypeKind 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 the kind of xml component
public enum XmlTypeKind
type XmlTypeKind =
Public Enum XmlTypeKind
- Inheritance
-
XmlTypeKind
Fields
Any | 1 | 'Any' type |
AnySimple | 2 | 'Any simple' type |
Attribute | 12 | Attribute |
AttributeGroup | 13 | Attribute group |
AttributeWildcard | 14 | Attribute wildcard |
Complex | 8 | Complex type |
ComplexSimple | 7 | 'Complex Simple' type |
Element | 9 | Element |
ElementWildcard | 11 | Element wildcard |
List | 5 | List type |
ModelGroup | 10 | Model group |
Primitive | 3 | Primitive type |
Simple | 4 | Simple type |
Union | 6 | Union type |