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
Name | Value | Description |
---|---|---|
Any | 1 | 'Any' type |
AnySimple | 2 | 'Any simple' type |
Primitive | 3 | Primitive type |
Simple | 4 | Simple type |
List | 5 | List type |
Union | 6 | Union type |
ComplexSimple | 7 | 'Complex Simple' type |
Complex | 8 | Complex type |
Element | 9 | Element |
ModelGroup | 10 | Model group |
ElementWildcard | 11 | Element wildcard |
Attribute | 12 | Attribute |
AttributeGroup | 13 | Attribute group |
AttributeWildcard | 14 | Attribute wildcard |