PPT Slide
XML Schema
Information Modeling Syntax in XML
a
b
x
y
XML Schema
<a>
<b>
<x>…</x>
<y>…</y>
</b>
</a>
Enforces
Structure
<xsl:element name=“x” type=“boolean” />
<xsl:attribute name=“z” type=“integer” />
x and y now have
enforceable data types
Previous slide
Next slide
Back to first slide
View graphic version