System\Data\XMLSchema.cs (44)
1804new NameType("ENTITIES", typeof(string) ), /* XSD Apr */
1805new NameType("ENTITY", typeof(string) ), /* XSD Apr */
1806new NameType("ID", typeof(string) ), /* XSD Apr */
1807new NameType("IDREF", typeof(string) ), /* XSD Apr */
1808new NameType("IDREFS", typeof(string) ), /* XSD Apr */
1809new NameType("NCName", typeof(string) ), /* XSD Apr */
1810new NameType("NMTOKEN", typeof(string) ), /* XSD Apr */
1811new NameType("NMTOKENS", typeof(string) ), /* XSD Apr */
1812new NameType("NOTATION", typeof(string) ), /* XSD Apr */
1813new NameType("Name", typeof(string) ), /* XSD Apr */
1814new NameType("QName", typeof(string) ), /* XSD Apr */
1815new NameType("anyType", typeof(object) ), /* XSD Apr */
1816new NameType("anyURI", typeof(System.Uri) ), /* XSD Apr */
1817new NameType("base64Binary", typeof(byte[]) ), /* XSD Apr : abstruct */
1818new NameType("boolean", typeof(bool) ), /* XSD Apr */
1819new NameType("byte", typeof(sbyte) ), /* XSD Apr */
1820new NameType("date", typeof(DateTime) ), /* XSD Apr */
1821new NameType("dateTime", typeof(DateTime) ), /* XSD Apr */
1822new NameType("decimal", typeof(decimal) ), /* XSD 2001 March */
1823new NameType("double", typeof(double) ), /* XSD Apr */
1824new NameType("duration", typeof(TimeSpan) ), /* XSD Apr */
1825new NameType("float", typeof(float) ), /* XSD Apr */
1826new NameType("gDay", typeof(DateTime) ), /* XSD Apr */
1827new NameType("gMonth", typeof(DateTime) ), /* XSD Apr */
1828new NameType("gMonthDay", typeof(DateTime) ), /* XSD Apr */
1829new NameType("gYear", typeof(DateTime) ), /* XSD Apr */
1830new NameType("gYearMonth", typeof(DateTime) ), /* XSD Apr */
1831new NameType("hexBinary", typeof(byte[]) ), /* XSD Apr : abstruct */
1832new NameType("int", typeof(int) ), /* XSD Apr */
1833new NameType("integer", typeof(long) ), /* XSD Apr */ // <xs:element name="" msdata:DataType="System.Numerics.BigInteger" type="xs:integer" minOccurs="0" />
1834new NameType("language", typeof(string) ), /* XSD Apr */
1835new NameType("long", typeof(long) ), /* XSD Apr */
1836new NameType("negativeInteger", typeof(long) ), /* XSD Apr */
1837new NameType("nonNegativeInteger", typeof(ulong) ), /* XSD Apr */
1838new NameType("nonPositiveInteger", typeof(long) ), /* XSD Apr */
1839new NameType("normalizedString", typeof(string) ), /* XSD Apr */
1840new NameType("positiveInteger", typeof(ulong) ), /* XSD Apr */
1841new NameType("short", typeof(short) ), /* XSD Apr */
1842new NameType("string", typeof(string) ), /* XSD Apr */
1843new NameType("time", typeof(DateTime) ), /* XSD Apr */
1844new NameType("unsignedByte", typeof(byte) ), /* XSD Apr */
1845new NameType("unsignedInt", typeof(uint) ), /* XSD Apr */
1846new NameType("unsignedLong", typeof(ulong) ), /* XSD Apr */
1847new NameType("unsignedShort", typeof(ushort) ), /* XSD Apr */