1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
8 Used for: Nuxeo EP core document type
12 xmlns:xs="http://www.w3.org/2001/XMLSchema"
13 xmlns:ns="http://collectionspace.org/services/location"
14 xmlns="http://collectionspace.org/services/location"
15 targetNamespace="http://collectionspace.org/services/location"
18 <!-- See http://wiki.collectionspace.org/display/collectionspace/Location+Service+Home -->
20 <!-- Location Information Group -->
21 <!-- inAuthority is the csid of the owning LocationAuthority -->
22 <xs:element name="inAuthority" type="xs:string" />
23 <xs:element name="shortIdentifier" type="xs:string"/>
24 <xs:element name="refName" type="xs:string"/>
26 <!-- Term Information repeatable group -->
27 <xs:element name="locTermGroupList" type="locTermGroupList"/>
29 <xs:element name="accessNote" type="xs:string"/>
30 <xs:element name="address" type="xs:string"/>
31 <xs:element name="conditionGroupList" type="conditionGroupList"/>
32 <xs:element name="securityNote" type="xs:string"/>
33 <xs:element name="locationType" type="xs:string"/>
35 <xs:complexType name="conditionGroupList">
37 <xs:element name="conditionGroup" type="conditionGroup" minOccurs="0" maxOccurs="unbounded"/>
41 <xs:complexType name="conditionGroup">
43 <xs:element name="conditionNote" type="xs:string"/>
44 <xs:element name="conditionNoteDate" type="xs:date"/>
48 <xs:complexType name="locTermGroupList">
50 <xs:element name="locTermGroup" type="locTermGroup" minOccurs="0" maxOccurs="unbounded"/>
54 <xs:complexType name="locTermGroup">
56 <!-- Common across all authority item terms -->
57 <xs:element name="termDisplayName" type="xs:string"/>
58 <xs:element name="termFormattedDisplayName" type="xs:string"/>
59 <xs:element name="termName" type="xs:string"/>
60 <xs:element name="termType" type="xs:string"/>
61 <xs:element name="termStatus" type="xs:string"/>
62 <xs:element name="termQualifier" type="xs:string"/>
63 <xs:element name="termLanguage" type="xs:string"/>
64 <xs:element name="termPrefForLang" type="xs:boolean"/>
65 <xs:element name="termSource" type="xs:string"/>
66 <xs:element name="termSourceDetail" type="xs:string"/>
67 <xs:element name="termSourceID" type="xs:string"/>
68 <xs:element name="termSourceNote" type="xs:string"/>
69 <!-- Specific to Storage Location terms -->
70 <!-- (None at present) -->