Skip to content

Commit

Permalink
CSPACE-6909: Added new config for anthro and botgarden profiles from …
Browse files Browse the repository at this point in the history
…UCB work.
  • Loading branch information
remillet committed Mar 28, 2017
1 parent ccee320 commit 6a02ad9
Show file tree
Hide file tree
Showing 39 changed files with 4,766 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tomcat-main/src/main/resources/core-tenant.xml
Expand Up @@ -69,10 +69,10 @@
<include src="base-other-termlistitem.xml"/>
<include src="base-other-reporting.xml"/>
<include src="base-other-reportingoutput.xml"/>
<include src="base-other-batch.xml"/>
<include src="base-other-batchoutput.xml"/>
<include src="base-other-invocationresults.xml"/>
<include src="base-other-searchall.xml"/>


</records>

</spec>
</cspace-config>
@@ -0,0 +1,7 @@
<record id="contact" is-extension="true">
<services-record-path id="anthropology">contacts_anthropology:http://collectionspace.org/services/contact/domain/anthropology,contacts_anthropology</services-record-path>

<section id="contactInformation">
<field id="addressNote" section="anthropology"/>
</section>
</record>
@@ -0,0 +1,28 @@
<record id="location" is-extension="true">
<services-record-path id="anthropology">locations_anthropology:http://collectionspace.org/services/location/domain/anthropology,locations_anthropology</services-record-path>

<instances id="location">
<instance id="location-location">
<web-url>location</web-url>
<title-ref>location</title-ref>
<title>Local Storage Locations</title>
</instance>
<instance id="location-offsite_sla">
<web-url>offsite_sla</web-url>
<title-ref>offsite_sla</title-ref>
<title>Offsite Storage Locations</title>
</instance>
<instance id="location-crate">
<web-url>crate</web-url>
<title-ref>crate</title-ref>
<title>Crates</title>
</instance>
</instances>

<section id="locationTermInformation">
<field id="locNote" section="anthropology">
<selector>locationAuthority-locNote</selector>
</field>
<field id="moveableContainer" section="anthropology" datatype="boolean"></field>
</section>
</record>
@@ -0,0 +1,28 @@
<record id="organization" is-extension="true">
<services-record-path id="anthropology">organizations_anthropology:http://collectionspace.org/services/organization/domain/anthropology,organizations_anthropology</services-record-path>

<section id="organizationNameAuthorityInformation">
<field id="orgType" section="anthropology">
<selector>organizationAuthority-orgType</selector>
<options>
<option id="" default="yes">(none selected)</option>
<option id="Business">Business</option>
<option id="Estate">Estate</option>
<option id="Expedition">Expedition</option>
<option id="Family">Family</option>
<option id="Foundation">Foundation</option>
<option id="Government Agency">Government Agency</option>
<option id="Institution (unspecified)">Institution (unspecified)</option>
<option id="Museum or Gallery">Museum or Gallery</option>
<option id="Tribe: Federally recognized">Tribe: Federally recognized</option>
<option id="Tribe: Non-Federally recognized">Tribe: Non-Federally recognized</option>
<option id="Tribe: unspecified">Tribe: unspecified</option>
<option id="University Class">University Class</option>
<option id="University or Univ. Department">University or Univ. Department</option>
</options>
</field>
<field id="orgNote" section="anthropology">
<selector>organizationAuthority-orgNote</selector>
</field>
</section>
</record>
@@ -0,0 +1,12 @@
<record id="person" is-extension="true">
<services-record-path id="anthropology">persons_anthropology:http://collectionspace.org/services/person/domain/anthropology,persons_anthropology</services-record-path>

<section id="personNameAuthorityInformation">
<repeat id="altNameNotes" section="anthropology">
<selector>personAuthority-altNameNote</selector>
<field id="altNameNote" section="anthropology" ui-search="repeatable">
<selector>personAuthority-altNameNote</selector>
</field>
</repeat>
</section>
</record>
@@ -0,0 +1,48 @@
<record id="place" is-extension="true">
<services-record-path id="anthropology">places_anthropology:http://collectionspace.org/services/place/domain/anthropology,places_anthropology</services-record-path>

<section id="placeAuthorityInformation">
<repeat id="placeReferenceGroupList/placeReferenceGroup" section="anthropology">
<field id="placeReference" autocomplete="citation-citation,citation-worldcat" section="anthropology"/>
<field id="placeReferenceNote" section="anthropology"/>
</repeat>

<repeat id="placeAssocGroupList/placeAssocGroup" section="anthropology">
<field id="placeAssocName" autocomplete="person-person,person-ulan_pa,organization-organization,organization-ulan_oa" section="anthropology"/>
<field id="placeAssociation" autocomplete="vocab-placeassociation" ui-type="enum" section="anthropology"/>
<group id="placeAssocDateGroup" section="anthropology" ui-type="groupfield/structureddate" primarykey="dateDisplayDate" ui-func="cspace.structuredDate">
<!-- These fields are defined here as a workaround to CSPACE-5085. See http://issues.collectionspace.org/browse/CSPACE-5085 for details. -->
<field id="dateDisplayDate" section="anthropology"/>
<field id="dateAssociation" section="anthropology"/>
<field id="dateEarliestSingleYear" section="anthropology"/>
<field id="dateEarliestSingleMonth" section="anthropology"/>
<field id="dateEarliestSingleDay" section="anthropology"/>
<field id="dateEarliestSingleEra" section="anthropology"/>
<field id="dateEarliestSingleCertainty" section="anthropology"/>
<field id="dateEarliestSingleQualifier" section="anthropology"/>
<field id="dateEarliestSingleQualifierValue" section="anthropology"/>
<field id="dateEarliestSingleQualifierUnit" section="anthropology"/>
<field id="dateLatestYear" section="anthropology"/>
<field id="dateLatestMonth" section="anthropology"/>
<field id="dateLatestDay" section="anthropology"/>
<field id="dateLatestEra" section="anthropology"/>
<field id="dateLatestCertainty" section="anthropology"/>
<field id="dateLatestQualifier" section="anthropology"/>
<field id="dateLatestQualifierValue" section="anthropology"/>
<field id="dateLatestQualifierUnit" section="anthropology"/>
<field id="datePeriod" section="anthropology"/>
<field id="dateNote" section="anthropology"/>
<field id="dateEarliestScalarValue" section="anthropology"/>
<field id="dateLatestScalarValue" section="anthropology"/>
<field id="scalarValuesComputed" section="anthropology"/>
</group>
<field id="placeAssocNote" section="anthropology"/>
</repeat>
</section>

<section id="localityInformation">
<field id="township" section="anthropology"/>
<field id="range" section="anthropology"/>
<field id="section" section="anthropology"/>
</section>
</record>

0 comments on commit 6a02ad9

Please sign in to comment.