]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
df2ec990f0c1eacea7f19d68337a81f3f7e5f24e
[tmp/jakarta-migration.git] /
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <xs:schema 
3   xmlns:xs="http://www.w3.org/2001/XMLSchema"
4   xmlns:ns="http://collectionspace.org/hello/"
5   xmlns="http://collectionspace.org/hello/"
6   targetNamespace="http://collectionspace.org/hello/"
7   version="0.1"
8 >
9     <!--xs:element name="person">
10         <xs:complexType>
11
12             <xs:sequence-->
13     <xs:element name="firstName" type="xs:string"
14                                                 minOccurs="1" />
15     <xs:element name="lastName" type="xs:string"
16                                                 minOccurs="1" />
17     <xs:element name="street" type="xs:string"
18                                                 minOccurs="1" />
19     <xs:element name="city" type="xs:string"
20                                                 minOccurs="1" />
21     <xs:element name="state" type="xs:string"
22                                                 minOccurs="1" />
23     <xs:element name="zip" type="xs:string"
24                                                 minOccurs="1" />
25     <xs:element name="country" type="xs:string"
26                                                 minOccurs="1" />
27                         
28     <xs:element name="cid" type="xs:string"
29                                                 minOccurs="1" />
30     <xs:element name="cversion" type="xs:string"
31                                                 minOccurs="1" />
32             <!--/xs:sequence>
33             <xs:attribute name="cid" type="xs:long" />
34             <xs:attribute name="cversion" type="xs:int" />
35
36         </xs:complexType>
37     </xs:element-->
38
39
40 </xs:schema>
41