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