45 references to SchemaDatatypeMap
dotnet-svcutil-lib (45)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (45)
834new SchemaDatatypeMap("ENTITIES", s_ENTITIES, 11), 835new SchemaDatatypeMap("ENTITY", s_ENTITY, 11), 836new SchemaDatatypeMap("ID", s_ID, 5), 837new SchemaDatatypeMap("IDREF", s_IDREF, 5), 838new SchemaDatatypeMap("IDREFS", s_IDREFS, 11), 840new SchemaDatatypeMap("NCName", s_NCName, 9), 841new SchemaDatatypeMap("NMTOKEN", s_NMTOKEN, 40), 842new SchemaDatatypeMap("NMTOKENS", s_NMTOKENS, 11), 843new SchemaDatatypeMap("NOTATION", s_NOTATION, 11), 845new SchemaDatatypeMap("Name", s_name, 40), 846new SchemaDatatypeMap("QName", s_QName, 11), //-> 10 848new SchemaDatatypeMap("anySimpleType", s_c_anySimpleType, -1), 849new SchemaDatatypeMap("anyURI", s_anyURI, 11), 850new SchemaDatatypeMap("base64Binary", s_base64Binary, 11), 851new SchemaDatatypeMap("boolean", s_boolean, 11), 852new SchemaDatatypeMap("byte", s_byte, 37), 853new SchemaDatatypeMap("date", s_date, 11), 854new SchemaDatatypeMap("dateTime", s_dateTime, 11), 855new SchemaDatatypeMap("decimal", s_decimal, 11), 856new SchemaDatatypeMap("double", s_double, 11), 857new SchemaDatatypeMap("duration", s_duration, 11), //->20 859new SchemaDatatypeMap("float", s_float, 11), 860new SchemaDatatypeMap("gDay", s_day, 11), 861new SchemaDatatypeMap("gMonth", s_month, 11), 862new SchemaDatatypeMap("gMonthDay", s_monthDay, 11), 863new SchemaDatatypeMap("gYear", s_year, 11), 864new SchemaDatatypeMap("gYearMonth", s_yearMonth, 11), 865new SchemaDatatypeMap("hexBinary", s_hexBinary, 11), 866new SchemaDatatypeMap("int", s_int, 31), 867new SchemaDatatypeMap("integer", s_integer, 18), 868new SchemaDatatypeMap("language", s_language, 40), //->30 869new SchemaDatatypeMap("long", s_long, 29), 871new SchemaDatatypeMap("negativeInteger", s_negativeInteger, 34), 873new SchemaDatatypeMap("nonNegativeInteger", s_nonNegativeInteger, 29), 874new SchemaDatatypeMap("nonPositiveInteger", s_nonPositiveInteger, 29), 875new SchemaDatatypeMap("normalizedString", s_normalizedString, 38), 877new SchemaDatatypeMap("positiveInteger", s_positiveInteger, 33), 879new SchemaDatatypeMap("short", s_short, 28), 880new SchemaDatatypeMap("string", s_string, 11), 881new SchemaDatatypeMap("time", s_time, 11), 882new SchemaDatatypeMap("token", s_token, 35), //->40 883new SchemaDatatypeMap("unsignedByte", s_unsignedByte, 44), 884new SchemaDatatypeMap("unsignedInt", s_unsignedInt, 43), 885new SchemaDatatypeMap("unsignedLong", s_unsignedLong, 33), 886new SchemaDatatypeMap("unsignedShort", s_unsignedShort, 42),