Basic HTML version of Foils prepared July 6 99

Foil 22 XML Schema - Example

From Introduction to XML CPS714 Computational Science Information Track -- June 9 99. by Lukasz Beca


<Schema xmlns="urn:schemas-npac-edu:clip-data"
xmlns:dt="urn:schemas-microsoft-com:datatypes">
<AttributeType name="unit" dt:type="string" required="yes"/>
<ElementType name="title" content="textOnly"
dt:type="string"/>
<ElementType name="size" content="textOnly" dt:type="int">
<attribute type="unit"/>
</ElementType>
<ElementType name="clip" content="eltOnly">
<element type="title"/>
<element type="size"/>
</ElementType>
</Schema>



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Jul 6 1999