Definition at line 668 of file Compiler.cs.
669 {
674 {
676 {
679 {
680 if (
simpleType2.Datatype.Variety == XmlSchemaDatatypeVariety.Union)
681 {
683 }
684 else
685 {
687 }
688 if ((
simpleType2.FinalResolved & XmlSchemaDerivationMethod.Union) != 0)
689 {
691 }
692 continue;
693 }
695 }
696 }
699 {
701 {
705 {
707 }
708 else
709 {
711 }
712 }
713 }
716 }
static string Sch_UndeclaredSimpleType
static string Sch_BaseFinalUnion
void SendValidationEvent(string code, XmlSchemaObject source)
void CheckUnionType(XmlSchemaSimpleType unionMember, List< XmlSchemaSimpleType > memberTypeDefinitions, XmlSchemaSimpleType parentType)
void CompileSimpleType(XmlSchemaSimpleType simpleType)
XmlSchemaSimpleType GetSimpleType(XmlQualifiedName name)
References System.Xml.Schema.Compiler.CheckUnionType(), System.Xml.Schema.Compiler.CompileSimpleType(), System.Collections.Generic.Dictionary< TKey, TValue >.Count, System.Xml.Dictionary, System.Xml.Schema.Compiler.GetSimpleType(), System.list, System.SR.Sch_BaseFinalUnion, System.SR.Sch_UndeclaredSimpleType, and System.Xml.Schema.BaseProcessor.SendValidationEvent().
Referenced by System.Xml.Schema.Compiler.CompileSimpleType().