topical media & game development
professional-xml-06-Listing-6-43.txt / txt
<xs:element name="Name">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="Age">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="12" />
<xs:maxInclusive value="95"" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.