Update of /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G In directory hutz:/tmp/cvs-serv21665/documents/good/ServiceReference-1G Added Files: reservation.xsd Log Message: Create test case for Service Reference section of primer. --- NEW FILE: reservation.xsd --- <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://greath.example.com/2004/schemas/reservations" xmlns:tns="http://greath.example.com/2004/schemas/reservations" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../xsd/XMLSchema.xsd"> <import namespace="" schemaLocation=""/> <element name="reservationDetail"> <complexType> <sequence> <element name="confirmationNumber" type="string" /> <element name="checkInDate" type="date" /> <element name="checkOutDate" type="date" /> <element name="roomType" type="string" /> <element name="smoking" type="boolean" /> </sequence> </complexType> </element> <element name="reservations"> </element> </schema>Received on Friday, 25 March 2005 15:52:53 GMT
This archive was generated by hypermail 2.2.0 + w3c-0.30 : Friday, 25 March 2005 15:52:53 GMT