]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
fe852862cfab1386995ecb99dc1ac985178da0c4
[tmp/jakarta-migration.git] /
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
3 <!--
4     Contact schema (XSD)
5     
6     Entity  : Contact
7     Part    : Common
8     Used for: Nuxeo EP core document type
9
10     $LastChangedRevision$
11     $LastChangedDate$
12 -->
13
14 <xs:schema 
15     xmlns:xs="http://www.w3.org/2001/XMLSchema"
16     xmlns:ns="http://collectionspace.org/contact/"
17     xmlns="http://collectionspace.org/contact/"
18     targetNamespace="http://collectionspace.org/contact/"
19     version="0.1">
20     
21     <!-- Note: the following is currently a representative subset -->
22     <!-- of the full Address Information schema specified at -->
23     <!-- http://wiki.collectionspace.org/display/collectionspace/Contact+Information+Schema -->
24     <!-- as this schema is believed to still be in flux. -->
25     
26 <!--  Address Information Group -->
27     <xs:element name="addressText" type="xs:string"/>
28     <xs:element name="postcode" type="xs:string"/>
29     <xs:element name="addressType" type="xs:string"/>
30     
31 </xs:schema>