System\Xml\Schema\DataTypeImplementation.cs (45)
820new SchemaDatatypeMap("ENTITIES", s_ENTITIES, 11),
821new SchemaDatatypeMap("ENTITY", s_ENTITY, 11),
822new SchemaDatatypeMap("ID", s_ID, 5),
823new SchemaDatatypeMap("IDREF", s_IDREF, 5),
824new SchemaDatatypeMap("IDREFS", s_IDREFS, 11),
826new SchemaDatatypeMap("NCName", s_NCName, 9),
827new SchemaDatatypeMap("NMTOKEN", s_NMTOKEN, 40),
828new SchemaDatatypeMap("NMTOKENS", s_NMTOKENS, 11),
829new SchemaDatatypeMap("NOTATION", s_NOTATION, 11),
831new SchemaDatatypeMap("Name", s_name, 40),
832new SchemaDatatypeMap("QName", s_QName, 11), //-> 10
834new SchemaDatatypeMap("anySimpleType", s_anySimpleType, -1),
835new SchemaDatatypeMap("anyURI", s_anyURI, 11),
836new SchemaDatatypeMap("base64Binary", s_base64Binary, 11),
837new SchemaDatatypeMap("boolean", s_boolean, 11),
838new SchemaDatatypeMap("byte", s_byte, 37),
839new SchemaDatatypeMap("date", s_date, 11),
840new SchemaDatatypeMap("dateTime", s_dateTime, 11),
841new SchemaDatatypeMap("decimal", s_decimal, 11),
842new SchemaDatatypeMap("double", s_double, 11),
843new SchemaDatatypeMap("duration", s_duration, 11), //->20
845new SchemaDatatypeMap("float", s_float, 11),
846new SchemaDatatypeMap("gDay", s_day, 11),
847new SchemaDatatypeMap("gMonth", s_month, 11),
848new SchemaDatatypeMap("gMonthDay", s_monthDay, 11),
849new SchemaDatatypeMap("gYear", s_year, 11),
850new SchemaDatatypeMap("gYearMonth", s_yearMonth, 11),
851new SchemaDatatypeMap("hexBinary", s_hexBinary, 11),
852new SchemaDatatypeMap("int", s_int, 31),
853new SchemaDatatypeMap("integer", s_integer, 18),
854new SchemaDatatypeMap("language", s_language, 40), //->30
855new SchemaDatatypeMap("long", s_long, 29),
857new SchemaDatatypeMap("negativeInteger", s_negativeInteger, 34),
859new SchemaDatatypeMap("nonNegativeInteger", s_nonNegativeInteger, 29),
860new SchemaDatatypeMap("nonPositiveInteger", s_nonPositiveInteger, 29),
861new SchemaDatatypeMap("normalizedString", s_normalizedString, 38),
863new SchemaDatatypeMap("positiveInteger", s_positiveInteger, 33),
865new SchemaDatatypeMap("short", s_short, 28),
866new SchemaDatatypeMap("string", s_string, 11),
867new SchemaDatatypeMap("time", s_time, 11),
868new SchemaDatatypeMap("token", s_token, 35), //->40
869new SchemaDatatypeMap("unsignedByte", s_unsignedByte, 44),
870new SchemaDatatypeMap("unsignedInt", s_unsignedInt, 43),
871new SchemaDatatypeMap("unsignedLong", s_unsignedLong, 33),
872new SchemaDatatypeMap("unsignedShort", s_unsignedShort, 42),