44 instantiations of NameType
System.Data (44)
fx\src\data\System\Data\XMLSchema.cs (44)
1555
new
NameType
("ENTITIES" , typeof(string) ), /* XSD Apr */
1556
new
NameType
("ENTITY" , typeof(string) ), /* XSD Apr */
1557
new
NameType
("ID" , typeof(string) ), /* XSD Apr */
1558
new
NameType
("IDREF" , typeof(string) ), /* XSD Apr */
1559
new
NameType
("IDREFS" , typeof(string) ), /* XSD Apr */
1560
new
NameType
("NCName" , typeof(string) ), /* XSD Apr */
1561
new
NameType
("NMTOKEN" , typeof(string) ), /* XSD Apr */
1562
new
NameType
("NMTOKENS" , typeof(string) ), /* XSD Apr */
1563
new
NameType
("NOTATION" , typeof(string) ), /* XSD Apr */
1564
new
NameType
("Name" , typeof(string) ), /* XSD Apr */
1565
new
NameType
("QName" , typeof(string) ), /* XSD Apr */
1567
new
NameType
("anyType" , typeof(System.Object) ), /* XSD Apr */
1568
new
NameType
("anyURI" , typeof(System.Uri) ), /* XSD Apr */
1569
new
NameType
("base64Binary" , typeof(Byte[]) ), /* XSD Apr : abstruct */
1570
new
NameType
("boolean" , typeof(bool) ), /* XSD Apr */
1571
new
NameType
("byte" , typeof(SByte) ), /* XSD Apr */
1572
new
NameType
("date" , typeof(DateTime)), /* XSD Apr */
1573
new
NameType
("dateTime" , typeof(DateTime)), /* XSD Apr */
1574
new
NameType
("decimal" , typeof(decimal) ), /* XSD 2001 Microsoft */
1575
new
NameType
("double" , typeof(double) ), /* XSD Apr */
1576
new
NameType
("duration" , typeof(TimeSpan)), /* XSD Apr */
1577
new
NameType
("float" , typeof(Single) ), /* XSD Apr */
1578
new
NameType
("gDay" , typeof(DateTime)), /* XSD Apr */
1579
new
NameType
("gMonth" , typeof(DateTime)), /* XSD Apr */
1580
new
NameType
("gMonthDay" , typeof(DateTime)), /* XSD Apr */
1581
new
NameType
("gYear" , typeof(DateTime)), /* XSD Apr */
1582
new
NameType
("gYearMonth" , typeof(DateTime)), /* XSD Apr */
1583
new
NameType
("hexBinary" , typeof(Byte[]) ), /* XSD Apr : abstruct */
1584
new
NameType
("int" , typeof(Int32) ), /* XSD Apr */
1585
new
NameType
("integer" , typeof(Int64) ), /* XSD Apr */ // <xs:element name="" msdata:DataType="System.Numerics.BigInteger" type="xs:integer" minOccurs="0" />
1586
new
NameType
("language" , typeof(string) ), /* XSD Apr */
1587
new
NameType
("long" , typeof(Int64) ), /* XSD Apr */
1588
new
NameType
("negativeInteger" , typeof(Int64) ), /* XSD Apr */
1589
new
NameType
("nonNegativeInteger" , typeof(UInt64) ), /* XSD Apr */
1590
new
NameType
("nonPositiveInteger" , typeof(Int64) ), /* XSD Apr */
1591
new
NameType
("normalizedString" , typeof(string) ), /* XSD Apr */
1592
new
NameType
("positiveInteger" , typeof(UInt64) ), /* XSD Apr */
1593
new
NameType
("short" , typeof(Int16) ), /* XSD Apr */
1594
new
NameType
("string" , typeof(string) ), /* XSD Apr */
1595
new
NameType
("time" , typeof(DateTime)), /* XSD Apr */
1596
new
NameType
("unsignedByte" , typeof(Byte) ), /* XSD Apr */
1597
new
NameType
("unsignedInt" , typeof(UInt32) ), /* XSD Apr */
1598
new
NameType
("unsignedLong" , typeof(UInt64) ), /* XSD Apr */
1599
new
NameType
("unsignedShort" , typeof(UInt16) ), /* XSD Apr */
3 references to NameType
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
1554
private static readonly
NameType
[] mapNameTypeXsd = {
1602
private static
NameType
FindNameType(string name) {
1631
NameType
nt = FindNameType(dt);