Advanced Topic 29.1
The XML Schema Specification
- DTDs don't specify type of data
- E.g., can't constrain an element to an int, or float, or date
- XML Schema Definition currently being developed (2004)
- Addresses this problem
- E.g.:
<xsd:element name="quantity" type="xsd:integer"/>
prev
|top
|next