|
enum | AttributeMatchState {
AttributeFound
, AnyIdAttributeFound
, UndeclaredElementAndAttribute
, UndeclaredAttribute
,
AnyAttributeLax
, AnyAttributeSkip
, ProhibitedAnyAttribute
, ProhibitedAttribute
,
AttributeNameMismatch
, ValidateAttributeInvalidCall
} |
|
enum | Compositor { Root
, Include
, Import
, Redefine
} |
|
enum | FacetType {
None
, Length
, MinLength
, MaxLength
,
Pattern
, Whitespace
, Enumeration
, MinExclusive
,
MinInclusive
, MaxExclusive
, MaxInclusive
, TotalDigits
,
FractionDigits
} |
|
enum | RestrictionFlags {
Length = 1
, MinLength = 2
, MaxLength = 4
, Pattern = 8
,
Enumeration = 0x10
, WhiteSpace = 0x20
, MaxInclusive = 0x40
, MaxExclusive = 0x80
,
MinInclusive = 0x100
, MinExclusive = 0x200
, TotalDigits = 0x400
, FractionDigits = 0x800
} |
|
enum | SchemaType { None
, DTD
, XDR
, XSD
} |
|
enum | ValidatorState {
None
, Start
, TopLevelAttribute
, TopLevelTextOrWS
,
Element
, Attribute
, EndOfAttributes
, Text
,
Whitespace
, EndElement
, SkipToEndElement
, Finish
} |
|
enum | XmlSchemaContentProcessing { None
, Skip
, Lax
, Strict
} |
|
enum | XmlSchemaContentType { TextOnly
, Empty
, ElementOnly
, Mixed
} |
|
enum | XmlSchemaDatatypeVariety { Atomic
, List
, Union
} |
|
enum | XmlSchemaDerivationMethod {
Empty = 0
, Substitution = 1
, Extension = 2
, Restriction = 4
,
List = 8
, Union = 0x10
, All = 0xFF
, None = 0x100
} |
|
enum | XmlSchemaForm { None
, Qualified
, Unqualified
} |
|
enum | XmlSchemaUse { None
, Optional
, Prohibited
, Required
} |
|
enum | XmlSchemaValidationFlags {
None = 0
, ProcessInlineSchema = 1
, ProcessSchemaLocation = 2
, ReportValidationWarnings = 4
,
ProcessIdentityConstraints = 8
, AllowXmlAttributes = 0x10
} |
|
enum | XmlSchemaValidity { NotKnown
, Valid
, Invalid
} |
|
enum | XmlSchemaWhiteSpace { Preserve
, Replace
, Collapse
} |
|
enum | XmlSeverityType { Error
, Warning
} |
|
enum | XmlTypeCode {
None
, Item
, Node
, Document
,
Element
, Attribute
, Namespace
, ProcessingInstruction
,
Comment
, Text
, AnyAtomicType
, UntypedAtomic
,
String
, Boolean
, Decimal
, Float
,
Double
, Duration
, DateTime
, Time
,
Date
, GYearMonth
, GYear
, GMonthDay
,
GDay
, GMonth
, HexBinary
, Base64Binary
,
AnyUri
, QName
, Notation
, NormalizedString
,
Token
, Language
, NmToken
, Name
,
NCName
, Id
, Idref
, Entity
,
Integer
, NonPositiveInteger
, NegativeInteger
, Long
,
Int
, Short
, Byte
, NonNegativeInteger
,
UnsignedLong
, UnsignedInt
, UnsignedShort
, UnsignedByte
,
PositiveInteger
, YearMonthDuration
, DayTimeDuration
} |
|
enum | XsdDateTimeFlags {
DateTime = 1
, Time = 2
, Date = 4
, GYearMonth = 8
,
GYear = 0x10
, GMonthDay = 0x20
, GDay = 0x40
, GMonth = 0x80
,
XdrDateTimeNoTz = 0x100
, XdrDateTime = 0x200
, XdrTimeNoTz = 0x400
, AllXsd = 0xFF
} |
|