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