NOTE:
These slides have not been updated since 2003. They have been superseded by the book
Anders Møller and Michael Schwartzbach, February 2006 |
THE XML REVOLUTION - TECHNOLOGIES FOR THE FUTURE WEB |
containing element references of the form
(if complexType has the attribute mixed="true", arbitrary character data is also allowed)
Example:
<complexType name="order_type" mixed="true"> <choice> <element ref="n:address"/> <sequence> <element ref="n:email" minOccurs="0" maxOccurs="unbounded"/> <element ref="n:phone"/> </sequence> </choice> <attribute name="id" type="unsignedInt" use="required"/> </complexType> |
COPYRIGHT © 2000-2003 ANDERS MØLLER & MICHAEL I. SCHWARTZBACH |