996 {
998 {
999 case State.Annotation:
1001 break;
1002 case State.Include:
1003 _include = (XmlSchemaInclude)container;
1004 break;
1005 case State.Import:
1006 _import = (XmlSchemaImport)container;
1007 break;
1008 case State.Element:
1009 _element = (XmlSchemaElement)container;
1010 break;
1011 case State.Attribute:
1013 break;
1014 case State.AttributeGroup:
1016 break;
1017 case State.AttributeGroupRef:
1019 break;
1020 case State.AnyAttribute:
1022 break;
1023 case State.Group:
1024 _group = (XmlSchemaGroup)container;
1025 break;
1026 case State.GroupRef:
1027 _groupRef = (XmlSchemaGroupRef)container;
1028 break;
1029 case State.All:
1030 _all = (XmlSchemaAll)container;
1031 break;
1032 case State.Choice:
1033 _choice = (XmlSchemaChoice)container;
1034 break;
1035 case State.Sequence:
1036 _sequence = (XmlSchemaSequence)container;
1037 break;
1038 case State.Any:
1040 break;
1041 case State.Notation:
1042 _notation = (XmlSchemaNotation)container;
1043 break;
1044 case State.SimpleType:
1046 break;
1047 case State.ComplexType:
1049 break;
1050 case State.ComplexContent:
1052 break;
1053 case State.ComplexContentExtension:
1055 break;
1056 case State.ComplexContentRestriction:
1058 break;
1059 case State.SimpleContent:
1061 break;
1062 case State.SimpleContentExtension:
1064 break;
1065 case State.SimpleContentRestriction:
1067 break;
1068 case State.SimpleTypeUnion:
1070 break;
1071 case State.SimpleTypeList:
1073 break;
1074 case State.SimpleTypeRestriction:
1076 break;
1077 case State.Unique:
1078 case State.Key:
1079 case State.KeyRef:
1081 break;
1083 case State.Field:
1084 _xpath = (XmlSchemaXPath)container;
1085 break;
1086 case State.MinExclusive:
1087 case State.MinInclusive:
1088 case State.MaxExclusive:
1089 case State.MaxInclusive:
1090 case State.TotalDigits:
1091 case State.FractionDigits:
1092 case State.Length:
1093 case State.MinLength:
1094 case State.MaxLength:
1095 case State.Enumeration:
1096 case State.Pattern:
1097 case State.WhiteSpace:
1098 _facet = (XmlSchemaFacet)container;
1099 break;
1100 case State.AppInfo:
1101 _appInfo = (XmlSchemaAppInfo)container;
1102 break;
1103 case State.Documentation:
1105 break;
1106 case State.Redefine:
1107 _redefine = (XmlSchemaRedefine)container;
1108 break;
1109 case State.Root:
1111 break;
1112 }
1113 }
XmlSchemaAnnotation _annotation
XmlSchemaRedefine _redefine
XmlSchemaSimpleContentExtension _simpleContentExtension
XmlSchemaAttribute _attribute
XmlSchemaAnyAttribute _anyAttribute
XmlSchemaSimpleTypeList _simpleTypeList
XmlSchemaAppInfo _appInfo
XmlSchemaComplexContent _complexContent
XmlSchemaComplexContentExtension _complexContentExtension
XmlSchemaAttributeGroup _attributeGroup
XmlSchemaSimpleContentRestriction _simpleContentRestriction
XmlSchemaNotation _notation
XmlSchemaSimpleTypeRestriction _simpleTypeRestriction
XmlSchemaSimpleTypeUnion _simpleTypeUnion
XmlSchemaSimpleContent _simpleContent
XmlSchemaIdentityConstraint _identityConstraint
XmlSchemaElement _element
XmlSchemaInclude _include
XmlSchemaAttributeGroupRef _attributeGroupRef
XmlSchemaDocumentation _documentation
XmlSchemaComplexType _complexType
XmlSchemaSequence _sequence
XmlSchemaGroupRef _groupRef
XmlSchemaSimpleType _simpleType
XmlSchemaComplexContentRestriction _complexContentRestriction