1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
\r
4 Loan Out schema (XSD)
\r
8 Used for: Nuxeo EP core document type
\r
10 $LastChangedRevision: 2316 $
\r
11 $LastChangedDate: 2010-06-02 16:03:51 -0700 (Wed, 02 Jun 2010) $
\r
15 xmlns:xs="http://www.w3.org/2001/XMLSchema"
\r
16 xmlns:ns="http://collectionspace.org/objectexit/"
\r
17 xmlns="http://collectionspace.org/objectexit/"
\r
18 targetNamespace="http://collectionspace.org/objectexit/"
\r
21 <!-- See http://wiki.collectionspace.org/display/collectionspace/Loans+Out+Schema -->
\r
23 <!-- ObjectExit Information Group -->
\r
24 <xs:element name="currentOwner" type="xs:string"/>
\r
25 <xs:element name="depositor" type="xs:string"/>
\r
26 <xs:element name="exitDate" type="xs:string"/>
\r
27 <xs:element name="exitMethods">
\r
30 <xs:element name="exitMethod" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
\r
34 <xs:element name="exitNote" type="xs:string"/>
\r
35 <xs:element name="exitNumber" type="xs:string"/>
\r
36 <xs:element name="exitReason" type="xs:string"/>
\r
37 <xs:element name="packingNote" type="xs:string"/>
\r