System\Xml\Schema\DataTypeImplementation.cs (45)
740new SchemaDatatypeMap("ENTITIES", c_ENTITIES, 11),
741new SchemaDatatypeMap("ENTITY", c_ENTITY, 11),
742new SchemaDatatypeMap("ID", c_ID, 5),
743new SchemaDatatypeMap("IDREF", c_IDREF, 5),
744new SchemaDatatypeMap("IDREFS", c_IDREFS, 11),
746new SchemaDatatypeMap("NCName", c_NCName, 9),
747new SchemaDatatypeMap("NMTOKEN", c_NMTOKEN, 40),
748new SchemaDatatypeMap("NMTOKENS", c_NMTOKENS, 11),
749new SchemaDatatypeMap("NOTATION", c_NOTATION, 11),
751new SchemaDatatypeMap("Name", c_Name, 40),
752new SchemaDatatypeMap("QName", c_QName, 11), //-> 10
754new SchemaDatatypeMap("anySimpleType", c_anySimpleType, -1),
755new SchemaDatatypeMap("anyURI", c_anyURI, 11),
756new SchemaDatatypeMap("base64Binary", c_base64Binary, 11),
757new SchemaDatatypeMap("boolean", c_boolean, 11),
758new SchemaDatatypeMap("byte", c_byte, 37),
759new SchemaDatatypeMap("date", c_date, 11),
760new SchemaDatatypeMap("dateTime", c_dateTime, 11),
761new SchemaDatatypeMap("decimal", c_decimal, 11),
762new SchemaDatatypeMap("double", c_double, 11),
763new SchemaDatatypeMap("duration", c_duration, 11), //->20
765new SchemaDatatypeMap("float", c_float, 11),
766new SchemaDatatypeMap("gDay", c_day, 11),
767new SchemaDatatypeMap("gMonth", c_month, 11),
768new SchemaDatatypeMap("gMonthDay", c_monthDay, 11),
769new SchemaDatatypeMap("gYear", c_year, 11),
770new SchemaDatatypeMap("gYearMonth", c_yearMonth, 11),
771new SchemaDatatypeMap("hexBinary", c_hexBinary, 11),
772new SchemaDatatypeMap("int", c_int, 31),
773new SchemaDatatypeMap("integer", c_integer, 18),
774new SchemaDatatypeMap("language", c_language, 40), //->30
775new SchemaDatatypeMap("long", c_long, 29),
777new SchemaDatatypeMap("negativeInteger", c_negativeInteger, 34),
779new SchemaDatatypeMap("nonNegativeInteger", c_nonNegativeInteger, 29),
780new SchemaDatatypeMap("nonPositiveInteger", c_nonPositiveInteger, 29),
781new SchemaDatatypeMap("normalizedString", c_normalizedString, 38),
783new SchemaDatatypeMap("positiveInteger", c_positiveInteger, 33),
785new SchemaDatatypeMap("short", c_short, 28),
786new SchemaDatatypeMap("string", c_string, 11),
787new SchemaDatatypeMap("time", c_time, 11),
788new SchemaDatatypeMap("token", c_token, 35), //->40
789new SchemaDatatypeMap("unsignedByte", c_unsignedByte, 44),
790new SchemaDatatypeMap("unsignedInt", c_unsignedInt, 43),
791new SchemaDatatypeMap("unsignedLong", c_unsignedLong, 33),
792new SchemaDatatypeMap("unsignedShort", c_unsignedShort, 42),