Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
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")
|