<title lang="en"> Being a Dog Is a Full-Time Job </title>
Being a Dog Is a Full-Time Job
<title lang="en"> Being a Dog Is a Full-Time Job </title>
Being a Dog Is a Full-Time Job
<title lang="en"> Being a Dog Is a Full-Time Job </title>
Being a Dog Is a Full-Time Job
en
en-US
fr
fr-FR
Snoopy
CMS
1950-10-04
0836217462
brought classical music to the Peanuts strip
bold,brash
Snoopy
CMS
_1950-10-04_10:00
0836217462
bold,brash
Snoopy
CMS
_1950-10-04_10-00
y1950-10-04
_1950-10-04:10-00
bold:brash
<xs:attribute name="lang" type="xs:language"/>
{"http://www.w3.org/2001/XMLSchema", "language"}
"http://www.w3.org/2001/XMLSchema"
<xs:element ref="book" maxOccurs="unbounded"/>
{NULL, "book"}
<a href="http://dmoz.org/World/Français/">
Word/Français
</a>
http://dmoz.org/World/Fran%e7ais/
<?xml version="1.0" encoding="UTF-8"?>
3f3c6d78206c657673726f693d6e3122302e20226e656f636964676e223d54552d4622383e3f
PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCg==
123.456
+1234.456
-1234.456
-.456
-456
1 234.456
1234.456E+2
+ 1234.456
+1,234.456
123456
+00000012
-1
-456
1 234
1.
+1,234
123.456
+1234.456
-1.2344e56
-.45E-6
INF
-INF
NaN
1234.4E 56
1E+2.5
+INF
NAN
2002-01-18T12:00:00+00:00
2002-01-18T11:00:00-01:00
2001-10-26T21:32:52
2001-10-26T21:32:52+02:00
2001-10-26T19:32:52Z
2001-10-26T19:32:52+00:00
-2001-10-26T21:32:52
2001-10-26T21:32:52.12679
2001-10-26
2001-10-26T21:32
2001-10-26T25:32:52+02:00
01-10-26T21:32
2001-10-26T21:32:52+02:00
2001-10-26T19:32:52Z
2001-10-26T19:32:52+00:00
2001-10-26T21:32:52
2001-10-26T21:32:52-14:00
2001-10-26T21:32:52+14:00
2001-10-26+12:00
2001-10-25-12:00
2001-10-26
2001-10-26+02:00
2001-10-26Z
2001-10-26+00:00
-2001-10-26
-20000-04-01
2001-10
2001-10-32
2001-13-26+02:00
01-10-26
2001-10
2001-10+02:00
2001-10Z
2001-10+00:00
-2001-10
-20000-04
2001
2001-13
2001-13-26+02:00
01-10
2001
2001+02:00
2001Z
2001+00:00
-2001
-20000
01
2001-13
01:20:15
01:20:15
21:32:52
21:32:52+02:00
19:32:52Z
19:32:52+00:00
21:32:52.12679
21:32
25:25:10
-10:00:00
1:20:10
---DD
---01
---01Z
---01+02:00
---01-04:00
---15
---31
--30-
---35
---5
15
--31
--MM-DD
--05-01
--11-01Z
--11-01+02:00
--11-01-04:00
--11-15
--02-29
-01-30-
--01-35
--1-5
01-15
--MM--
--MM
--MM
--05
--11Z
--11+02:00
--11-04:00
--02
-01-
--13
--1
01
PnYnMnDTnHnMnS
P1Y2MT123S
1696-09-01T00:00:00Z
1697-02-01T00:00:00Z
1903-03-01T00:00:00Z
1903-07-01T00:00:00Z
PT1004199059S
PT130S
PT2M10S
P1DT2S
-P1Y
P1Y2M3DT5H20M30.123S
1Y
P1S
P-1Y
P1M2Y
P1Y-1M
<xs:element name="name" type="xs:string"/> <xs:element name="qualification" type="xs:string"/> <xs:element name="born" type="xs:date"/> <xs:element name="dead" type="xs:date"/> <xs:element name="isbn" type="xs:integer"/> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="available" type="xs:boolean"/> <xs:attribute name="lang" type="xs:language"/>
<name> Charles M Schulz </name> .../... <qualification> bold, brash and tomboyish </qualification>
[download]
<?xml version="1.0"?> <!-- $Header: /home/cvsroot/w3c-xml-schema/user/examples/first-token.xsd,v 1.2 2001/11/0112:27:47 vdv Exp $ --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="name" type="xs:token"/> <xs:element name="qualification" type="xs:token"/> <xs:element name="born" type="xs:date"/> <xs:element name="dead" type="xs:date"/> <xs:element name="isbn" type="xs:unsignedLong"/> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="available" type="xs:boolean"/> <xs:attribute name="lang" type="xs:language"/> <xs:element name="title"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:token"> <xs:attribute ref="lang"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="library"> <xs:complexType> <xs:sequence> <xs:element ref="book" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="author"> <xs:complexType> <xs:sequence> <xs:element ref="name"/> <xs:element ref="born"/> <xs:element ref="dead" minOccurs="0"/> </xs:sequence> <xs:attribute ref="id"/> </xs:complexType> </xs:element> <xs:element name="book"> <xs:complexType> <xs:sequence> <xs:element ref="isbn"/> <xs:element ref="title"/> <xs:element ref="author" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="character" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute ref="id"/> <xs:attribute ref="available"/> </xs:complexType> </xs:element> <xs:element name="character"> <xs:complexType> <xs:sequence> <xs:element ref="name"/> <xs:element ref="born"/> <xs:element ref="qualification"/> </xs:sequence> <xs:attribute ref="id"/> </xs:complexType> </xs:element> </xs:schema>