![]() ![]() |
![]() |
File: [Development] / aolserver / ns_soap / test2.xsd
(download)
Revision: 1.1.1.1 (vendor branch), Sun Jan 16 00:03:32 2005 UTC (18 years ago) by pjaol Branch: pjaol, MAIN CVS Tags: init, HEAD Changes since 1.1: +0 -0 lines init |
<?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3schools.com" xmlns="http://www.w3schools.com" elementFormDefault="qualified"> <xs:element name="age"> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="100"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:schema>
cvsadmin |
Powered by ViewCVS 0.9.2 |