]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
c67a953567b9f7587883a75007e1b55c53ae8003
[tmp/jakarta-migration.git] /
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
2 \r
3 <!--\r
4     Acquisition schema (XSD)\r
5     \r
6     Entity  : Acquisition\r
7     Part    : Common\r
8     Used for: Nuxeo EP core document type\r
9 \r
10     $LastChangedRevision$\r
11     $LastChangedDate$\r
12 -->\r
13 \r
14 <xs:schema \r
15     xmlns:xs="http://www.w3.org/2001/XMLSchema"\r
16     xmlns:ns="http://collectionspace.org/acquisition/"\r
17     xmlns="http://collectionspace.org/acquisition/"\r
18     targetNamespace="http://collectionspace.org/acquisition/"\r
19     version="0.1">\r
20     \r
21     <!-- See http://wiki.collectionspace.org/display/collectionspace/Acquisition+Schema -->\r
22 \r
23     <!--  Object Entry Information Group -->\r
24     <xs:element name="accessionDate" type="xs:string"/>\r
25     <xs:element name="acquisitionAuthorizer" type="xs:string"/>\r
26     <xs:element name="acquisitionAuthorizerDate" type="xs:string"/>\r
27     <xs:element name="acquisitionDate" type="xs:string"/>\r
28     <xs:element name="acquisitionFundingCurrency" type="xs:string"/>\r
29     <xs:element name="acquisitionFundingValue" type="xs:string"/>\r
30     <xs:element name="acquisitionFundingSource" type="xs:string"/>\r
31     <xs:element name="acquisitionFundingSourceProvisos" type="xs:string"/>\r
32     <xs:element name="acquisitionMethod" type="xs:string"/>\r
33     <xs:element name="acquisitionNote" type="xs:string"/>\r
34     <xs:element name="acquisitionProvisos" type="xs:string"/>\r
35     <xs:element name="acquisitionReason" type="xs:string"/>\r
36     <xs:element name="acquisitionReferenceNumber" type="xs:string"/>\r
37     <xs:element name="owner" type="xs:string"/>\r
38     <xs:element name="acquisitionSources">\r
39         <xs:complexType>\r
40             <xs:sequence>\r
41                 <xs:element name="acquisitionSource" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>\r
42             </xs:sequence>\r
43         </xs:complexType>\r
44     </xs:element>\r
45     <xs:element name="groupPurchasePriceCurrency" type="xs:string"/>\r
46     <xs:element name="groupPurchasePriceValue" type="xs:string"/>\r
47     <xs:element name="objectOfferPriceCurrency" type="xs:string"/>\r
48     <xs:element name="objectOfferPriceValue" type="xs:string"/>\r
49     <xs:element name="objectPurchaseOfferPriceCurrency" type="xs:string"/>\r
50     <xs:element name="objectPurchaseOfferPriceValue" type="xs:string"/>\r
51     <xs:element name="objectPurchasePriceCurrency" type="xs:string"/>\r
52     <xs:element name="objectPurchasePriceValue" type="xs:string"/>\r
53     <xs:element name="originalObjectPurchasePriceCurrency" type="xs:string"/>\r
54     <xs:element name="originalObjectPurchasePriceValue" type="xs:string"/>\r
55     <xs:element name="transferOfTitleNumber" type="xs:string"/>\r
56 \r
57     <!-- Object Collection Information Group -->\r
58     <xs:element name="fieldCollectionEventName" type="xs:string"/>\r
59 \r
60 </xs:schema>\r