// XmlExceptionCode.cs
//
// This code was automatically generated from
// ECMA CLI XML Library Specification.
// Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
// Created: Wed, 5 Sep 2001 06:47:23 UTC
// Source file: all.xml
// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml
//
// (C) 2001 Ximian, Inc. http://www.ximian.com
namespace System.Xml {
///
///
public enum XmlExceptionCode {
///
///
Success = 0,
///
///
UnclosedQuote = 1,
///
///
UnexpectedEOF = 2,
///
///
BadStartNameChar = 3,
///
///
BadNameChar = 4,
///
///
BadComment = 5,
///
///
BadDecimalEntity = 6,
///
///
BadHexEntity = 7,
///
///
NumEntityOverflow = 8,
///
///
MissingByteOrderMark = 9,
///
///
UnknownEncoding = 10,
///
///
InternalError = 11,
///
///
UnexpectedWS = 12,
///
///
UnexpectedChar = 13,
///
///
NoInput = 14,
///
///
NoHandler = 15,
///
///
UnexpectedToken = 16,
///
///
NotImplemented = 17,
///
///
TagMismatch = 18,
///
///
UnexpectedTag = 19,
///
///
BadColon = 20,
///
///
UnknownNs = 21,
///
///
ReservedNs = 22,
///
///
BadAttributeChar = 23,
///
///
MissingRoot = 24,
///
///
MultipleRoots = 25,
///
///
BadElementData = 26,
///
///
InvalidRootData = 27,
///
///
XmlDeclNotFirst = 28,
///
///
InvalidAttributeValue = 29,
///
///
InvalidXmlDecl = 30,
///
///
BadXmlDeclCase = 31,
///
///
InvalidNodeType = 32,
///
///
InvalidPIName = 33,
///
///
InvalidXmlSpace = 34,
///
///
InvalidXmlLang = 35,
///
///
InvalidVersionNumber = 36,
///
///
DupAttributeName = 37,
///
///
BadDTDLocation = 38,
///
///
UnexpectedElement = 39,
///
///
TagNotInTheSameEntity = 40,
///
///
PartialContentNodeTypeNotSupported = 41,
///
///
InvalidPartialContentData = 42,
///
///
TwoDTDsProvided = 43,
///
///
CanNotBindToReservedNamespace = 44,
///
///
TextDeclPosition = 45,
///
///
DupElementDecl = 46,
///
///
DupIDAttribute = 47,
///
///
DupNotation = 48,
///
///
DupEntity = 49,
///
///
DupParEntity = 50,
///
///
DupID = 51,
///
///
UndeclaredElement = 52,
///
///
UndeclaredAttribute = 53,
///
///
UndeclaredNotation = 54,
///
///
UndeclaredID = 55,
///
///
UndeclaredParEntity = 56,
///
///
UndeclaredEntity = 57,
///
///
InvalidCondSect = 58,
///
///
InvalidParEntityRef = 59,
///
///
InvalidContentModel = 60,
///
///
InvalidAttType = 61,
///
///
InvalidTextDecl = 62,
///
///
InvalidContent = 63,
///
///
InvalidContentExpecting = 64,
///
///
ParEntityRefNesting = 65,
///
///
ReservedNsDecl = 66,
///
///
RecursiveParEntity = 67,
///
///
RootMatchDocType = 68,
///
///
EmptyContent = 69,
///
///
IncompleteContent = 70,
///
///
UnparsedEntity = 71,
///
///
SchemaRootExpected = 72,
///
///
UnsupportedAttribute = 73,
///
///
UnsupportedElement = 74,
///
///
MissAttribute = 75,
///
///
AnnotationLocation = 76,
///
///
DataTypeTextOnly = 77,
///
///
UnknownContent = 78,
///
///
UnknownModel = 79,
///
///
UnknownOrder = 80,
///
///
MixedMany = 81,
///
///
GroupDisabled = 82,
///
///
DupConstraint = 83,
///
///
MissDtvaluesAttribute = 84,
///
///
MissDtvalue = 85,
///
///
DupDtType = 86,
///
///
DupAttribute = 87,
///
///
UnknownDtType = 88,
///
///
RequireEnumeration = 89,
///
///
DefaultIDValue = 90,
///
///
ElementNotAllowed = 91,
///
///
ElementMissing = 92,
///
///
ManyMaxOccurs = 93,
///
///
UnknownRequired = 94,
///
///
MaxOccursInvalid = 95,
///
///
MinOccursInvalid = 96,
///
///
DtMaxLenghtInvalid = 97,
///
///
DtMinLenghtInvalid = 98,
///
///
DupDtMaxLenght = 99,
///
///
DupDtMinLenght = 100,
///
///
DtMinMaxLength = 101,
///
///
InvalidAttributeDefault = 102,
///
///
DupElement = 103,
///
///
InvalidValue = 104,
///
///
RecursiveGenEntity = 105,
///
///
ExternalEntityInAttValue = 106,
///
///
UnparsedEntityRef = 107,
///
///
MissRequiredAttribute = 108,
///
///
FixedAttributeValue = 109,
///
///
AttributeValueDataType = 110,
///
///
IncludeLocation = 111,
///
///
ImportLocation = 112,
///
///
NoParticle = 113,
///
///
InvalidProcessContentValue = 114,
///
///
InvalidDerivedByValue = 115,
///
///
InvalidBlockValue = 116,
///
///
InvalidBlockDefaultValue = 117,
///
///
InvalidFinalValue = 118,
///
///
InvalidFinalDefaultValue = 119,
///
///
DupAttributeValue = 120,
///
///
InvalidID = 121,
///
///
DupSimpleType = 122,
///
///
DupComplexType = 123,
///
///
InvalidContentValue = 124,
///
///
DupGroup = 125,
///
///
DefaultFixedAttributes = 126,
///
///
DupAttributeGroup = 127,
///
///
DerivedByNotAllowed = 128,
///
///
DupXsdElement = 129,
///
///
ForbiddenAttribute = 130,
///
///
NoElementContent = 131,
///
///
ElementRef = 132,
///
///
TypeMutualExclusive = 133,
///
///
ElementNameRef = 134,
///
///
AttributeNameRef = 135,
///
///
TextNotAllowed = 136,
///
///
UndeclaredEquivClass = 137,
///
///
UndeclaredType = 138,
///
///
AttListPresence = 139,
///
///
EmptySchemaCollection = 140,
///
///
NotInSchemaCollection = 141,
///
///
NotSameNameTable = 142,
///
///
InvalidCharacter = 143,
///
///
ValidDateElement = 144,
///
///
NotationValue = 145,
///
///
EnumerationValue = 146,
///
///
EmptyAttributeValue = 147,
///
///
InvalidName = 148,
///
///
NoColonEntityName = 149,
///
///
MultipleAttributeValue = 150,
///
///
UnexpectedCDataEnd = 151,
///
///
ResolveURL = 152,
///
///
NullXmlResolver = 153,
///
///
ColonInLocalName = 154,
///
///
XmlLangNmtoken = 155,
///
///
InvalidLanguageID = 156,
///
///
XmlSpace = 157,
///
///
ExpectDtdMarkup = 158,
///
///
ExpectedExternalOrPublicID = 159,
///
///
ExpectedExternalIdOrEntityValue = 160,
///
///
ExpectAttType = 161,
///
///
ExpectIgnoreOrInclude = 162,
///
///
ExpectSubOrClose = 163,
///
///
ExpectExternalOrClose = 164,
///
///
ExpectOp = 165,
///
///
ExpectPcData = 166,
///
///
InvalidXsdAttributeValue = 167,
///
///
ElementValueDataType = 168,
///
///
AttributeRef = 169,
///
///
AttributeComplexType = 170,
///
///
NonDeterministic = 171,
///
///
StandAlone = 172,
///
///
InvalidSchema = 173,
///
///
SimpleFromComplex = 174,
///
///
ListFromList = 175,
///
///
DerivedByBaseName = 176,
///
///
InvalidXmlDocument = 177,
///
///
ParticlesNotAllowed = 178,
///
///
FacetsNotAllowed = 179,
///
///
AttributesNotAllowed = 180,
///
///
ComplexSimpleRestriction = 181,
///
///
ComplexSimpleContent = 182,
///
///
XmlNsAttribute = 183,
///
///
GlobalAttributeFixedDefault = 184,
///
///
XsiTargetNamespace = 185,
///
///
BlockEquivClass = 186,
///
///
ElementDefault = 187,
///
///
UndeclaredModelGroup = 188,
///
///
UndeclaredAttributeGroup = 189,
///
///
FragmentID = 190,
///
///
AllElement = 191,
///
///
MaxOccursInAll = 192,
///
///
MisMatchTargetNamespace = 193,
///
///
AttributeFollowCompositor = 194,
///
///
XsiTypeNotFound = 195,
///
///
ListFromNonatomic = 196,
///
///
DupLengthFacet = 197,
///
///
DupMinLengthFacet = 198,
///
///
DupMaxLengthFacet = 199,
///
///
DupPatternFacet = 200,
///
///
DupWhiteSpaceFacet = 201,
///
///
DupMaxInclusiveFacet = 202,
///
///
DupMaxExclusiveFacet = 203,
///
///
DupMinInclusiveFacet = 204,
///
///
DupMinExclusiveFacet = 205,
///
///
DupPrecisionFacet = 206,
///
///
DupScaleFacet = 207,
///
///
DupEncodingFacet = 208,
///
///
DupDurationFacet = 209,
///
///
DupPeriodFacet = 210,
///
///
LengthFacetProhibited = 211,
///
///
MinLengthFacetProhibited = 212,
///
///
MaxLengthFacetProhibited = 213,
///
///
PatternFacetProhibited = 214,
///
///
EnumerationFacetProhibited = 215,
///
///
WhiteSpaceFacetProhibited = 216,
///
///
MaxInclusiveFacetProhibited = 217,
///
///
MaxExclusiveFacetProhibited = 218,
///
///
MinInclusiveFacetProhibited = 219,
///
///
MinExclusiveFacetProhibited = 220,
///
///
PrecisionFacetProhibited = 221,
///
///
ScaleFacetProhibited = 222,
///
///
EncodingFacetProhibited = 223,
///
///
DurationFacetProhibited = 224,
///
///
PeriodFacetProhibited = 225,
///
///
NegativeLength = 226,
///
///
NegativeMinLength = 227,
///
///
NegativeMaxLength = 228,
///
///
FacetOnlyForAtomic = 229,
///
///
InvalidEncoding = 230,
///
///
InvalidWhiteSpace = 231,
///
///
UnknownFacet = 232,
///
///
LengthAndMinMax = 233,
///
///
MinLengthGtMaxLength = 234,
///
///
ScaleGtPrecision = 235,
///
///
LengthConstraintFailed = 236,
///
///
MinLengthConstraintFailed = 237,
///
///
MaxLengthConstraintFailed = 238,
///
///
PatternConstraintFailed = 239,
///
///
EnumerationConstraintFailed = 240,
///
///
MaxInclusiveConstraintFailed = 241,
///
///
MaxExclusiveConstraintFailed = 242,
///
///
MinInclusiveConstraintFailed = 243,
///
///
MinExclusiveConstraintFailed = 244,
///
///
PrecisionConstraintFailed = 245,
///
///
ScaleConstraintFailed = 246,
///
///
EncodingConstraintFailed = 247,
///
///
DurationConstraintFailed = 248,
///
///
PeriodConstraintFailed = 249,
///
///
UnionFailed = 250,
///
///
EncodingRequired = 251,
///
///
MoreFacetsRequired = 252,
///
///
DupNotationAttribute = 253,
///
///
NotationAttributeOnEmptyElement = 254,
///
///
Last = 255,
} // XmlExceptionCode
} // System.Xml