1 write to anySimpleType
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
217anySimpleType = StartBuiltinType(qname, dt);
6 references to anySimpleType
System.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (6)
130internal static XmlSchemaSimpleType AnySimpleType { get { return anySimpleType; } } 218dt.parentSchemaType = anySimpleType; 219builtinTypes.Add(qname, anySimpleType); 250FinishBuiltinType(derivedType, anySimpleType); 262FinishBuiltinType(anyAtomicType, anySimpleType); 394return (datatype == anySimpleType.Datatype);