1 write to anyAtomicType
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
260
anyAtomicType
= StartBuiltinType(qname, c_anyAtomicType);
6 references to anyAtomicType
System.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (6)
133
internal static XmlSchemaSimpleType AnyAtomicType { get { return
anyAtomicType
; } }
261
c_anyAtomicType.parentSchemaType =
anyAtomicType
;
262
FinishBuiltinType(
anyAtomicType
, anySimpleType);
263
builtinTypes.Add(qname,
anyAtomicType
);
264
enumToTypeCode[(int)XmlTypeCode.AnyAtomicType] =
anyAtomicType
;
270
FinishBuiltinType(untypedAtomicType,
anyAtomicType
);