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