blob: f2ea45940afe9a1cb2e26469041766d15bb25fc5 [file] [log] [blame]
xs:untypedAtomic("xs:untypedAtomic"),
xs:dateTime("2002-10-10T23:02:11Z"),
xs:date("2002-10-10Z"),
xs:time("23:02:12Z"),
xs:duration("P12M"),
(: Sub-types of xs:duration :)
xs:dayTimeDuration("PT1S"),
xs:yearMonthDuration("P1M"),
xs:float("3e3"),
xs:double("4e4"),
xs:decimal("2.0"),
(: Sub-types of xs:decimal :)
xs:integer("16"),
xs:nonPositiveInteger("-6"),
xs:negativeInteger("-4"),
xs:long("5"),
xs:int("6"),
xs:short("7"),
xs:byte("8"),
xs:nonNegativeInteger("9"),
xs:unsignedLong("10"),
xs:unsignedInt("11"),
xs:unsignedShort("12"),
xs:unsignedByte("13"),
xs:positiveInteger("14"),
xs:gYearMonth("1976-02Z"),
xs:gYear("2005-12:00"),
xs:gMonthDay("--12-25-14:00"),
xs:gDay("---25-14:00"),
xs:gMonth("--12-14:00"),
xs:boolean("true"),
xs:base64Binary("aaaa"),
xs:hexBinary("FFFF"),
xs:anyURI("http://example.com/"),
QName("http://example.com/2", "prefix:localName"),
xs:string("An xs:string"),
(: Sub-types of xs:string :)
xs:normalizedString("normalizedString"),
xs:token("token"),
xs:language("language"),
xs:NMTOKEN("NMTOKEN"),
xs:Name("Name"),
xs:NCName("NCName"),
xs:ID("ID"),
xs:IDREF("IDREF"),
xs:ENTITY("ENTITY")