1 write to yearMonthDurationType
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
276
yearMonthDurationType
= StartBuiltinType(qname, c_yearMonthDuration);
5 references to yearMonthDurationType
System.Xml (5)
System\Xml\Schema\DataTypeImplementation.cs (5)
135
internal static XmlSchemaSimpleType YearMonthDurationType { get { return
yearMonthDurationType
; } }
277
c_yearMonthDuration.parentSchemaType =
yearMonthDurationType
;
278
FinishBuiltinType(
yearMonthDurationType
, enumToTypeCode[(int) XmlTypeCode.Duration]);
279
builtinTypes.Add(qname,
yearMonthDurationType
);
280
enumToTypeCode[(int)XmlTypeCode.YearMonthDuration] =
yearMonthDurationType
;