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


1 <Schema xmlns="urn:schemas-npac-edu:clip-data"
2 xmlns:dt="urn:schemas-microsoft-com:datatypes">
3 <AttributeType name="unit" dt:type="string" required="yes"/>
4 <ElementType name="title" content="textOnly"
5 dt:type="string"/>
6 <ElementType name="size" content="textOnly" dt:type="int">
7 <attribute type="unit"/>
8 </ElementType>
9 <ElementType name="clip" content="eltOnly">
10 <element type="title"/>
11 <element type="size"/>
12 </ElementType>
13 </Schema>
14

in Table To:


© 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