]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
3e72fafecc5795a10a99a9cfa93390a1faff58ec
[tmp/jakarta-migration.git] /
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
3 <!--
4     CitationAuthority schema (XSD)
5     
6     Entity  : CitationAuthority
7     Part    : Common
8     Used for: Nuxeo EP core document type
9     
10     $LastChangedRevision: 928 $
11     $LastChangedDate: 2009-11-10 12:25:58 -0800 (Tue, 10 Nov 2009) $
12 -->
13
14 <xs:schema 
15   xmlns:xs="http://www.w3.org/2001/XMLSchema"
16   xmlns:ns="http://collectionspace.org/services/citation"
17   xmlns="http://collectionspace.org/services/citation"
18   targetNamespace="http://collectionspace.org/services/citation"
19   version="0.1"
20 >
21
22 <!-- Flattened version of jaxb schema for nuxeo -->
23 <!-- See http://wiki.collectionspace.org/display/collectionspace/Citation+Service+Home -->    
24
25                 <!--  CitationAuthority Information Group -->
26                 <xs:element name="displayName" type="xs:string"/>
27                 <xs:element name="shortIdentifier" type="xs:string"/>
28                 <xs:element name="refName" type="xs:string"/>
29                 <xs:element name="vocabType" type="xs:string"/>
30                 <xs:element name="source" type="xs:string"/>
31                 <xs:element name="description" type="xs:string"/>
32
33 </xs:schema>
34