1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
4 Organization schema (XSD)
8 Used for: Nuxeo EP core document type
10 $LastChangedRevision: 860 $
11 $LastChangedDate: 2009-10-14 14:48:05 -0700 (Wed, 14 Oct 2009) $
15 xmlns:xs="http://www.w3.org/2001/XMLSchema"
16 xmlns:ns="http://collectionspace.org/services/organization"
17 xmlns="http://collectionspace.org/services/organization"
18 targetNamespace="http://collectionspace.org/services/organization"
21 <!-- See http://wiki.collectionspace.org/display/collectionspace/Organization+Service+Home -->
23 <!-- Organization Information Group -->
24 <!-- inAuthority is the csid of the owning OrgAuthority -->
25 <xs:element name="inAuthority" type="xs:string" />
26 <xs:element name="refName" type="xs:string"/>
27 <xs:element name="displayName" type="xs:string"/>
28 <!-- <xs:element name="displayNameComputed" type="xs:boolean"/> -->
29 <xs:element name="shortName" type="xs:string"/>
30 <xs:element name="longName" type="xs:string"/>
31 <xs:element name="nameAdditions" type="xs:string"/>
32 <xs:element name="contactName" type="xs:string"/>
33 <xs:element name="foundingDate" type="xs:string"/>
34 <xs:element name="dissolutionDate" type="xs:string"/>
35 <xs:element name="foundingPlace" type="xs:string"/>
36 <xs:element name="function" type="xs:string"/>
37 <xs:element name="description" type="xs:string"/>