]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
772b0b43236ca62b25349b09fd85068daec7cff6
[tmp/jakarta-migration.git] /
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
3 <!--
4     VocabularyItem schema (XSD)
5     
6     Entity  : VocabularyItem
7     Part    : Common
8     Used for: Nuxeo EP core document type
9     
10     $LastChangedRevision: 860 $
11     $LastChangedDate: 2009-10-14 14:48:05 -0700 (Wed, 14 Oct 2009) $
12 -->
13
14 <xs:schema 
15   xmlns:xs="http://www.w3.org/2001/XMLSchema"
16   xmlns:ns="http://collectionspace.org/services/vocabulary"
17   xmlns="http://collectionspace.org/services/vocabulary"
18   targetNamespace="http://collectionspace.org/services/vocabulary"
19   version="0.1"
20 >
21 <!-- See http://wiki.collectionspace.org/display/collectionspace/Vocabulary+Schema -->    
22
23                 <!--  VocabularyItem Information Group -->
24                 <!--  inVocabulary is the csid of the owning Vocabulary -->
25                 <xs:element name="inVocabulary" type="xs:string" />
26                 <xs:element name="refName" type="xs:string"/>
27                 <xs:element name="displayName" type="xs:string"/>
28
29 </xs:schema>
30