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