1 write to untypedAtomicType
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
268
untypedAtomicType
= StartBuiltinType(qname, c_untypedAtomicType);
5 references to untypedAtomicType
System.Xml (5)
System\Xml\Schema\DataTypeImplementation.cs (5)
134
internal static XmlSchemaSimpleType UntypedAtomicType { get { return
untypedAtomicType
; } }
269
c_untypedAtomicType.parentSchemaType =
untypedAtomicType
;
270
FinishBuiltinType(
untypedAtomicType
, anyAtomicType);
271
builtinTypes.Add(qname,
untypedAtomicType
);
272
enumToTypeCode[(int)XmlTypeCode.UntypedAtomic] =
untypedAtomicType
;