From 59141c7e130bab9062a0dd0d389de78fe2085329 Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Wed, 3 Nov 2021 11:59:31 -0400 Subject: [PATCH 1/4] new ohc profile --- .../lyrasis_hosted_profiles/ohc_1-0-6.json | 116458 +++++++++++++++ 1 file changed, 116458 insertions(+) create mode 100644 data/config_holder/lyrasis_hosted_profiles/ohc_1-0-6.json diff --git a/data/config_holder/lyrasis_hosted_profiles/ohc_1-0-6.json b/data/config_holder/lyrasis_hosted_profiles/ohc_1-0-6.json new file mode 100644 index 00000000..2d55a9aa --- /dev/null +++ b/data/config_holder/lyrasis_hosted_profiles/ohc_1-0-6.json @@ -0,0 +1,116458 @@ +{ + "allowDeleteHierarchyLeaves": false, + "autocompleteFindDelay": 500, + "autocompleteMinLength": 3, + "basename": "/cspace/ohc", + "className": "", + "container": "#cspace", + "defaultAdvancedSearchBooleanOp": "or", + "defaultDropdownFilter": "substring", + "defaultUserPrefs": { + "panels": { + "collectionobject": { + "mediaSnapshotPanel": { + "collapsed": false + } + } + } + }, + "index": "/search", + "locale": "en-US", + "logo": "https://s3-us-west-2.amazonaws.com/cs-public-shared-files/ohc.png", + "mediaSnapshotSort": "title", + "messages": { + "about.title": "CollectionSpace: Ohio History Connection", + "record.claim.name": "NAGPRA Claim", + "record.claim.collectionName": "NAGPRA Claims", + "field.collectionobjects_common.assocPeopleGroup.name": "Associated cultural group", + "field.collectionobjects_common.assocPeople.fullName": "Associated cultural group", + "field.collectionobjects_common.assocPeople.name": "Cultural group", + "field.collectionobjects_common.assocPeopleType.fullName": "Associated cultural group type of assoc.", + "field.collectionobjects_common.assocPeopleType.name": "Type of assoc.", + "field.collectionobjects_common.assocPeopleNote.fullName": "Associated cultural group note", + "field.collectionobjects_common.usageGroup.name": "Context of use", + "field.collectionobjects_common.objectProductionPeopleGroup.name": "Production cultural group", + "field.collectionobjects_common.objectProductionPeople.fullName": "Production cultural group", + "field.collectionobjects_common.objectProductionPeople.name": "Cultural group", + "field.collectionobjects_common.objectProductionPeopleRole.fullName": "Production cultural group role", + "panel.collectionobject.reference": "Bibliographic Reference Information", + "field.acquisitions_common.acquisitionProvisos.name": "Restrictions", + "field.acquisitions_common.acquisitionReferenceNumber.name": "Accession number", + "field.collectionobjects_common.physicalDescription.name": "Lettered parts", + "field.intakes_common.packingNote.name": "Rationale", + "field.objectexit_common.exitNote.name": "Exit rationale", + "field.objectexit_common.packingNote.name": "Additional notes", + "about.contentHTML": "

CollectionSpace is a free, open-source collections management application for museums, historical societies, natural science collections, and more.

" + }, + "prettyUrls": true, + "relationMemberPerm": "U", + "serverUrl": "", + "showTermListStateIcon": false, + "structDateOptionListNames": [ + "dateQualifiers" + ], + "structDateVocabNames": [ + "dateera", + "datecertainty", + "datequalifier" + ], + "tenantId": "1885", + "termDeprecationEnabled": false, + "extensions": { + "address": { + "fields": { + "addrGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + }, + "extensionName": "address" + }, + "addrGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.address.addrGroup.name", + "defaultMessage": "Address" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "addressType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressType.fullName", + "defaultMessage": "Address type" + }, + "name": { + "id": "field.ext.address.addressType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "addresstype" + } + } + } + }, + "addressPlace1": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressPlace1.fullName", + "defaultMessage": "Address line 1" + }, + "name": { + "id": "field.ext.address.addressPlace1.name", + "defaultMessage": "Line 1" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "addressPlace2": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressPlace2.fullName", + "defaultMessage": "Address line 2" + }, + "name": { + "id": "field.ext.address.addressPlace2.name", + "defaultMessage": "Line 2" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "addressMunicipality": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressMunicipality.fullName", + "defaultMessage": "Address municipality" + }, + "name": { + "id": "field.ext.address.addressMunicipality.name", + "defaultMessage": "Municipality" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local,place/tgn" + } + } + } + }, + "addressStateOrProvince": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressStateOrProvince.fullName", + "defaultMessage": "Address state/province" + }, + "name": { + "id": "field.ext.address.addressStateOrProvince.name", + "defaultMessage": "State/Province" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "autoComplete": "cspace-state", + "source": "place/local,place/tgn" + } + } + } + }, + "addressPostCode": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressPostCode.fullName", + "defaultMessage": "Address postal code" + }, + "name": { + "id": "field.ext.address.addressPostCode.name", + "defaultMessage": "Postal code" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-postcode" + } + } + } + }, + "addressCountry": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressCountry.fullName", + "defaultMessage": "Address country" + }, + "name": { + "id": "field.ext.address.addressCountry.name", + "defaultMessage": "Country" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "autoComplete": "cspace-country", + "source": "place/local,place/tgn" + } + } + } + } + } + } + }, + "form": { + "key": null, + "ref": null, + "props": { + "name": "addrGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "addrGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "addressPlace1" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressPlace2" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressMunicipality" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "addressStateOrProvince" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressPostCode" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressCountry" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "addressType" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "authItem": { + "fields": { + "csid": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.csid.name", + "defaultMessage": "System CSID" + } + }, + "searchDisabled": true, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem" + } + }, + "inAuthority": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.inAuthority.name", + "defaultMessage": "System authority CSID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem" + } + }, + "refName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.refName.name", + "defaultMessage": "System ref name" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem" + } + }, + "shortIdentifier": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.shortIdentifier.name", + "defaultMessage": "System short ID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem" + } + } + } + }, + "core": { + "advancedSearch": [ + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ], + "fields": { + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core" + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + } + } + }, + "dimension": { + "fields": { + "measuredPartGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + }, + "extensionName": "dimension" + }, + "measuredPartGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.dimension.measuredPartGroup.name", + "defaultMessage": "Dimensions" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "measuredPart": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.measuredPart.fullName", + "defaultMessage": "Measured part" + }, + "name": { + "id": "field.ext.dimension.measuredPart.name", + "defaultMessage": "Part" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "measuredParts" + } + } + } + }, + "dimensionSummary": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.dimensionSummary.fullName", + "defaultMessage": "Dimension summary" + }, + "name": { + "id": "field.ext.dimension.dimensionSummary.name", + "defaultMessage": "Summary" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "dimensionSubGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "dimensionSubGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.dimension.dimensionSubGroup.name", + "defaultMessage": "Measurement" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "dimension": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.dimension.fullName", + "defaultMessage": "Measurement dimension" + }, + "name": { + "id": "field.ext.dimension.dimension.name", + "defaultMessage": "Dimension" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dimensions" + } + } + } + }, + "measuredBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.dimension.measuredBy.name", + "defaultMessage": "Measured by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "measurementMethod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.measurementMethod.fullName", + "defaultMessage": "Measurement method" + }, + "name": { + "id": "field.ext.dimension.measurementMethod.name", + "defaultMessage": "Method" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "measurementMethods" + } + } + } + }, + "value": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.dimension.value.fullName", + "defaultMessage": "Measurement value" + }, + "name": { + "id": "field.ext.dimension.value.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "measurementUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.measurementUnit.fullName", + "defaultMessage": "Measurement unit" + }, + "name": { + "id": "field.ext.dimension.measurementUnit.name", + "defaultMessage": "Unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "measurementUnits" + } + } + } + }, + "valueQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.valueQualifier.fullName", + "defaultMessage": "Measurement qualifier" + }, + "name": { + "id": "field.ext.dimension.valueQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "valueDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.dimension.valueDate.fullName", + "defaultMessage": "Measurement date" + }, + "name": { + "id": "field.ext.dimension.valueDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "dimensionNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.dimensionNote.fullName", + "defaultMessage": "Measurement note" + }, + "name": { + "id": "field.ext.dimension.dimensionNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + } + }, + "form": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "measuredPart" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dimension" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "value" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementUnit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "structuredDate": { + "fields": { + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate" + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate" + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate" + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate" + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate" + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate" + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate" + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate" + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate" + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate" + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate" + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate" + } + } + } + }, + "culturalcare": { + "collectionobject": { + "messages": { + "panel": { + "culturalCare": { + "id": "panel.collectionobject.culturalCare", + "defaultMessage": "Cultural Care Information" + } + } + }, + "fields": { + "ns2:collectionobjects_culturalcare": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject/domain/collectionobject" + } + }, + "culturalCareNotes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "culturalCareNote": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_culturalcare.culturalCareNote.name", + "defaultMessage": "Cultural care note" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "accessLimitationsGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "accessLimitationsGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_culturalcare.accessLimitationsGroup.name", + "defaultMessage": "Access limitation" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "limitationType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.limitationType.fullName", + "defaultMessage": "Access limitation type" + }, + "name": { + "id": "field.collectionobjects_culturalcare.limitationType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "limitationtype" + } + } + } + }, + "limitationLevel": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.limitationLevel.fullName", + "defaultMessage": "Access limitation level" + }, + "name": { + "id": "field.collectionobjects_culturalcare.limitationLevel.name", + "defaultMessage": "Level" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "limitationlevel" + } + } + } + }, + "limitationDetails": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.limitationDetails.fullName", + "defaultMessage": "Access limitation detail" + }, + "name": { + "id": "field.collectionobjects_culturalcare.limitationDetails.name", + "defaultMessage": "Detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "requester": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.requester.fullName", + "defaultMessage": "Access limitation requestor" + }, + "name": { + "id": "field.collectionobjects_culturalcare.requester.name", + "defaultMessage": "Requestor" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "requestOnBehalfOf": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.requestOnBehalfOf.fullName", + "defaultMessage": "Access limitation requested on behalf of" + }, + "name": { + "id": "field.collectionobjects_culturalcare.requestOnBehalfOf.name", + "defaultMessage": "On behalf of" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local" + } + } + } + }, + "requestDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.requestDate.fullName", + "defaultMessage": "Access limitation request date" + }, + "name": { + "id": "field.collectionobjects_culturalcare.requestDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + } + } + }, + "form": { + "key": null, + "ref": null, + "props": { + "name": "culturalCare", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "culturalCareNotes", + "subpath": "ns2:collectionobjects_culturalcare", + "children": { + "key": null, + "ref": null, + "props": { + "name": "culturalCareNote" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "accessLimitationsGroupList", + "subpath": "ns2:collectionobjects_culturalcare", + "children": { + "key": null, + "ref": null, + "props": { + "name": "accessLimitationsGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "limitationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "limitationLevel" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "limitationDetails" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requester" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requestOnBehalfOf" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requestDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "locality": { + "messages": { + "inputTable": { + "depth": { + "id": "inputTable.ext.locality.depth", + "defaultMessage": "Depth" + }, + "elevation": { + "id": "inputTable.ext.locality.elevation", + "defaultMessage": "Elevation" + }, + "distanceAboveSurface": { + "id": "inputTable.ext.locality.distanceAboveSurface", + "defaultMessage": "Distance above surface" + } + }, + "panel": { + "georefDetail": { + "id": "panel.ext.locality.georefDetail", + "defaultMessage": "Georeference Detail" + } + } + }, + "fields": { + "localityGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + }, + "extensionName": "locality" + }, + "localityGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.localityGroup.fullName", + "defaultMessage": "Locality" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "fieldLocVerbatim": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocVerbatim.name", + "defaultMessage": "Field collection location verbatim" + } + }, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "fieldLocPlace": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocPlace.name", + "defaultMessage": "Field collection place" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local" + } + } + } + }, + "taxonomicRange": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.taxonomicRange.name", + "defaultMessage": "Geographic range of taxon" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "fieldLocCounty": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocCounty.name", + "defaultMessage": "County" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "autoComplete": "cspace-county", + "source": "counties" + } + } + } + }, + "fieldLocState": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocState.name", + "defaultMessage": "State" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "autoComplete": "cspace-state", + "source": "states" + } + } + } + }, + "fieldLocCountry": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocCountry.name", + "defaultMessage": "Country" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "autoComplete": "cspace-country", + "source": "countries" + } + } + } + }, + "fieldLocHigherGeography": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocHigherGeography.name", + "defaultMessage": "Higher geography" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "higherGeographies" + } + } + } + }, + "vLatitude": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.vLatitude.name", + "defaultMessage": "Verbatim latitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vLongitude": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.vLongitude.name", + "defaultMessage": "Verbatim longitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vCoordinates": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.vCoordinates.name", + "defaultMessage": "TRS" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vOtherCoords": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.vOtherCoords.name", + "defaultMessage": "Other coords" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vCoordSys": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.vCoordSys.name", + "defaultMessage": "Other coords system" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "vcoordsys" + } + } + } + }, + "decimalLatitude": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.ext.locality.decimalLatitude.name", + "defaultMessage": "Decimal latitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "decimalLongitude": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.ext.locality.decimalLongitude.name", + "defaultMessage": "Decimal longitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geodeticDatum": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.geodeticDatum.name", + "defaultMessage": "Datum" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "geodeticDatums" + } + } + } + }, + "coordUncertainty": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.coordUncertainty.fullName", + "defaultMessage": "Coord uncertainty" + }, + "name": { + "id": "field.ext.locality.coordUncertainty.name", + "defaultMessage": "Uncertainty" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "coordUncertaintyUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.coordUncertaintyUnit.fullName", + "defaultMessage": "Coord uncertainty unit" + }, + "name": { + "id": "field.ext.locality.coordUncertaintyUnit.name", + "defaultMessage": "Uncertainty unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "coordUncertaintyUnits" + } + } + } + }, + "vDepth": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.vDepth.fullName", + "defaultMessage": "Depth verbatim" + }, + "name": { + "id": "field.ext.locality.vDepth.name", + "defaultMessage": "Verbatim" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "minDepth": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.minDepth.fullName", + "defaultMessage": "Depth min" + }, + "name": { + "id": "field.ext.locality.minDepth.name", + "defaultMessage": "Min" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "maxDepth": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.maxDepth.fullName", + "defaultMessage": "Depth max" + }, + "name": { + "id": "field.ext.locality.maxDepth.name", + "defaultMessage": "Max" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "depthUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.depthUnit.fullName", + "defaultMessage": "Depth unit" + }, + "name": { + "id": "field.ext.locality.depthUnit.name", + "defaultMessage": "Unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "depthUnits" + } + } + } + }, + "vElevation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.vElevation.fullName", + "defaultMessage": "Elevation verbatim" + }, + "name": { + "id": "field.ext.locality.vElevation.name", + "defaultMessage": "Verbatim" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "minElevation": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.minElevation.fullName", + "defaultMessage": "Elevation min" + }, + "name": { + "id": "field.ext.locality.minElevation.name", + "defaultMessage": "Min" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "maxElevation": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.maxElevation.fullName", + "defaultMessage": "Elevation max" + }, + "name": { + "id": "field.ext.locality.maxElevation.name", + "defaultMessage": "Max" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "elevationUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.elevationUnit.fullName", + "defaultMessage": "Elevation unit" + }, + "name": { + "id": "field.ext.locality.elevationUnit.name", + "defaultMessage": "Unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "elevationUnits" + } + } + } + }, + "vDistanceAboveSurface": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.vDistanceAboveSurface.fullName", + "defaultMessage": "Distance above surface verbatim" + }, + "name": { + "id": "field.ext.locality.vDistanceAboveSurface.name", + "defaultMessage": "Verbatim" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "minDistanceAboveSurface": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.minDistanceAboveSurface.fullName", + "defaultMessage": "Distance above surface min" + }, + "name": { + "id": "field.ext.locality.minDistanceAboveSurface.name", + "defaultMessage": "Min" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "maxDistanceAboveSurface": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.maxDistanceAboveSurface.fullName", + "defaultMessage": "Distance above surface max" + }, + "name": { + "id": "field.ext.locality.maxDistanceAboveSurface.name", + "defaultMessage": "Max" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "distanceAboveSurfaceUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.distanceAboveSurfaceUnit.fullName", + "defaultMessage": "Distance above surface unit" + }, + "name": { + "id": "field.ext.locality.distanceAboveSurfaceUnit.name", + "defaultMessage": "Unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "distanceAboveSurfaceUnits" + } + } + } + }, + "localityNote": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.localityNote.name", + "defaultMessage": "Locality note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "localitySource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.localitySource.fullName", + "defaultMessage": "Locality source" + }, + "name": { + "id": "field.ext.locality.localitySource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "localitySourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.localitySourceDetail.fullName", + "defaultMessage": "Locality source detail" + }, + "name": { + "id": "field.ext.locality.localitySourceDetail.name", + "defaultMessage": "Source detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "pointRadiusSpatialFit": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.pointRadiusSpatialFit.name", + "defaultMessage": "Pt. radius sp. fit" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "footprintWKT": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.footprintWKT.name", + "defaultMessage": "Footprint WKT" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "footprintSRS": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.footprintSRS.name", + "defaultMessage": "Footprint SRS" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "footprintSpatialFit": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.footprintSpatialFit.name", + "defaultMessage": "Footprint sp. fit" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "coordPrecision": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.coordPrecision.name", + "defaultMessage": "Coord precision" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geoRefencedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.geoRefencedBy.name", + "defaultMessage": "Georeference by" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geoRefDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "geoRefProtocol": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefProtocol.fullName", + "defaultMessage": "Georeference protocol" + }, + "name": { + "id": "field.ext.locality.geoRefProtocol.name", + "defaultMessage": "Protocol" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "georefProtocols" + } + } + } + }, + "geoRefSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefSource.fullName", + "defaultMessage": "Georeference source" + }, + "name": { + "id": "field.ext.locality.geoRefSource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geoRefVerificationStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefVerificationStatus.fullName", + "defaultMessage": "Georeference verification" + }, + "name": { + "id": "field.ext.locality.geoRefVerificationStatus.name", + "defaultMessage": "Verification" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "georefVerificationStatuses" + } + } + } + }, + "geoRefRemarks": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefRemarks.fullName", + "defaultMessage": "Georeference note" + }, + "name": { + "id": "field.ext.locality.geoRefRemarks.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geoRefPlaceName": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.geoRefPlaceName.name", + "defaultMessage": "Georeference place name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "collectionLocationVerbatim": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.collectionLocationVerbatim.name", + "defaultMessage": "Collection location verbatim" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "collectionPlace": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.collectionPlace.name", + "defaultMessage": "Collection place" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local" + } + } + } + } + } + } + }, + "form": { + "key": null, + "ref": null, + "props": { + "name": "localityGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonomicRange" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocCounty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocState" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocCountry" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocHigherGeography" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordinates" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vOtherCoords" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordSys" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "decimalLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "decimalLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geodeticDatum" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordUncertainty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordUncertaintyUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "depth", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "depthUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "elevation", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "elevationUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distanceAboveSurface", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distanceAboveSurfaceUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "localityNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "localitySource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "localitySourceDetail" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "georefDetail", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "pointRadiusSpatialFit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintWKT" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSRS" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSpatialFit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordPrecision" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoRefencedBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefProtocol" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefVerificationStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoRefRemarks" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefPlaceName" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + "collectionobject": { + "form": { + "simpleform": { + "key": null, + "ref": null, + "props": { + "name": "localityGroupList", + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldLocPlace" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + } + } + }, + "naturalhistory": { + "collectionobject": { + "messages": { + "inputTable": { + "taxonName": { + "id": "inputTable.collectionobject.taxonName", + "defaultMessage": "Taxonomic identification" + }, + "taxonIdent": { + "id": "inputTable.collectionobject.taxonIdent", + "defaultMessage": "Identification by" + }, + "taxonReference": { + "id": "inputTable.collectionobject.taxonReference", + "defaultMessage": "Reference" + } + } + }, + "fields": { + "ns2:collectionobjects_naturalhistory_extension": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject/domain/naturalhistory_extension" + } + }, + "taxonomicIdentGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "taxonomicIdentGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentGroup.name", + "defaultMessage": "Determination history" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "taxon": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.taxon.fullName", + "defaultMessage": "Taxonomic identification scientific name" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.taxon.name", + "defaultMessage": "Scientific name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "qualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.qualifier.fullName", + "defaultMessage": "Taxonomic identification qualifier" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.qualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "taxonqualifier" + } + } + } + }, + "identBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identBy.fullName", + "defaultMessage": "Taxonomic identification by" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identBy.groupName", + "defaultMessage": "Identification by" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identBy.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,organization/local" + } + } + } + }, + "identDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "institution": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.institution.fullName", + "defaultMessage": "Taxonomic identification institution" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.institution.groupName", + "defaultMessage": "Identification institution" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.institution.name", + "defaultMessage": "Institution" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local" + } + } + } + }, + "identKind": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identKind.fullName", + "defaultMessage": "Taxonomic identification kind" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identKind.name", + "defaultMessage": "Kind" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "taxonkind" + } + } + } + }, + "reference": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.reference.fullName", + "defaultMessage": "Taxonomic identification reference source" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.reference.groupName", + "defaultMessage": "Reference source" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.reference.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "refPage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.refPage.fullName", + "defaultMessage": "Taxonomic identification reference page" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.refPage.groupName", + "defaultMessage": "Reference page" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.refPage.name", + "defaultMessage": "Page" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "notes": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.notes.fullName", + "defaultMessage": "Taxonomic identification note" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.notes.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "taxonomicIdentHybridParentGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "taxonomicIdentHybridParentGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentHybridParentGroup.name", + "defaultMessage": "Hybrid parent" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "taxonomicIdentHybridParent": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentHybridParent.fullName", + "defaultMessage": "Hybrid parent name" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentHybridParent.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "taxonomicIdentHybridParentQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentHybridParentQualifier.fullName", + "defaultMessage": "Hybrid parent qualifier" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentHybridParentQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "hybridparentqualifier" + } + } + } + } + } + }, + "affinityTaxon": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.affinityTaxon.name", + "defaultMessage": "Affinity taxon" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "hybridFlag": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.hybridFlag.name", + "defaultMessage": "Hybrid flag" + } + }, + "view": { + "type": "CheckboxInput" + } + } + } + } + }, + "determinationHistoryGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "determinationHistoryGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.determinationHistoryGroup.name", + "defaultMessage": "Determination history" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "determinationTaxon": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationTaxon.fullName", + "defaultMessage": "Taxonomic identification scientific name" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationTaxon.name", + "defaultMessage": "Scientific name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "determinationQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationQualifier.fullName", + "defaultMessage": "Taxonomic identification qualifier" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "taxonqualifier" + } + } + } + }, + "determinationBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationBy.fullName", + "defaultMessage": "Taxonomic identification by" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationBy.groupName", + "defaultMessage": "Identification by" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationBy.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "determinationDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "determinationInstitution": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationInstitution.fullName", + "defaultMessage": "Taxonomic identification institution" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationInstitution.groupName", + "defaultMessage": "Identification institution" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationInstitution.name", + "defaultMessage": "Institution" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared" + } + } + } + }, + "determinationKind": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationKind.fullName", + "defaultMessage": "Taxonomic identification kind" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationKind.name", + "defaultMessage": "Kind" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "taxonkind" + } + } + } + }, + "determinationReference": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationReference.fullName", + "defaultMessage": "Taxonomic identification reference source" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationReference.groupName", + "defaultMessage": "Reference source" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationReference.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "determinationRefPage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationRefPage.fullName", + "defaultMessage": "Taxonomic identification reference page" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationRefPage.groupName", + "defaultMessage": "Reference page" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationRefPage.name", + "defaultMessage": "Page" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "determinationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationNote.fullName", + "defaultMessage": "Taxonomic identification note" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + }, + "typeSpecimenGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "typeSpecimenGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenGroup.name", + "defaultMessage": "Type specimen" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "typeSpecimenKind": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenKind.fullName", + "defaultMessage": "Type specimen kind" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenKind.name", + "defaultMessage": "Kind" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "typespecimenkind" + } + } + } + }, + "typeSpecimenAssertionBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenAssertionBy.fullName", + "defaultMessage": "Type specimen asserted by" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenAssertionBy.name", + "defaultMessage": "Asserted by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "typeSpecimenReference": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenReference.fullName", + "defaultMessage": "Type specimen reference" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenReference.name", + "defaultMessage": "Reference" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "typeSpecimenRefPage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenRefPage.fullName", + "defaultMessage": "Type specimen reference page" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenRefPage.name", + "defaultMessage": "Page" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "typeSpecimenBasionym": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenBasionym.fullName", + "defaultMessage": "Type specimen verified basionym" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenBasionym.name", + "defaultMessage": "Verified basionym" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "typeSpecimenNotes": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenNotes.fullName", + "defaultMessage": "Type specimen note" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenNotes.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "vegetationType": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.vegetationType.name", + "defaultMessage": "Vegetation type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "vegetationtype" + } + } + } + }, + "associatedTaxaGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "associatedTaxaGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.associatedTaxaGroup.name", + "defaultMessage": "Associated taxa" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "associatedTaxon": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.associatedTaxon.fullName", + "defaultMessage": "Associated taxon name" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.associatedTaxon.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "commonName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.commonName.fullName", + "defaultMessage": "Associated taxon common name" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.commonName.name", + "defaultMessage": "Common name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "interaction": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.interaction.fullName", + "defaultMessage": "Associated taxon interaction" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.interaction.name", + "defaultMessage": "Interaction" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "assoctaxoninteraction" + } + } + } + } + } + } + } + }, + "form": { + "taxonomicIdentGroupList": { + "key": null, + "ref": null, + "props": { + "name": "taxonomicIdentGroupList", + "subpath": "ns2:collectionobjects_naturalhistory_extension", + "children": { + "key": null, + "ref": null, + "props": { + "name": "taxonomicIdentGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxonName", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxon" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "qualifier" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonIdent", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "identBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "identDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "institution" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "identKind" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "notes" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + "typeSpecimenGroupList": { + "key": null, + "ref": null, + "props": { + "name": "typeSpecimenGroupList", + "subpath": "ns2:collectionobjects_naturalhistory_extension", + "children": { + "key": null, + "ref": null, + "props": { + "name": "typeSpecimenGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "typeSpecimenKind" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "typeSpecimenAssertionBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "typeSpecimenReference" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "typeSpecimenRefPage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "typeSpecimenBasionym" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "typeSpecimenNotes" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "loanin": { + "fields": { + "ns2:loansin_naturalhistory_extension": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/loanin/domain/naturalhistory_extension" + } + }, + "returnGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "returnGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.returnGroup.fullName", + "defaultMessage": "Item returned" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "returnObjectNumbers": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.returnObjectNumbers.fullName", + "defaultMessage": "Item returned object numbers" + }, + "name": { + "id": "field.loansin_naturalhistory.returnObjectNumbers.name", + "defaultMessage": "Object numbers" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "returnQuantity": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.returnQuantity.fullName", + "defaultMessage": "Item returned quantity" + }, + "name": { + "id": "field.loansin_naturalhistory.returnQuantity.name", + "defaultMessage": "Quantity" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "returnDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.returnDate.fullName", + "defaultMessage": "Item returned date" + }, + "name": { + "id": "field.loansin_naturalhistory.returnDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "returnNotes": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.returnNotes.fullName", + "defaultMessage": "Item returned note" + }, + "name": { + "id": "field.loansin_naturalhistory.returnNotes.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "returnDetermination": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.returnDetermination.fullName", + "defaultMessage": "Item returned new determination" + }, + "name": { + "id": "field.loansin_naturalhistory.returnDetermination.name", + "defaultMessage": "New determination" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + } + } + }, + "transferOutGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "transferOutGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.transferOutGroup.fullName", + "defaultMessage": "Item transferred out" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "transferOutDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.transferOutDate.fullName", + "defaultMessage": "Item transferred out date" + }, + "name": { + "id": "field.loansin_naturalhistory.transferOutDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "transferOutQuantity": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.transferOutQuantity.fullName", + "defaultMessage": "Item transferred out quantity" + }, + "name": { + "id": "field.loansin_naturalhistory.transferOutQuantity.name", + "defaultMessage": "Quantity" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "transferOutOrg": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.transferOutOrg.fullName", + "defaultMessage": "Item transferred out institution" + }, + "name": { + "id": "field.loansin_naturalhistory.transferOutOrg.name", + "defaultMessage": "Institution" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared" + } + } + } + }, + "transferOutPerson": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.transferOutPerson.fullName", + "defaultMessage": "Item transferred out for study by" + }, + "name": { + "id": "field.loansin_naturalhistory.transferOutPerson.name", + "defaultMessage": "For study by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "transferOutDirector": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.transferOutDirector.fullName", + "defaultMessage": "Item transferred out under direction of" + }, + "name": { + "id": "field.loansin_naturalhistory.transferOutDirector.name", + "defaultMessage": "Under direction of" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "transferOutNotes": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.transferOutNotes.fullName", + "defaultMessage": "Item transferred out note" + }, + "name": { + "id": "field.loansin_naturalhistory.transferOutNotes.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "transferOutReturnDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.transferOutReturnDate.fullName", + "defaultMessage": "Item transferred out return date" + }, + "groupName": { + "id": "field.loansin_naturalhistory.transferOutReturnDate.groupName", + "defaultMessage": "Return date" + }, + "name": { + "id": "field.loansin_naturalhistory.transferOutReturnDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "transferOutReturnQuantity": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.transferOutReturnQuantity.fullName", + "defaultMessage": "Item transferred out return quantity" + }, + "groupName": { + "id": "field.loansin_naturalhistory.transferOutReturnQuantity.groupName", + "defaultMessage": "Return quantity" + }, + "name": { + "id": "field.loansin_naturalhistory.transferOutReturnQuantity.name", + "defaultMessage": "Quantity" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "transferOutReturnNotes": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_naturalhistory.transferOutReturnNotes.fullName", + "defaultMessage": "Item transferred out return note" + }, + "groupName": { + "id": "field.loansin_naturalhistory.transferOutReturnNotes.groupName", + "defaultMessage": "Return note" + }, + "name": { + "id": "field.loansin_naturalhistory.transferOutReturnNotes.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + } + }, + "loanout": { + "fields": { + "ns2:loansout_naturalhistory_extension": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/loanout/domain/naturalhistory_extension" + } + }, + "numLent": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "name": { + "id": "field.loansout_naturalhistory.numLent.name", + "defaultMessage": "Number lent" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "returnGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "returnGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.returnGroup.fullName", + "defaultMessage": "Item returned" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "returnObjectNumbers": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.returnObjectNumbers.fullName", + "defaultMessage": "Item returned object number(s)" + }, + "name": { + "id": "field.loansout_naturalhistory.returnObjectNumbers.name", + "defaultMessage": "Object number(s)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "returnQuantity": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.returnQuantity.fullName", + "defaultMessage": "Item returned quantity" + }, + "name": { + "id": "field.loansout_naturalhistory.returnQuantity.name", + "defaultMessage": "Quantity" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "returnDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.returnDate.fullName", + "defaultMessage": "Item returned date" + }, + "name": { + "id": "field.loansout_naturalhistory.returnDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "returnNotes": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.returnNotes.fullName", + "defaultMessage": "Item returned note" + }, + "name": { + "id": "field.loansout_naturalhistory.returnNotes.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "returnDetermination": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.returnDetermination.fullName", + "defaultMessage": "Item returned new determination" + }, + "name": { + "id": "field.loansout_naturalhistory.returnDetermination.name", + "defaultMessage": "New determination" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + } + } + }, + "loanoutItems": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.loanoutItems.fullName", + "defaultMessage": "Items loaned out accession numbers" + }, + "name": { + "id": "field.loansout_naturalhistory.loanoutItems.name", + "defaultMessage": "Accession numbers" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "objectGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "objectGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.objectGroup.fullName", + "defaultMessage": "Item loaned out" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "objectNumbers": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.objectNumbers.fullName", + "defaultMessage": "Item loaned out object number(s)" + }, + "name": { + "id": "field.loansout_naturalhistory.objectNumbers.name", + "defaultMessage": "Object number(s)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "objectQuantity": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.objectQuantity.fullName", + "defaultMessage": "Item loaned out quantity" + }, + "name": { + "id": "field.loansout_naturalhistory.objectQuantity.name", + "defaultMessage": "Quantity" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "objectConditions": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.objectConditions.fullName", + "defaultMessage": "Item loaned out condition" + }, + "name": { + "id": "field.loansout_naturalhistory.objectConditions.name", + "defaultMessage": "Condition" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "objectNotes": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.objectNotes.fullName", + "defaultMessage": "Item loaned out note" + }, + "name": { + "id": "field.loansout_naturalhistory.objectNotes.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "transferGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "transferGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.transferGroup.fullName", + "defaultMessage": "Loan transfer" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "transferDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.transferDate.fullName", + "defaultMessage": "Transfer date" + }, + "name": { + "id": "field.loansout_naturalhistory.transferDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "transferQuantity": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.transferQuantity.fullName", + "defaultMessage": "Transfer quantity" + }, + "name": { + "id": "field.loansout_naturalhistory.transferQuantity.name", + "defaultMessage": "Quantity" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "transferOrg": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.transferOrg.fullName", + "defaultMessage": "Transfer to institution" + }, + "name": { + "id": "field.loansout_naturalhistory.transferOrg.name", + "defaultMessage": "To institution" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared" + } + } + } + }, + "transferPerson": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.transferPerson.fullName", + "defaultMessage": "Transfer to person" + }, + "name": { + "id": "field.loansout_naturalhistory.transferPerson.name", + "defaultMessage": "To person" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "transferDirector": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.transferDirector.fullName", + "defaultMessage": "Transfer under direction of" + }, + "name": { + "id": "field.loansout_naturalhistory.transferDirector.name", + "defaultMessage": "Under direction of" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "transferNotes": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_naturalhistory.transferNotes.fullName", + "defaultMessage": "Transfer note" + }, + "name": { + "id": "field.loansout_naturalhistory.transferNotes.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + } + }, + "objectexit": { + "fields": { + "ns2:objectexit_naturalhistory_extension": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/objectexit/domain/naturalhistory_extension" + } + }, + "count": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "name": { + "id": "field.objectexit_naturalhistory.count.name", + "defaultMessage": "Count" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + }, + "nagpra": { + "claim": { + "messages": { + "panel": { + "nagpraClaimTasks": { + "id": "panel.ext.nagpra.nagpraClaimTasks", + "defaultMessage": "Tasks Completed" + }, + "nagpraClaimContext": { + "id": "panel.ext.nagpra.nagpraClaimContext", + "defaultMessage": "Claim Context" + }, + "nagpraClaimProcessing": { + "id": "panel.ext.nagpra.nagpraClaimProcessing", + "defaultMessage": "Claim Processing Information" + } + } + }, + "optionLists": { + "nagpraNoticeDateTypes": { + "values": [ + "begin", + "end" + ], + "messages": { + "begin": { + "id": "option.nagpraNoticeDateTypes.begin", + "defaultMessage": "period begins" + }, + "end": { + "id": "option.nagpraNoticeDateTypes.end", + "defaultMessage": "period ends" + } + } + } + }, + "fields": { + "ns2:claims_nagpra": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/claim/domain/nagpra" + } + }, + "nagpraClaimName": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimName.name", + "defaultMessage": "Claim name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "nagpraClaimTypes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimType": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimType.name", + "defaultMessage": "Claim type" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "nagpraclaimtype" + } + } + } + } + }, + "nagpraClaimAltNameGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimAltNameGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimAltNameGroup.name", + "defaultMessage": "Alternate name/number" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimAltName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimAltName.fullName", + "defaultMessage": "Alternate name/number" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimAltName.name", + "defaultMessage": "Name/number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "nagpraClaimAltNameNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimAltNameNote.fullName", + "defaultMessage": "Alternate name/number note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimAltNameNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimNotes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimNote": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimNote.name", + "defaultMessage": "Note" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "nagpraClaimSiteGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimSiteGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimSiteGroup.name", + "defaultMessage": "Site/place involved" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimSiteName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSiteName.fullName", + "defaultMessage": "Site/place involved name" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSiteName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local,place/shared" + } + } + } + }, + "nagpraClaimSiteNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSiteNote.fullName", + "defaultMessage": "Site/place involved note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSiteNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimGroupGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimGroupGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimGroupGroup.name", + "defaultMessage": "Cultural group involved" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimGroupName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimGroupName.fullName", + "defaultMessage": "Cultural group involved name" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimGroupName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/ethculture" + } + } + } + }, + "nagpraClaimGroupNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimGroupNote.fullName", + "defaultMessage": "Cultural group involved note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimGroupNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimPeriodGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimPeriodGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodGroup.name", + "defaultMessage": "Time period represented" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimPeriodDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "nagpraClaimPeriodNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodNote.fullName", + "defaultMessage": "Time period represented note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimInitialResponseGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimInitialResponseGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimInitialResponseGroup.name", + "defaultMessage": "Initial response" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimInitialResponseDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimInitialResponseDate.fullName", + "defaultMessage": "Initial response date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimInitialResponseDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimInitialResponseNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimInitialResponseNote.fullName", + "defaultMessage": "Initial response note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimInitialResponseNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimSentToLocalGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimSentToLocalGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToLocalGroup.name", + "defaultMessage": "Sent to NAGPRA committee" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimSentToLocalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSentToLocalDate.fullName", + "defaultMessage": "Sent to NAGPRA committee date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToLocalDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimSentToLocalNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSentToLocalNote.fullName", + "defaultMessage": "Sent to NAGPRA committee note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToLocalNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimLocalRecGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimLocalRecGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimLocalRecGroup.name", + "defaultMessage": "Recommendation of NAGPRA committee" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimLocalRecDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimLocalRecDate.fullName", + "defaultMessage": "Recommendation of NAGPRA committee date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimLocalRecDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimLocalRecNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimLocalRecNote.fullName", + "defaultMessage": "Recommendation of NAGPRA committee note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimLocalRecNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimSentToNatlGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimSentToNatlGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToNatlGroup.name", + "defaultMessage": "Sent to National NAGPRA" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimSentToNatlDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSentToNatlDate.fullName", + "defaultMessage": "Sent to National NAGPRA date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToNatlDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimSentToNatlNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSentToNatlNote.fullName", + "defaultMessage": "Sent to National NAGPRA note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToNatlNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimNatlRespGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimNatlRespGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlRespGroup.name", + "defaultMessage": "Response from National NAGPRA" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimNatlRespDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNatlRespDate.fullName", + "defaultMessage": "Response from National NAGPRA date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlRespDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimNatlRespNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNatlRespNote.fullName", + "defaultMessage": "Response from National NAGPRA note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlRespNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimNatlApprovalGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimNatlApprovalGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlApprovalGroup.name", + "defaultMessage": "Publication by National NAGPRA" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimNatlApprovalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNatlApprovalDate.fullName", + "defaultMessage": "Publication by National NAGPRA date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlApprovalDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimNatlApprovalNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNatlApprovalNote.fullName", + "defaultMessage": "Publication by National NAGPRA note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlApprovalNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimNoticeGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimNoticeGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimNoticeGroup.name", + "defaultMessage": "National NAGPRA 30-day notice" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimNoticeDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNoticeDate.fullName", + "defaultMessage": "National NAGPRA 30-day notice date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNoticeDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimNoticeDateType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNoticeDateType.fullName", + "defaultMessage": "National NAGPRA 30-day notice date type" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNoticeDateType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "nagpraNoticeDateTypes" + } + } + } + }, + "nagpraClaimNoticeNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNoticeNote.fullName", + "defaultMessage": "National NAGPRA 30-day notice note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNoticeNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimTransferGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimTransferGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimTransferGroup.name", + "defaultMessage": "Transfer" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimTransferDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimTransferDate.fullName", + "defaultMessage": "Transfer date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimTransferDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimTransferNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimTransferNote.fullName", + "defaultMessage": "Transfer note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimTransferNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "dispositionPossibilitiesDiscussed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.dispositionPossibilitiesDiscussed.name", + "defaultMessage": "Disposition possibilities discussed" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "dispositionPossibilitiesDiscussedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.dispositionPossibilitiesDiscussedNote.fullName", + "defaultMessage": "Disposition possibilities discussed note" + }, + "name": { + "id": "field.claims_nagpra.dispositionPossibilitiesDiscussedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "surroundingTribesContacted": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.surroundingTribesContacted.name", + "defaultMessage": "Surrounding tribes contacted" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "surroundingTribesContactedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.surroundingTribesContactedNote.fullName", + "defaultMessage": "Surrounding tribes contacted note" + }, + "name": { + "id": "field.claims_nagpra.surroundingTribesContactedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "workingTeamNotified": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.workingTeamNotified.name", + "defaultMessage": "Institutional NAGPRA team notified" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "workingTeamNotifiedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.workingTeamNotifiedNote.fullName", + "defaultMessage": "Institutional NAGPRA team notified note" + }, + "name": { + "id": "field.claims_nagpra.workingTeamNotifiedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "siteFileResearchCompleted": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.siteFileResearchCompleted.name", + "defaultMessage": "Site file research completed" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "siteFileResearchCompletedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.siteFileResearchCompletedNote.fullName", + "defaultMessage": "Site file research completed note" + }, + "name": { + "id": "field.claims_nagpra.siteFileResearchCompletedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "accessionFileResearchCompleted": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.accessionFileResearchCompleted.name", + "defaultMessage": "Accession file research completed" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "accessionFileResearchCompletedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.accessionFileResearchCompletedNote.fullName", + "defaultMessage": "Accession file research completed note" + }, + "name": { + "id": "field.claims_nagpra.accessionFileResearchCompletedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "objectsLocatedAndCounted": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.objectsLocatedAndCounted.name", + "defaultMessage": "Objects located and counted" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "objectsLocatedAndCountedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.objectsLocatedAndCountedNote.fullName", + "defaultMessage": "Objects located and counted note" + }, + "name": { + "id": "field.claims_nagpra.objectsLocatedAndCountedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "objectsConsolidated": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.objectsConsolidated.name", + "defaultMessage": "Objects consolidated" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "objectsConsolidatedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.objectsConsolidatedNote.fullName", + "defaultMessage": "Objects consolidated note" + }, + "name": { + "id": "field.claims_nagpra.objectsConsolidatedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "objectsPhotographed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.objectsPhotographed.name", + "defaultMessage": "Objects photographed" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "objectsPhotographedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.objectsPhotographedNote.fullName", + "defaultMessage": "Objects photographed note" + }, + "name": { + "id": "field.claims_nagpra.objectsPhotographedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "registrationDocumentsDrafted": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.registrationDocumentsDrafted.name", + "defaultMessage": "Registration documents drawn up" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "registrationDocumentsDraftedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.registrationDocumentsDraftedNote.fullName", + "defaultMessage": "Registration documents drawn up note" + }, + "name": { + "id": "field.claims_nagpra.registrationDocumentsDraftedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "tribeContactedForPackingPreferences": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.tribeContactedForPackingPreferences.name", + "defaultMessage": "Tribe contacted for packing/storage instructions" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "tribeContactedForPackingPreferencesNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.tribeContactedForPackingPreferencesNote.fullName", + "defaultMessage": "Tribe contacted for packing/storage instructions note" + }, + "name": { + "id": "field.claims_nagpra.tribeContactedForPackingPreferencesNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "dateArrangedForTransfer": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.dateArrangedForTransfer.name", + "defaultMessage": "Date arranged for pickup/transfer" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "dateArrangedForTransferNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.dateArrangedForTransferNote.fullName", + "defaultMessage": "Date arranged for pickup/transfer note" + }, + "name": { + "id": "field.claims_nagpra.dateArrangedForTransferNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "objectsMarkedAsDeaccessioned": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.objectsMarkedAsDeaccessioned.name", + "defaultMessage": "Objects marked as deaccessioned" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "objectsMarkedAsDeaccessionedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.objectsMarkedAsDeaccessionedNote.fullName", + "defaultMessage": "Objects marked as deaccessioned note" + }, + "name": { + "id": "field.claims_nagpra.objectsMarkedAsDeaccessionedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "documentsArchived": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.documentsArchived.name", + "defaultMessage": "Claim documents archived" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "documentsArchivedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.documentsArchivedNote.fullName", + "defaultMessage": "Claim documents archived note" + }, + "name": { + "id": "field.claims_nagpra.documentsArchivedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + }, + "form": { + "type": "div", + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimContext", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSiteGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSiteGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSiteName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSiteNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimGroupGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimGroupGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimGroupName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimGroupNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimPeriodGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimPeriodGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimPeriodDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimPeriodNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimProcessing", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimInitialResponseGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimInitialResponseGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimInitialResponseDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimInitialResponseNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToLocalGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToLocalGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToLocalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToLocalNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimLocalRecGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimLocalRecGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimLocalRecDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimLocalRecNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToNatlGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToNatlGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToNatlDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToNatlNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlRespGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlRespGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlRespDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlRespNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlApprovalGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlApprovalGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlApprovalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlApprovalNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNoticeGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNoticeGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNoticeDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNoticeDateType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNoticeNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimTransferGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimTransferGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimTransferDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimTransferNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimTasks", + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dispositionPossibilitiesDiscussed", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dispositionPossibilitiesDiscussedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "surroundingTribesContacted", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "surroundingTribesContactedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "workingTeamNotified", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "workingTeamNotifiedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "siteFileResearchCompleted", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "siteFileResearchCompletedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "accessionFileResearchCompleted", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "accessionFileResearchCompletedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectsLocatedAndCounted", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectsLocatedAndCountedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectsConsolidated", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectsConsolidatedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectsPhotographed", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectsPhotographedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "registrationDocumentsDrafted", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "registrationDocumentsDraftedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "tribeContactedForPackingPreferences", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "tribeContactedForPackingPreferencesNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dateArrangedForTransfer", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dateArrangedForTransferNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectsMarkedAsDeaccessioned", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectsMarkedAsDeaccessionedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "documentsArchived", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "documentsArchivedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "collectionobject": { + "messages": { + "panel": { + "nagpraCompliance": { + "id": "panel.ext.nagpra.nagpraCompliance", + "defaultMessage": "Repatriation and NAGPRA Compliance Information" + } + }, + "inputTable": { + "nagpraReportFiled": { + "id": "panel.ext.nagpra.nagpraReportFiled", + "defaultMessage": "Reported to National NAGPRA" + } + } + }, + "fields": { + "ns2:collectionobjects_nagpra": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject/domain/nagpra" + } + }, + "nagpraInventoryNames": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraInventoryName": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.nagpraInventoryName.name", + "defaultMessage": "NAGPRA inventory" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "nagprainventory" + } + } + } + } + }, + "nagpraCategories": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraCategory": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.nagpraCategory.name", + "defaultMessage": "Museum NAGPRA category determination" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "nagpracategory" + } + } + } + } + }, + "graveAssocCodes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "graveAssocCode": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.graveAssocCode.name", + "defaultMessage": "Grave association code" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "graveassoccode" + } + } + } + } + }, + "nagpraCulturalDeterminations": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraCulturalDetermination": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.nagpraCulturalDetermination.name", + "defaultMessage": "NAGPRA cultural determination" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "nagpraDetermGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraDetermGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.nagpraDetermGroup.name", + "defaultMessage": "Cultural determination" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraDetermCulture": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraDetermCulture.fullName", + "defaultMessage": "Cultural determination culture" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraDetermCulture.name", + "defaultMessage": "Culture" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/archculture" + } + } + } + }, + "nagpraDetermType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraDetermType.fullName", + "defaultMessage": "Cultural determination type" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraDetermType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "nagpradetermtype" + } + } + } + }, + "nagpraDetermBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraDetermBy.fullName", + "defaultMessage": "Cultural determination by" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraDetermBy.name", + "defaultMessage": "By" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "nagpraDetermNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraDetermNote.fullName", + "defaultMessage": "Cultural determination note" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraDetermNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "repatriationNotes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "repatriationNote": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.repatriationNote.name", + "defaultMessage": "Repatriation note" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "nagpraReportFiledGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraReportFiledGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledGroup.name", + "defaultMessage": "Reported to National NAGPRA" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraReportFiled": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiled.fullName", + "defaultMessage": "NAGPRA report filed" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiled.name", + "defaultMessage": "Report filed" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "nagpraReportFiledBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledBy.fullName", + "defaultMessage": "NAGPRA report filed by" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledBy.name", + "defaultMessage": "Filed by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,organization/local" + } + } + } + }, + "nagpraReportFiledWith": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledWith.fullName", + "defaultMessage": "NAGPRA report filed with" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledWith.name", + "defaultMessage": "Filed with" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,organization/local" + } + } + } + }, + "nagpraReportFiledDate": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "nagpraReportFiledNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledNote.fullName", + "defaultMessage": "Reporting note" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + }, + "form": { + "key": null, + "ref": null, + "props": { + "name": "nagpraCompliance", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraInventoryNames", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraInventoryName" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraCategories", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraCategory" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "graveAssocCodes", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "graveAssocCode" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "repatriationNotes", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "repatriationNote" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraCulturalDeterminations", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraCulturalDetermination" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermGroupList", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermCulture" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledGroupList", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiled" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledWith" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "annotation": { + "collectionobject": { + "form": { + "type": "div", + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroupList", + "subpath": "ns2:collectionobjects_annotation", + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroup", + "tabular": false, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "annotationAuthor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationNote", + "multiline": true + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + } + } + }, + "optionLists": { + "dimensions": { + "values": [ + "area", + "base", + "circumference", + "count", + "depth", + "diameter", + "height", + "length", + "running-time", + "target", + "thickness", + "volume", + "weight", + "width" + ], + "messages": { + "area": { + "id": "option.dimensions.area", + "defaultMessage": "area" + }, + "base": { + "id": "option.dimensions.base", + "defaultMessage": "base" + }, + "circumference": { + "id": "option.dimensions.circumference", + "defaultMessage": "circumference" + }, + "count": { + "id": "option.dimensions.count", + "defaultMessage": "count" + }, + "depth": { + "id": "option.dimensions.depth", + "defaultMessage": "depth" + }, + "diameter": { + "id": "option.dimensions.diameter", + "defaultMessage": "diameter" + }, + "height": { + "id": "option.dimensions.height", + "defaultMessage": "height" + }, + "length": { + "id": "option.dimensions.length", + "defaultMessage": "length" + }, + "running-time": { + "id": "option.dimensions.running-time", + "defaultMessage": "running time" + }, + "target": { + "id": "option.dimensions.target", + "defaultMessage": "target" + }, + "volume": { + "id": "option.dimensions.volume", + "defaultMessage": "volume" + }, + "weight": { + "id": "option.dimensions.weight", + "defaultMessage": "weight" + }, + "width": { + "id": "option.dimensions.width", + "defaultMessage": "width" + }, + "thickness": { + "id": "option.dimensions.thickness", + "defaultMessage": "thickness" + } + } + }, + "measurementUnits": { + "values": [ + "acres", + "carats", + "centimeters", + "cubic-centimeters", + "feet", + "grams", + "inches", + "kilograms", + "liters", + "millimeters", + "meters", + "minutes", + "pixels", + "pounds", + "square-feet", + "stories" + ], + "messages": { + "carats": { + "id": "option.measurementUnits.carats", + "defaultMessage": "carats" + }, + "centimeters": { + "id": "option.measurementUnits.centimeters", + "defaultMessage": "centimeters" + }, + "cubic-centimeters": { + "id": "option.measurementUnits.cubic-centimeters", + "defaultMessage": "cubic centimeters" + }, + "feet": { + "id": "option.measurementUnits.feet", + "defaultMessage": "feet" + }, + "inches": { + "id": "option.measurementUnits.inches", + "defaultMessage": "inches" + }, + "kilograms": { + "id": "option.measurementUnits.kilograms", + "defaultMessage": "kilograms" + }, + "liters": { + "id": "option.measurementUnits.liters", + "defaultMessage": "liters" + }, + "millimeters": { + "id": "option.measurementUnits.millimeters", + "defaultMessage": "millimeters" + }, + "meters": { + "id": "option.measurementUnits.meters", + "defaultMessage": "meters" + }, + "minutes": { + "id": "option.measurementUnits.minutes", + "defaultMessage": "minutes" + }, + "ounces": { + "id": "option.measurementUnits.ounces", + "defaultMessage": "ounces" + }, + "pixels": { + "id": "option.measurementUnits.pixels", + "defaultMessage": "pixels" + }, + "pounds": { + "id": "option.measurementUnits.pounds", + "defaultMessage": "pounds" + }, + "square-feet": { + "id": "option.measurementUnits.square-feet", + "defaultMessage": "square feet" + }, + "stories": { + "id": "option.measurementUnits.stories", + "defaultMessage": "stories" + }, + "tons": { + "id": "option.measurementUnits.tons", + "defaultMessage": "tons" + }, + "acres": { + "id": "option.measurementUnits.acres", + "defaultMessage": "acres" + }, + "grams": { + "id": "option.measurementUnits.grams", + "defaultMessage": "grams" + } + } + }, + "searchResultPagePageSizes": { + "values": [ + "20", + "40", + "100" + ] + }, + "searchPanelPageSizes": { + "values": [ + "5", + "10", + "20" + ] + }, + "booleans": { + "values": [ + "true", + "false" + ], + "messages": { + "true": { + "id": "option.booleans.true", + "defaultMessage": "yes" + }, + "false": { + "id": "option.booleans.false", + "defaultMessage": "no" + } + } + }, + "yesNoValues": { + "values": [ + "yes", + "no" + ], + "messages": { + "yes": { + "id": "option.yesNoValues.yes", + "defaultMessage": "yes" + }, + "no": { + "id": "option.yesNoValues.no", + "defaultMessage": "no" + } + } + }, + "dateQualifiers": { + "values": [ + "", + "+/-", + "+", + "-" + ], + "messages": { + "+/-": { + "id": "option.dateQualifiers.+/-", + "defaultMessage": "+/-" + }, + "+": { + "id": "option.dateQualifiers.+", + "defaultMessage": "+" + }, + "-": { + "id": "option.dateQualifiers.-", + "defaultMessage": "-" + } + } + }, + "departments": { + "values": [ + "archaeology", + "archaeology-nagpra", + "education", + "collection-management", + "design", + "history", + "naamcc", + "natural-history", + "poindexter-village", + "registrar", + "sites" + ], + "messages": { + "antiquities": { + "id": "option.departments.antiquities", + "defaultMessage": "Antiquities" + }, + "architecture-design": { + "id": "option.departments.architecture-design", + "defaultMessage": "Architecture and Design" + }, + "decorative-arts": { + "id": "option.departments.decorative-arts", + "defaultMessage": "Decorative Arts" + }, + "ethnography": { + "id": "option.departments.ethnography", + "defaultMessage": "Ethnography" + }, + "herpetology": { + "id": "option.departments.herpetology", + "defaultMessage": "Herpetology" + }, + "media-performance-art": { + "id": "option.departments.media-performance-art", + "defaultMessage": "Media and Performance Art" + }, + "paintings-sculpture": { + "id": "option.departments.paintings-sculpture", + "defaultMessage": "Paintings and Sculpture" + }, + "paleobotany": { + "id": "option.departments.paleobotany", + "defaultMessage": "Paleobotany" + }, + "photographs": { + "id": "option.departments.photographs", + "defaultMessage": "Photographs" + }, + "prints-drawings": { + "id": "option.departments.prints-drawings", + "defaultMessage": "Prints and Drawings" + }, + "archaeology": { + "id": "option.departments.archaeology", + "defaultMessage": "Archaeology" + }, + "archaeology-nagpra": { + "id": "option.departments.archaeology-nagpra", + "defaultMessage": "Archaeology - NAGPRA" + }, + "education": { + "id": "option.departments.education", + "defaultMessage": "Center and Village" + }, + "collection-management": { + "id": "option.departments.collection-management", + "defaultMessage": "Collection Management" + }, + "design": { + "id": "option.departments.design", + "defaultMessage": "Design" + }, + "history": { + "id": "option.departments.history", + "defaultMessage": "History" + }, + "naamcc": { + "id": "option.departments.naamcc", + "defaultMessage": "National Afro-American Museum & Cultural Center" + }, + "natural-history": { + "id": "option.departments.natural-history", + "defaultMessage": "Natural History" + }, + "poindexter-village": { + "id": "option.departments.poindexter-village", + "defaultMessage": "Poindexter Village" + }, + "registrar": { + "id": "option.departments.registrar", + "defaultMessage": "Registrar" + }, + "sites": { + "id": "option.departments.sites", + "defaultMessage": "Sites" + } + } + }, + "loanPurposes": { + "values": [ + "exhibition", + "research", + "scientificorexhibitpreparation", + "analysis", + "photography", + "conservationotherrequestedservices", + "longtermcollectionsmanagementandstorage" + ], + "messages": { + "exhibition": { + "id": "option.loanPurposes.exhibition", + "defaultMessage": "exhibition" + }, + "research": { + "id": "option.loanPurposes.research", + "defaultMessage": "research" + }, + "scientificorexhibitpreparation": { + "id": "option.loanPurposes.scientificorexhibitpreparation", + "defaultMessage": "scientific or exhibit preparation" + }, + "analysis": { + "id": "option.loanPurposes.analysis", + "defaultMessage": "analysis" + }, + "photography": { + "id": "option.loanPurposes.photography", + "defaultMessage": "photography" + }, + "conservationotherrequestedservices": { + "id": "option.loanPurposes.conservationotherrequestedservices", + "defaultMessage": "conservation or other requested services" + }, + "longtermcollectionsmanagementandstorage": { + "id": "option.loanPurposes.longtermcollectionsmanagementandstorage", + "defaultMessage": "long-term collections management and storage" + } + } + }, + "accountStatuses": { + "values": [ + "active", + "inactive" + ], + "messages": { + "active": { + "id": "option.accountStatuses.active", + "defaultMessage": "active" + }, + "inactive": { + "id": "option.accountStatuses.inactive", + "defaultMessage": "inactive" + } + } + }, + "acquisitionMethods": { + "values": [ + "bequest", + "curationAgreement", + "donation", + "fieldCollected", + "foundInCollection", + "gift", + "loan", + "purchase", + "staffCurated", + "transfer" + ], + "messages": { + "gift": { + "id": "option.acquisitionMethods.gift", + "defaultMessage": "gift" + }, + "purchase": { + "id": "option.acquisitionMethods.purchase", + "defaultMessage": "purchase" + }, + "exchange": { + "id": "option.acquisitionMethods.exchange", + "defaultMessage": "exchange" + }, + "transfer": { + "id": "option.acquisitionMethods.transfer", + "defaultMessage": "transfer" + }, + "treasure": { + "id": "option.acquisitionMethods.treasure", + "defaultMessage": "treasure" + }, + "bequest": { + "id": "option.acquisitionMethods.bequest", + "defaultMessage": "bequest" + }, + "donation": { + "id": "option.acquisitionMethods.donation", + "defaultMessage": "donation" + }, + "fieldCollected": { + "id": "option.acquisitionMethods.fieldCollected", + "defaultMessage": "field collected" + }, + "foundInCollection": { + "id": "option.acquisitionMethods.foundInCollection", + "defaultMessage": "found in collection" + }, + "loan": { + "id": "option.acquisitionMethods.loan", + "defaultMessage": "loan - TBD" + }, + "staffCurated": { + "id": "option.acquisitionMethods.staffCurated", + "defaultMessage": "staff curated" + } + } + }, + "citationTermStatuses": { + "values": [ + "provisional", + "under review", + "accepted", + "rejected" + ], + "messages": { + "provisional": { + "id": "option.citationTermStatuses.provisional", + "defaultMessage": "provisional" + }, + "under review": { + "id": "option.citationTermStatuses.under review", + "defaultMessage": "under review" + }, + "accepted": { + "id": "option.citationTermStatuses.accepted", + "defaultMessage": "accepted" + }, + "rejected": { + "id": "option.citationTermStatuses.rejected", + "defaultMessage": "rejected" + } + } + }, + "ageUnits": { + "values": [ + "days", + "months", + "weeks", + "years" + ], + "messages": { + "days": { + "id": "option.ageUnits.days", + "defaultMessage": "days" + }, + "months": { + "id": "option.ageUnits.months", + "defaultMessage": "months" + }, + "weeks": { + "id": "option.ageUnits.weeks", + "defaultMessage": "weeks" + }, + "years": { + "id": "option.ageUnits.years", + "defaultMessage": "years" + } + } + }, + "collections": { + "values": [ + "permanent-collection", + "education-collection", + "outdoor-collection", + "props-and-design", + "sites-and-facilities", + "active-use-collection", + "architectural-salvaged-collection" + ], + "messages": { + "library-collection": { + "id": "option.collections.library-collection", + "defaultMessage": "library collection" + }, + "permanent-collection": { + "id": "option.collections.permanent-collection", + "defaultMessage": "permanent collection" + }, + "study-collection": { + "id": "option.collections.study-collection", + "defaultMessage": "study collection" + }, + "teaching-collection": { + "id": "option.collections.teaching-collection", + "defaultMessage": "teaching collection" + }, + "education-collection": { + "id": "option.collections.education-collection", + "defaultMessage": "programming collection" + }, + "outdoor-collection": { + "id": "option.collections.outdoor-collection", + "defaultMessage": "outdoor collection" + }, + "props-and-design": { + "id": "option.collections.props-and-design", + "defaultMessage": "display collection" + }, + "sites-and-facilities": { + "id": "option.collections.sites-and-facilities", + "defaultMessage": "sites and facilities" + }, + "active-use-collection": { + "id": "option.collections.active-use-collection", + "defaultMessage": "active use collection" + }, + "architectural-salvaged-collection": { + "id": "option.collections.architectural-salvaged-collection", + "defaultMessage": "architectural/salvaged collection" + } + } + }, + "contentObjectTypes": { + "values": [ + "furniture", + "food" + ], + "messages": { + "furniture": { + "id": "option.contentObjectTypes.furniture", + "defaultMessage": "furniture" + }, + "food": { + "id": "option.contentObjectTypes.food", + "defaultMessage": "food" + } + } + }, + "forms": { + "values": [ + "dried fungus", + "egg", + "envelope", + "feather", + "fossil", + "fossil tracks", + "hair", + "herbarium sheet", + "liquid preservation", + "live mount", + "mineral", + "nest", + "ore", + "pellet", + "pinned", + "pressed plant", + "replica", + "rock", + "seeds", + "shell", + "skeletal", + "slide", + "study skin", + "tanned hide", + "wood sample" + ], + "messages": { + "dry": { + "id": "option.forms.dry", + "defaultMessage": "dry" + }, + "pinned": { + "id": "option.forms.pinned", + "defaultMessage": "pinned" + }, + "thin-section": { + "id": "option.forms.thin-section", + "defaultMessage": "thin section" + }, + "wet": { + "id": "option.forms.wet", + "defaultMessage": "wet" + }, + "bagged": { + "id": "option.forms.bagged", + "defaultMessage": "bagged" + }, + "bottled": { + "id": "option.forms.bottled", + "defaultMessage": "bottled" + }, + "boxed": { + "id": "option.forms.boxed", + "defaultMessage": "boxed" + }, + "in can or tin": { + "id": "option.forms.in can or tin", + "defaultMessage": "in can or tin" + }, + "in drum": { + "id": "option.forms.in drum", + "defaultMessage": "in drum" + }, + "ground": { + "id": "option.forms.ground", + "defaultMessage": "ground" + }, + "mounted": { + "id": "option.forms.mounted", + "defaultMessage": "mounted" + }, + "thin section": { + "id": "option.forms.thin section", + "defaultMessage": "thin section" + }, + "wrapped": { + "id": "option.forms.wrapped", + "defaultMessage": "wrapped" + }, + "unknown": { + "id": "option.forms.unknown", + "defaultMessage": "unknown" + }, + "dried fungus": { + "id": "option.forms.dried fungus", + "defaultMessage": "dried fungus" + }, + "egg": { + "id": "option.forms.egg", + "defaultMessage": "egg" + }, + "envelope": { + "id": "option.forms.envelope", + "defaultMessage": "envelope" + }, + "feather": { + "id": "option.forms.feather", + "defaultMessage": "feather" + }, + "fossil": { + "id": "option.forms.fossil", + "defaultMessage": "fossil" + }, + "fossil tracks": { + "id": "option.forms.fossil tracks", + "defaultMessage": "fossil tracks" + }, + "hair": { + "id": "option.forms.hair", + "defaultMessage": "hair" + }, + "herbarium sheet": { + "id": "option.forms.herbarium sheet", + "defaultMessage": "herbarium sheet" + }, + "liquid preservation": { + "id": "option.forms.liquid preservation", + "defaultMessage": "liquid preservation" + }, + "live mount": { + "id": "option.forms.live mount", + "defaultMessage": "live mount" + }, + "mineral": { + "id": "option.forms.mineral", + "defaultMessage": "mineral" + }, + "nest": { + "id": "option.forms.nest", + "defaultMessage": "nest" + }, + "ore": { + "id": "option.forms.ore", + "defaultMessage": "ore" + }, + "pellet": { + "id": "option.forms.pellet", + "defaultMessage": "pellet" + }, + "pressed plant": { + "id": "option.forms.pressed plant", + "defaultMessage": "pressed plant" + }, + "replica": { + "id": "option.forms.replica", + "defaultMessage": "replica" + }, + "rock": { + "id": "option.forms.rock", + "defaultMessage": "rock" + }, + "seeds": { + "id": "option.forms.seeds", + "defaultMessage": "seeds" + }, + "shell": { + "id": "option.forms.shell", + "defaultMessage": "shell" + }, + "skeletal": { + "id": "option.forms.skeletal", + "defaultMessage": "skeletal" + }, + "slide": { + "id": "option.forms.slide", + "defaultMessage": "slide" + }, + "study skin": { + "id": "option.forms.study skin", + "defaultMessage": "study skin" + }, + "tanned hide": { + "id": "option.forms.tanned hide", + "defaultMessage": "tanned hide" + }, + "wood sample": { + "id": "option.forms.wood sample", + "defaultMessage": "wood sample" + } + } + }, + "inscriptionTypes": { + "values": [ + "brand", + "credits", + "decoration", + "estate-stamp", + "graffiti", + "label", + "maker's-mark", + "plaque", + "signage" + ], + "messages": { + "brand": { + "id": "option.inscriptionTypes.brand", + "defaultMessage": "brand" + }, + "credits": { + "id": "option.inscriptionTypes.credits", + "defaultMessage": "credits" + }, + "decoration": { + "id": "option.inscriptionTypes.decoration", + "defaultMessage": "decoration" + }, + "estate-stamp": { + "id": "option.inscriptionTypes.estate-stamp", + "defaultMessage": "estate stamp" + }, + "graffiti": { + "id": "option.inscriptionTypes.graffiti", + "defaultMessage": "graffiti" + }, + "label": { + "id": "option.inscriptionTypes.label", + "defaultMessage": "label" + }, + "maker's-mark": { + "id": "option.inscriptionTypes.maker's-mark", + "defaultMessage": "maker's mark" + }, + "plaque": { + "id": "option.inscriptionTypes.plaque", + "defaultMessage": "plaque" + }, + "signage": { + "id": "option.inscriptionTypes.signage", + "defaultMessage": "signage" + } + } + }, + "measuredParts": { + "values": [ + "base", + "frame", + "framed", + "image-size", + "mount", + "paper-size", + "plate-size", + "unframed" + ], + "messages": { + "base": { + "id": "option.measuredParts.base", + "defaultMessage": "base" + }, + "frame": { + "id": "option.measuredParts.frame", + "defaultMessage": "frame" + }, + "framed": { + "id": "option.measuredParts.framed", + "defaultMessage": "framed" + }, + "image-size": { + "id": "option.measuredParts.image-size", + "defaultMessage": "image size" + }, + "mount": { + "id": "option.measuredParts.mount", + "defaultMessage": "mount" + }, + "paper-size": { + "id": "option.measuredParts.paper-size", + "defaultMessage": "paper size" + }, + "plate-size": { + "id": "option.measuredParts.plate-size", + "defaultMessage": "plate size" + }, + "unframed": { + "id": "option.measuredParts.unframed", + "defaultMessage": "unframed" + } + } + }, + "measurementMethods": { + "values": [ + "microscopy_reticule", + "standard_mesh_screen", + "sliding_calipers", + "spreading_calipers", + "measuring_tape_cloth", + "measuring_tape_metal", + "osteometric_board", + "ruler", + "pacing_pedometer", + "odometer", + "taping_chaining", + "stadia_transit", + "optical_range_finder", + "electronic_distance_measurement", + "protractor", + "goniometer", + "theodolite_total_station", + "balance_beam_scale", + "spring_scale", + "hydraulic_or_pneumatic_scale" + ], + "messages": { + "microscopy_reticule": { + "id": "option.measurementMethods.microscopy_reticule", + "defaultMessage": "microscopy (reticule)" + }, + "standard_mesh_screen": { + "id": "option.measurementMethods.standard_mesh_screen", + "defaultMessage": "standard mesh/screen" + }, + "sliding_calipers": { + "id": "option.measurementMethods.sliding_calipers", + "defaultMessage": "sliding calipers" + }, + "spreading_calipers": { + "id": "option.measurementMethods.spreading_calipers", + "defaultMessage": "spreading calipers" + }, + "measuring_tape_cloth": { + "id": "option.measurementMethods.measuring_tape_cloth", + "defaultMessage": "measuring tape (cloth)" + }, + "measuring_tape_metal": { + "id": "option.measurementMethods.measuring_tape_metal", + "defaultMessage": "measuring tape (metal)" + }, + "osteometric_board": { + "id": "option.measurementMethods.osteometric_board", + "defaultMessage": "osteometric board" + }, + "ruler": { + "id": "option.measurementMethods.ruler", + "defaultMessage": "ruler" + }, + "pacing_pedometer": { + "id": "option.measurementMethods.pacing_pedometer", + "defaultMessage": "pacing pedometer" + }, + "odometer": { + "id": "option.measurementMethods.odometer", + "defaultMessage": "odometer" + }, + "taping_chaining": { + "id": "option.measurementMethods.taping_chaining", + "defaultMessage": "taping/chaining" + }, + "stadia_transit": { + "id": "option.measurementMethods.stadia_transit", + "defaultMessage": "stadia/transit" + }, + "optical_range_finder": { + "id": "option.measurementMethods.optical_range_finder", + "defaultMessage": "optical range finder" + }, + "electronic_distance_measurement": { + "id": "option.measurementMethods.electronic_distance_measurement", + "defaultMessage": "electronic distance measurement" + }, + "protractor": { + "id": "option.measurementMethods.protractor", + "defaultMessage": "protractor" + }, + "goniometer": { + "id": "option.measurementMethods.goniometer", + "defaultMessage": "goniometer" + }, + "theodolite_total_station": { + "id": "option.measurementMethods.theodolite_total_station", + "defaultMessage": "theodolite/total station" + }, + "balance_beam_scale": { + "id": "option.measurementMethods.balance_beam_scale", + "defaultMessage": "balance/beam scale" + }, + "spring_scale": { + "id": "option.measurementMethods.spring_scale", + "defaultMessage": "spring scale" + }, + "hydraulic_or_pneumatic_scale": { + "id": "option.measurementMethods.hydraulic_or_pneumatic_scale", + "defaultMessage": "hydraulic or pneumatic scale" + } + } + }, + "nameCurrencies": { + "values": [ + "current", + "out of date", + "unknown" + ], + "messages": { + "current": { + "id": "option.nameCurrencies.current", + "defaultMessage": "current" + }, + "archaic": { + "id": "option.nameCurrencies.archaic", + "defaultMessage": "archaic" + }, + "out of date": { + "id": "option.nameCurrencies.out of date", + "defaultMessage": "out of date" + }, + "unknown": { + "id": "option.nameCurrencies.unknown", + "defaultMessage": "unknown" + } + } + }, + "nameLevels": { + "values": [ + "group", + "subgroup" + ], + "messages": { + "group": { + "id": "option.nameLevels.group", + "defaultMessage": "group" + }, + "subgroup": { + "id": "option.nameLevels.subgroup", + "defaultMessage": "subgroup" + } + } + }, + "nameSystems": { + "values": [ + "AASLH Nomenclature", + "Bennyhoff Olivella bead typology", + "Getty Art & Architecture Thesaurus", + "Gifford worked bone typology", + "Gifford worked shell typology", + "Heizer projectile point typology", + "Justice projectile point typology", + "Local OHC", + "Meighan historic glass bead typology", + "Treganza clay artifact typology", + "no system" + ], + "messages": { + "art-and-architecture-thesaurus": { + "id": "option.nameSystems.art-and-architecture-thesaurus", + "defaultMessage": "Art & Architecture Thesaurus" + }, + "nomenclature": { + "id": "option.nameSystems.nomenclature", + "defaultMessage": "nomenclature" + }, + "AASLH Nomenclature": { + "id": "option.nameSystems.AASLH Nomenclature", + "defaultMessage": "AASLH Nomenclature" + }, + "Bennyhoff Olivella bead typology": { + "id": "option.nameSystems.Bennyhoff Olivella bead typology", + "defaultMessage": "Bennyhoff Olivella bead typology" + }, + "Getty Art & Architecture Thesaurus": { + "id": "option.nameSystems.Getty Art & Architecture Thesaurus", + "defaultMessage": "Getty Art & Architecture Thesaurus" + }, + "Gifford worked bone typology": { + "id": "option.nameSystems.Gifford worked bone typology", + "defaultMessage": "Gifford worked bone typology" + }, + "Gifford worked shell typology": { + "id": "option.nameSystems.Gifford worked shell typology", + "defaultMessage": "Gifford worked shell typology" + }, + "Heizer projectile point typology": { + "id": "option.nameSystems.Heizer projectile point typology", + "defaultMessage": "Heizer projectile point typology" + }, + "Justice projectile point typology": { + "id": "option.nameSystems.Justice projectile point typology", + "defaultMessage": "Justice projectile point typology" + }, + "Meighan historic glass bead typology": { + "id": "option.nameSystems.Meighan historic glass bead typology", + "defaultMessage": "Meighan historic glass bead typology" + }, + "Treganza clay artifact typology": { + "id": "option.nameSystems.Treganza clay artifact typology", + "defaultMessage": "Treganza clay artifact typology" + }, + "no system": { + "id": "option.nameSystems.no system", + "defaultMessage": "no system" + }, + "Local OHC": { + "id": "option.nameSystems.Local OHC", + "defaultMessage": "Local OHC" + } + } + }, + "nameTypes": { + "values": [ + "classified", + "denomination", + "simple", + "taxonomic", + "typological" + ], + "messages": { + "classified": { + "id": "option.nameTypes.classified", + "defaultMessage": "classified" + }, + "denomination": { + "id": "option.nameTypes.denomination", + "defaultMessage": "denomination" + }, + "simple": { + "id": "option.nameTypes.simple", + "defaultMessage": "simple" + }, + "taxonomic": { + "id": "option.nameTypes.taxonomic", + "defaultMessage": "taxonomic" + }, + "typological": { + "id": "option.nameTypes.typological", + "defaultMessage": "typological" + } + } + }, + "numberTypes": { + "values": [ + "AccessCommingledID", + "AccessSkeletalID", + "Additional File Number", + "Archives/Library Negative Number", + "Barcode Number", + "Community NID", + "Digital Heritage Collection NID", + "Digital Heritage Item NID", + "Field Sheet Number", + "Fine Arts Card Number", + "FIPS Number", + "OAI Number", + "OHI Number", + "OhioPix File Name", + "Old Ledger #1", + "Old Ledger #2", + "Original Collection Number", + "Other Number", + "Previous Catalog Number", + "Punch Card Number", + "Researcher Number", + "SOD Number", + "STARid" + ], + "messages": { + "lender": { + "id": "option.numberTypes.lender", + "defaultMessage": "lender" + }, + "obsolete": { + "id": "option.numberTypes.obsolete", + "defaultMessage": "obsolete" + }, + "previous": { + "id": "option.numberTypes.previous", + "defaultMessage": "previous" + }, + "serial": { + "id": "option.numberTypes.serial", + "defaultMessage": "serial" + }, + "unknown": { + "id": "option.numberTypes.unknown", + "defaultMessage": "unknown" + }, + "AccessCommingledID": { + "id": "option.numberTypes.AccessCommingledID", + "defaultMessage": "AccessCommingledID" + }, + "AccessSkeletalID": { + "id": "option.numberTypes.AccessSkeletalID", + "defaultMessage": "AccessSkeletalID" + }, + "Additional File Number": { + "id": "option.numberTypes.Additional File Number", + "defaultMessage": "Additional File Number" + }, + "Archives/Library Negative Number": { + "id": "option.numberTypes.Archives/Library Negative Number", + "defaultMessage": "Archives/Library Negative Number" + }, + "Barcode Number": { + "id": "option.numberTypes.Barcode Number", + "defaultMessage": "Barcode Number" + }, + "Field Sheet Number": { + "id": "option.numberTypes.Field Sheet Number", + "defaultMessage": "Field Sheet Number" + }, + "Fine Arts Card Number": { + "id": "option.numberTypes.Fine Arts Card Number", + "defaultMessage": "Fine Arts Card Number" + }, + "FIPS Number": { + "id": "option.numberTypes.FIPS Number", + "defaultMessage": "FIPS Number" + }, + "OAI Number": { + "id": "option.numberTypes.OAI Number", + "defaultMessage": "OAI Number" + }, + "OHI Number": { + "id": "option.numberTypes.OHI Number", + "defaultMessage": "OHI Number" + }, + "OhioPix File Name": { + "id": "option.numberTypes.OhioPix File Name", + "defaultMessage": "OhioPix File Name" + }, + "Old Ledger #1": { + "id": "option.numberTypes.Old Ledger #1", + "defaultMessage": "Old Ledger #1" + }, + "Old Ledger #2": { + "id": "option.numberTypes.Old Ledger #2", + "defaultMessage": "Old Ledger #2" + }, + "Original Collection Number": { + "id": "option.numberTypes.Original Collection Number", + "defaultMessage": "Original Collection Number" + }, + "Other Number": { + "id": "option.numberTypes.Other Number", + "defaultMessage": "Other Number" + }, + "Previous Catalog Number": { + "id": "option.numberTypes.Previous Catalog Number", + "defaultMessage": "Previous Catalog Number" + }, + "Punch Card Number": { + "id": "option.numberTypes.Punch Card Number", + "defaultMessage": "Punch Card Number" + }, + "Researcher Number": { + "id": "option.numberTypes.Researcher Number", + "defaultMessage": "Researcher Number" + }, + "SOD Number": { + "id": "option.numberTypes.SOD Number", + "defaultMessage": "SOD Number" + }, + "STAR ID": { + "id": "option.numberTypes.STARid", + "defaultMessage": "STARid" + } + } + }, + "objectComponentNames": { + "values": [ + "blade", + "buttonhole", + "handle", + "sleeve" + ], + "messages": { + "blade": { + "id": "option.objectComponentNames.blade", + "defaultMessage": "blade" + }, + "buttonhole": { + "id": "option.objectComponentNames.buttonhole", + "defaultMessage": "buttonhole" + }, + "handle": { + "id": "option.objectComponentNames.handle", + "defaultMessage": "handle" + }, + "sleeve": { + "id": "option.objectComponentNames.sleeve", + "defaultMessage": "sleeve" + } + } + }, + "objectStatuses": { + "values": [ + "copy", + "forgery", + "holotype", + "paralectotype", + "paratype", + "type" + ], + "messages": { + "copy": { + "id": "option.objectStatuses.copy", + "defaultMessage": "copy" + }, + "forgery": { + "id": "option.objectStatuses.forgery", + "defaultMessage": "forgery" + }, + "holotype": { + "id": "option.objectStatuses.holotype", + "defaultMessage": "holotype" + }, + "paralectotype": { + "id": "option.objectStatuses.paralectotype", + "defaultMessage": "paralectotype" + }, + "paratype": { + "id": "option.objectStatuses.paratype", + "defaultMessage": "paratype" + }, + "type": { + "id": "option.objectStatuses.type", + "defaultMessage": "type" + } + } + }, + "ownershipAccessLevels": { + "values": [ + "limited", + "open", + "restricted" + ], + "messages": { + "limited": { + "id": "option.ownershipAccessLevels.limited", + "defaultMessage": "limited" + }, + "open": { + "id": "option.ownershipAccessLevels.open", + "defaultMessage": "open" + }, + "restricted": { + "id": "option.ownershipAccessLevels.restricted", + "defaultMessage": "restricted" + } + } + }, + "ownershipCategories": { + "values": [ + "company", + "public", + "private" + ], + "messages": { + "company": { + "id": "option.ownershipCategories.company", + "defaultMessage": "company" + }, + "public": { + "id": "option.ownershipCategories.public", + "defaultMessage": "public" + }, + "private": { + "id": "option.ownershipCategories.private", + "defaultMessage": "private" + } + } + }, + "ownershipExchangeMethods": { + "values": [ + "bequest", + "exchange", + "gift", + "purchase", + "transfer", + "treasure" + ], + "messages": { + "bequest": { + "id": "option.ownershipExchangeMethods.bequest", + "defaultMessage": "bequest" + }, + "exchange": { + "id": "option.ownershipExchangeMethods.exchange", + "defaultMessage": "exchange" + }, + "gift": { + "id": "option.ownershipExchangeMethods.gift", + "defaultMessage": "gift" + }, + "purchase": { + "id": "option.ownershipExchangeMethods.purchase", + "defaultMessage": "purchase" + }, + "transfer": { + "id": "option.ownershipExchangeMethods.transfer", + "defaultMessage": "transfer" + }, + "treasure": { + "id": "option.ownershipExchangeMethods.treasure", + "defaultMessage": "treasure" + } + } + }, + "phases": { + "values": [ + "adult/mature", + "subadult/immature", + "egg", + "fetus", + "pupa", + "larva", + "seed", + "indeterminate", + "multiple", + "unknown" + ], + "messages": { + "adult": { + "id": "option.phases.adult", + "defaultMessage": "adult" + }, + "imago": { + "id": "option.phases.imago", + "defaultMessage": "imago" + }, + "larva": { + "id": "option.phases.larva", + "defaultMessage": "larva" + }, + "nymph": { + "id": "option.phases.nymph", + "defaultMessage": "nymph" + }, + "pupa": { + "id": "option.phases.pupa", + "defaultMessage": "pupa" + }, + "adult/mature": { + "id": "option.phases.adult/mature", + "defaultMessage": "adult/mature" + }, + "subadult/immature": { + "id": "option.phases.subadult/immature", + "defaultMessage": "subadult/immature" + }, + "egg": { + "id": "option.phases.egg", + "defaultMessage": "egg" + }, + "seed": { + "id": "option.phases.seed", + "defaultMessage": "seed" + }, + "indeterminate": { + "id": "option.phases.indeterminate", + "defaultMessage": "indeterminate" + }, + "multiple": { + "id": "option.phases.multiple", + "defaultMessage": "multiple" + }, + "unknown": { + "id": "option.phases.unknown", + "defaultMessage": "unknown" + }, + "fetus": { + "id": "option.phases.fetus", + "defaultMessage": "fetus" + } + } + }, + "positions": { + "values": [ + "back", + "base", + "bottom", + "front", + "inside", + "left", + "outside", + "recto", + "right", + "rim", + "top", + "verso" + ], + "messages": { + "back": { + "id": "option.positions.back", + "defaultMessage": "back" + }, + "base": { + "id": "option.positions.base", + "defaultMessage": "base" + }, + "bottom": { + "id": "option.positions.bottom", + "defaultMessage": "bottom" + }, + "front": { + "id": "option.positions.front", + "defaultMessage": "front" + }, + "inside": { + "id": "option.positions.inside", + "defaultMessage": "inside" + }, + "left": { + "id": "option.positions.left", + "defaultMessage": "left" + }, + "outside": { + "id": "option.positions.outside", + "defaultMessage": "outside" + }, + "recto": { + "id": "option.positions.recto", + "defaultMessage": "recto" + }, + "right": { + "id": "option.positions.right", + "defaultMessage": "right" + }, + "rim": { + "id": "option.positions.rim", + "defaultMessage": "rim" + }, + "top": { + "id": "option.positions.top", + "defaultMessage": "top" + }, + "verso": { + "id": "option.positions.verso", + "defaultMessage": "verso" + } + } + }, + "recordStatuses": { + "values": [ + "approved", + "in-process", + "new", + "ready-for-review", + "revision-needed", + "temporary" + ], + "messages": { + "approved": { + "id": "option.recordStatuses.approved", + "defaultMessage": "approved" + }, + "in-process": { + "id": "option.recordStatuses.in-process", + "defaultMessage": "in process" + }, + "new": { + "id": "option.recordStatuses.new", + "defaultMessage": "new" + }, + "temporary": { + "id": "option.recordStatuses.temporary", + "defaultMessage": "temporary" + }, + "ready-for-review": { + "id": "option.recordStatuses.ready-for-review", + "defaultMessage": "ready for review" + }, + "revision-needed": { + "id": "option.recordStatuses.revision-needed", + "defaultMessage": "revision needed" + } + } + }, + "scripts": { + "values": [ + "carolingian-miniscule", + "gothic-script", + "palmer-method", + "roman-cursive", + "rustic-capitals", + "spencerian-method", + "square-capitals" + ], + "messages": { + "carolingian-miniscule": { + "id": "option.scripts.carolingian-miniscule", + "defaultMessage": "Carolingian minuscule" + }, + "gothic-script": { + "id": "option.scripts.gothic-script", + "defaultMessage": "Gothic script" + }, + "palmer-method": { + "id": "option.scripts.palmer-method", + "defaultMessage": "Palmer method" + }, + "roman-cursive": { + "id": "option.scripts.roman-cursive", + "defaultMessage": "Roman cursive" + }, + "rustic-capitals": { + "id": "option.scripts.rustic-capitals", + "defaultMessage": "rustic capitals" + }, + "spencerian-method": { + "id": "option.scripts.spencerian-method", + "defaultMessage": "Spencerian method" + }, + "square-capitals": { + "id": "option.scripts.square-capitals", + "defaultMessage": "square capitals" + } + } + }, + "sexes": { + "values": [ + "female", + "male", + "indeterminate", + "mixed" + ], + "messages": { + "female": { + "id": "option.sexes.female", + "defaultMessage": "female" + }, + "male": { + "id": "option.sexes.male", + "defaultMessage": "male" + }, + "indeterminate": { + "id": "option.sexes.indeterminate", + "defaultMessage": "indeterminate" + }, + "mixed": { + "id": "option.sexes.mixed", + "defaultMessage": "mixed" + } + } + }, + "technicalAttributes": { + "values": [ + "magnetic-tape-type", + "record-speed" + ], + "messages": { + "magnetic-tape-type": { + "id": "option.technicalAttributes.magnetic-tape-type", + "defaultMessage": "magnetic tape type" + }, + "record-speed": { + "id": "option.technicalAttributes.record-speed", + "defaultMessage": "record speed" + } + } + }, + "technicalAttributeMeasurements": { + "values": [ + "metal", + "78" + ], + "messages": { + "78": { + "id": "option.technicalAttributeMeasurements.78", + "defaultMessage": "78" + }, + "metal": { + "id": "option.technicalAttributeMeasurements.metal", + "defaultMessage": "metal" + } + } + }, + "technicalAttributeMeasurementUnits": { + "values": [ + "rpm" + ], + "messages": { + "rpm": { + "id": "option.technicalAttributeMeasurementUnits.rpm", + "defaultMessage": "rpm" + } + } + }, + "titleTypes": { + "values": [ + "assigned-by-artist", + "collection", + "book-title", + "site" + ], + "messages": { + "assigned-by-artist": { + "id": "option.titleTypes.assigned-by-artist", + "defaultMessage": "assigned by artist" + }, + "collection": { + "id": "option.titleTypes.collection", + "defaultMessage": "collection" + }, + "generic": { + "id": "option.titleTypes.generic", + "defaultMessage": "generic" + }, + "popular": { + "id": "option.titleTypes.popular", + "defaultMessage": "popular" + }, + "series": { + "id": "option.titleTypes.series", + "defaultMessage": "series" + }, + "trade": { + "id": "option.titleTypes.trade", + "defaultMessage": "trade" + }, + "book-title": { + "id": "option.titleTypes.book-title", + "defaultMessage": "book title" + }, + "site": { + "id": "option.titleTypes.site", + "defaultMessage": "site" + } + } + }, + "objectParentTypes": { + "values": [ + "set", + "derivative", + "separable-part", + "non-separable-part", + "recto", + "verso" + ], + "messages": { + "set": { + "id": "option.objectParentTypes.set", + "defaultMessage": "set" + }, + "derivative": { + "id": "option.objectParentTypes.derivative", + "defaultMessage": "work (derivative)" + }, + "separable-part": { + "id": "option.objectParentTypes.separable-part", + "defaultMessage": "work (separable part)" + }, + "non-separable-part": { + "id": "option.objectParentTypes.non-separable-part", + "defaultMessage": "work (non-separable part)" + }, + "recto": { + "id": "option.objectParentTypes.recto", + "defaultMessage": "work (recto)" + }, + "verso": { + "id": "option.objectParentTypes.verso", + "defaultMessage": "work (verso)" + } + } + }, + "objectChildTypes": { + "values": [ + "set", + "derivative", + "separable-part", + "non-separable-part", + "recto", + "verso" + ], + "messages": { + "set": { + "id": "option.objectChildTypes.set", + "defaultMessage": "item in a set" + }, + "derivative": { + "id": "option.objectChildTypes.derivative", + "defaultMessage": "derivative" + }, + "separable-part": { + "id": "option.objectChildTypes.separable-part", + "defaultMessage": "separable part" + }, + "non-separable-part": { + "id": "option.objectChildTypes.non-separable-part", + "defaultMessage": "non-separable part" + }, + "recto": { + "id": "option.objectChildTypes.recto", + "defaultMessage": "recto" + }, + "verso": { + "id": "option.objectChildTypes.verso", + "defaultMessage": "verso" + } + } + }, + "conceptTermStatuses": { + "values": [ + "provisional", + "under review", + "accepted", + "rejected" + ], + "messages": { + "provisional": { + "id": "option.conceptTermStatuses.provisional", + "defaultMessage": "provisional" + }, + "under review": { + "id": "option.conceptTermStatuses.under review", + "defaultMessage": "under review" + }, + "accepted": { + "id": "option.conceptTermStatuses.accepted", + "defaultMessage": "accepted" + }, + "rejected": { + "id": "option.conceptTermStatuses.rejected", + "defaultMessage": "rejected" + } + } + }, + "conceptTermTypes": { + "values": [ + "descriptor", + "alternate descriptor", + "used for term" + ], + "messages": { + "descriptor": { + "id": "option.conceptTermTypes.descriptor", + "defaultMessage": "descriptor" + }, + "alternate descriptor": { + "id": "option.conceptTermTypes.alternate descriptor", + "defaultMessage": "alternate descriptor" + }, + "used for term": { + "id": "option.conceptTermTypes.used for term", + "defaultMessage": "used for term" + } + } + }, + "conceptHistoricalStatuses": { + "values": [ + "current", + "historical", + "both", + "unknown" + ], + "messages": { + "current": { + "id": "option.conceptHistoricalStatuses.current", + "defaultMessage": "current" + }, + "historical": { + "id": "option.conceptHistoricalStatuses.historical", + "defaultMessage": "historical" + }, + "both": { + "id": "option.conceptHistoricalStatuses.both", + "defaultMessage": "both" + }, + "unknown": { + "id": "option.conceptHistoricalStatuses.unknown", + "defaultMessage": "unknown" + } + } + }, + "objectAuditCategories": { + "values": [ + "low", + "medium", + "high" + ], + "messages": { + "low": { + "id": "option.objectAuditCategories.low", + "defaultMessage": "low" + }, + "medium": { + "id": "option.objectAuditCategories.medium", + "defaultMessage": "medium" + }, + "high": { + "id": "option.objectAuditCategories.high", + "defaultMessage": "high" + } + } + }, + "completenessLevels": { + "values": [ + "complete", + "fragmented", + "incomplete" + ], + "messages": { + "complete": { + "id": "option.completenessLevels.complete", + "defaultMessage": "complete" + }, + "fragmented": { + "id": "option.completenessLevels.fragmented", + "defaultMessage": "fragmented" + }, + "incomplete": { + "id": "option.completenessLevels.incomplete", + "defaultMessage": "incomplete" + } + } + }, + "conditions": { + "values": [ + "needsnowork", + "exhibitableneedswork", + "notexhibitablestable", + "injeopardy" + ], + "messages": { + "needsnowork": { + "id": "option.conditions.needsnowork", + "defaultMessage": "needs no work" + }, + "exhibitableneedswork": { + "id": "option.conditions.exhibitableneedswork", + "defaultMessage": "exhibitable / needs work" + }, + "notexhibitablestable": { + "id": "option.conditions.notexhibitablestable", + "defaultMessage": "not exhibitable / stable" + }, + "injeopardy": { + "id": "option.conditions.injeopardy", + "defaultMessage": "in jeopardy" + } + } + }, + "conservationTreatmentPriorities": { + "values": [ + "low", + "medium", + "high" + ], + "messages": { + "low": { + "id": "option.conservationTreatmentPriorities.low", + "defaultMessage": "low" + }, + "medium": { + "id": "option.conservationTreatmentPriorities.medium", + "defaultMessage": "medium" + }, + "high": { + "id": "option.conservationTreatmentPriorities.high", + "defaultMessage": "high" + } + } + }, + "hazards": { + "values": [ + "arsenic", + "asbestos", + "corrosive", + "flammable", + "guano", + "insects", + "lead", + "mold or mildew", + "mercury", + "oxidation", + "oxidation", + "poisonous", + "radioactive", + "scat", + "sharp protrusion", + "unstable component", + "vermin" + ], + "messages": { + "poisonous": { + "id": "option.hazards.poisonous", + "defaultMessage": "poisonous" + }, + "radioactive": { + "id": "option.hazards.radioactive", + "defaultMessage": "radioactive" + }, + "arsenic": { + "id": "option.hazards.arsenic", + "defaultMessage": "arsenic" + }, + "asbestos": { + "id": "option.hazards.asbestos", + "defaultMessage": "asbestos" + }, + "corrosive": { + "id": "option.hazards.corrosive", + "defaultMessage": "corrosive" + }, + "flammable": { + "id": "option.hazards.flammable", + "defaultMessage": "flammable" + }, + "guano": { + "id": "option.hazards.guano", + "defaultMessage": "guano" + }, + "insects": { + "id": "option.hazards.insects", + "defaultMessage": "insects" + }, + "lead": { + "id": "option.hazards.lead", + "defaultMessage": "lead" + }, + "mold or mildew": { + "id": "option.hazards.mold or mildew", + "defaultMessage": "mold or mildew" + }, + "mercury": { + "id": "option.hazards.mercury", + "defaultMessage": "mercury" + }, + "oxidation": { + "id": "option.hazards.oxidation", + "defaultMessage": "oxidation" + }, + "other": { + "id": "option.hazards.other", + "defaultMessage": "other" + }, + "scat": { + "id": "option.hazards.scat", + "defaultMessage": "scat" + }, + "sharp protrusion": { + "id": "option.hazards.sharp protrusion", + "defaultMessage": "sharp protrusion" + }, + "unstable component": { + "id": "option.hazards.unstable component", + "defaultMessage": "unstable component" + }, + "vermin": { + "id": "option.hazards.vermin", + "defaultMessage": "vermin" + } + } + }, + "conditionCheckMethods": { + "values": [ + "observed", + "xrayed" + ], + "messages": { + "observed": { + "id": "option.conditionCheckMethods.observed", + "defaultMessage": "observed" + }, + "xrayed": { + "id": "option.conditionCheckMethods.xrayed", + "defaultMessage": "x-rayed" + } + } + }, + "conditionCheckReasons": { + "values": [ + "candidate for deaccession", + "conservation", + "consideration", + "damaged", + "exhibit", + "inquiry", + "exhibit preparation", + "inventory/recataloging", + "loanin", + "loanout" + ], + "messages": { + "conservation": { + "id": "option.conditionCheckReasons.conservation", + "defaultMessage": "conservation" + }, + "damagedintransit": { + "id": "option.conditionCheckReasons.damagedintransit", + "defaultMessage": "damaged in transit" + }, + "exhibition": { + "id": "option.conditionCheckReasons.exhibition", + "defaultMessage": "exhibition" + }, + "loanin": { + "id": "option.conditionCheckReasons.loanin", + "defaultMessage": "loan in" + }, + "newacquisition": { + "id": "option.conditionCheckReasons.newacquisition", + "defaultMessage": "new acquisition" + }, + "candidate for deaccession": { + "id": "option.conditionCheckReasons.candidate for deaccession", + "defaultMessage": "candidate for deaccession" + }, + "consideraton": { + "id": "option.conditionCheckReasons.consideration", + "defaultMessage": "consideration" + }, + "damaged": { + "id": "option.conditionCheckReasons.damaged", + "defaultMessage": "damaged" + }, + "exhibit": { + "id": "option.conditionCheckReasons.exhibit", + "defaultMessage": "exhibit" + }, + "exhibit preparation": { + "id": "option.conditionCheckReasons.exhibit preparation", + "defaultMessage": "exhibit preparation" + }, + "inquiry": { + "id": "option.conditionCheckReasons.inquiry", + "defaultMessage": "inquiry" + }, + "inventory/recataloging": { + "id": "option.conditionCheckReasons.inventory/recataloging", + "defaultMessage": "inventory/recataloging" + }, + "loanout": { + "id": "option.conditionCheckReasons.loanout", + "defaultMessage": "loan out" + } + } + }, + "salvagePriorityCodes": { + "values": [ + "low", + "medium", + "high" + ], + "messages": { + "low": { + "id": "option.salvagePriorityCodes.low", + "defaultMessage": "low" + }, + "medium": { + "id": "option.salvagePriorityCodes.medium", + "defaultMessage": "medium" + }, + "high": { + "id": "option.salvagePriorityCodes.high", + "defaultMessage": "high" + } + } + }, + "emailTypes": { + "values": [ + "business", + "personal", + "other" + ], + "messages": { + "business": { + "id": "option.emailTypes.business", + "defaultMessage": "business" + }, + "personal": { + "id": "option.emailTypes.personal", + "defaultMessage": "personal" + }, + "other": { + "id": "option.emailTypes.other", + "defaultMessage": "other" + } + } + }, + "telephoneNumberTypes": { + "values": [ + "business", + "home", + "mobile", + "other" + ], + "messages": { + "business": { + "id": "option.telephoneNumberTypes.business", + "defaultMessage": "business" + }, + "personal": { + "id": "option.telephoneNumberTypes.home", + "defaultMessage": "home" + }, + "mobile": { + "id": "option.telephoneNumberTypes.mobile", + "defaultMessage": "mobile" + }, + "other": { + "id": "option.telephoneNumberTypes.other", + "defaultMessage": "other" + } + } + }, + "faxNumberTypes": { + "values": [ + "business", + "home", + "other" + ], + "messages": { + "business": { + "id": "option.faxNumberTypes.business", + "defaultMessage": "business" + }, + "personal": { + "id": "option.faxNumberTypes.home", + "defaultMessage": "home" + }, + "other": { + "id": "option.faxNumberTypes.other", + "defaultMessage": "other" + } + } + }, + "webAddressTypes": { + "values": [ + "business", + "personal", + "other" + ], + "messages": { + "business": { + "id": "option.webAddressTypes.business", + "defaultMessage": "business" + }, + "personal": { + "id": "option.webAddressTypes.personal", + "defaultMessage": "personal" + }, + "other": { + "id": "option.webAddressTypes.other", + "defaultMessage": "other" + } + } + }, + "addressTypes": { + "values": [ + "business", + "home", + "other" + ], + "messages": { + "business": { + "id": "option.addressTypes.business", + "defaultMessage": "business" + }, + "home": { + "id": "option.addressTypes.home", + "defaultMessage": "home" + }, + "other": { + "id": "option.addressTypes.other", + "defaultMessage": "other" + } + } + }, + "addressCountries": { + "values": [ + "AX", + "AF", + "AL", + "DZ", + "AS", + "AD", + "AO", + "AI", + "AQ", + "AG", + "AR", + "AM", + "AW", + "AU", + "AT", + "AZ", + "BS", + "BH", + "BD", + "BB", + "BY", + "BE", + "BZ", + "BJ", + "BM", + "BT", + "BO", + "BQ", + "BA", + "BW", + "BV", + "BR", + "IO", + "BN", + "BG", + "BF", + "BI", + "KH", + "CM", + "CA", + "CV", + "KY", + "CF", + "TD", + "CL", + "CN", + "CX", + "CC", + "CO", + "KM", + "CG", + "CD", + "CK", + "CR", + "CI", + "HR", + "CU", + "CW", + "CY", + "CZ", + "DK", + "DJ", + "DM", + "DO", + "EC", + "EG", + "SV", + "GQ", + "ER", + "EE", + "ET", + "FK", + "FO", + "FJ", + "FI", + "FR", + "GF", + "PF", + "TF", + "GA", + "GM", + "GE", + "DE", + "GH", + "GI", + "GR", + "GL", + "GD", + "GP", + "GU", + "GT", + "GG", + "GN", + "GW", + "GY", + "HT", + "HM", + "VA", + "HN", + "HK", + "HU", + "IS", + "IN", + "ID", + "IR", + "IQ", + "IE", + "IM", + "IL", + "IT", + "JM", + "JP", + "JE", + "JO", + "KZ", + "KE", + "KI", + "KP", + "KR", + "KW", + "KG", + "LA", + "LV", + "LB", + "LS", + "LR", + "LY", + "LI", + "LT", + "LU", + "MO", + "MK", + "MG", + "MW", + "MY", + "MV", + "ML", + "MT", + "MH", + "MQ", + "MR", + "MU", + "YT", + "MX", + "FM", + "MD", + "MC", + "MN", + "ME", + "MS", + "MA", + "MZ", + "MM", + "NA", + "NR", + "NP", + "NL", + "NC", + "NZ", + "NI", + "NE", + "NG", + "NU", + "NF", + "MP", + "NO", + "OM", + "PK", + "PW", + "PS", + "PA", + "PG", + "PY", + "PE", + "PH", + "PN", + "PL", + "PT", + "PR", + "QA", + "RE", + "RO", + "RU", + "RW", + "BL", + "SH", + "KN", + "LC", + "MF", + "PM", + "VC", + "WS", + "SM", + "ST", + "SA", + "SN", + "RS", + "SC", + "SL", + "SG", + "SX", + "SK", + "SI", + "SB", + "SO", + "ZA", + "GS", + "SS", + "ES", + "LK", + "SD", + "SR", + "SJ", + "SZ", + "SE", + "CH", + "SY", + "TW", + "TJ", + "TZ", + "TH", + "TL", + "TG", + "TK", + "TO", + "TT", + "TN", + "TR", + "TM", + "TC", + "TV", + "UG", + "UA", + "AE", + "GB", + "US", + "UM", + "UY", + "UZ", + "VU", + "VE", + "VN", + "VG", + "VI", + "WF", + "EH", + "YE", + "ZM", + "ZW" + ], + "messages": { + "AF": { + "id": "option.addressCountries.AF", + "defaultMessage": "Afghanistan" + }, + "AX": { + "id": "option.addressCountries.AX", + "defaultMessage": "Åland Islands" + }, + "AL": { + "id": "option.addressCountries.AL", + "defaultMessage": "Albania" + }, + "DZ": { + "id": "option.addressCountries.DZ", + "defaultMessage": "Algeria" + }, + "AS": { + "id": "option.addressCountries.AS", + "defaultMessage": "American Samoa" + }, + "AD": { + "id": "option.addressCountries.AD", + "defaultMessage": "Andorra" + }, + "AO": { + "id": "option.addressCountries.AO", + "defaultMessage": "Angola" + }, + "AI": { + "id": "option.addressCountries.AI", + "defaultMessage": "Anguilla" + }, + "AQ": { + "id": "option.addressCountries.AQ", + "defaultMessage": "Antarctica" + }, + "AG": { + "id": "option.addressCountries.AG", + "defaultMessage": "Antigua and Barbuda" + }, + "AR": { + "id": "option.addressCountries.AR", + "defaultMessage": "Argentina" + }, + "AM": { + "id": "option.addressCountries.AM", + "defaultMessage": "Armenia" + }, + "AW": { + "id": "option.addressCountries.AW", + "defaultMessage": "Aruba" + }, + "AU": { + "id": "option.addressCountries.AU", + "defaultMessage": "Australia" + }, + "AT": { + "id": "option.addressCountries.AT", + "defaultMessage": "Austria" + }, + "AZ": { + "id": "option.addressCountries.AZ", + "defaultMessage": "Azerbaijan" + }, + "BS": { + "id": "option.addressCountries.BS", + "defaultMessage": "Bahamas (the)" + }, + "BH": { + "id": "option.addressCountries.BH", + "defaultMessage": "Bahrain" + }, + "BD": { + "id": "option.addressCountries.BD", + "defaultMessage": "Bangladesh" + }, + "BB": { + "id": "option.addressCountries.BB", + "defaultMessage": "Barbados" + }, + "BY": { + "id": "option.addressCountries.BY", + "defaultMessage": "Belarus" + }, + "BE": { + "id": "option.addressCountries.BE", + "defaultMessage": "Belgium" + }, + "BZ": { + "id": "option.addressCountries.BZ", + "defaultMessage": "Belize" + }, + "BJ": { + "id": "option.addressCountries.BJ", + "defaultMessage": "Benin" + }, + "BM": { + "id": "option.addressCountries.BM", + "defaultMessage": "Bermuda" + }, + "BT": { + "id": "option.addressCountries.BT", + "defaultMessage": "Bhutan" + }, + "BO": { + "id": "option.addressCountries.BO", + "defaultMessage": "Bolivia (Plurinational State of)" + }, + "BQ": { + "id": "option.addressCountries.BQ", + "defaultMessage": "Bonaire, Sint Eustatius and Saba" + }, + "BA": { + "id": "option.addressCountries.BA", + "defaultMessage": "Bosnia and Herzegovina" + }, + "BW": { + "id": "option.addressCountries.BW", + "defaultMessage": "Botswana" + }, + "BV": { + "id": "option.addressCountries.BV", + "defaultMessage": "Bouvet Island" + }, + "BR": { + "id": "option.addressCountries.BR", + "defaultMessage": "Brazil" + }, + "IO": { + "id": "option.addressCountries.IO", + "defaultMessage": "British Indian Ocean Territory (the)" + }, + "BN": { + "id": "option.addressCountries.BN", + "defaultMessage": "Brunei Darussalam" + }, + "BG": { + "id": "option.addressCountries.BG", + "defaultMessage": "Bulgaria" + }, + "BF": { + "id": "option.addressCountries.BF", + "defaultMessage": "Burkina Faso" + }, + "BI": { + "id": "option.addressCountries.BI", + "defaultMessage": "Burundi" + }, + "KH": { + "id": "option.addressCountries.KH", + "defaultMessage": "Cambodia" + }, + "CM": { + "id": "option.addressCountries.CM", + "defaultMessage": "Cameroon" + }, + "CA": { + "id": "option.addressCountries.CA", + "defaultMessage": "Canada" + }, + "CV": { + "id": "option.addressCountries.CV", + "defaultMessage": "Cape Verde" + }, + "KY": { + "id": "option.addressCountries.KY", + "defaultMessage": "Cayman Islands (the)" + }, + "CF": { + "id": "option.addressCountries.CF", + "defaultMessage": "Central African Republic (the)" + }, + "TD": { + "id": "option.addressCountries.TD", + "defaultMessage": "Chad" + }, + "CL": { + "id": "option.addressCountries.CL", + "defaultMessage": "Chile" + }, + "CN": { + "id": "option.addressCountries.CN", + "defaultMessage": "China" + }, + "CX": { + "id": "option.addressCountries.CX", + "defaultMessage": "Christmas Island" + }, + "CC": { + "id": "option.addressCountries.CC", + "defaultMessage": "Cocos (Keeling) Islands (the)" + }, + "CO": { + "id": "option.addressCountries.CO", + "defaultMessage": "Colombia" + }, + "KM": { + "id": "option.addressCountries.KM", + "defaultMessage": "Comoros (the)" + }, + "CG": { + "id": "option.addressCountries.CG", + "defaultMessage": "Congo (the)" + }, + "CD": { + "id": "option.addressCountries.CD", + "defaultMessage": "Congo (the Democratic Republic of the)" + }, + "CK": { + "id": "option.addressCountries.CK", + "defaultMessage": "Cook Islands (the)" + }, + "CR": { + "id": "option.addressCountries.CR", + "defaultMessage": "Costa Rica" + }, + "CI": { + "id": "option.addressCountries.CI", + "defaultMessage": "Côte d'Ivoire" + }, + "HR": { + "id": "option.addressCountries.HR", + "defaultMessage": "Croatia" + }, + "CU": { + "id": "option.addressCountries.CU", + "defaultMessage": "Cuba" + }, + "CW": { + "id": "option.addressCountries.CW", + "defaultMessage": "Curaçao" + }, + "CY": { + "id": "option.addressCountries.CY", + "defaultMessage": "Cyprus" + }, + "CZ": { + "id": "option.addressCountries.CZ", + "defaultMessage": "Czechia" + }, + "DK": { + "id": "option.addressCountries.DK", + "defaultMessage": "Denmark" + }, + "DJ": { + "id": "option.addressCountries.DJ", + "defaultMessage": "Djibouti" + }, + "DM": { + "id": "option.addressCountries.DM", + "defaultMessage": "Dominica" + }, + "DO": { + "id": "option.addressCountries.DO", + "defaultMessage": "Dominican Republic (the)" + }, + "EC": { + "id": "option.addressCountries.EC", + "defaultMessage": "Ecuador" + }, + "EG": { + "id": "option.addressCountries.EG", + "defaultMessage": "Egypt" + }, + "SV": { + "id": "option.addressCountries.SV", + "defaultMessage": "El Salvador" + }, + "GQ": { + "id": "option.addressCountries.GQ", + "defaultMessage": "Equatorial Guinea" + }, + "ER": { + "id": "option.addressCountries.ER", + "defaultMessage": "Eritrea" + }, + "EE": { + "id": "option.addressCountries.EE", + "defaultMessage": "Estonia" + }, + "ET": { + "id": "option.addressCountries.ET", + "defaultMessage": "Ethiopia" + }, + "FK": { + "id": "option.addressCountries.FK", + "defaultMessage": "Falkland Islands (the) [Malvinas]" + }, + "FO": { + "id": "option.addressCountries.FO", + "defaultMessage": "Faroe Islands (the)" + }, + "FJ": { + "id": "option.addressCountries.FJ", + "defaultMessage": "Fiji" + }, + "FI": { + "id": "option.addressCountries.FI", + "defaultMessage": "Finland" + }, + "FR": { + "id": "option.addressCountries.FR", + "defaultMessage": "France" + }, + "GF": { + "id": "option.addressCountries.GF", + "defaultMessage": "French Guiana" + }, + "PF": { + "id": "option.addressCountries.PF", + "defaultMessage": "French Polynesia" + }, + "TF": { + "id": "option.addressCountries.TF", + "defaultMessage": "French Southern Territories (the)" + }, + "GA": { + "id": "option.addressCountries.GA", + "defaultMessage": "Gabon" + }, + "GM": { + "id": "option.addressCountries.GM", + "defaultMessage": "Gambia (the)" + }, + "GE": { + "id": "option.addressCountries.GE", + "defaultMessage": "Georgia" + }, + "DE": { + "id": "option.addressCountries.DE", + "defaultMessage": "Germany" + }, + "GH": { + "id": "option.addressCountries.GH", + "defaultMessage": "Ghana" + }, + "GI": { + "id": "option.addressCountries.GI", + "defaultMessage": "Gibraltar" + }, + "GR": { + "id": "option.addressCountries.GR", + "defaultMessage": "Greece" + }, + "GL": { + "id": "option.addressCountries.GL", + "defaultMessage": "Greenland" + }, + "GD": { + "id": "option.addressCountries.GD", + "defaultMessage": "Grenada" + }, + "GP": { + "id": "option.addressCountries.GP", + "defaultMessage": "Guadeloupe" + }, + "GU": { + "id": "option.addressCountries.GU", + "defaultMessage": "Guam" + }, + "GT": { + "id": "option.addressCountries.GT", + "defaultMessage": "Guatemala" + }, + "GG": { + "id": "option.addressCountries.GG", + "defaultMessage": "Guernsey" + }, + "GN": { + "id": "option.addressCountries.GN", + "defaultMessage": "Guinea" + }, + "GW": { + "id": "option.addressCountries.GW", + "defaultMessage": "Guinea-Bissau" + }, + "GY": { + "id": "option.addressCountries.GY", + "defaultMessage": "Guyana" + }, + "HT": { + "id": "option.addressCountries.HT", + "defaultMessage": "Haiti" + }, + "HM": { + "id": "option.addressCountries.HM", + "defaultMessage": "Heard Island and McDonald Islands" + }, + "VA": { + "id": "option.addressCountries.VA", + "defaultMessage": "Holy See (the)" + }, + "HN": { + "id": "option.addressCountries.HN", + "defaultMessage": "Honduras" + }, + "HK": { + "id": "option.addressCountries.HK", + "defaultMessage": "Hong Kong" + }, + "HU": { + "id": "option.addressCountries.HU", + "defaultMessage": "Hungary" + }, + "IS": { + "id": "option.addressCountries.IS", + "defaultMessage": "Iceland" + }, + "IN": { + "id": "option.addressCountries.IN", + "defaultMessage": "India" + }, + "ID": { + "id": "option.addressCountries.ID", + "defaultMessage": "Indonesia" + }, + "IR": { + "id": "option.addressCountries.IR", + "defaultMessage": "Iran (Islamic Republic of)" + }, + "IQ": { + "id": "option.addressCountries.IQ", + "defaultMessage": "Iraq" + }, + "IE": { + "id": "option.addressCountries.IE", + "defaultMessage": "Ireland" + }, + "IM": { + "id": "option.addressCountries.IM", + "defaultMessage": "Isle of Man" + }, + "IL": { + "id": "option.addressCountries.IL", + "defaultMessage": "Israel" + }, + "IT": { + "id": "option.addressCountries.IT", + "defaultMessage": "Italy" + }, + "JM": { + "id": "option.addressCountries.JM", + "defaultMessage": "Jamaica" + }, + "JP": { + "id": "option.addressCountries.JP", + "defaultMessage": "Japan" + }, + "JE": { + "id": "option.addressCountries.JE", + "defaultMessage": "Jersey" + }, + "JO": { + "id": "option.addressCountries.JO", + "defaultMessage": "Jordan" + }, + "KZ": { + "id": "option.addressCountries.KZ", + "defaultMessage": "Kazakhstan" + }, + "KE": { + "id": "option.addressCountries.KE", + "defaultMessage": "Kenya" + }, + "KI": { + "id": "option.addressCountries.KI", + "defaultMessage": "Kiribati" + }, + "KP": { + "id": "option.addressCountries.KP", + "defaultMessage": "Korea (the Democratic People's Republic of)" + }, + "KR": { + "id": "option.addressCountries.KR", + "defaultMessage": "Korea (the Republic of)" + }, + "KW": { + "id": "option.addressCountries.KW", + "defaultMessage": "Kuwait" + }, + "KG": { + "id": "option.addressCountries.KG", + "defaultMessage": "Kyrgyzstan" + }, + "LA": { + "id": "option.addressCountries.LA", + "defaultMessage": "Lao People's Democratic Republic (the)" + }, + "LV": { + "id": "option.addressCountries.LV", + "defaultMessage": "Latvia" + }, + "LB": { + "id": "option.addressCountries.LB", + "defaultMessage": "Lebanon" + }, + "LS": { + "id": "option.addressCountries.LS", + "defaultMessage": "Lesotho" + }, + "LR": { + "id": "option.addressCountries.LR", + "defaultMessage": "Liberia" + }, + "LY": { + "id": "option.addressCountries.LY", + "defaultMessage": "Libya" + }, + "LI": { + "id": "option.addressCountries.LI", + "defaultMessage": "Liechtenstein" + }, + "LT": { + "id": "option.addressCountries.LT", + "defaultMessage": "Lithuania" + }, + "LU": { + "id": "option.addressCountries.LU", + "defaultMessage": "Luxembourg" + }, + "MO": { + "id": "option.addressCountries.MO", + "defaultMessage": "Macao" + }, + "MK": { + "id": "option.addressCountries.MK", + "defaultMessage": "Macedonia (the former Yugoslav Republic of)" + }, + "MG": { + "id": "option.addressCountries.MG", + "defaultMessage": "Madagascar" + }, + "MW": { + "id": "option.addressCountries.MW", + "defaultMessage": "Malawi" + }, + "MY": { + "id": "option.addressCountries.MY", + "defaultMessage": "Malaysia" + }, + "MV": { + "id": "option.addressCountries.MV", + "defaultMessage": "Maldives" + }, + "ML": { + "id": "option.addressCountries.ML", + "defaultMessage": "Mali" + }, + "MT": { + "id": "option.addressCountries.MT", + "defaultMessage": "Malta" + }, + "MH": { + "id": "option.addressCountries.MH", + "defaultMessage": "Marshall Islands (the)" + }, + "MQ": { + "id": "option.addressCountries.MQ", + "defaultMessage": "Martinique" + }, + "MR": { + "id": "option.addressCountries.MR", + "defaultMessage": "Mauritania" + }, + "MU": { + "id": "option.addressCountries.MU", + "defaultMessage": "Mauritius" + }, + "YT": { + "id": "option.addressCountries.YT", + "defaultMessage": "Mayotte" + }, + "MX": { + "id": "option.addressCountries.MX", + "defaultMessage": "Mexico" + }, + "FM": { + "id": "option.addressCountries.FM", + "defaultMessage": "Micronesia (Federated States of)" + }, + "MD": { + "id": "option.addressCountries.MD", + "defaultMessage": "Moldova (the Republic of)" + }, + "MC": { + "id": "option.addressCountries.MC", + "defaultMessage": "Monaco" + }, + "MN": { + "id": "option.addressCountries.MN", + "defaultMessage": "Mongolia" + }, + "ME": { + "id": "option.addressCountries.ME", + "defaultMessage": "Montenegro" + }, + "MS": { + "id": "option.addressCountries.MS", + "defaultMessage": "Montserrat" + }, + "MA": { + "id": "option.addressCountries.MA", + "defaultMessage": "Morocco" + }, + "MZ": { + "id": "option.addressCountries.MZ", + "defaultMessage": "Mozambique" + }, + "MM": { + "id": "option.addressCountries.MM", + "defaultMessage": "Myanmar" + }, + "NA": { + "id": "option.addressCountries.NA", + "defaultMessage": "Namibia" + }, + "NR": { + "id": "option.addressCountries.NR", + "defaultMessage": "Nauru" + }, + "NP": { + "id": "option.addressCountries.NP", + "defaultMessage": "Nepal" + }, + "NL": { + "id": "option.addressCountries.NL", + "defaultMessage": "Netherlands (the)" + }, + "NC": { + "id": "option.addressCountries.NC", + "defaultMessage": "New Caledonia" + }, + "NZ": { + "id": "option.addressCountries.NZ", + "defaultMessage": "New Zealand" + }, + "NI": { + "id": "option.addressCountries.NI", + "defaultMessage": "Nicaragua" + }, + "NE": { + "id": "option.addressCountries.NE", + "defaultMessage": "Niger (the)" + }, + "NG": { + "id": "option.addressCountries.NG", + "defaultMessage": "Nigeria" + }, + "NU": { + "id": "option.addressCountries.NU", + "defaultMessage": "Niue" + }, + "NF": { + "id": "option.addressCountries.NF", + "defaultMessage": "Norfolk Island" + }, + "MP": { + "id": "option.addressCountries.MP", + "defaultMessage": "Northern Mariana Islands (the)" + }, + "NO": { + "id": "option.addressCountries.NO", + "defaultMessage": "Norway" + }, + "OM": { + "id": "option.addressCountries.OM", + "defaultMessage": "Oman" + }, + "PK": { + "id": "option.addressCountries.PK", + "defaultMessage": "Pakistan" + }, + "PW": { + "id": "option.addressCountries.PW", + "defaultMessage": "Palau" + }, + "PS": { + "id": "option.addressCountries.PS", + "defaultMessage": "Palestine, State of" + }, + "PA": { + "id": "option.addressCountries.PA", + "defaultMessage": "Panama" + }, + "PG": { + "id": "option.addressCountries.PG", + "defaultMessage": "Papua New Guinea" + }, + "PY": { + "id": "option.addressCountries.PY", + "defaultMessage": "Paraguay" + }, + "PE": { + "id": "option.addressCountries.PE", + "defaultMessage": "Peru" + }, + "PH": { + "id": "option.addressCountries.PH", + "defaultMessage": "Philippines (the)" + }, + "PN": { + "id": "option.addressCountries.PN", + "defaultMessage": "Pitcairn" + }, + "PL": { + "id": "option.addressCountries.PL", + "defaultMessage": "Poland" + }, + "PT": { + "id": "option.addressCountries.PT", + "defaultMessage": "Portugal" + }, + "PR": { + "id": "option.addressCountries.PR", + "defaultMessage": "Puerto Rico" + }, + "QA": { + "id": "option.addressCountries.QA", + "defaultMessage": "Qatar" + }, + "RE": { + "id": "option.addressCountries.RE", + "defaultMessage": "Réunion" + }, + "RO": { + "id": "option.addressCountries.RO", + "defaultMessage": "Romania" + }, + "RU": { + "id": "option.addressCountries.RU", + "defaultMessage": "Russian Federation (the)" + }, + "RW": { + "id": "option.addressCountries.RW", + "defaultMessage": "Rwanda" + }, + "BL": { + "id": "option.addressCountries.BL", + "defaultMessage": "Saint Barthélemy" + }, + "SH": { + "id": "option.addressCountries.SH", + "defaultMessage": "Saint Helena, Ascension and Tristan da Cunha" + }, + "KN": { + "id": "option.addressCountries.KN", + "defaultMessage": "Saint Kitts and Nevis" + }, + "LC": { + "id": "option.addressCountries.LC", + "defaultMessage": "Saint Lucia" + }, + "MF": { + "id": "option.addressCountries.MF", + "defaultMessage": "Saint Martin (French part)" + }, + "PM": { + "id": "option.addressCountries.PM", + "defaultMessage": "Saint Pierre and Miquelon" + }, + "VC": { + "id": "option.addressCountries.VC", + "defaultMessage": "Saint Vincent and the Grenadines" + }, + "WS": { + "id": "option.addressCountries.WS", + "defaultMessage": "Samoa" + }, + "SM": { + "id": "option.addressCountries.SM", + "defaultMessage": "San Marino" + }, + "ST": { + "id": "option.addressCountries.ST", + "defaultMessage": "Sao Tome and Principe" + }, + "SA": { + "id": "option.addressCountries.SA", + "defaultMessage": "Saudi Arabia" + }, + "SN": { + "id": "option.addressCountries.SN", + "defaultMessage": "Senegal" + }, + "RS": { + "id": "option.addressCountries.RS", + "defaultMessage": "Serbia" + }, + "SC": { + "id": "option.addressCountries.SC", + "defaultMessage": "Seychelles" + }, + "SL": { + "id": "option.addressCountries.SL", + "defaultMessage": "Sierra Leone" + }, + "SG": { + "id": "option.addressCountries.SG", + "defaultMessage": "Singapore" + }, + "SX": { + "id": "option.addressCountries.SX", + "defaultMessage": "Sint Maarten (Dutch part)" + }, + "SK": { + "id": "option.addressCountries.SK", + "defaultMessage": "Slovakia" + }, + "SI": { + "id": "option.addressCountries.SI", + "defaultMessage": "Slovenia" + }, + "SB": { + "id": "option.addressCountries.SB", + "defaultMessage": "Solomon Islands" + }, + "SO": { + "id": "option.addressCountries.SO", + "defaultMessage": "Somalia" + }, + "ZA": { + "id": "option.addressCountries.ZA", + "defaultMessage": "South Africa" + }, + "GS": { + "id": "option.addressCountries.GS", + "defaultMessage": "South Georgia and the South Sandwich Islands" + }, + "SS": { + "id": "option.addressCountries.SS", + "defaultMessage": "South Sudan" + }, + "ES": { + "id": "option.addressCountries.ES", + "defaultMessage": "Spain" + }, + "LK": { + "id": "option.addressCountries.LK", + "defaultMessage": "Sri Lanka" + }, + "SD": { + "id": "option.addressCountries.SD", + "defaultMessage": "Sudan (the)" + }, + "SR": { + "id": "option.addressCountries.SR", + "defaultMessage": "Suriname" + }, + "SJ": { + "id": "option.addressCountries.SJ", + "defaultMessage": "Svalbard and Jan Mayen" + }, + "SZ": { + "id": "option.addressCountries.SZ", + "defaultMessage": "Swaziland" + }, + "SE": { + "id": "option.addressCountries.SE", + "defaultMessage": "Sweden" + }, + "CH": { + "id": "option.addressCountries.CH", + "defaultMessage": "Switzerland" + }, + "SY": { + "id": "option.addressCountries.SY", + "defaultMessage": "Syrian Arab Republic" + }, + "TW": { + "id": "option.addressCountries.TW", + "defaultMessage": "Taiwan (Province of China)" + }, + "TJ": { + "id": "option.addressCountries.TJ", + "defaultMessage": "Tajikistan" + }, + "TZ": { + "id": "option.addressCountries.TZ", + "defaultMessage": "Tanzania, United Republic of" + }, + "TH": { + "id": "option.addressCountries.TH", + "defaultMessage": "Thailand" + }, + "TL": { + "id": "option.addressCountries.TL", + "defaultMessage": "Timor-Leste" + }, + "TG": { + "id": "option.addressCountries.TG", + "defaultMessage": "Togo" + }, + "TK": { + "id": "option.addressCountries.TK", + "defaultMessage": "Tokelau" + }, + "TO": { + "id": "option.addressCountries.TO", + "defaultMessage": "Tonga" + }, + "TT": { + "id": "option.addressCountries.TT", + "defaultMessage": "Trinidad and Tobago" + }, + "TN": { + "id": "option.addressCountries.TN", + "defaultMessage": "Tunisia" + }, + "TR": { + "id": "option.addressCountries.TR", + "defaultMessage": "Turkey" + }, + "TM": { + "id": "option.addressCountries.TM", + "defaultMessage": "Turkmenistan" + }, + "TC": { + "id": "option.addressCountries.TC", + "defaultMessage": "Turks and Caicos Islands (the)" + }, + "TV": { + "id": "option.addressCountries.TV", + "defaultMessage": "Tuvalu" + }, + "UG": { + "id": "option.addressCountries.UG", + "defaultMessage": "Uganda" + }, + "UA": { + "id": "option.addressCountries.UA", + "defaultMessage": "Ukraine" + }, + "AE": { + "id": "option.addressCountries.AE", + "defaultMessage": "United Arab Emirates (the)" + }, + "GB": { + "id": "option.addressCountries.GB", + "defaultMessage": "United Kingdom of Great Britain and Northern Ireland (the)" + }, + "US": { + "id": "option.addressCountries.US", + "defaultMessage": "United States of America (the)" + }, + "UM": { + "id": "option.addressCountries.UM", + "defaultMessage": "United States Minor Outlying Islands (the)" + }, + "UY": { + "id": "option.addressCountries.UY", + "defaultMessage": "Uruguay" + }, + "UZ": { + "id": "option.addressCountries.UZ", + "defaultMessage": "Uzbekistan" + }, + "VU": { + "id": "option.addressCountries.VU", + "defaultMessage": "Vanuatu" + }, + "VE": { + "id": "option.addressCountries.VE", + "defaultMessage": "Venezuela (Bolivarian Republic of)" + }, + "VN": { + "id": "option.addressCountries.VN", + "defaultMessage": "Viet Nam" + }, + "VG": { + "id": "option.addressCountries.VG", + "defaultMessage": "Virgin Islands (British)" + }, + "VI": { + "id": "option.addressCountries.VI", + "defaultMessage": "Virgin Islands (U.S.)" + }, + "WF": { + "id": "option.addressCountries.WF", + "defaultMessage": "Wallis and Futuna" + }, + "EH": { + "id": "option.addressCountries.EH", + "defaultMessage": "Western Sahara" + }, + "YE": { + "id": "option.addressCountries.YE", + "defaultMessage": "Yemen" + }, + "ZM": { + "id": "option.addressCountries.ZM", + "defaultMessage": "Zambia" + }, + "ZW": { + "id": "option.addressCountries.ZW", + "defaultMessage": "Zimbabwe" + } + } + }, + "exhibitionConsTreatmentStatuses": { + "values": [ + "Needed", + "Not needed", + "Done" + ], + "messages": { + "Needed": { + "id": "option.exhibitionConsTreatmentStatuses.Needed", + "defaultMessage": "needed" + }, + "Not needed": { + "id": "option.exhibitionConsTreatmentStatuses.Not needed", + "defaultMessage": "not needed" + }, + "Done": { + "id": "option.exhibitionConsTreatmentStatuses.Done", + "defaultMessage": "done" + } + } + }, + "exhibitionMountStatuses": { + "values": [ + "Needed", + "Not needed", + "Done" + ], + "messages": { + "Needed": { + "id": "option.exhibitionMountStatuses.Needed", + "defaultMessage": "needed" + }, + "Not needed": { + "id": "option.exhibitionMountStatuses.Not needed", + "defaultMessage": "not needed" + }, + "Done": { + "id": "option.exhibitionMountStatuses.Done", + "defaultMessage": "done" + } + } + }, + "entryReasons": { + "values": [ + "loan", + "referral" + ], + "messages": { + "enquiry": { + "id": "option.entryReasons.enquiry", + "defaultMessage": "enquiry" + }, + "consideration": { + "id": "option.entryReasons.consideration", + "defaultMessage": "consideration" + }, + "commission": { + "id": "option.entryReasons.commission", + "defaultMessage": "commission" + }, + "loan": { + "id": "option.entryReasons.loan", + "defaultMessage": "loan" + }, + "referral": { + "id": "option.entryReasons.referral", + "defaultMessage": "referral" + } + } + }, + "locationTermTypes": { + "values": [ + "descriptor", + "alternate descriptor", + "used for term" + ], + "messages": { + "descriptor": { + "id": "option.locationTermTypes.descriptor", + "defaultMessage": "descriptor" + }, + "alternate descriptor": { + "id": "option.locationTermTypes.alternate descriptor", + "defaultMessage": "alternate descriptor" + }, + "used for term": { + "id": "option.locationTermTypes.used for term", + "defaultMessage": "used for term" + } + } + }, + "locationTermStatuses": { + "values": [ + "provisional", + "under review", + "accepted", + "rejected" + ], + "messages": { + "provisional": { + "id": "option.locationTermStatuses.provisional", + "defaultMessage": "provisional" + }, + "under review": { + "id": "option.locationTermStatuses.under review", + "defaultMessage": "under review" + }, + "accepted": { + "id": "option.locationTermStatuses.accepted", + "defaultMessage": "accepted" + }, + "rejected": { + "id": "option.locationTermStatuses.rejected", + "defaultMessage": "rejected" + } + } + }, + "mediaTypes": { + "values": [ + "dataset", + "document", + "moving_image", + "still_image", + "sound" + ], + "messages": { + "dataset": { + "id": "option.mediaTypes.dataset", + "defaultMessage": "dataset" + }, + "document": { + "id": "option.mediaTypes.document", + "defaultMessage": "document" + }, + "moving_image": { + "id": "option.mediaTypes.moving_image", + "defaultMessage": "moving image" + }, + "still_image": { + "id": "option.mediaTypes.still_image", + "defaultMessage": "still image" + }, + "sound": { + "id": "option.mediaTypes.sound", + "defaultMessage": "sound" + } + } + }, + "locationFitnesses": { + "values": [ + "dangerous", + "suitable", + "temporary", + "unsuitable" + ], + "messages": { + "dangerous": { + "id": "option.locationFitnesses.dangerous", + "defaultMessage": "dangerous" + }, + "suitable": { + "id": "option.locationFitnesses.suitable", + "defaultMessage": "suitable" + }, + "temporary": { + "id": "option.locationFitnesses.temporary", + "defaultMessage": "temporary" + }, + "unsuitable": { + "id": "option.locationFitnesses.unsuitable", + "defaultMessage": "unsuitable" + } + } + }, + "moveReasons": { + "values": [ + "conservation", + "exhibition", + "inventory", + "loan", + "newstoragelocation", + "photography", + "research" + ], + "messages": { + "conservation": { + "id": "option.moveReasons.conservation", + "defaultMessage": "conservation" + }, + "exhibition": { + "id": "option.moveReasons.exhibition", + "defaultMessage": "exhibition" + }, + "inventory": { + "id": "option.moveReasons.inventory", + "defaultMessage": "inventory" + }, + "loan": { + "id": "option.moveReasons.loan", + "defaultMessage": "loan" + }, + "newstoragelocation": { + "id": "option.moveReasons.newstoragelocation", + "defaultMessage": "new storage location" + }, + "photography": { + "id": "option.moveReasons.photography", + "defaultMessage": "photography" + }, + "research": { + "id": "option.moveReasons.research", + "defaultMessage": "research" + } + } + }, + "moveMethods": { + "values": [ + "forklift", + "handcarried", + "trolley" + ], + "messages": { + "forklift": { + "id": "option.moveMethods.forklift", + "defaultMessage": "forklift" + }, + "handcarried": { + "id": "option.moveMethods.handcarried", + "defaultMessage": "handcarried" + }, + "trolley": { + "id": "option.moveMethods.trolley", + "defaultMessage": "trolley" + } + } + }, + "invActions": { + "values": [ + "conservation", + "preservation", + "re-housing" + ], + "messages": { + "conservation": { + "id": "option.invActions.conservation", + "defaultMessage": "conservation" + }, + "preservation": { + "id": "option.invActions.preservation", + "defaultMessage": "preservation" + }, + "re-housing": { + "id": "option.invActions.re-housing", + "defaultMessage": "re-housing" + } + } + }, + "invFreqs": { + "values": [ + "daily", + "weekly", + "monthly", + "semi-annually", + "annually" + ], + "messages": { + "daily": { + "id": "option.invFreqs.daily", + "defaultMessage": "daily" + }, + "weekly": { + "id": "option.invFreqs.weekly", + "defaultMessage": "weekly" + }, + "monthly": { + "id": "option.invFreqs.monthly", + "defaultMessage": "monthly" + }, + "semi-annually": { + "id": "option.invFreqs.semi-annually", + "defaultMessage": "semi-annually" + }, + "annually": { + "id": "option.invFreqs.annually", + "defaultMessage": "annually" + } + } + }, + "exitReasons": { + "values": [ + "noLongerUseful", + "notCollectionThemed", + "deteriorated", + "cantPreserve", + "betterExampleExists", + "nagpraRepatriation" + ], + "messages": { + "deaccession": { + "id": "option.exitReasons.deaccession", + "defaultMessage": "deaccession" + }, + "disposal": { + "id": "option.exitReasons.disposal", + "defaultMessage": "disposal" + }, + "returnofloan": { + "id": "option.exitReasons.returnofloan", + "defaultMessage": "return of loan" + }, + "noLongerUseful": { + "id": "option.exitReasons.noLongerUseful", + "defaultMessage": "no longer useful to the organization purpose" + }, + "notCollectionThemed": { + "id": "option.exitReasons.notCollectionThemed", + "defaultMessage": "does not address collecting themes" + }, + "deteriorated": { + "id": "option.exitReasons.deteriorated", + "defaultMessage": "has deteriorated beyond usefulness" + }, + "cantPreserve": { + "id": "option.exitReasons.cantPreserve", + "defaultMessage": "can no longer be preserved" + }, + "betterExampleExists": { + "id": "option.exitReasons.betterExampleExists", + "defaultMessage": "Is represented by a better example" + }, + "nagpraRepatriation": { + "id": "option.exitReasons.nagpraRepatriation", + "defaultMessage": "NAGPRA repatriation" + } + } + }, + "exitMethods": { + "values": [ + "deaccession", + "disposal", + "transfer" + ], + "messages": { + "courier": { + "id": "option.exitMethods.courier", + "defaultMessage": "courier" + }, + "inperson": { + "id": "option.exitMethods.inperson", + "defaultMessage": "in person" + }, + "post": { + "id": "option.exitMethods.post", + "defaultMessage": "post" + }, + "deaccession": { + "id": "option.exitMethods.deaccession", + "defaultMessage": "deaccession" + }, + "disposal": { + "id": "option.exitMethods.disposal", + "defaultMessage": "disposal" + }, + "transfer": { + "id": "option.exitMethods.transfer", + "defaultMessage": "transfer" + } + } + }, + "orgTermTypes": { + "values": [ + "descriptor", + "alternate descriptor", + "used for term" + ], + "messages": { + "descriptor": { + "id": "option.orgTermTypes.descriptor", + "defaultMessage": "descriptor" + }, + "alternate descriptor": { + "id": "option.orgTermTypes.alternate descriptor", + "defaultMessage": "alternate descriptor" + }, + "used for term": { + "id": "option.orgTermTypes.used for term", + "defaultMessage": "used for term" + } + } + }, + "orgTermStatuses": { + "values": [ + "provisional", + "under review", + "accepted", + "rejected" + ], + "messages": { + "provisional": { + "id": "option.orgTermStatuses.provisional", + "defaultMessage": "provisional" + }, + "under review": { + "id": "option.orgTermStatuses.under review", + "defaultMessage": "under review" + }, + "accepted": { + "id": "option.orgTermStatuses.accepted", + "defaultMessage": "accepted" + }, + "rejected": { + "id": "option.orgTermStatuses.rejected", + "defaultMessage": "rejected" + } + } + }, + "personTermStatuses": { + "values": [ + "provisional", + "under review", + "accepted", + "rejected" + ], + "messages": { + "provisional": { + "id": "option.personTermStatuses.provisional", + "defaultMessage": "provisional" + }, + "under review": { + "id": "option.personTermStatuses.under review", + "defaultMessage": "under review" + }, + "accepted": { + "id": "option.personTermStatuses.accepted", + "defaultMessage": "accepted" + }, + "rejected": { + "id": "option.personTermStatuses.rejected", + "defaultMessage": "rejected" + } + } + }, + "personTermTypes": { + "values": [ + "descriptor", + "alternate descriptor", + "used for term" + ], + "messages": { + "descriptor": { + "id": "option.personTermTypes.descriptor", + "defaultMessage": "descriptor" + }, + "alternate descriptor": { + "id": "option.personTermTypes.alternate descriptor", + "defaultMessage": "alternate descriptor" + }, + "used for term": { + "id": "option.personTermTypes.used for term", + "defaultMessage": "used for term" + } + } + }, + "salutations": { + "values": [ + "dear", + "hello", + "to" + ], + "messages": { + "dear": { + "id": "option.salutations.dear", + "defaultMessage": "Dear" + }, + "hello": { + "id": "option.salutations.hello", + "defaultMessage": "Hello" + }, + "to": { + "id": "option.salutations.to", + "defaultMessage": "To" + } + } + }, + "personTitles": { + "values": [ + "Admiral", + "Baron", + "Baroness", + "Captain", + "Commander", + "Commodore", + "Count", + "Countess", + "Dame", + "Dr", + "General", + "Governor", + "Honorable", + "Judge", + "King", + "Lady", + "Lord", + "Miss", + "Mr", + "Mrs", + "Ms", + "Prince", + "Princess", + "Professor", + "Queen", + "Reverend", + "Saint", + "Sir" + ], + "messages": { + "Admiral": { + "id": "option.personTitles.Admiral", + "defaultMessage": "Admiral" + }, + "Baron": { + "id": "option.personTitles.Baron", + "defaultMessage": "Baron" + }, + "Baroness": { + "id": "option.personTitles.Baroness", + "defaultMessage": "Baroness" + }, + "Captain": { + "id": "option.personTitles.Captain", + "defaultMessage": "Captain" + }, + "Commander": { + "id": "option.personTitles.Commander", + "defaultMessage": "Commander" + }, + "Commodore": { + "id": "option.personTitles.Commodore", + "defaultMessage": "Commodore" + }, + "Count": { + "id": "option.personTitles.Count", + "defaultMessage": "Count" + }, + "Countess": { + "id": "option.personTitles.Countess", + "defaultMessage": "Countess" + }, + "Dame": { + "id": "option.personTitles.Dame", + "defaultMessage": "Dame" + }, + "Dr": { + "id": "option.personTitles.Dr", + "defaultMessage": "Dr" + }, + "General": { + "id": "option.personTitles.General", + "defaultMessage": "General" + }, + "Governor": { + "id": "option.personTitles.Governor", + "defaultMessage": "Governor" + }, + "Honorable": { + "id": "option.personTitles.Honorable", + "defaultMessage": "Honorable" + }, + "Judge": { + "id": "option.personTitles.Judge", + "defaultMessage": "Judge" + }, + "King": { + "id": "option.personTitles.King", + "defaultMessage": "King" + }, + "Lady": { + "id": "option.personTitles.Lady", + "defaultMessage": "Lady" + }, + "Lord": { + "id": "option.personTitles.Lord", + "defaultMessage": "Lord" + }, + "Miss": { + "id": "option.personTitles.Miss", + "defaultMessage": "Miss" + }, + "Mr": { + "id": "option.personTitles.Mr", + "defaultMessage": "Mr" + }, + "Mrs": { + "id": "option.personTitles.Mrs", + "defaultMessage": "Mrs" + }, + "Ms": { + "id": "option.personTitles.Ms", + "defaultMessage": "Ms" + }, + "Prince": { + "id": "option.personTitles.Prince", + "defaultMessage": "Prince" + }, + "Princess": { + "id": "option.personTitles.Princess", + "defaultMessage": "Princess" + }, + "Professor": { + "id": "option.personTitles.Professor", + "defaultMessage": "Professor" + }, + "Queen": { + "id": "option.personTitles.Queen", + "defaultMessage": "Queen" + }, + "Reverend": { + "id": "option.personTitles.Reverend", + "defaultMessage": "Reverend" + }, + "Saint": { + "id": "option.personTitles.Saint", + "defaultMessage": "Saint" + }, + "Sir": { + "id": "option.personTitles.Sir", + "defaultMessage": "Sir" + } + } + }, + "genders": { + "values": [ + "agender", + "bigender", + "dyadic", + "female", + "feminine", + "gender-fluid", + "gender-neutral", + "gender-non-binary", + "genderqueer", + "intersex", + "male", + "masculine", + "pansexual", + "polygender", + "questioning", + "transgender", + "transsexual", + "two-spirit" + ], + "messages": { + "agender": { + "id": "option.genders.agender", + "defaultMessage": "agender" + }, + "bigender": { + "id": "option.genders.bigender", + "defaultMessage": "bigender" + }, + "dyadic": { + "id": "option.genders.dyadic", + "defaultMessage": "dyadic" + }, + "female": { + "id": "option.genders.female", + "defaultMessage": "female" + }, + "feminine": { + "id": "option.genders.feminine", + "defaultMessage": "feminine" + }, + "gender-fluid": { + "id": "option.genders.gender-fluid", + "defaultMessage": "gender-fluid" + }, + "gender-neutral": { + "id": "option.genders.gender-neutral", + "defaultMessage": "gender-neutral" + }, + "gender-non-binary": { + "id": "option.genders.gender-non-binary", + "defaultMessage": "gender non-binary" + }, + "genderqueer": { + "id": "option.genders.genderqueer", + "defaultMessage": "genderqueer" + }, + "intersex": { + "id": "option.genders.intersex", + "defaultMessage": "intersex" + }, + "male": { + "id": "option.genders.male", + "defaultMessage": "male" + }, + "masculine": { + "id": "option.genders.masculine", + "defaultMessage": "masculine" + }, + "pansexual": { + "id": "option.genders.pansexual", + "defaultMessage": "pansexual" + }, + "polygender": { + "id": "option.genders.polygender", + "defaultMessage": "polygender" + }, + "questioning": { + "id": "option.genders.questioning", + "defaultMessage": "questioning" + }, + "transgender": { + "id": "option.genders.transgender", + "defaultMessage": "transgender" + }, + "transsexual": { + "id": "option.genders.transsexual", + "defaultMessage": "transsexual" + }, + "two-spirit": { + "id": "option.genders.two-spirit", + "defaultMessage": "two-spirit" + } + } + }, + "placeTermTypes": { + "values": [ + "common", + "technical-scientific", + "native", + "non-native", + "local", + "descriptive", + "spelling-variant" + ], + "messages": { + "common": { + "id": "option.placeTermTypes.common", + "defaultMessage": "common name" + }, + "technical-scientific": { + "id": "option.placeTermTypes.technical-scientific", + "defaultMessage": "technical or scientific name" + }, + "native": { + "id": "option.placeTermTypes.native", + "defaultMessage": "native name" + }, + "non-native": { + "id": "option.placeTermTypes.non-native", + "defaultMessage": "non-native name" + }, + "local": { + "id": "option.placeTermTypes.local", + "defaultMessage": "local name" + }, + "descriptive": { + "id": "option.placeTermTypes.descriptive", + "defaultMessage": "descriptive name" + }, + "spelling-variant": { + "id": "option.placeTermTypes.spelling-variant", + "defaultMessage": "spelling variant" + } + } + }, + "placeTermStatuses": { + "values": [ + "provisional", + "under review", + "accepted", + "rejected" + ], + "messages": { + "provisional": { + "id": "option.placeTermStatuses.provisional", + "defaultMessage": "provisional" + }, + "under review": { + "id": "option.placeTermStatuses.under review", + "defaultMessage": "under review" + }, + "accepted": { + "id": "option.placeTermStatuses.accepted", + "defaultMessage": "accepted" + }, + "rejected": { + "id": "option.placeTermStatuses.rejected", + "defaultMessage": "rejected" + } + } + }, + "placeHistoricalStatuses": { + "values": [ + "current", + "historical", + "both" + ], + "messages": { + "current": { + "id": "option.placeHistoricalStatuses.current", + "defaultMessage": "current" + }, + "historical": { + "id": "option.placeHistoricalStatuses.historical", + "defaultMessage": "historical" + }, + "both": { + "id": "option.placeHistoricalStatuses.both", + "defaultMessage": "both" + } + } + }, + "placeTypes": { + "values": [ + "autonomous-region", + "borough", + "city", + "collection-site", + "continent", + "country", + "country-code", + "county", + "dependent-state", + "deserted-settlement", + "district-national", + "general-region", + "governorate", + "inhabited-place", + "island", + "island-group", + "localilty", + "metropolitan-area", + "municipality", + "nation", + "national-division", + "neighborhood", + "occupied-territory", + "prefecture", + "province", + "region", + "state", + "state-province", + "territory", + "township", + "union-territory", + "unitary-authority", + "urban-prefecture", + "water-body" + ], + "messages": { + "autonomous-region": { + "id": "option.placeTypes.autonomous-region", + "defaultMessage": "autonomous region" + }, + "borough": { + "id": "option.placeTypes.borough", + "defaultMessage": "borough" + }, + "city": { + "id": "option.placeTypes.city", + "defaultMessage": "city" + }, + "collection-site": { + "id": "option.placeTypes.collection-site", + "defaultMessage": "collection site" + }, + "continent": { + "id": "option.placeTypes.continent", + "defaultMessage": "continent" + }, + "country": { + "id": "option.placeTypes.country", + "defaultMessage": "country" + }, + "country-code": { + "id": "option.placeTypes.country-code", + "defaultMessage": "country code" + }, + "county": { + "id": "option.placeTypes.county", + "defaultMessage": "county" + }, + "dependent-state": { + "id": "option.placeTypes.dependent-state", + "defaultMessage": "dependent state" + }, + "deserted-settlement": { + "id": "option.placeTypes.deserted-settlement", + "defaultMessage": "deserted settlement" + }, + "district-national": { + "id": "option.placeTypes.district-national", + "defaultMessage": "district (national)" + }, + "general-region": { + "id": "option.placeTypes.general-region", + "defaultMessage": "general region" + }, + "governorate": { + "id": "option.placeTypes.governorate", + "defaultMessage": "governorate" + }, + "inhabited-place": { + "id": "option.placeTypes.inhabited-place", + "defaultMessage": "inhabited place" + }, + "island": { + "id": "option.placeTypes.island", + "defaultMessage": "island" + }, + "island-group": { + "id": "option.placeTypes.island-group", + "defaultMessage": "island group" + }, + "localilty": { + "id": "option.placeTypes.locality", + "defaultMessage": "locality" + }, + "metropolitan-area": { + "id": "option.placeTypes.metropolitan-area", + "defaultMessage": "metropolitan area" + }, + "municipality": { + "id": "option.placeTypes.municipality", + "defaultMessage": "municipality" + }, + "nation": { + "id": "option.placeTypes.nation", + "defaultMessage": "nation" + }, + "national-division": { + "id": "option.placeTypes.national-division", + "defaultMessage": "national division" + }, + "neighborhood": { + "id": "option.placeTypes.neighborhood", + "defaultMessage": "neighborhood" + }, + "occupied-territory": { + "id": "option.placeTypes.occupied-territory", + "defaultMessage": "occupied territory" + }, + "prefecture": { + "id": "option.placeTypes.prefecture", + "defaultMessage": "prefecture" + }, + "province": { + "id": "option.placeTypes.province", + "defaultMessage": "province" + }, + "region": { + "id": "option.placeTypes.region", + "defaultMessage": "region" + }, + "state": { + "id": "option.placeTypes.state", + "defaultMessage": "state" + }, + "state-province": { + "id": "option.placeTypes.state-province", + "defaultMessage": "state province" + }, + "territory": { + "id": "option.placeTypes.territory", + "defaultMessage": "territory" + }, + "township": { + "id": "option.placeTypes.township", + "defaultMessage": "township" + }, + "union-territory": { + "id": "option.placeTypes.union-territory", + "defaultMessage": "union territory" + }, + "unitary-authority": { + "id": "option.placeTypes.unitary-authority", + "defaultMessage": "unitary authority" + }, + "urban-prefecture": { + "id": "option.placeTypes.urban-prefecture", + "defaultMessage": "urban prefecture" + }, + "water-body": { + "id": "option.placeTypes.water-body", + "defaultMessage": "water body" + } + } + }, + "coordinateSystems": { + "values": [ + "altitude-depth", + "latitude-longitude", + "national-grid-reference", + "utm" + ], + "messages": { + "altitude-depth": { + "id": "option.coordinateSystems.altitude-depth", + "defaultMessage": "altitude depth" + }, + "latitude-longitude": { + "id": "option.coordinateSystems.latitude-longitude", + "defaultMessage": "latitude and longitude" + }, + "national-grid-reference": { + "id": "option.coordinateSystems.national-grid-reference", + "defaultMessage": "National Grid reference" + }, + "utm": { + "id": "option.coordinateSystems.utm", + "defaultMessage": "Universal Transverse Mercator (UTM)" + } + } + }, + "spatialRefSystems": { + "values": [ + "epsg4326-wgs84", + "epsg4269-nad83", + "epsg4267-nad27", + "unknown" + ], + "messages": { + "epsg4326-wgs84": { + "id": "option.spatialRefSystems.epsg4326-wgs84", + "defaultMessage": "EPSG:4326-WGS84" + }, + "epsg4269-nad83": { + "id": "option.spatialRefSystems.epsg4269-nad83", + "defaultMessage": "EPSG:4269-NAD83" + }, + "epsg4267-nad27": { + "id": "option.spatialRefSystems.epsg4267-nad27", + "defaultMessage": "EPSG:4267-NAD27" + }, + "unknown": { + "id": "option.spatialRefSystems.unknown", + "defaultMessage": "unknown" + } + } + }, + "localityUnits": { + "values": [ + "acres", + "centimeters", + "feet", + "hectares", + "inches", + "kilometers", + "meters", + "miles", + "millimeters", + "square-feet", + "square-meters", + "square-yards", + "stories" + ], + "messages": { + "acres": { + "id": "option.localityUnits.acres", + "defaultMessage": "acres" + }, + "centimeters": { + "id": "option.localityUnits.centimeters", + "defaultMessage": "centimeters" + }, + "feet": { + "id": "option.localityUnits.feet", + "defaultMessage": "feet" + }, + "hectares": { + "id": "option.localityUnits.hectares", + "defaultMessage": "hectares" + }, + "inches": { + "id": "option.localityUnits.inches", + "defaultMessage": "inches" + }, + "kilometers": { + "id": "option.localityUnits.kilometers", + "defaultMessage": "kilometers" + }, + "meters": { + "id": "option.localityUnits.meters", + "defaultMessage": "meters" + }, + "miles": { + "id": "option.localityUnits.miles", + "defaultMessage": "miles" + }, + "millimeters": { + "id": "option.localityUnits.millimeters", + "defaultMessage": "millimeters" + }, + "square-feet": { + "id": "option.localityUnits.square-feet", + "defaultMessage": "square feet" + }, + "square-meters": { + "id": "option.localityUnits.square-meters", + "defaultMessage": "square meters" + }, + "square-yards": { + "id": "option.localityUnits.square-yards", + "defaultMessage": "square yards" + }, + "stories": { + "id": "option.localityUnits.stories", + "defaultMessage": "stories" + } + } + }, + "geodeticDatums": { + "values": [ + "Not Recorded", + "ADG66", + "NAD27", + "NAD83", + "NAD83&WGS84", + "WGS84" + ], + "messages": { + "epsg4326-wgs84": { + "id": "option.geodeticDatums.epsg4326-wgs84", + "defaultMessage": "EPSG:4326-WGS84" + }, + "epsg4269-nad83": { + "id": "option.geodeticDatums.epsg4269-nad83", + "defaultMessage": "EPSG:4269-NAD83" + }, + "epsg4267-nad27": { + "id": "option.geodeticDatums.epsg4267-nad27", + "defaultMessage": "EPSG:4267-NAD27" + }, + "unknown": { + "id": "option.geodeticDatums.unknown", + "defaultMessage": "unknown" + }, + "Not Recorded": { + "id": "option.geodeticDatums.Not Recorded", + "defaultMessage": "not recorded" + }, + "NAD83&WGS84": { + "id": "option.geodeticDatums.NAD83&WGS84", + "defaultMessage": "NAD83 & WGS84" + } + } + }, + "geoRefProtocols": { + "values": [ + "chapman-wieczorek-2006-guide-best-practices-georeferencing", + "manis-herpnet-ornis-georeferencing-guidelines", + "georeferencing-dummies", + "biogeomancer" + ], + "messages": { + "chapman-wieczorek-2006-guide-best-practices-georeferencing": { + "id": "option.geoRefProtocols.chapman-wieczorek-2006-guide-best-practices-georeferencing", + "defaultMessage": "Chapman, Wieczorek 2006, Guide to Best Practices for Georeferencing" + }, + "manis-herpnet-ornis-georeferencing-guidelines": { + "id": "option.geoRefProtocols.manis-herpnet-ornis-georeferencing-guidelines", + "defaultMessage": "MaNIS/HerpNet/ORNIS Georeferencing Guidelines" + }, + "georeferencing-dummies": { + "id": "option.geoRefProtocols.georeferencing-dummies", + "defaultMessage": "Georeferencing For Dummies" + }, + "biogeomancer": { + "id": "option.geoRefProtocols.biogeomancer", + "defaultMessage": "BioGeomancer" + } + } + }, + "geoRefVerificationStatuses": { + "values": [ + "unverified", + "verified-data-custodian", + "verified-contributor" + ], + "messages": { + "unverified": { + "id": "option.geoRefVerificationStatuses.unverified", + "defaultMessage": "unverified" + }, + "verified-data-custodian": { + "id": "option.geoRefVerificationStatuses.verified-data-custodian", + "defaultMessage": "verified by data custodian" + }, + "verified-contributor": { + "id": "option.geoRefVerificationStatuses.verified-contributor", + "defaultMessage": "verified by contributor" + } + } + }, + "transportMethodTypes": { + "values": [ + "cargo aircraft", + "combi aircraft", + "common carrier", + "exclusive-use truck", + "expedited use freight", + "LOFO freight", + "mail", + "non-commercial carrier", + "ocean freight", + "passenger aircraft", + "shuttle service" + ], + "messages": { + "cargo aircraft": { + "id": "option.transportMethodTypes.cargo aircraft", + "defaultMessage": "cargo aircraft" + }, + "combi aircraft": { + "id": "option.transportMethodTypes.combi aircraft", + "defaultMessage": "combi aircraft" + }, + "common carrier": { + "id": "option.transportMethodTypes.common carrier", + "defaultMessage": "common carrier" + }, + "exclusive-use truck": { + "id": "option.transportMethodTypes.exclusive-use truck", + "defaultMessage": "exclusive-use truck" + }, + "expedited use freight": { + "id": "option.transportMethodTypes.expedited use freight", + "defaultMessage": "expedited use freight" + }, + "LOFO freight": { + "id": "option.transportMethodTypes.LOFO freight", + "defaultMessage": "LOFO freight" + }, + "mail": { + "id": "option.transportMethodTypes.mail", + "defaultMessage": "mail" + }, + "non-commercial carrier": { + "id": "option.transportMethodTypes.non-commercial carrier", + "defaultMessage": "non-commercial carrier" + }, + "ocean freight": { + "id": "option.transportMethodTypes.ocean freight", + "defaultMessage": "ocean freight" + }, + "passenger aircraft": { + "id": "option.transportMethodTypes.passenger aircraft", + "defaultMessage": "passenger aircraft" + }, + "shuttle service": { + "id": "option.transportMethodTypes.shuttle service", + "defaultMessage": "shuttle service" + } + } + }, + "reportMimeTypes": { + "values": [ + "application/pdf", + "text/html", + "application/xml", + "application/vnd.ms-excel", + "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", + "application/vnd.ms-powerpoint", + "application/vnd.openxmlformats-officedocument.presentationml.presentation", + "application/msword", + "application/vnd.openxmlformats-officedocument.wordprocessingml.document", + "text/csv", + "text/tab-separated-values" + ], + "messages": { + "application/pdf": { + "id": "option.reportMimeTypes.application/pdf", + "defaultMessage": "PDF" + }, + "text/html": { + "id": "option.reportMimeTypes.text/html", + "defaultMessage": "HTML" + }, + "application/xml": { + "id": "option.reportMimeTypes.application/xml", + "defaultMessage": "XML" + }, + "application/vnd.ms-excel": { + "id": "option.reportMimeTypes.application/vnd.ms-excel", + "defaultMessage": "MS Excel (.xls)" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": { + "id": "option.reportMimeTypes.application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", + "defaultMessage": "MS Excel (.xlsx)" + }, + "application/vnd.ms-powerpoint": { + "id": "option.reportMimeTypes.application/vnd.ms-powerpoint", + "defaultMessage": "MS PowerPoint (.ppt)" + }, + "application/vnd.openxmlformats-officedocument.presentationml.presentation": { + "id": "option.reportMimeTypes.application/vnd.openxmlformats-officedocument.presentationml.presentation", + "defaultMessage": "MS PowerPoint (.pptx)" + }, + "application/msword": { + "id": "option.reportMimeTypes.application/msword", + "defaultMessage": "MS Word (.doc)" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.document": { + "id": "option.reportMimeTypes.application/vnd.openxmlformats-officedocument.wordprocessingml.document", + "defaultMessage": "MS Word (.docx)" + }, + "text/csv": { + "id": "option.reportMimeTypes.text/csv", + "defaultMessage": "CSV" + }, + "text/tab-separated-values": { + "id": "option.reportMimeTypes.text/tab-separated-values", + "defaultMessage": "TSV" + } + } + }, + "valueTypes": { + "values": [ + "Current Value", + "Original Value", + "Replacement Value" + ], + "messages": { + "Current Value": { + "id": "option.valueTypes.Current Value", + "defaultMessage": "current value" + }, + "Original Value": { + "id": "option.valueTypes.Original Value", + "defaultMessage": "original value" + }, + "Replacement Value": { + "id": "option.valueTypes.Replacement Value", + "defaultMessage": "replacement value" + } + } + }, + "vocabTermStatuses": { + "values": [ + "active", + "inactive" + ], + "messages": { + "active": { + "id": "option.vocabTermStatuses.active", + "defaultMessage": "active" + }, + "inactive": { + "id": "option.vocabTermStatuses.inactive", + "defaultMessage": "inactive" + } + } + }, + "workTermStatuses": { + "values": [ + "quickaddedneedsattention", + "inprogress", + "complete" + ], + "messages": { + "quickaddedneedsattention": { + "id": "option.workTermStatuses.quickaddedneedsattention", + "defaultMessage": "quick added, needs attention" + }, + "inprogress": { + "id": "option.workTermStatuses.inprogress", + "defaultMessage": "in progress" + }, + "complete": { + "id": "option.workTermStatuses.complete", + "defaultMessage": "complete" + } + } + }, + "counties": { + "values": [ + "Unknown", + "Abbeville", + "Aberdeenshire (UK)", + "Acadia", + "Acaponeta", + "Accomack", + "Ada", + "Adair", + "Adams", + "Addison", + "Agusan del Norte", + "Ahuacatlan", + "Aiken", + "Aitkin", + "Alachua", + "Alamance", + "Alameda", + "Alamosa", + "Albany", + "Albemarle", + "Alcona", + "Alcorn", + "Aleutians East", + "Aleutians West", + "Alexander", + "Alexandria", + "Alfalfa", + "Alger", + "Allamakee", + "Allegan", + "Allegany", + "Alleghany", + "Allegheny", + "Allen", + "Allendale", + "Alpena", + "Alpine", + "Amador", + "Amazonas", + "Amelia", + "Amherst", + "Amite", + "Anchorage", + "Anderson", + "Andrew", + "Andrews", + "Androscoggin", + "Angelina", + "Anglesey", + "Anglesey (UK)", + "Angus (Forfarshire) (UK)", + "Anne Arundel", + "Anoka", + "Anson", + "Antelope", + "Antonina", + "Antrim", + "Antrim (UK)", + "Apache", + "Appanoose", + "Appling", + "Appomattox", + "Aransas", + "Arapahoe", + "Archer", + "Archuleta", + "Arenac", + "Argyll (Argyllshire) (UK)", + "Arkansas", + "Arlington", + "Armagh (UK)", + "Armstrong", + "Aroostook", + "Arran, Island of", + "Arthur", + "Ascension", + "Ashe", + "Ashland", + "Ashley", + "Ashtabula", + "Asotin", + "Assumption", + "Atascosa", + "Atchison", + "Athens", + "Atkinson", + "Atlantic", + "Atoka", + "Attala", + "Audrain", + "Audubon", + "Auglaize", + "Augusta", + "Aurora", + "Austin", + "Autauga", + "Avery", + "Avoyelles", + "Ayopaya", + "Ayrshire (UK)", + "Ba", + "Baca", + "Bacon", + "Bagua", + "Bailey", + "Baker", + "Baldwin", + "Ballard", + "Baltimore", + "Bamberg", + "Bandera", + "Banffshire (UK)", + "Banks", + "Banner", + "Bannock", + "Baraga", + "Barber", + "Barbour", + "Barnes", + "Barnstable", + "Barnwell", + "Barreiras", + "Barren", + "Barron", + "Barrow", + "Barry", + "Bartholomew", + "Barton", + "Bartow", + "Bastrop", + "Bates", + "Bath", + "Baxter", + "Bay", + "Bayfield", + "Baylor", + "Beadle", + "Bear Lake", + "Beaufort", + "Beauregard", + "Beaver", + "Beaverhead", + "Becker", + "Beckham", + "Bedford", + "Bedfordshire (UK)", + "Bee", + "Belknap", + "Bell", + "Belmont", + "Beltrami", + "Ben Hill", + "Benewah", + "Bennett", + "Bennington", + "Benson", + "Bent", + "Benton", + "Benzie", + "Bergen", + "Berkeley", + "Berks", + "Berkshire", + "Berkshire (UK)", + "Bernalillo", + "Berrien", + "Bertie", + "Berwickshire (UK)", + "Bethel", + "Bexar", + "Bibb", + "Bienville", + "Big Horn", + "Big Stone", + "Billings", + "Bingham", + "Black Hawk", + "Blackford", + "Bladen", + "Blaine", + "Blair", + "Blanco", + "Bland", + "Bleckley", + "Bledsoe", + "Blount", + "Blue Earth", + "Boise", + "Bolivar", + "Bollinger", + "Bon Homme", + "Bonaventure", + "Bond", + "Bongara", + "Bonner", + "Bonneville", + "Boone", + "Borden", + "Bosque", + "Bossier", + "Botetourt", + "Bothwell Municipality", + "Bottineau", + "Boulder", + "Boundary", + "Bourbon", + "Bowie", + "Bowman", + "Box Butte", + "Box Elder", + "Boyd", + "Boyle", + "Bracken", + "Bradford", + "Bradley", + "Branch", + "Brantley", + "Braxton", + "Brazoria", + "Brazos", + "Breathitt", + "Breckinridge", + "Brecknockshire (Breconshire) (UK)", + "Bremer", + "Brevard", + "Brewster", + "Briscoe", + "Bristol", + "Bristol Bay", + "Broadwater", + "Bronx", + "Brooke", + "Brookings", + "Brooks", + "Broome", + "Broomfield", + "Broward", + "Brown", + "Brule", + "Brunswick", + "Bryan", + "Buchanan", + "Buckingham", + "Buckinghamshire (UK)", + "Bucks", + "Buena Vista", + "Buffalo", + "Bullitt", + "Bulloch", + "Bullock", + "Buncombe", + "Bureau", + "Burke", + "Burleigh", + "Burleson", + "Burlington", + "Burnet", + "Burnett", + "Burnie Municipality", + "Burt", + "Buteshire (UK)", + "Butler", + "Butte", + "Butts", + "Cabarrus", + "Cabell", + "Cache", + "Caddo", + "Caernarfonshire (Carnarvonshire) (UK)", + "Caithness (UK)", + "Cajamarca", + "Calaveras", + "Calcasieu", + "Caldwell", + "Caledonia", + "Calhoun", + "Callahan", + "Callaway", + "Calloway", + "Calumet", + "Calvert", + "Camas", + "Cambria", + "Cambridgeshire (UK)", + "Camden", + "Cameron", + "Camp", + "Campbell", + "Canadian", + "Candelaria", + "Candler", + "Cannon", + "Canyon", + "Cape Girardeau", + "Cape May", + "Capiz", + "Carangola", + "Carbon", + "Cardiganshire (UK)", + "Caribou", + "Carlisle", + "Carlton", + "Carmarthenshire (UK)", + "Caroline", + "Carroll", + "Carson", + "Carson City", + "Carter", + "Carteret", + "Carver", + "Cascade", + "Casey", + "Cass", + "Cassia", + "Castro", + "Castrovirreina", + "Caswell", + "Catahoula", + "Catawba", + "Catoosa", + "Catron", + "Cattaraugus", + "Cautin", + "Cavalier", + "Cayuga", + "Cecil", + "Cedar", + "Celendin", + "Centre", + "Cerro Gordo", + "Chachapoyas", + "Chaffee", + "Chambers", + "Champaign", + "Chariton", + "Charles", + "Charles City", + "Charles Mix", + "Charleston", + "Charlevoix", + "Charlotte", + "Charlottesville", + "Charlton", + "Chase", + "Chatham", + "Chattahoochee", + "Chattooga", + "Chautauqua", + "Chaves", + "Cheatham", + "Cheboygan", + "Chelan", + "Chemung", + "Chenango", + "Cherokee", + "Cherry", + "Chesapeake", + "Cheshire", + "Cheshire (UK)", + "Chester", + "Chesterfield", + "Cheyenne", + "Chiang Mai, Changwat", + "Chickasaw", + "Chicligasta", + "Chicot", + "Childress", + "Chilton", + "Chippewa", + "Chisago", + "Chittenden", + "Choctaw", + "Chouteau", + "Chowan", + "Christian", + "Churchill", + "Cibola", + "Cimarron", + "Citrus", + "Clackamas", + "Clackmannanshire (UK)", + "Claiborne", + "Clallam", + "Clare", + "Clarendon", + "Clarion", + "Clark", + "Clarke", + "Clatsop", + "Clay", + "Clayton", + "Clear Creek", + "Clearfield", + "Clearwater", + "Cleburne", + "Clermont", + "Cleveland", + "Clinch", + "Clinton", + "Cloud", + "Coahoma", + "Coal", + "Cobb", + "Cochise", + "Cochran", + "Cocke", + "Coconino", + "Codington", + "Coffee", + "Coffey", + "Coke", + "Colbert", + "Cole", + "Coleman", + "Coles", + "Colfax", + "Colleton", + "Collier", + "Collin", + "Collingsworth", + "Colonial Heights", + "Colorado", + "Colquitt", + "Columbia", + "Columbiana", + "Columbus", + "Colusa", + "Comal", + "Comanche", + "Comondú", + "Compostela", + "Concho", + "Concordia", + "Conecuh", + "Conejos", + "Contra Costa", + "Converse", + "Conway", + "Cook", + "Cooke", + "Cooper", + "Coos", + "Coosa", + "Copiah", + "Cornwall", + "Cornwall (UK)", + "Corson", + "Cortland", + "Corumba", + "Coryell", + "Coshocton", + "Costilla", + "Cottle", + "Cotton", + "Cottonwood", + "Covington", + "Coweta", + "Cowley", + "Cowlitz", + "Craig", + "Craighead", + "Crane", + "Craven", + "Crawford", + "Creek", + "Crenshaw", + "Crisp", + "Crittenden", + "Crockett", + "Cromartyshire (UK)", + "Crook", + "Crosby", + "Cross", + "Crow Wing", + "Crowley", + "Culberson", + "Cullman", + "Culpeper", + "Cumberland", + "Cumberland (UK)", + "Cuming", + "Currituck", + "Curry", + "Custer", + "Cuyahoga", + "Dade", + "Daggett", + "Dakota", + "Dale", + "Dallam", + "Dallas", + "Dane", + "Daniels", + "Danville", + "Dare", + "Darke", + "Darlington", + "Dauphin", + "Davidson", + "Davie", + "Daviess", + "Davis", + "Davison", + "Dawes", + "Dawson", + "Day", + "De Baca", + "De Kalb", + "De Soto", + "De Witt", + "Deaf Smith", + "Dearborn", + "Decatur", + "Deer Lodge", + "Defiance", + "DeKalb", + "Del Norte", + "Delaware", + "Deloraine Municipality", + "Delta", + "Denali", + "Denbighshire (UK)", + "Dent", + "Denton", + "Denver", + "Derbyshire (UK)", + "Des Moines", + "Deschutes", + "Desha", + "DeSoto", + "Deuel", + "Devon (UK)", + "Dewey", + "DeWitt", + "Diamantina", + "Dickens", + "Dickenson", + "Dickey", + "Dickinson", + "Dickson", + "Dillingham", + "Dillon", + "Dimmit", + "Dinwiddie", + "District of Columbia", + "Divide", + "Dixie", + "Dixon", + "Doddridge", + "Dodge", + "Dolores", + "Dona Ana", + "Doniphan", + "Donley", + "Dooly", + "Door", + "Dorchester", + "Dorset (UK)", + "Dougherty", + "Douglas", + "Down (UK)", + "Doña Ana", + "Drew", + "Du Page", + "Dubois", + "Dubuque", + "Duchesne", + "Dukes", + "Dumbartonshire (UK)", + "Dumfriesshire (UK)", + "Dundy", + "Dunklin", + "Dunn", + "DuPage", + "Duplin", + "Durham", + "Durham (UK)", + "Dutchess", + "Duval", + "Dyer", + "Eagle", + "Early", + "East Baton Rouge", + "East Carroll", + "East Feliciana", + "East Lothian (UK)", + "Eastland", + "Eaton", + "Eau Claire", + "Echols", + "Ector", + "Eddy", + "Edgar", + "Edgecombe", + "Edgefield", + "Edmonson", + "Edmunds", + "Edwards", + "Effingham", + "El Dorado", + "El Paso", + "Elbert", + "Elk", + "Elkhart", + "Elko", + "Elliott", + "Ellis", + "Ellsworth", + "Elmore", + "Emanuel", + "Emery", + "Emmet", + "Emmons", + "Emporia", + "Ensenada", + "Erath", + "Erie", + "Escambia", + "Esmeralda", + "Esmeraldas", + "Esperance Municipality", + "Essex", + "Essex (MA)", + "Essex (UK)", + "Estill", + "Etowah", + "Eureka", + "Evangeline", + "Evans", + "Fairbanks North Star", + "Fairfax", + "Fairfield", + "Fall River", + "Fallon", + "Falls", + "Falls Church", + "Fannin", + "Faribault", + "Faulk", + "Faulkner", + "Fauquier", + "Fayette", + "Fentress", + "Fergus", + "Fermanagh (UK)", + "Ferry", + "Fife (UK)", + "Fillmore", + "Fingal Municipality", + "Finney", + "Fisher", + "Flagler", + "Flathead", + "Fleming", + "Flintshire (UK)", + "Florence", + "Florida", + "Floyd", + "Fluvanna", + "Foard", + "Fond Du Lac", + "Fond du Lac", + "Ford", + "Forest", + "Forrest", + "Forsyth", + "Fort Bend", + "Foster", + "Fountain", + "Franklin", + "Frederick", + "Fredericksburg", + "Freeborn", + "Freestone", + "Fremont", + "Fresno", + "Frio", + "Frontier", + "Fulton", + "Furnas", + "Gadsden", + "Gage", + "Gaines", + "Galapagos", + "Galax", + "Gallatin", + "Gallia", + "Galveston", + "Galway", + "Garden", + "Garfield", + "Garland", + "Garrard", + "Garrett", + "Garvin", + "Garza", + "Gasconade", + "Gaston", + "Gates", + "Geary", + "Geauga", + "Gem", + "Genesee", + "Geneva", + "Gentry", + "George", + "Georgetown", + "Gibson", + "Gila", + "Gilchrist", + "Giles", + "Gillespie", + "Gilliam", + "Gilmer", + "Gilpin", + "Glacier", + "Glades", + "Gladwin", + "Glamorgan (UK)", + "Glamorgan Municipality", + "Glascock", + "Glasscock", + "Glenn", + "Glenorchy Municipality", + "Gloucester", + "Gloucestershire (UK)", + "Glynn", + "Gogebic", + "Golden Valley", + "Goliad", + "Gonzales", + "Goochland", + "Goodhue", + "Gooding", + "Gordon", + "Gormanston Municipality", + "Goshen", + "Gosper", + "Gouveia", + "Gove", + "Grady", + "Grafton", + "Graham", + "Grainger", + "Grand", + "Grand Forks", + "Grand Isle", + "Grand Traverse", + "Granite", + "Grant", + "Granville", + "Gratiot", + "Graves", + "Gray", + "Grays Harbor", + "Grayson", + "Greeley", + "Green", + "Green Lake", + "Greenbrier", + "Greene", + "Greenlee", + "Greensville", + "Greenup", + "Greenville", + "Greenwood", + "Greer", + "Gregg", + "Gregory", + "Grenada", + "Griggs", + "Grimes", + "Grundy", + "Guadalupe", + "Guaraquecaba", + "Guaratuba", + "Guernsey", + "Guilford", + "Gulf", + "Gunnison", + "Guthrie", + "Gwinnett", + "Haakon", + "Habersham", + "Haines", + "Hale", + "Halifax", + "Hall", + "Hamblen", + "Hamilton", + "Hamilton Municipality", + "Hamlin", + "Hampden", + "Hampshire", + "Hampshire (UK)", + "Hampton", + "Hancock", + "Hand", + "Hanover", + "Hansford", + "Hanson", + "Haralson", + "Hardee", + "Hardeman", + "Hardin", + "Harding", + "Hardy", + "Harford", + "Harlan", + "Harmon", + "Harnett", + "Harney", + "Harper", + "Harris", + "Harrison", + "Harrisonburg", + "Hart", + "Hartford", + "Hartley", + "Harvey", + "Haskell", + "Hawaii", + "Hawkins", + "Hayes", + "Hays", + "Haywood", + "Heard", + "Hemphill", + "Hempstead", + "Henderson", + "Hendricks", + "Hendry", + "Hennepin", + "Henrico", + "Henry", + "Herefordshire (UK)", + "Herkimer", + "Hernando", + "Hertford", + "Hertfordshire (UK)", + "Hettinger", + "Hickman", + "Hickory", + "Hidalgo", + "Highland", + "Highlands", + "Hill", + "Hillsborough", + "Hillsdale", + "Hinds", + "Hinsdale", + "Hitchcock", + "Hobart Municipality", + "Hocking", + "Hockley", + "Hodgeman", + "Hoke", + "Holmes", + "Holt", + "Honolulu", + "Hood", + "Hood River", + "Hooker", + "Hoonah–Angoon", + "Hopewell", + "Hopkins", + "Horry", + "Hot Spring", + "Hot Springs", + "Houghton", + "Houston", + "Howard", + "Howell", + "Huancabamba", + "Huanuco", + "Hubbard", + "Hudson", + "Hudspeth", + "Huerfano", + "Hughes", + "Humboldt", + "Humphreys", + "Hunt", + "Hunterdon", + "Huntingdon", + "Huntingdonshire (UK)", + "Huntington", + "Huron", + "Hutchinson", + "Hyde", + "Iberia", + "Iberville", + "Ida", + "Idaho", + "Imperial", + "Independence", + "Indian River", + "Indiana", + "Ingham", + "Inverness-shire (UK)", + "Inyo", + "Ionia", + "Iosco", + "Iowa", + "Iredell", + "Irion", + "Iron", + "Iroquois", + "Irwin", + "Isabella", + "Isanti", + "Island", + "Isle of Wight", + "Issaquena", + "Itasca", + "Itawamba", + "Ixtlan", + "Izard", + "Jack", + "Jackson", + "Jaguariaiya", + "Jalisco", + "James City", + "Jasper", + "Jay", + "Jeff Davis", + "Jefferson", + "Jefferson Davis", + "Jenkins", + "Jennings", + "Jerauld", + "Jerome", + "Jersey", + "Jessamine", + "Jewell", + "Jim Hogg", + "Jim Wells", + "Jo Daviess", + "Johnson", + "Johnston", + "Jolo Group", + "Jones", + "Josephine", + "Juab", + "Judith Basin", + "Juneau", + "Juniata", + "Juquila", + "Kalamazoo", + "Kalawao", + "Kalkaska", + "Kanabec", + "Kanawha", + "Kandavu", + "Kandiyohi", + "Kane", + "Kankakee", + "Karnes", + "Kauai", + "Kaufman", + "Kay", + "Kearney", + "Kearny", + "Keith", + "Kemper", + "Kenai Peninsula", + "Kendall", + "Kenedy", + "Kennebec", + "Kenosha", + "Kent", + "Kent (UK)", + "Kentish Municipality", + "Kenton", + "Keokuk", + "Kepulauan", + "Kepulauan Kangean Islands", + "Kern", + "Kerr", + "Kershaw", + "Ketchikan Gateway", + "Kewaunee", + "Keweenaw", + "Keya Paha", + "Kidder", + "Kimball", + "Kimble", + "Kincardineshire (UK)", + "King", + "King and Queen", + "King George", + "King William", + "Kingborough Municipality", + "Kingfisher", + "Kingman", + "Kings", + "Kingsbury", + "Kinney", + "Kinross-shire (UK)", + "Kiowa", + "Kirkcudbrightshire (UK)", + "Kit Carson", + "Kitsap", + "Kittitas", + "Kittson", + "Klamath", + "Kleberg", + "Klickitat", + "Knott", + "Knox", + "Kodiak Island", + "Koochiching", + "Kootenai", + "Korinthos", + "Koro", + "Kosciusko", + "Kossuth", + "La Crosse", + "La Paz", + "La Plata", + "La Salle", + "Labette", + "Lac qui Parle", + "Lackawanna", + "Laclede", + "Lafayette", + "Lafourche", + "LaGrange", + "Lake", + "Lake and Peninsula", + "Lake of the Woods", + "Lamar", + "Lamas", + "Lamb", + "Lamoille", + "LaMoure", + "Lampasas", + "Lanarkshire (UK)", + "Lancashire (UK)", + "Lancaster", + "Lander", + "Lane", + "Langlade", + "Lanier", + "Lapeer", + "LaPorte", + "Laramie", + "Larecaja", + "Larimer", + "LaRue", + "Las Animas", + "LaSalle", + "Lassen", + "Latah", + "Latimer", + "Lauderdale", + "Launceston Municipality", + "Laurel", + "Laurens", + "Lavaca", + "Lawrence", + "Le Flore", + "Le Sueur", + "Lea", + "Leake", + "Leavenworth", + "Lebanon", + "Lee", + "Leelanau", + "Leflore", + "Lehigh", + "Leicestershire (UK)", + "Lemhi", + "Lenawee", + "Lenoir", + "Leon", + "Leslie", + "Letcher", + "Levy", + "Lewis", + "Lewis and Clark", + "Lexington", + "Liberty", + "Licking", + "Lilydale Municipality", + "Limestone", + "Lincoln", + "Lincolnshire (UK)", + "Linn", + "Lipscomb", + "Litchfield", + "Little River", + "Live Oak", + "Livingston", + "Llano", + "Logan", + "Loja", + "Londonderry (UK)", + "Long", + "Longford Municipality", + "Lonoke", + "Lorain", + "Loreto", + "Los Alamos", + "Los Angeles", + "Los Cabos", + "Loudon", + "Loudoun", + "Louisa", + "Loup", + "Love", + "Loving", + "Lowndes", + "Lubbock", + "Lucas", + "Luce", + "Lumpkin", + "Luna", + "Lunenburg", + "Luzerne", + "Lycoming", + "Lyman", + "Lynchburg", + "Lynn", + "Lyon", + "Mackinac", + "Macomb", + "Macon", + "Macoupin", + "Madera", + "Madison", + "Magoffin", + "Mahaska", + "Mahnomen", + "Mahoning", + "Major", + "Malheur", + "Manabi", + "Manassas", + "Manassas Park", + "Manatee", + "Manistee", + "Manitowoc", + "Marathon", + "Marengo", + "Maricopa", + "Maries", + "Marin", + "Marinette", + "Marion", + "Mariposa", + "Marlboro", + "Marquette", + "Marshall", + "Martin", + "Martinsville", + "Mason", + "Massac", + "Matagorda", + "Matanuska-Susitna", + "Mathews", + "Maui", + "Maury", + "Maverick", + "Mayes", + "McClain", + "McCone", + "McCook", + "McCormick", + "McCracken", + "McCreary", + "McCulloch", + "McCurtain", + "McDonald", + "McDonough", + "McDowell", + "McDuffie", + "McHenry", + "McIntosh", + "McKean", + "McKenzie", + "McKinley", + "McLean", + "McLennan", + "McLeod", + "McMinn", + "McMullen", + "McNairy", + "McPherson", + "Meade", + "Meagher", + "Mecklenburg", + "Mecosta", + "Medina", + "Meeker", + "Meigs", + "Mellette", + "Menard", + "Mendocino", + "Menifee", + "Menominee", + "Merced", + "Mercer", + "Merionethshire (UK)", + "Meriwether", + "Merrick", + "Merrimack", + "Mesa", + "Metcalfe", + "Mexicali", + "Miahuatlan", + "Miami", + "Miami-Dade", + "Middlesex", + "Middlesex (UK)", + "Midland", + "Midlothian (UK)", + "Mifflin", + "Milam", + "Millard", + "Mille Lacs", + "Miller", + "Mills", + "Milwaukee", + "Miner", + "Mineral", + "Mingo", + "Minidoka", + "Minnehaha", + "Missaukee", + "Mississippi", + "Missoula", + "Mitchell", + "Mizque", + "Mobile", + "Modoc", + "Moffat", + "Mohave", + "Moniteau", + "Monmouth", + "Monmouthshire (UK)", + "Mono", + "Monona", + "Monongalia", + "Monroe", + "Montague", + "Montcalm", + "Monterey", + "Montezuma", + "Montgomery", + "Montgomeryshire (UK)", + "Montmorency", + "Montour", + "Montrose", + "Moody", + "Moore", + "Mora", + "Morayshire (UK)", + "Morehouse", + "Morgan", + "Morrill", + "Morris", + "Morrison", + "Morro do Chapeu", + "Morrow", + "Morton", + "Motley", + "Moultrie", + "Mountrail", + "Mower", + "Muhlenberg", + "Mulegé", + "Multnomah", + "Murray", + "Muscatine", + "Muscogee", + "Muskegon", + "Muskingum", + "Muskogee", + "Musselshell", + "Nacogdoches", + "Nairnshire (UK)", + "Nakhon Ratchasima, Changwat", + "Nance", + "Nantucket", + "Nantucket (MA)", + "Napa", + "Nash", + "Nassau", + "Natchitoches", + "Natrona", + "Navajo", + "Navarro", + "Nelson", + "Nemaha", + "Neosho", + "Neshoba", + "Ness", + "Nevada", + "New Castle", + "New Hanover", + "New Haven", + "New Kent", + "New London", + "New Madrid", + "New Norfolk Municipality", + "New York", + "Newaygo", + "Newberry", + "Newport", + "Newport News", + "Newton", + "Nez Perc", + "Nez Perce", + "Niagara", + "Nicholas", + "Nicholson", + "Nicollet", + "Niobrara", + "Noble", + "Nobles", + "Nodaway", + "Nolan", + "Nome", + "Norfolk", + "Norfolk (UK)", + "Norman", + "North Slope", + "Northampton", + "Northamptonshire (UK)", + "Northumberland", + "Northumberland (UK)", + "Northwest Arctic", + "Norton", + "Nottinghamshire (UK)", + "Nottoway", + "Nowata", + "Noxubee", + "Nuckolls", + "Nueces", + "Nueva Vizcaya", + "Nye", + "O'Brien", + "Oakland", + "Oatlands Municipality", + "Obion", + "Ocean", + "Oceana", + "Ochiltree", + "Oconee", + "Oconto", + "Ogemaw", + "Ogle", + "Oglethorpe", + "Ohio", + "Okaloosa", + "Okanogan", + "Okeechobee", + "Okfuskee", + "Oklahoma", + "Okmulgee", + "Oktibbeha", + "Oldham", + "Oliver", + "Olmsted", + "Oneida", + "Onondaga", + "Onslow", + "Ontario", + "Ontonagon", + "Orange", + "Orangeburg", + "Oregon", + "Orkney (UK)", + "Orleans", + "Osage", + "Osborne", + "Osceola", + "Oscoda", + "Oswego", + "Otero", + "Otoe", + "Otsego", + "Ottawa", + "Otter Tail", + "Ouachita", + "Ouray", + "Outagamie", + "Overton", + "Owen", + "Owsley", + "Owyhee", + "Oxford", + "Oxfordshire (UK)", + "Ozark", + "Ozaukee", + "Pacific", + "Page", + "Palm Beach", + "Palmeira", + "Palo Alto", + "Palo Pinto", + "Pamlico", + "Pampanga", + "Pangasinan", + "Panola", + "Paranagua", + "Park", + "Parke", + "Parker", + "Parmer", + "Pasco", + "Pasquotank", + "Passaic", + "Patrick", + "Paulding", + "Pawnee", + "Payette", + "Payne", + "Peach", + "Pearl River", + "Pecos", + "Peeblesshire (UK)", + "Pembina", + "Pembrokeshire (UK)", + "Pemiscot", + "Pend Oreille", + "Pender", + "Pendleton", + "Penguin Municipality", + "Pennington", + "Penobscot", + "Peoria", + "Pepin", + "Perkins", + "Perquimans", + "Perry", + "Pershing", + "Person", + "Perthshire (UK)", + "Petersburg", + "Petroleum", + "Pettis", + "Phelps", + "Philadelphia", + "Phillips", + "Piatt", + "Pickaway", + "Pickens", + "Pickett", + "Pierce", + "Pike", + "Pima", + "Pinal", + "Pine", + "Pinellas", + "Pipestone", + "Piscataquis", + "Pitkin", + "Pitt", + "Pittsburg", + "Pittsylvania", + "Piura", + "Piute", + "Placer", + "Plaquemines", + "Platte", + "Pleasants", + "Plumas", + "Plymouth", + "Pocahontas", + "Pochutla", + "Poinsett", + "Pointe Coupee", + "Polk", + "Pondera", + "Pontotoc", + "Pope", + "Poquoson", + "Portage", + "Porter", + "Portland Municipality", + "Portsmouth", + "Posey", + "Pottawatomie", + "Pottawattamie", + "Potter", + "Powder River", + "Powell", + "Power", + "Poweshiek", + "Powhatan", + "Prairie", + "Pratt", + "Preble", + "Prentiss", + "Presidio", + "Presque Isle", + "Preston", + "Price", + "Prince Edward", + "Prince George", + "Prince George's", + "Prince of Wales-Hyder", + "Prince William", + "Providence", + "Prowers", + "Pueblo", + "Pujili", + "Pulaski", + "Pushmataha", + "Putnam", + "Quay", + "Queen Anne's", + "Queen Elizabeth Islands", + "Queens", + "Quezon", + "Quitman", + "Quito", + "Rabun", + "Racine", + "Radford", + "Radnorshire (UK)", + "Raiatea", + "Rains", + "Raleigh", + "Ralls", + "Ramsey", + "Randall", + "Randolph", + "Rankin", + "Ransom", + "Rapides", + "Rappahannock", + "Rarotonga", + "Ravalli", + "Rawlins", + "Ray", + "Reagan", + "Real", + "Red Lake", + "Red River", + "Red Willow", + "Redwood", + "Reeves", + "Refugio", + "Renfrewshire (UK)", + "Reno", + "Rensselaer", + "Renville", + "Republic", + "Rewa", + "Reynolds", + "Rhea", + "Rice", + "Rich", + "Richardson", + "Richland", + "Richmond", + "Riley", + "Ringarooma Municipality", + "Ringgold", + "Rio Arriba", + "Rio Blanco", + "Rio Branco", + "Rio Grande", + "Rio Verde", + "Ripley", + "Ritchie", + "Riverside", + "Rizal", + "Roane", + "Roanoke", + "Roberts", + "Robertson", + "Robeson", + "Rock", + "Rock Island", + "Rockbridge", + "Rockcastle", + "Rockdale", + "Rockingham", + "Rockland", + "Rockwall", + "Roger Mills", + "Rogers", + "Rolette", + "Rooks", + "Roosevelt", + "Rosarito, Playas de", + "Roscommon", + "Roseau", + "Rosebud", + "Ross", + "Ross Municipality", + "Ross-shire (UK)", + "Routt", + "Rowan", + "Roxburghshire (UK)", + "Runnels", + "Rush", + "Rusk", + "Russell", + "Russell Islands", + "Rutherford", + "Rutland", + "Rutland (UK)", + "Sabah", + "Sabine", + "Sac", + "Sacramento", + "Sagadahoc", + "Saginaw", + "Saguache", + "Salem", + "Saline", + "Salt Lake", + "Saluda", + "Sampson", + "San Augustine", + "San Benito", + "San Bernardino", + "San Blas", + "San Diego", + "San Francisco", + "San Ignacio", + "San Jacinto", + "San Joaquin", + "San Juan", + "San Luis Obispo", + "San Mateo", + "San Miguel", + "San Patricio", + "San Pedro Lagunillas", + "San Pedro Lagunitas", + "San Saba", + "Sanborn", + "Sanders", + "Sandoval", + "Sandusky", + "Sangamon", + "Sanilac", + "Sanpete", + "Santa Barbara", + "Santa Clara", + "Santa Cruz", + "Santa Fe", + "Santa Maria del Oro", + "Santa Rosa", + "Santa Victoria", + "Sarasota", + "Saratoga", + "Sarawak", + "Sargent", + "Sarpy", + "Sauk", + "Saunders", + "Sawyer", + "Schenectady", + "Schleicher", + "Schley", + "Schoharie", + "Schoolcraft", + "Schuyler", + "Schuylkill", + "Scioto", + "Scotland", + "Scott", + "Scotts Bluff", + "Scottsdale Municipality", + "Screven", + "Scurry", + "Searcy", + "Sebastian", + "Sedgwick", + "Selkirkshire (UK)", + "Seminole", + "Seneca", + "Senyavin Islands", + "Sequatchie", + "Sequoyah", + "Sevier", + "Seward", + "Shackelford", + "Shannon", + "Sharkey", + "Sharp", + "Shasta", + "Shawano", + "Shawnee", + "Sheboygan", + "Sheffield Municipality", + "Shelby", + "Shenandoah", + "Sherburne", + "Sheridan", + "Sherman", + "Shetland (UK)", + "Shiawassee", + "Shoshone", + "Shropshire (UK)", + "Sibley", + "Sierra", + "Silver Bow", + "Simpson", + "Sioux", + "Siskiyou", + "Sitka", + "Skagit", + "Skagway", + "Skamania", + "Slope", + "Smith", + "Smyth", + "Snohomish", + "Snyder", + "Socorro", + "Sola de Vega", + "Solano", + "Somerset", + "Somerset (UK)", + "Somervell", + "Sonoma", + "Sorell Municipality", + "Southampton", + "Southeast Fairbanks", + "Spalding", + "Spartanburg", + "Spencer", + "Spink", + "Spokane", + "Spotsylvania", + "Spring Bay Municipality", + "St. Bernard", + "St. Charles", + "St. Clair", + "St. Croix", + "St. Francis", + "St. Francois", + "St. Helena", + "St. James", + "St. John the Baptist", + "St. Johns", + "St. Joseph", + "St. Landry", + "St. Lawrence", + "St. Leonards Municipality", + "St. Louis", + "St. Lucie", + "St. Martin", + "St. Mary", + "St. Mary's", + "St. Tammany", + "Stafford", + "Staffordshire (UK)", + "Stanislaus", + "Stanley", + "Stanly", + "Stanton", + "Stark", + "Starke", + "Starr", + "Staunton", + "Ste. Genevieve", + "Stearns", + "Steele", + "Stephens", + "Stephenson", + "Sterling", + "Steuben", + "Stevens", + "Stewart", + "Stillwater", + "Stirlingshire (UK)", + "Stoddard", + "Stokes", + "Stone", + "Stonewall", + "Storey", + "Story", + "Strafford", + "Stutsman", + "Sublette", + "Sud Yungas", + "Suffolk", + "Suffolk (UK)", + "Sullivan", + "Sully", + "Summers", + "Summit", + "Sumner", + "Sumter", + "Sunflower", + "Surrey (UK)", + "Surry", + "Susquehanna", + "Sussex", + "Sussex (UK)", + "Sutherland (UK)", + "Sutter", + "Sutton", + "Suwannee", + "Swain", + "Sweet Grass", + "Sweetwater", + "Swift", + "Swisher", + "Switzerland", + "Tahiti", + "Talbot", + "Taliaferro", + "Talladega", + "Tallahatchie", + "Tallapoosa", + "Taltal", + "Tama", + "Taney", + "Tangipahoa", + "Taos", + "Tarrant", + "Tasman Municipality", + "Tate", + "Tattnall", + "Taylor", + "Tazewell", + "Tecate", + "Tehama", + "Telfair", + "Teller", + "Tensas", + "Tepic", + "Terrebonne", + "Terrell", + "Terry", + "Teton", + "Texas", + "Thayer", + "Thomas", + "Throckmorton", + "Thurston", + "Tift", + "Tijuana", + "Tillamook", + "Tillman", + "Tioga", + "Tippah", + "Tippecanoe", + "Tipton", + "Tishomingo", + "Titus", + "Todd", + "Tolland", + "Tom Green", + "Tompkins", + "Tompkins (NY)", + "Tooele", + "Toole", + "Toombs", + "Torrance", + "Towner", + "Towns", + "Traill", + "Transylvania", + "Traverse", + "Travis", + "Treasure", + "Trego", + "Trempealeau", + "Treutlen", + "Trigg", + "Trimble", + "Trinity", + "Tripp", + "Troup", + "Trousdale", + "Trumbull", + "Tucker", + "Tulare", + "Tulsa", + "Tunica", + "Tuolumne", + "Turner", + "Tuscaloosa", + "Tuscarawas", + "Tuscola", + "Twiggs", + "Twin Falls", + "Tyler", + "Tyrone (UK)", + "Tyrrell", + "Uinta", + "Uintah", + "Ulster", + "Ulverstone Municipality", + "Umatilla", + "Unicoi", + "Union", + "Unknown", + "Upshur", + "Upson", + "Upton", + "Urubamba", + "Utah", + "Uvalde", + "Val Verde", + "Valdez–Cordova", + "Valencia", + "Valley", + "Van Buren", + "Van Wert", + "Van Zandt", + "Vance", + "Vanderburgh", + "Vanua Levu", + "Venango", + "Ventura", + "Vermilion", + "Vermillion", + "Vernon", + "Victoria", + "Vigo", + "Vilas", + "Vinton", + "Virginia Beach", + "Viti Levu", + "Volusia", + "Wabash", + "Wabasha", + "Wabaunsee", + "Wade Hampton", + "Wadena", + "Wagoner", + "Wahkiakum", + "Wake", + "Wakulla", + "Waldo", + "Walker", + "Walla Walla", + "Wallace", + "Waller", + "Wallowa", + "Walsh", + "Walthall", + "Walton", + "Walworth", + "Wapello", + "Waratah Municipality", + "Ward", + "Ware", + "Warren", + "Warrick", + "Warwickshire (UK)", + "Wasatch", + "Wasco", + "Waseca", + "Washakie", + "Washburn", + "Washington", + "Washita", + "Washoe", + "Washtenaw", + "Watauga", + "Watonwan", + "Waukesha", + "Waupaca", + "Waushara", + "Wayne", + "Waynesboro", + "Weakley", + "Webb", + "Weber", + "Webster", + "Weld", + "Wells", + "West Baton Rouge", + "West Carroll", + "West Feliciana", + "West Lothian (Linlithgowshire) (UK)", + "Westchester", + "Westmoreland", + "Westmorland (UK)", + "Weston", + "Wetzel", + "Wexford", + "Wharton", + "Whatcom", + "Wheatland", + "Wheeler", + "White", + "White Pine", + "Whiteside", + "Whitfield", + "Whitley", + "Whitman", + "Wibaux", + "Wichita", + "Wicomico", + "Wigtownshire (UK)", + "Wilbarger", + "Wilcox", + "Wilkes", + "Wilkin", + "Wilkinson", + "Will", + "Will (IL)", + "Willacy", + "Williams", + "Williamsburg", + "Williamson", + "Wilson", + "Wiltshire (UK)", + "Winchester", + "Windham", + "Windsor", + "Winkler", + "Winn", + "Winnebago", + "Winneshiek", + "Winona", + "Winston", + "Wirt", + "Wise", + "Wolfe", + "Wood", + "Woodbury", + "Woodford", + "Woodruff", + "Woods", + "Woodson", + "Woodward", + "Worcester", + "Worcestershire (UK)", + "Worth", + "Wrangell", + "Wright", + "Wyandot", + "Wyandotte", + "Wyoming", + "Wythe", + "Yadkin", + "Yakima", + "Yakutat", + "Yalobusha", + "Yamhill", + "Yancey", + "Yankton", + "Yates", + "Yavapai", + "Yazoo", + "Yell", + "Yellow Medicine", + "Yellowstone", + "Yoakum", + "Yolo", + "York", + "Yorkshire (UK)", + "Young", + "Yuba", + "Yukon–Koyukuk", + "Yuma", + "Zambales", + "Zapata", + "Zavala", + "Zeehan Municipality", + "Zhongdian", + "Ziebach" + ], + "messages": { + "Unknown": { + "id": "option.counties.Unknown", + "defaultMessage": "unknown" + } + } + }, + "states": { + "values": [ + "Unknown", + "'Eua", + "Aamzonas", + "Acre", + "AK", + "AL", + "Alajuela", + "Alajuelo", + "ALB", + "Alberta", + "Alger", + "Alta Verapaz", + "Amazonas", + "Ancash", + "Anhui", + "Antioquia", + "Antofagasta", + "Apurimac", + "AR", + "Aragua", + "Araucania", + "Arequipa", + "ARIZ", + "Artigas", + "Atacama", + "Atlantida", + "Ayacucho", + "AZ", + "AZ Territory", + "Azuay", + "B.C.S.", + "Bac Phan", + "Bahia", + "Baja California", + "Baja California Sur", + "Baja Verapaz", + "Baleares", + "Baluchistan", + "Banguey Island", + "Barinas", + "BCS", + "Benguet", + "Binh Tri Thien, Tinh", + "Biobio, Regio del", + "Bismarck Archipelago", + "BN", + "Bohol", + "Bolivar", + "Boyaca", + "British Columbia", + "Brunei", + "Buenos Aires", + "Bulacan", + "CA", + "Cajamarca", + "Campeche", + "Canar", + "Cape Province", + "Carchi", + "Caroline Islands", + "Cartago", + "Cascajal", + "Cataluna", + "Cauca", + "Cebu", + "Central", + "Chalatenango", + "CHI", + "Chia", + "Chiang Mai, Changwat", + "Chiapas", + "Chihuahua", + "Chimaltenango", + "Chimborazo", + "Chinandega", + "Chiriqui", + "Chontales", + "Chupadero", + "Chuquisaca", + "CO", + "CO Territory", + "Coahuila", + "COCA", + "Cochabamba", + "Cocle", + "COL", + "Colima", + "Comayagua", + "Concepcion", + "COP", + "Coquimbo", + "Cordoba", + "Cortes", + "Costa", + "Cotopaxi", + "CT", + "Cundinamarca", + "Cuzco", + "Darien", + "DE", + "Dept. La e", + "Dept. Mag", + "Distrito Federal", + "DUR", + "Durango", + "East Malaysia", + "East Sepik", + "Eastern Division", + "Eastern Divsion", + "El Progreso", + "Esmeraldas", + "Esteli", + "FL", + "Florida", + "Fujian", + "GA", + "Gansu", + "Goias", + "Golestan", + "Granada", + "GRO", + "GUAM", + "Guanacaste", + "Guanajuato", + "Guangdong", + "Guatemala", + "Guayas", + "Guerrero", + "Guizhou", + "Ha Bach, Tinh", + "Hainan", + "Halland", + "Hamadan", + "Heidelberg", + "Heredia", + "HI", + "Hidalgo", + "Honshu", + "Huancabamba", + "Huancavelica", + "Huanuco", + "Hubei", + "Huehuetena", + "Huehuetenango", + "Humacao", + "IA", + "ID", + "Idaho", + "IL", + "IN", + "Insular", + "Ipiros", + "Iqnique Province", + "Iringa", + "Isabela", + "Izabel", + "JAL", + "Jalisco", + "Jalsico", + "Jawa Timur", + "Jiangsu", + "Jujuy", + "Junin", + "Kangean", + "Khorasan Province", + "Kkanh Hoa", + "KS", + "KwaZulu-Natal", + "KY", + "LA", + "La Habana", + "La Libertad", + "La Paz", + "La Vega", + "Lambayeque", + "Las Villas", + "LASAN", + "Leon", + "Lima", + "Limon", + "Loja", + "Loreto", + "Luzon", + "MA", + "Madre de Dios", + "Magdalena", + "Maldonado", + "Manabi", + "Manitoba", + "Mariana Islands", + "Mato Grosso", + "Matto Grosso", + "Mayaguez", + "Mazandaran", + "MD", + "ME", + "Merida", + "Meta", + "Mexico", + "MI", + "MIC", + "MICH", + "Michoacan", + "Minas Gerais", + "Mindanao", + "Misiones", + "MN", + "MO", + "MON", + "Montevideo", + "Morazan", + "Morelos", + "MS", + "MT", + "MX", + "N. Segovia", + "Narino", + "NAY", + "Nayarit", + "NC", + "ND", + "NE", + "Neuvo Leon", + "Nevada", + "New Brunswick", + "New South Wales", + "Newfoundland", + "NH", + "NJ", + "NL", + "NM", + "NM-TX", + "Nord", + "Norte", + "Norte de Santander", + "North Ayrshire", + "Northeastern", + "Northern", + "Northern Division", + "Northern Territory", + "Northwest Frontier", + "Northwest Territories", + "Nova Scotia", + "Nuevo Leon", + "Nunavut", + "NV", + "NY", + "O", + "Oaxaca", + "OH", + "OK", + "Ontario", + "OR", + "OR (?)", + "OR or WA", + "Oregon", + "Oriente", + "Otuzco", + "PA", + "Palawan", + "Panama", + "Panay", + "Paraguari", + "Parana", + "Paris", + "Pasco", + "Pataz", + "PE", + "Peloponnisos", + "Peten", + "Pichincha", + "Piura", + "PMG", + "Pohnpei", + "Pomeroon-Supernaam", + "Portuguesa", + "Potosi", + "PRE", + "Prince Edward Island", + "PUE", + "Puebla", + "Puerto Rico", + "Puno", + "Puntarenas", + "Quang Ngai", + "Quebec", + "Queensland", + "Quezaltenango", + "Quezon", + "Quiche", + "RI", + "Rio de Janeiro", + "Rizal", + "S Catarina", + "S L Potosi", + "S.L. Potos", + "Sabah", + "Salta", + "Samar", + "San Blas", + "San Jose", + "San Luis", + "San Luis a", + "San Luis Potosi", + "San Martin", + "San Miguel", + "San Pedro", + "Santa Barbara", + "Santa Catarina", + "Santa Cruz", + "Santander", + "Santiago, Region Met", + "Sao Paulo", + "Sarawak", + "Saskatchewan", + "Savaii Island", + "SC", + "Scotland", + "SD", + "Semnan", + "Seybo", + "Sichuan", + "Sierra", + "SIN", + "Sinaloa", + "SL Potosi", + "Societe, Iles de la", + "Societe, Isles de la", + "SON", + "Sonora", + "Sonsonate", + "South Australia", + "Southern Cook Island", + "St. Andrew", + "St. Croix", + "Stann Creek", + "Sulu", + "Sumatera", + "TAB", + "Tabasco", + "Tachira", + "Tacna", + "TAM", + "Tamaulipas", + "Tarank Province", + "Tarija", + "Tarma", + "Tasmania", + "Tehran", + "Tierra del Fuego", + "Tlaxcala", + "TN", + "Toledo", + "Tongatapu", + "Trelawny", + "Trujillo", + "Tuamotu, Archipel de", + "Tubuai, Iles", + "Tucuman", + "Tutuila Island", + "TX", + "TX ", + "TX-NM", + "Upolu Island", + "UT", + "Utah", + "VA", + "Valle", + "Valparaiso", + "Vaupes", + "Veracruz", + "Verguas", + "Victoria", + "VT", + "w TX to NM", + "w. TX - El Paso, NM", + "w. TX - El Paso,NM", + "WA", + "WA Territory", + "Wales", + "WAS", + "Western Australia", + "Western Cape", + "WI", + "WN", + "WV", + "WY", + "Wyoming", + "Xizang", + "Yaracuy", + "Yoro", + "Yucatan", + "Yukon Territory", + "Yunnan", + "Zacatecas", + "Zhejiang", + "Zulia" + ], + "messages": { + "Unknown": { + "id": "option.states.Unknown", + "defaultMessage": "unknown" + } + } + }, + "countries": { + "values": [ + "unknown", + "Afghanistan", + "AX", + "AL", + "Algeria", + "American Samoa", + "AD", + "AO", + "AI", + "AQ", + "Antigua", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "AW", + "Australia", + "AT", + "AZ", + "BS", + "BH", + "BD", + "BB", + "BY", + "Belgium", + "Belize", + "BJ", + "Bermuda", + "BT", + "Bolivia", + "BQ", + "Borneo", + "BA", + "BW", + "BV", + "Brazil", + "IO", + "Brunei", + "BG", + "BF", + "BI", + "Cambodia", + "Cameroon", + "Canada", + "CV", + "KY", + "CF", + "TD", + "Chile", + "China", + "CX", + "CC", + "Colombia", + "KM", + "CG", + "Cook Islands", + "Costa Rica", + "CI", + "Croatia", + "Cuba", + "CW", + "CY", + "CZ", + "D R Congo", + "Denmark", + "DJ", + "DM", + "Dominican Republic", + "Ecuador", + "EG", + "El Salvador", + "Ellas", + "Equatorial Guinea", + "ER", + "Espana", + "EE", + "ET", + "FK", + "FO", + "Fiji", + "Finland", + "France", + "GF", + "PF", + "TF", + "GA", + "GM", + "GE", + "Germany", + "GH", + "GI", + "Greenland", + "GD", + "Guadeloupe", + "GU", + "Guatemala", + "GG", + "GN", + "GW", + "Guyana", + "Haiti", + "HM", + "Hispaniola", + "VA", + "Honduras", + "HK", + "HN", + "Iceland", + "India", + "Indonesia", + "Iran", + "IQ", + "Ireland", + "IM", + "Israel", + "Italy", + "Jamaica", + "Japan", + "JE", + "Jordan", + "KZ", + "Kenya", + "KI", + "KP", + "KW", + "KG", + "LA", + "LV", + "Lebanon", + "LS", + "LR", + "LY", + "LI", + "LT", + "LU", + "MO", + "MK", + "Madagascar", + "Malawi", + "Malaysia", + "MV", + "ML", + "MT", + "Marshall Islands", + "MQ", + "MR", + "MU", + "YT", + "Mexico", + "Micronesia", + "MD", + "MC", + "Mongolia", + "ME", + "MS", + "Morocco", + "MZ", + "Myanmar", + "Namibia", + "NR", + "Nepal", + "Netherlands Antilles", + "Netherlands", + "New Caledonia", + "New Zealand", + "Nicaragua", + "NE", + "NG", + "Nihon", + "Niue", + "NF", + "MP", + "Norway", + "OM", + "Pakistan", + "PW", + "PS", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "PN", + "PL", + "Polynesia", + "Polynesie francaise", + "Portugal", + "Prathet Thai", + "Puerto Rico", + "QA", + "Republica Dominicana", + "Reunion", + "RO", + "Russia", + "RW", + "BL", + "Saint Helena", + "KN", + "Saint Lucia", + "MF", + "PM", + "VC", + "Samoa", + "SM", + "ST", + "SA", + "Scotland", + "SN", + "RS", + "Seychelles", + "SL", + "SG", + "SX", + "SK", + "Slovenia", + "SO", + "Solomon Islands", + "South Africa", + "GS", + "South Korea", + "SS", + "Spain", + "Sri Lanka", + "Sudan", + "Suriname", + "SJ", + "SZ", + "Sweden", + "CH", + "Syria", + "Taiwan", + "TJ", + "Tanzania", + "Thailand", + "TL", + "TG", + "TK", + "Tonga", + "Trinidad and Tobago", + "TN", + "Turkey", + "TM", + "TC", + "TV", + "Uganda", + "UA", + "AE", + "United Kingdom", + "UM", + "Uruguay", + "USA", + "UZ", + "Vanuatu", + "Venezuela", + "Viet Nam", + "VG", + "Virgin Islands", + "WF", + "EH", + "Western Samoa", + "YE", + "ZM", + "Zhonghua", + "ZW" + ], + "messages": { + "unknown": { + "id": "option.countries.unknown", + "defaultMessage": "unknown" + }, + "Afghanistan": { + "id": "option.countries.Afghanistan", + "defaultMessage": "Afghanistan" + }, + "AX": { + "id": "option.countries.AX", + "defaultMessage": "Åland Islands" + }, + "AL": { + "id": "option.countries.AL", + "defaultMessage": "Albania" + }, + "Algeria": { + "id": "option.countries.Algeria", + "defaultMessage": "Algeria" + }, + "American Samoa": { + "id": "option.countries.American Samoa", + "defaultMessage": "American Samoa" + }, + "AD": { + "id": "option.countries.AD", + "defaultMessage": "Andorra" + }, + "AO": { + "id": "option.countries.AO", + "defaultMessage": "Angola" + }, + "AI": { + "id": "option.countries.AI", + "defaultMessage": "Anguilla" + }, + "AQ": { + "id": "option.countries.AQ", + "defaultMessage": "Antarctica" + }, + "Antigua": { + "id": "option.countries.Antigua", + "defaultMessage": "Antigua" + }, + "Antigua and Barbuda": { + "id": "option.countries.Antigua and Barbuda", + "defaultMessage": "Antigua and Barbuda" + }, + "Argentina": { + "id": "option.countries.Argentina", + "defaultMessage": "Argentina" + }, + "Armenia": { + "id": "option.countries.Armenia", + "defaultMessage": "Armenia" + }, + "AW": { + "id": "option.countries.AW", + "defaultMessage": "Aruba" + }, + "Australia": { + "id": "option.countries.Australia", + "defaultMessage": "Australia" + }, + "AT": { + "id": "option.countries.AT", + "defaultMessage": "Austria" + }, + "AZ": { + "id": "option.countries.AZ", + "defaultMessage": "Azerbaijan" + }, + "BS": { + "id": "option.countries.BS", + "defaultMessage": "Bahamas" + }, + "BH": { + "id": "option.countries.BH", + "defaultMessage": "Bahrain" + }, + "BD": { + "id": "option.countries.BD", + "defaultMessage": "Bangladesh" + }, + "BB": { + "id": "option.countries.BB", + "defaultMessage": "Barbados" + }, + "BY": { + "id": "option.countries.BY", + "defaultMessage": "Belarus" + }, + "Belgium": { + "id": "option.countries.Belgium", + "defaultMessage": "Belgium" + }, + "Belize": { + "id": "option.countries.Belize", + "defaultMessage": "Belize" + }, + "BJ": { + "id": "option.countries.BJ", + "defaultMessage": "Benin" + }, + "Bermuda": { + "id": "option.countries.Bermuda", + "defaultMessage": "Bermuda" + }, + "BT": { + "id": "option.countries.BT", + "defaultMessage": "Bhutan" + }, + "Bolivia": { + "id": "option.countries.Bolivia", + "defaultMessage": "Bolivia" + }, + "BQ": { + "id": "option.countries.BQ", + "defaultMessage": "Bonaire, Sint Eustatius and Saba" + }, + "Borneo": { + "id": "option.countries.Borneo", + "defaultMessage": "Borneo" + }, + "BA": { + "id": "option.countries.BA", + "defaultMessage": "Bosnia and Herzegovina" + }, + "BW": { + "id": "option.countries.BW", + "defaultMessage": "Botswana" + }, + "BV": { + "id": "option.countries.BV", + "defaultMessage": "Bouvet Island" + }, + "Brazil": { + "id": "option.countries.Brazil", + "defaultMessage": "Brazil" + }, + "IO": { + "id": "option.countries.IO", + "defaultMessage": "British Indian Ocean Territory" + }, + "Brunei": { + "id": "option.countries.Brunei", + "defaultMessage": "Brunei" + }, + "BG": { + "id": "option.countries.BG", + "defaultMessage": "Bulgaria" + }, + "BF": { + "id": "option.countries.BF", + "defaultMessage": "Burkina Faso" + }, + "BI": { + "id": "option.countries.BI", + "defaultMessage": "Burundi" + }, + "Cambodia": { + "id": "option.countries.Cambodia", + "defaultMessage": "Cambodia" + }, + "Cameroon": { + "id": "option.countries.Cameroon", + "defaultMessage": "Cameroon" + }, + "Canada": { + "id": "option.countries.Canada", + "defaultMessage": "Canada" + }, + "CV": { + "id": "option.countries.CV", + "defaultMessage": "Cape Verde" + }, + "KY": { + "id": "option.countries.KY", + "defaultMessage": "Cayman Islands" + }, + "CF": { + "id": "option.countries.CF", + "defaultMessage": "Central African Republic" + }, + "TD": { + "id": "option.countries.TD", + "defaultMessage": "Chad" + }, + "Chile": { + "id": "option.countries.Chile", + "defaultMessage": "Chile" + }, + "China": { + "id": "option.countries.China", + "defaultMessage": "China" + }, + "CX": { + "id": "option.countries.CX", + "defaultMessage": "Christmas Island" + }, + "CC": { + "id": "option.countries.CC", + "defaultMessage": "Cocos (Keeling) Islands" + }, + "Colombia": { + "id": "option.countries.Colombia", + "defaultMessage": "Colombia" + }, + "KM": { + "id": "option.countries.KM", + "defaultMessage": "Comoros" + }, + "CG": { + "id": "option.countries.CG", + "defaultMessage": "Congo" + }, + "Cook Islands": { + "id": "option.countries.Cook Islands", + "defaultMessage": "Cook Islands" + }, + "Costa Rica": { + "id": "option.countries.Costa Rica", + "defaultMessage": "Costa Rica" + }, + "CI": { + "id": "option.countries.CI", + "defaultMessage": "Côte d’Ivoire" + }, + "Croatia": { + "id": "option.countries.Croatia", + "defaultMessage": "Croatia" + }, + "Cuba": { + "id": "option.countries.Cuba", + "defaultMessage": "Cuba" + }, + "CW": { + "id": "option.countries.CW", + "defaultMessage": "Curaçao" + }, + "CY": { + "id": "option.countries.CY", + "defaultMessage": "Cyprus" + }, + "CZ": { + "id": "option.countries.CZ", + "defaultMessage": "Czech Republic" + }, + "D R Congo": { + "id": "option.countries.D R Congo", + "defaultMessage": "D R Congo" + }, + "Denmark": { + "id": "option.countries.Denmark", + "defaultMessage": "Denmark" + }, + "DJ": { + "id": "option.countries.DJ", + "defaultMessage": "Djibouti" + }, + "DM": { + "id": "option.countries.DM", + "defaultMessage": "Dominica" + }, + "Dominican Republic": { + "id": "option.countries.Dominican Republic", + "defaultMessage": "Dominican Republic" + }, + "Ecuador": { + "id": "option.countries.Ecuador", + "defaultMessage": "Ecuador" + }, + "EG": { + "id": "option.countries.EG", + "defaultMessage": "Egypt" + }, + "El Salvador": { + "id": "option.countries.El Salvador", + "defaultMessage": "El Salvador" + }, + "Ellas": { + "id": "option.countries.Ellas", + "defaultMessage": "Ellas" + }, + "Equatorial Guinea": { + "id": "option.countries.Equatorial Guinea", + "defaultMessage": "Equatorial Guinea" + }, + "ER": { + "id": "option.countries.ER", + "defaultMessage": "Eritrea" + }, + "Espana": { + "id": "option.countries.Espana", + "defaultMessage": "Espana" + }, + "EE": { + "id": "option.countries.EE", + "defaultMessage": "Estonia" + }, + "ET": { + "id": "option.countries.ET", + "defaultMessage": "Ethiopia" + }, + "FK": { + "id": "option.countries.FK", + "defaultMessage": "Falkland Islands (Malvinas)" + }, + "FO": { + "id": "option.countries.FO", + "defaultMessage": "Faroe Islands" + }, + "Fiji": { + "id": "option.countries.Fiji", + "defaultMessage": "Fiji" + }, + "Finland": { + "id": "option.countries.Finland", + "defaultMessage": "Finland" + }, + "France": { + "id": "option.countries.France", + "defaultMessage": "France" + }, + "GF": { + "id": "option.countries.GF", + "defaultMessage": "French Guiana" + }, + "PF": { + "id": "option.countries.PF", + "defaultMessage": "French Polynesia" + }, + "TF": { + "id": "option.countries.TF", + "defaultMessage": "French Southern Territories" + }, + "GA": { + "id": "option.countries.GA", + "defaultMessage": "Gabon" + }, + "GM": { + "id": "option.countries.GM", + "defaultMessage": "Gambia" + }, + "GE": { + "id": "option.countries.GE", + "defaultMessage": "Georgia" + }, + "Germany": { + "id": "option.countries.Germany", + "defaultMessage": "Germany" + }, + "GH": { + "id": "option.countries.GH", + "defaultMessage": "Ghana" + }, + "GI": { + "id": "option.countries.GI", + "defaultMessage": "Gibraltar" + }, + "Greenland": { + "id": "option.countries.Greenland", + "defaultMessage": "Greenland" + }, + "GD": { + "id": "option.countries.GD", + "defaultMessage": "Grenada" + }, + "Guadeloupe": { + "id": "option.countries.Guadeloupe", + "defaultMessage": "Guadeloupe" + }, + "GU": { + "id": "option.countries.GU", + "defaultMessage": "Guam" + }, + "Guatemala": { + "id": "option.countries.Guatemala", + "defaultMessage": "Guatemala" + }, + "GG": { + "id": "option.countries.GG", + "defaultMessage": "Guernsey" + }, + "GN": { + "id": "option.countries.GN", + "defaultMessage": "Guinea" + }, + "GW": { + "id": "option.countries.GW", + "defaultMessage": "Guinea-Bissau" + }, + "Guyana": { + "id": "option.countries.Guyana", + "defaultMessage": "Guyana" + }, + "Haiti": { + "id": "option.countries.Haiti", + "defaultMessage": "Haiti" + }, + "HM": { + "id": "option.countries.HM", + "defaultMessage": "Heard Island and McDonald Islands" + }, + "Hispaniola": { + "id": "option.countries.Hispaniola", + "defaultMessage": "Hispaniola" + }, + "VA": { + "id": "option.countries.VA", + "defaultMessage": "Holy See (Vatican City State)" + }, + "Honduras": { + "id": "option.countries.Honduras", + "defaultMessage": "Honduras" + }, + "HK": { + "id": "option.countries.HK", + "defaultMessage": "Hong Kong" + }, + "HN": { + "id": "option.countries.HN", + "defaultMessage": "Hungary" + }, + "Iceland": { + "id": "option.countries.Iceland", + "defaultMessage": "Iceland" + }, + "India": { + "id": "option.countries.India", + "defaultMessage": "India" + }, + "Indonesia": { + "id": "option.countries.Indonesia", + "defaultMessage": "Indonesia" + }, + "Iran": { + "id": "option.countries.Iran", + "defaultMessage": "Iran" + }, + "IQ": { + "id": "option.countries.IQ", + "defaultMessage": "Iraq" + }, + "Ireland": { + "id": "option.countries.Ireland", + "defaultMessage": "Ireland" + }, + "IM": { + "id": "option.countries.IM", + "defaultMessage": "Isle of Man" + }, + "Israel": { + "id": "option.countries.Israel", + "defaultMessage": "Israel" + }, + "Italy": { + "id": "option.countries.Italy", + "defaultMessage": "Italy" + }, + "Jamaica": { + "id": "option.countries.Jamaica", + "defaultMessage": "Jamaica" + }, + "Japan": { + "id": "option.countries.Japan", + "defaultMessage": "Japan" + }, + "JE": { + "id": "option.countries.JE", + "defaultMessage": "Jersey" + }, + "Jordan": { + "id": "option.countries.Jordan", + "defaultMessage": "Jordan" + }, + "KZ": { + "id": "option.countries.KZ", + "defaultMessage": "Kazakhstan" + }, + "Kenya": { + "id": "option.countries.Kenya", + "defaultMessage": "Kenya" + }, + "KI": { + "id": "option.countries.KI", + "defaultMessage": "Kiribati" + }, + "KP": { + "id": "option.countries.KP", + "defaultMessage": "Korea, Democratic People’s Republic of" + }, + "KW": { + "id": "option.countries.KW", + "defaultMessage": "Kuwait" + }, + "KG": { + "id": "option.countries.KG", + "defaultMessage": "Kyrgyzstan" + }, + "LA": { + "id": "option.countries.LA", + "defaultMessage": "Lao People’s Democratic Republic" + }, + "LV": { + "id": "option.countries.LV", + "defaultMessage": "Latvia" + }, + "Lebanon": { + "id": "option.countries.Lebanon", + "defaultMessage": "Lebanon" + }, + "LS": { + "id": "option.countries.LS", + "defaultMessage": "Lesotho" + }, + "LR": { + "id": "option.countries.LR", + "defaultMessage": "Liberia" + }, + "LY": { + "id": "option.countries.LY", + "defaultMessage": "Libya" + }, + "LI": { + "id": "option.countries.LI", + "defaultMessage": "Liechtenstein" + }, + "LT": { + "id": "option.countries.LT", + "defaultMessage": "Lithuania" + }, + "LU": { + "id": "option.countries.LU", + "defaultMessage": "Luxembourg" + }, + "MO": { + "id": "option.countries.MO", + "defaultMessage": "Macao" + }, + "MK": { + "id": "option.countries.MK", + "defaultMessage": "Macedonia, the Former Yugoslav Republic of" + }, + "Madagascar": { + "id": "option.countries.Madagascar", + "defaultMessage": "Madagascar" + }, + "Malawi": { + "id": "option.countries.Malawi", + "defaultMessage": "Malawi" + }, + "Malaysia": { + "id": "option.countries.Malaysia", + "defaultMessage": "Malaysia" + }, + "MV": { + "id": "option.countries.MV", + "defaultMessage": "Maldives" + }, + "ML": { + "id": "option.countries.ML", + "defaultMessage": "Mali" + }, + "MT": { + "id": "option.countries.MT", + "defaultMessage": "Malta" + }, + "Marshall Islands": { + "id": "option.countries.Marshall Islands", + "defaultMessage": "Marshall Islands" + }, + "MQ": { + "id": "option.countries.MQ", + "defaultMessage": "Martinique" + }, + "MR": { + "id": "option.countries.MR", + "defaultMessage": "Mauritania" + }, + "MU": { + "id": "option.countries.MU", + "defaultMessage": "Mauritius" + }, + "YT": { + "id": "option.countries.YT", + "defaultMessage": "Mayotte" + }, + "Mexico": { + "id": "option.countries.Mexico", + "defaultMessage": "Mexico" + }, + "Micronesia": { + "id": "option.countries.Micronesia", + "defaultMessage": "Micronesia" + }, + "MD": { + "id": "option.countries.MD", + "defaultMessage": "Moldova, Republic of" + }, + "MC": { + "id": "option.countries.MC", + "defaultMessage": "Monaco" + }, + "Mongolia": { + "id": "option.countries.Mongolia", + "defaultMessage": "Mongolia" + }, + "ME": { + "id": "option.countries.ME", + "defaultMessage": "Montenegro" + }, + "MS": { + "id": "option.countries.MS", + "defaultMessage": "Montserrat" + }, + "Morocco": { + "id": "option.countries.Morocco", + "defaultMessage": "Morocco" + }, + "MZ": { + "id": "option.countries.MZ", + "defaultMessage": "Mozambique" + }, + "Myanmar": { + "id": "option.countries.Myanmar", + "defaultMessage": "Myanmar" + }, + "Namibia": { + "id": "option.countries.Namibia", + "defaultMessage": "Namibia" + }, + "NR": { + "id": "option.countries.NR", + "defaultMessage": "Nauru" + }, + "Nepal": { + "id": "option.countries.Nepal", + "defaultMessage": "Nepal" + }, + "Netherlands Antilles": { + "id": "option.countries.Netherlands Antilles", + "defaultMessage": "Netherlands Antilles" + }, + "Netherlands": { + "id": "option.countries.Netherlands", + "defaultMessage": "Netherlands" + }, + "New Caledonia": { + "id": "option.countries.New Caledonia", + "defaultMessage": "New Caledonia" + }, + "New Zealand": { + "id": "option.countries.New Zealand", + "defaultMessage": "New Zealand" + }, + "Nicaragua": { + "id": "option.countries.Nicaragua", + "defaultMessage": "Nicaragua" + }, + "NE": { + "id": "option.countries.NE", + "defaultMessage": "Niger" + }, + "NG": { + "id": "option.countries.NG", + "defaultMessage": "Nigeria" + }, + "Nihon": { + "id": "option.countries.Nihon", + "defaultMessage": "Nihon" + }, + "Niue": { + "id": "option.countries.Niue", + "defaultMessage": "Niue" + }, + "NF": { + "id": "option.countries.NF", + "defaultMessage": "Norfolk Island" + }, + "MP": { + "id": "option.countries.MP", + "defaultMessage": "Northern Mariana Islands" + }, + "Norway": { + "id": "option.countries.Norway", + "defaultMessage": "Norway" + }, + "OM": { + "id": "option.countries.OM", + "defaultMessage": "Oman" + }, + "Pakistan": { + "id": "option.countries.Pakistan", + "defaultMessage": "Pakistan" + }, + "PW": { + "id": "option.countries.PW", + "defaultMessage": "Palau" + }, + "PS": { + "id": "option.countries.PS", + "defaultMessage": "Palestinian Territory, Occupied" + }, + "Panama": { + "id": "option.countries.Panama", + "defaultMessage": "Panama" + }, + "Papua New Guinea": { + "id": "option.countries.Papua New Guinea", + "defaultMessage": "Papua New Guinea" + }, + "Paraguay": { + "id": "option.countries.Paraguay", + "defaultMessage": "Paraguay" + }, + "Peru": { + "id": "option.countries.Peru", + "defaultMessage": "Peru" + }, + "Philippines": { + "id": "option.countries.Philippines", + "defaultMessage": "Philippines" + }, + "PN": { + "id": "option.countries.PN", + "defaultMessage": "Pitcairn" + }, + "PL": { + "id": "option.countries.PL", + "defaultMessage": "Poland" + }, + "Polynesia": { + "id": "option.countries.Polynesia", + "defaultMessage": "Polynesia" + }, + "Polynesie francaise": { + "id": "option.countries.Polynesie francaise", + "defaultMessage": "Polynesie francaise" + }, + "Portugal": { + "id": "option.countries.Portugal", + "defaultMessage": "Portugal" + }, + "Prathet Thai": { + "id": "option.countries.Prathet Thai", + "defaultMessage": "Prathet Thai" + }, + "Puerto Rico": { + "id": "option.countries.Puerto Rico", + "defaultMessage": "Puerto Rico" + }, + "QA": { + "id": "option.countries.QA", + "defaultMessage": "Qatar" + }, + "Republica Dominicana": { + "id": "option.countries.Republica Dominicana", + "defaultMessage": "Republica Dominicana" + }, + "Reunion": { + "id": "option.countries.Reunion", + "defaultMessage": "Reunion" + }, + "RO": { + "id": "option.countries.RO", + "defaultMessage": "Romania" + }, + "Russia": { + "id": "option.countries.Russia", + "defaultMessage": "Russia" + }, + "RW": { + "id": "option.countries.RW", + "defaultMessage": "Rwanda" + }, + "BL": { + "id": "option.countries.BL", + "defaultMessage": "Saint Barthélemy" + }, + "Saint Helena": { + "id": "option.countries.Saint Helena", + "defaultMessage": "Saint Helena" + }, + "KN": { + "id": "option.countries.KN", + "defaultMessage": "Saint Kitts and Nevis" + }, + "Saint Lucia": { + "id": "option.countries.Saint Lucia", + "defaultMessage": "Saint Lucia" + }, + "MF": { + "id": "option.countries.MF", + "defaultMessage": "Saint Martin (French Part)" + }, + "PM": { + "id": "option.countries.PM", + "defaultMessage": "Saint Pierre and Miquelon" + }, + "VC": { + "id": "option.countries.VC", + "defaultMessage": "Saint Vincent and the Grenadines" + }, + "Samoa": { + "id": "option.countries.Samoa", + "defaultMessage": "Samoa" + }, + "SM": { + "id": "option.countries.SM", + "defaultMessage": "San Marino" + }, + "ST": { + "id": "option.countries.ST", + "defaultMessage": "Sao Tome and Principe" + }, + "SA": { + "id": "option.countries.SA", + "defaultMessage": "Saudi Arabia" + }, + "Scotland": { + "id": "option.countries.Scotland", + "defaultMessage": "Scotland" + }, + "SN": { + "id": "option.countries.SN", + "defaultMessage": "Senegal" + }, + "RS": { + "id": "option.countries.RS", + "defaultMessage": "Serbia" + }, + "Seychelles": { + "id": "option.countries.Seychelles", + "defaultMessage": "Seychelles" + }, + "SL": { + "id": "option.countries.SL", + "defaultMessage": "Sierra Leone" + }, + "SG": { + "id": "option.countries.SG", + "defaultMessage": "Singapore" + }, + "SX": { + "id": "option.countries.SX", + "defaultMessage": "Sint Maarten (Dutch Part)" + }, + "SK": { + "id": "option.countries.SK", + "defaultMessage": "Slovakia" + }, + "Slovenia": { + "id": "option.countries.Slovenia", + "defaultMessage": "Slovenia" + }, + "SO": { + "id": "option.countries.SO", + "defaultMessage": "Somalia" + }, + "Solomon Islands": { + "id": "option.countries.Solomon Islands", + "defaultMessage": "Solomon Islands" + }, + "South Africa": { + "id": "option.countries.South Africa", + "defaultMessage": "South Africa" + }, + "GS": { + "id": "option.countries.GS", + "defaultMessage": "South Georgia and the South Sandwich Islands" + }, + "South Korea": { + "id": "option.countries.South Korea", + "defaultMessage": "South Korea" + }, + "SS": { + "id": "option.countries.SS", + "defaultMessage": "South Sudan" + }, + "Spain": { + "id": "option.countries.Spain", + "defaultMessage": "Spain" + }, + "Sri Lanka": { + "id": "option.countries.Sri Lanka", + "defaultMessage": "Sri Lanka" + }, + "Sudan": { + "id": "option.countries.Sudan", + "defaultMessage": "Sudan" + }, + "Suriname": { + "id": "option.countries.Suriname", + "defaultMessage": "Suriname" + }, + "SJ": { + "id": "option.countries.SJ", + "defaultMessage": "Svalbard and Jan Mayen" + }, + "SZ": { + "id": "option.countries.SZ", + "defaultMessage": "Swaziland" + }, + "Sweden": { + "id": "option.countries.Sweden", + "defaultMessage": "Sweden" + }, + "CH": { + "id": "option.countries.CH", + "defaultMessage": "Switzerland" + }, + "Syria": { + "id": "option.countries.Syria", + "defaultMessage": "Syria" + }, + "Taiwan": { + "id": "option.countries.Taiwan", + "defaultMessage": "Taiwan" + }, + "TJ": { + "id": "option.countries.TJ", + "defaultMessage": "Tajikistan" + }, + "Tanzania": { + "id": "option.countries.Tanzania", + "defaultMessage": "Tanzania" + }, + "Thailand": { + "id": "option.countries.Thailand", + "defaultMessage": "Thailand" + }, + "TL": { + "id": "option.countries.TL", + "defaultMessage": "Timor-Leste" + }, + "TG": { + "id": "option.countries.TG", + "defaultMessage": "Togo" + }, + "TK": { + "id": "option.countries.TK", + "defaultMessage": "Tokelau" + }, + "Tonga": { + "id": "option.countries.Tonga", + "defaultMessage": "Tonga" + }, + "Trinidad and Tobago": { + "id": "option.countries.Trinidad and Tobago", + "defaultMessage": "Trinidad and Tobago" + }, + "TN": { + "id": "option.countries.TN", + "defaultMessage": "Tunisia" + }, + "Turkey": { + "id": "option.countries.Turkey", + "defaultMessage": "Turkey" + }, + "TM": { + "id": "option.countries.TM", + "defaultMessage": "Turkmenistan" + }, + "TC": { + "id": "option.countries.TC", + "defaultMessage": "Turks and Caicos Islands" + }, + "TV": { + "id": "option.countries.TV", + "defaultMessage": "Tuvalu" + }, + "Uganda": { + "id": "option.countries.Uganda", + "defaultMessage": "Uganda" + }, + "UA": { + "id": "option.countries.UA", + "defaultMessage": "Ukraine" + }, + "AE": { + "id": "option.countries.AE", + "defaultMessage": "United Arab Emirates" + }, + "United Kingdom": { + "id": "option.countries.United Kingdom", + "defaultMessage": "United Kingdom" + }, + "UM": { + "id": "option.countries.UM", + "defaultMessage": "United States Minor Outlying Islands" + }, + "Uruguay": { + "id": "option.countries.Uruguay", + "defaultMessage": "Uruguay" + }, + "USA": { + "id": "option.countries.USA", + "defaultMessage": "USA" + }, + "UZ": { + "id": "option.countries.UZ", + "defaultMessage": "Uzbekistan" + }, + "Vanuatu": { + "id": "option.countries.Vanuatu", + "defaultMessage": "Vanuatu" + }, + "Venezuela": { + "id": "option.countries.Venezuela", + "defaultMessage": "Venezuela" + }, + "Viet Nam": { + "id": "option.countries.Viet Nam", + "defaultMessage": "Viet Nam" + }, + "VG": { + "id": "option.countries.VG", + "defaultMessage": "Virgin Islands, British" + }, + "Virgin Islands": { + "id": "option.countries.Virgin Islands", + "defaultMessage": "Virgin Islands" + }, + "WF": { + "id": "option.countries.WF", + "defaultMessage": "Wallis and Futuna" + }, + "EH": { + "id": "option.countries.EH", + "defaultMessage": "Western Sahara" + }, + "Western Samoa": { + "id": "option.countries.Western Samoa", + "defaultMessage": "Western Samoa" + }, + "YE": { + "id": "option.countries.YE", + "defaultMessage": "Yemen" + }, + "ZM": { + "id": "option.countries.ZM", + "defaultMessage": "Zambia" + }, + "Zhonghua": { + "id": "option.countries.Zhonghua", + "defaultMessage": "Zhonghua" + }, + "ZW": { + "id": "option.countries.ZW", + "defaultMessage": "Zimbabwe" + } + } + }, + "higherGeographies": { + "values": [ + "pacificocean", + "North America" + ], + "messages": { + "pacificocean": { + "id": "option.geographies.pacificocean", + "defaultMessage": "Pacific Ocean" + }, + "North America": { + "id": "option.geographies.North America", + "defaultMessage": "North America" + } + } + }, + "coordUncertaintyUnits": { + "values": [ + "unknown", + "feet", + "kilometers", + "meters", + "miles" + ], + "messages": { + "unknown": { + "id": "option.coordUncertaintyUnits.unknown", + "defaultMessage": "unknown" + }, + "feet": { + "id": "option.coordUncertaintyUnits.feet", + "defaultMessage": "feet" + }, + "kilometers": { + "id": "option.coordUncertaintyUnits.kilometers", + "defaultMessage": "kilometers" + }, + "meters": { + "id": "option.coordUncertaintyUnits.meters", + "defaultMessage": "meters" + }, + "miles": { + "id": "option.coordUncertaintyUnits.miles", + "defaultMessage": "miles" + } + } + }, + "depthUnits": { + "values": [ + "uncertain", + "centimeters", + "inches", + "fathoms", + "feet", + "furlongs", + "kilometers", + "meters", + "miles", + "rods" + ], + "messages": { + "uncertain": { + "id": "option.depthUnits.uncertain", + "defaultMessage": "uncertain" + }, + "centimeters": { + "id": "option.depthUnits.centimeters", + "defaultMessage": "centimeters" + }, + "inches": { + "id": "option.depthUnits.inches", + "defaultMessage": "inches" + }, + "fathoms": { + "id": "option.depthUnits.fathoms", + "defaultMessage": "fathoms" + }, + "feet": { + "id": "option.depthUnits.feet", + "defaultMessage": "feet" + }, + "furlongs": { + "id": "option.depthUnits.furlongs", + "defaultMessage": "furlongs" + }, + "kilometers": { + "id": "option.depthUnits.kilometers", + "defaultMessage": "kilometers" + }, + "meters": { + "id": "option.depthUnits.meters", + "defaultMessage": "meters" + }, + "miles": { + "id": "option.depthUnits.miles", + "defaultMessage": "miles" + }, + "rods": { + "id": "option.depthUnits.rods", + "defaultMessage": "rods" + } + } + }, + "elevationUnits": { + "values": [ + "uncertain", + "feet", + "meters" + ], + "messages": { + "uncertain": { + "id": "option.elevationUnits.uncertain", + "defaultMessage": "uncertain" + }, + "feet": { + "id": "option.elevationUnits.feet", + "defaultMessage": "feet" + }, + "meters": { + "id": "option.elevationUnits.meters", + "defaultMessage": "meters" + } + } + }, + "distanceAboveSurfaceUnits": { + "values": [ + "uncertain", + "centimeters", + "inches", + "fathoms", + "feet", + "furlongs", + "kilometers", + "meters", + "miles", + "rods" + ], + "messages": { + "uncertain": { + "id": "option.distanceAboveSurfaceUnits.uncertain", + "defaultMessage": "uncertain" + }, + "centimeters": { + "id": "option.distanceAboveSurfaceUnits.centimeters", + "defaultMessage": "centimeters" + }, + "inches": { + "id": "option.distanceAboveSurfaceUnits.inches", + "defaultMessage": "inches" + }, + "fathoms": { + "id": "option.distanceAboveSurfaceUnits.fathoms", + "defaultMessage": "fathoms" + }, + "feet": { + "id": "option.distanceAboveSurfaceUnits.feet", + "defaultMessage": "feet" + }, + "furlongs": { + "id": "option.distanceAboveSurfaceUnits.furlongs", + "defaultMessage": "furlongs" + }, + "kilometers": { + "id": "option.distanceAboveSurfaceUnits.kilometers", + "defaultMessage": "kilometers" + }, + "meters": { + "id": "option.distanceAboveSurfaceUnits.meters", + "defaultMessage": "meters" + }, + "miles": { + "id": "option.distanceAboveSurfaceUnits.miles", + "defaultMessage": "miles" + }, + "rods": { + "id": "option.distanceAboveSurfaceUnits.rods", + "defaultMessage": "rods" + } + } + }, + "georefProtocols": { + "values": [ + "chapman-wieczorek-2006-guide-best-practices-georeferencing", + "manis-herpnet-ornis-georeferencing-guidelines", + "georeferencing-dummies", + "biogeomancer" + ], + "messages": { + "chapman-wieczorek-2006-guide-best-practices-georeferencing": { + "id": "option.georefProtocols.chapman-wieczorek-2006-guide-best-practices-georeferencing", + "defaultMessage": "Chapman, Wieczorek 2006, Guide to Best Practices for Georeferencing" + }, + "manis-herpnet-ornis-georeferencing-guidelines": { + "id": "option.georefProtocols.manis-herpnet-ornis-georeferencing-guidelines", + "defaultMessage": "MaNIS/HerpNet/ORNIS Georeferencing Guidelines" + }, + "georeferencing-dummies": { + "id": "option.georefProtocols.georeferencing-dummies", + "defaultMessage": "Georeferencing For Dummies" + }, + "biogeomancer": { + "id": "option.georefProtocols.biogeomancer", + "defaultMessage": "BioGeomancer" + } + } + }, + "georefVerificationStatuses": { + "values": [ + "unverified", + "verified-data-custodian", + "verified-contributor" + ], + "messages": { + "unverified": { + "id": "option.georefVerificationStatuses.unverified", + "defaultMessage": "unverified" + }, + "verified-data-custodian": { + "id": "option.georefVerificationStatuses.verified-data-custodian", + "defaultMessage": "verified by data custodian" + }, + "verified-contributor": { + "id": "option.georefVerificationStatuses.verified-contributor", + "defaultMessage": "verified by contributor" + } + } + }, + "sexDeterminations": { + "values": [ + "Female", + "Probably female", + "Possibly female", + "Male", + "Probably male", + "Possibly male", + "Indeterminate", + "Unknown" + ], + "messages": { + "Female": { + "id": "option.sexDeterminations.Female", + "defaultMessage": "female" + }, + "Probably female": { + "id": "option.sexDeterminations.Probably female", + "defaultMessage": "probably female" + }, + "Possibly female": { + "id": "option.sexDeterminations.Possibly female", + "defaultMessage": "possibly female" + }, + "Male": { + "id": "option.sexDeterminations.Male", + "defaultMessage": "male" + }, + "Probably male": { + "id": "option.sexDeterminations.Probably male", + "defaultMessage": "probably male" + }, + "Possibly male": { + "id": "option.sexDeterminations.Possibly male", + "defaultMessage": "possibly male" + }, + "Indeterminate": { + "id": "option.sexDeterminations.Indeterminate", + "defaultMessage": "indeterminate" + }, + "Unknown": { + "id": "option.sexDeterminations.Unknown", + "defaultMessage": "unknown" + } + } + }, + "osteoLevels": { + "values": [ + "0", + "3", + "2b", + "2a", + "1", + "C" + ], + "messages": { + "0": { + "id": "option.osteoLevels.0", + "defaultMessage": "absent" + }, + "1": { + "id": "option.osteoLevels.1", + "defaultMessage": ">75% present" + }, + "3": { + "id": "option.osteoLevels.3", + "defaultMessage": "<25% present" + }, + "2b": { + "id": "option.osteoLevels.2b", + "defaultMessage": "25-50% present" + }, + "2a": { + "id": "option.osteoLevels.2a", + "defaultMessage": "50-75% present" + }, + "C": { + "id": "option.osteoLevels.C", + "defaultMessage": "complete" + } + } + }, + "osteoAbsoluteLevels": { + "values": [ + "0", + "C" + ], + "messages": { + "0": { + "id": "option.osteoAbsoluteLevels.0", + "defaultMessage": "absent" + }, + "C": { + "id": "option.osteoAbsoluteLevels.C", + "defaultMessage": "complete" + } + } + }, + "osteoCompleteStates": { + "values": [ + "C" + ], + "messages": { + "C": { + "id": "option.osteoCompleteStates.C", + "defaultMessage": "yes" + } + } + }, + "taxonTermTypes": { + "values": [ + "descriptor", + "alternate descriptor", + "used for term" + ], + "messages": { + "descriptor": { + "id": "option.taxonTermTypes.descriptor", + "defaultMessage": "descriptor" + }, + "alternate descriptor": { + "id": "option.taxonTermTypes.alternate descriptor", + "defaultMessage": "alternate descriptor" + }, + "used for term": { + "id": "option.taxonTermTypes.used for term", + "defaultMessage": "used for term" + } + } + }, + "taxonTermStatuses": { + "values": [ + "provisional", + "under review", + "accepted", + "rejected" + ], + "messages": { + "provisional": { + "id": "option.taxonTermStatuses.provisional", + "defaultMessage": "provisional" + }, + "under review": { + "id": "option.taxonTermStatuses.under review", + "defaultMessage": "under review" + }, + "accepted": { + "id": "option.taxonTermStatuses.accepted", + "defaultMessage": "accepted" + }, + "rejected": { + "id": "option.taxonTermStatuses.rejected", + "defaultMessage": "rejected" + } + } + }, + "taxonomicStatuses": { + "values": [ + "valid", + "invalid", + "accepted", + "misapplied name" + ], + "messages": { + "valid": { + "id": "option.taxonomicStatuses.valid", + "defaultMessage": "valid" + }, + "invalid": { + "id": "option.taxonomicStatuses.invalid", + "defaultMessage": "invalid" + }, + "accepted": { + "id": "option.taxonomicStatuses.accepted", + "defaultMessage": "accepted" + }, + "misapplied name": { + "id": "option.taxonomicStatuses.misapplied name", + "defaultMessage": "misapplied name" + } + } + }, + "taxonRanks": { + "values": [ + "domain", + "kingdom", + "phylum", + "division", + "family", + "class", + "order", + "genus", + "species" + ], + "messages": { + "domain": { + "id": "option.taxonRanks.domain", + "defaultMessage": "domain" + }, + "kingdom": { + "id": "option.taxonRanks.kingdom", + "defaultMessage": "kingdom" + }, + "phylum": { + "id": "option.taxonRanks.phylum", + "defaultMessage": "phylum" + }, + "division": { + "id": "option.taxonRanks.division", + "defaultMessage": "division" + }, + "family": { + "id": "option.taxonRanks.family", + "defaultMessage": "family" + }, + "class": { + "id": "option.taxonRanks.class", + "defaultMessage": "class" + }, + "order": { + "id": "option.taxonRanks.order", + "defaultMessage": "order" + }, + "genus": { + "id": "option.taxonRanks.genus", + "defaultMessage": "genus" + }, + "species": { + "id": "option.taxonRanks.species", + "defaultMessage": "species" + } + } + }, + "taxonCurrencies": { + "values": [ + "current", + "obsolete", + "archaic" + ], + "messages": { + "current": { + "id": "option.taxonCurrencies.current", + "defaultMessage": "current" + }, + "obsolete": { + "id": "option.taxonCurrencies.obsolete", + "defaultMessage": "obsolete" + }, + "archaic": { + "id": "option.taxonCurrencies.archaic", + "defaultMessage": "archaic" + } + } + }, + "taxonAuthorTypes": { + "values": [ + "ascribed", + "parenthetical" + ], + "messages": { + "ascribed": { + "id": "option.taxonAuthorTypes.ascribed", + "defaultMessage": "ascribed" + }, + "parenthetical": { + "id": "option.taxonAuthorTypes.parenthetical", + "defaultMessage": "parenthetical" + } + } + }, + "nagpraNoticeDateTypes": { + "values": [ + "begin", + "end" + ], + "messages": { + "begin": { + "id": "option.nagpraNoticeDateTypes.begin", + "defaultMessage": "period begins" + }, + "end": { + "id": "option.nagpraNoticeDateTypes.end", + "defaultMessage": "period ends" + } + } + }, + "ohcNameLevels": { + "values": [ + "primary", + "secondary" + ], + "messages": { + "group": { + "id": "option.nameLevels.primary", + "defaultMessage": "primary" + }, + "subgroup": { + "id": "option.nameLevels.secondary", + "defaultMessage": "secondary" + } + } + } + }, + "invocables": { + "batch": { + "org.collectionspace.services.batch.nuxeo.MergeAuthorityItemsBatchJob": { + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "target": { + "[config]": { + "messages": { + "name": { + "id": "field.batch.Merge Authority Items.targetCSID.name", + "defaultMessage": "Target record" + } + }, + "required": true, + "view": { + "type": "AutocompleteInput", + "props": { + "disableAltTerms": true, + "source": "citation/local,citation/worldcat,concept/activity,concept/associated,concept/material,organization/local,organization/ulan,person/local,person/ulan,place/local,place/tgn,location/local,location/offsite,work/local", + "showQuickAdd": false + } + } + } + } + } + }, + "forms": { + "default": { + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "name": "target" + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "org.collectionspace.services.batch.nuxeo.MergeAuthorityItemsBatchJob" + }, + "org.collectionspace.services.batch.nuxeo.UpdateInventoryStatusBatchJob": { + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "inventoryStatus": { + "[config]": { + "messages": { + "name": { + "id": "field.batch.UpdateInventoryStatusBatchJob.inventoryStatus.name", + "defaultMessage": "New inventory status" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "inventorystatus" + } + } + } + } + } + }, + "forms": { + "default": { + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatus" + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "org.collectionspace.services.batch.nuxeo.UpdateInventoryStatusBatchJob" + } + }, + "report": { + "systematicInventory": { + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "startLocation": { + "[config]": { + "messages": { + "name": { + "id": "field.report.systematicInventory.startLocation.name", + "defaultMessage": "From location" + } + }, + "required": true, + "view": { + "type": "AutocompleteInput", + "props": { + "showQuickAdd": false, + "source": "location/local,location/offsite" + } + } + } + }, + "endLocation": { + "[config]": { + "messages": { + "name": { + "id": "field.report.systematicInventory.endLocation.name", + "defaultMessage": "To location" + } + }, + "required": true, + "view": { + "type": "AutocompleteInput", + "props": { + "showQuickAdd": false, + "source": "location/local,location/offsite" + } + } + } + } + } + }, + "forms": { + "default": { + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "startLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "endLocation" + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "systematicInventory" + } + } + }, + "listTypes": { + "account": { + "listNodeName": "ns2:accounts-common-list", + "itemNodeName": "account-list-item", + "messages": { + "resultCount": { + "id": "list.account.resultCount", + "defaultMessage": "{totalItems, plural, =0 {No users} one {1 user} other {{startNum, number}–{endNum, number} of {totalItems, number} users}} found" + }, + "searching": { + "id": "list.account.searching", + "defaultMessage": "Finding users..." + } + } + }, + "authRef": { + "listNodeName": "ns3:authority-ref-list", + "itemNodeName": "authority-ref-item", + "messages": { + "resultCount": { + "id": "list.authRef.resultCount", + "defaultMessage": "{totalItems, plural, =0 {No terms} one {1 term} other {{startNum, number}–{endNum, number} of {totalItems, number} terms}} found" + }, + "searching": { + "id": "list.authRef.searching", + "defaultMessage": "Finding terms..." + } + } + }, + "common": { + "listNodeName": "ns2:abstract-common-list", + "itemNodeName": "list-item", + "messages": { + "resultCount": { + "id": "list.common.resultCount", + "defaultMessage": "{totalItems, plural, =0 {No records} one {1 record} other {{startNum, number}–{endNum, number} of {totalItems, number} records}} found" + }, + "searching": { + "id": "list.common.searching", + "defaultMessage": "Finding records..." + } + } + }, + "refDoc": { + "listNodeName": "ns3:authority-ref-doc-list", + "itemNodeName": "authority-ref-doc-item", + "messages": { + "resultCount": { + "id": "list.refDoc.resultCount", + "defaultMessage": "{totalItems, plural, =0 {No uses} one {1 use} other {{startNum, number}–{endNum, number} of {totalItems, number} uses}} found" + }, + "searching": { + "id": "list.refDoc.searching", + "defaultMessage": "Finding uses..." + } + } + }, + "role": { + "listNodeName": "ns2:roles_list", + "itemNodeName": "role", + "messages": { + "resultCount": { + "id": "list.role.resultCount", + "defaultMessage": "{totalItems, plural, =0 {No roles} one {1 role} other {{startNum, number}–{endNum, number} of {totalItems, number} roles}} found" + }, + "searching": { + "id": "list.role.searching", + "defaultMessage": "Finding roles..." + } + } + } + }, + "recordTypes": { + "account": { + "messages": { + "record": { + "name": { + "id": "record.account.name", + "defaultMessage": "User" + }, + "collectionName": { + "id": "record.account.collectionName", + "defaultMessage": "Users" + } + } + }, + "serviceConfig": { + "servicePath": "accounts", + "serviceType": "security" + }, + "columns": { + "default": { + "screenName": { + "messages": { + "label": { + "id": "column.account.default.screenName", + "defaultMessage": "Full Name" + } + }, + "order": 10, + "width": 250 + }, + "status": { + "messages": { + "label": { + "id": "column.account.default.status", + "defaultMessage": "Status" + } + }, + "order": 20, + "width": 50 + } + } + }, + "deletePermType": "hard", + "fields": { + "ns2:accounts_common": { + "[config]": { + "messages": { + "errorNotConfirmed": { + "id": "field.accounts_common.errorNotConfirmed", + "defaultMessage": "Password and confirm password must be identical." + } + }, + "service": { + "ns": "http://collectionspace.org/services/account" + }, + "view": { + "type": "CompoundInput" + } + }, + "@csid": { + "[config]": { + "cloneable": false + } + }, + "createdAt": { + "[config]": { + "cloneable": false + } + }, + "updatedAt": { + "[config]": { + "cloneable": false + } + }, + "metadataProtection": { + "[config]": { + "cloneable": false + } + }, + "rolesProtection": { + "[config]": { + "cloneable": false + } + }, + "screenName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.accounts_common.screenName.name", + "defaultMessage": "Full name" + } + }, + "required": true, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-name" + } + } + } + }, + "email": { + "[config]": { + "cloneable": false, + "messages": { + "errorInvalidEmail": { + "id": "field.accounts_common.email.errorInvalidEmail", + "defaultMessage": "Email is not a valid address. Correct the value {value}." + }, + "name": { + "id": "field.accounts_common.email.name", + "defaultMessage": "Email address" + } + }, + "required": true, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-email" + } + } + } + }, + "password": { + "[config]": { + "cloneable": false, + "messages": { + "errorInvalidPassword": { + "id": "field.accounts_common.password.errorInvalidPassword", + "defaultMessage": "Password must be between 8 and 24 characters." + }, + "name": { + "id": "field.accounts_common.password.name", + "defaultMessage": "Password" + } + }, + "view": { + "type": "PasswordInput", + "props": { + "autoComplete": "new-password" + } + } + } + }, + "confirmPassword": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.accounts_common.passwordConfirmation.name", + "defaultMessage": "Confirm password" + } + }, + "view": { + "type": "PasswordInput", + "props": { + "autoComplete": "new-password" + } + } + } + }, + "status": { + "[config]": { + "defaultValue": "active", + "messages": { + "name": { + "id": "field.accounts_common.status.name", + "defaultMessage": "Status" + } + }, + "required": true, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "accountStatuses" + } + } + } + }, + "userId": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.accounts_common.userId.name", + "defaultMessage": "User ID" + } + }, + "view": { + "type": "TextInput", + "props": { + "readOnly": true + } + } + } + }, + "roleList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "role": { + "[config]": { + "defaultValue": [ + + ], + "messages": { + "name": { + "id": "field.account.role.name", + "defaultMessage": "Roles" + } + }, + "view": { + "type": "RolesInput", + "props": { + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.account.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "ns3:accounts_common", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "email" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "screenName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "password" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "confirmPassword" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "status" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "userId" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "roleList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "role" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "account" + }, + "acquisition": { + "messages": { + "record": { + "name": { + "id": "record.aquisition.name", + "defaultMessage": "Acquisition" + }, + "collectionName": { + "id": "record.acquisition.collectionName", + "defaultMessage": "Acquisitions" + } + }, + "panel": { + "info": { + "id": "panel.acquisition.info", + "defaultMessage": "Acquisition Information" + }, + "objectCollectionInformation": { + "id": "panel.acquisition.objectCollectionInformation", + "defaultMessage": "Object Collection Information" + }, + "priceInformation": { + "id": "panel.acquisition.priceInformation", + "defaultMessage": "Price Information" + } + }, + "inputTable": { + "acquisitionAuthorizer": { + "id": "inputTable.acquisition.acquisitionAuthorizer", + "defaultMessage": "Authorization" + }, + "groupPurchasePrice": { + "id": "inputTable.acquisition.groupPurchasePrice", + "defaultMessage": "Group purchase price" + }, + "objectOfferPrice": { + "id": "inputTable.acquisition.objectOfferPrice", + "defaultMessage": "Object offer price" + }, + "objectPurchaseOfferPrice": { + "id": "inputTable.acquisition.objectPurchaseOfferPrice", + "defaultMessage": "Object purchaser offer price" + }, + "objectPurchasePrice": { + "id": "inputTable.acquisition.objectPurchasePrice", + "defaultMessage": "Object purchase price" + }, + "originalObjectPurchasePrice": { + "id": "inputTable.acquisition.originalObjectPurchasePrice", + "defaultMessage": "Original object purchase price" + } + } + }, + "serviceConfig": { + "serviceName": "Acquisition", + "servicePath": "acquisitions", + "serviceType": "procedure", + "objectName": "Acquisition", + "documentName": "acquisitions" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:acquisitions_common/acquisitionReferenceNumber" + }, + { + "op": "range", + "path": "ns2:acquisitions_common/accessionDateGroup" + }, + { + "op": "range", + "path": "ns2:acquisitions_common/acquisitionDateGroupList/acquisitionDateGroup" + }, + { + "op": "eq", + "path": "ns2:acquisitions_common/acquisitionMethod" + }, + { + "op": "eq", + "path": "ns2:acquisitions_common/acquisitionSources/acquisitionSource" + }, + { + "op": "eq", + "path": "ns2:acquisitions_common/acquisitionFundingList/acquisitionFunding/acquisitionFundingSource" + }, + { + "op": "cont", + "path": "ns2:acquisitions_common/creditLine" + }, + { + "op": "cont", + "path": "ns2:acquisitions_common/fieldCollectionEventNames/fieldCollectionEventName" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "acquisitionReferenceNumber": { + "messages": { + "label": { + "id": "column.acquisition.default.acquisitionReferenceNumber", + "defaultMessage": "Reference number" + } + }, + "order": 10, + "sortBy": "acquisitions_common:acquisitionReferenceNumber", + "width": 250 + }, + "acquisitionSource": { + "messages": { + "label": { + "id": "column.acquisition.default.acquisitionSource", + "defaultMessage": "Acquisition source" + } + }, + "order": 20, + "sortBy": "acquisitions_common:acquisitionSources/0", + "width": 400 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.acquisition.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:acquisitions_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:acquisitions_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:acquisitions_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/acquisition" + } + }, + "acquisitionReferenceNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.acquisitions_common.acquisitionReferenceNumber.inUse", + "defaultMessage": "The reference number {value} is in use by another record." + }, + "name": { + "id": "field.acquisitions_common.acquisitionReferenceNumber.name", + "defaultMessage": "Reference number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "accession,archives,library" + } + } + } + }, + "accessionDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.accessionDateGroup.name", + "defaultMessage": "Accession date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "acquisitionAuthorizer": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionAuthorizer.name", + "defaultMessage": "Authorizer" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "acquisitionAuthorizerDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.acquisitions_common.acquisitionAuthorizerDate.fullName", + "defaultMessage": "Authorization date" + }, + "name": { + "id": "field.acquisitions_common.acquisitionAuthorizerDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "acquisitionDateGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "acquisitionDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionDateGroup.name", + "defaultMessage": "Acquisition date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + } + } + }, + "acquisitionMethod": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionMethod.name", + "defaultMessage": "Acquisition method" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "acquisitionMethods" + } + } + } + }, + "acquisitionSources": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "acquisitionSource": { + "[config]": { + "repeating": true, + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionSource.name", + "defaultMessage": "Acquisition source" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + } + }, + "owners": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "owner": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.owner.name", + "defaultMessage": "Owner" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + } + }, + "transferOfTitleNumber": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.transferOfTitleNumber.name", + "defaultMessage": "Transfer of title number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "approvalGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "approvalGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.approvalGroup.name", + "defaultMessage": "Approval" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "approvalGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.acquisitions_common.approvalGroup.approvalGroup.fullName", + "defaultMessage": "Approval group" + }, + "name": { + "id": "field.acquisitions_common.approvalGroup.approvalGroup.name", + "defaultMessage": "Group" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "deaccessionapprovalgroup" + } + } + } + }, + "approvalIndividual": { + "[config]": { + "messages": { + "fullName": { + "id": "field.acquisitions_common.approvalIndividual.fullName", + "defaultMessage": "Approval individual" + }, + "name": { + "id": "field.acquisitions_common.approvalIndividual.name", + "defaultMessage": "Individual" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "approvalStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.acquisitions_common.approvalStatus.fullName", + "defaultMessage": "Approval status" + }, + "name": { + "id": "field.acquisitions_common.approvalStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "deaccessionapprovalstatus" + } + } + } + }, + "approvalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.acquisitions_common.approvalDate.fullName", + "defaultMessage": "Approval status date" + }, + "name": { + "id": "field.acquisitions_common.approvalDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "approvalNote": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.approvalNote.name", + "defaultMessage": "Note" + }, + "fullName": { + "id": "field.acquisitions_common.approvalNote.fullName", + "defaultMessage": "Approval note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "creditLine": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.creditLine.name", + "defaultMessage": "Credit line" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "groupPurchasePriceCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.acquisitions_common.groupPurchasePriceCurrency.fullName", + "defaultMessage": "Group purchase price currency" + }, + "name": { + "id": "field.acquisitions_common.groupPurchasePriceCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "groupPurchasePriceValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.acquisitions_common.groupPurchasePriceValue.fullName", + "defaultMessage": "Group purchase price value" + }, + "name": { + "id": "field.acquisitions_common.groupPurchasePriceValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "objectOfferPriceCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.acquisitions_common.objectOfferPriceCurrency.fullName", + "defaultMessage": "Object offer price currency" + }, + "name": { + "id": "field.acquisitions_common.objectOfferPriceCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "objectOfferPriceValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.acquisitions_common.objectOfferPriceValue.fullName", + "defaultMessage": "Object offer price value" + }, + "name": { + "id": "field.acquisitions_common.objectOfferPriceValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "objectPurchaseOfferPriceCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.acquisitions_common.objectPurchaseOfferPriceCurrency.fullName", + "defaultMessage": "Object purchaser offer price currency" + }, + "name": { + "id": "field.acquisitions_common.objectPurchaseOfferPriceCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "objectPurchaseOfferPriceValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.acquisitions_common.objectPurchaseOfferPriceValue.fullName", + "defaultMessage": "Object purchaser offer price value" + }, + "name": { + "id": "field.acquisitions_common.objectPurchaseOfferPriceValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "objectPurchasePriceCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.acquisitions_common.objectPurchasePriceCurrency.fullName", + "defaultMessage": "Object purchase price currency" + }, + "name": { + "id": "field.acquisitions_common.objectPurchasePriceCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "objectPurchasePriceValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.acquisitions_common.objectPurchasePriceValue.fullName", + "defaultMessage": "Object purchase price value" + }, + "name": { + "id": "field.acquisitions_common.objectPurchasePriceValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "originalObjectPurchasePriceCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.acquisitions_common.originalObjectPurchasePriceCurrency.fullName", + "defaultMessage": "Original object purchase price currency" + }, + "name": { + "id": "field.acquisitions_common.originalObjectPurchasePriceCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "originalObjectPurchasePriceValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.acquisitions_common.originalObjectPurchasePriceValue.fullName", + "defaultMessage": "Original object purchase price value" + }, + "name": { + "id": "field.acquisitions_common.originalObjectPurchasePriceValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "acquisitionReason": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionReason.name", + "defaultMessage": "Acquisition reason" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "acquisitionNote": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "acquisitionProvisos": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionProvisos.name", + "defaultMessage": "Provisos" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "acquisitionFundingList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "acquisitionFunding": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.acquisitionFunding.name", + "defaultMessage": "Funding" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "acquisitionFundingCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.acquisitions_common.acquisitionFundingCurrency.fullName", + "defaultMessage": "Funding currency" + }, + "name": { + "id": "field.acquisitions_common.acquisitionFundingCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "acquisitionFundingValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.acquisitions_common.acquisitionFundingValue.fullName", + "defaultMessage": "Funding value" + }, + "name": { + "id": "field.acquisitions_common.acquisitionFundingValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "acquisitionFundingSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.acquisitions_common.acquisitionFundingSource.fullName", + "defaultMessage": "Funding source" + }, + "name": { + "id": "field.acquisitions_common.acquisitionFundingSource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "acquisitionFundingSourceProvisos": { + "[config]": { + "messages": { + "fullName": { + "id": "field.acquisitions_common.acquisitionFundingSourceProvisos.fullName", + "defaultMessage": "Funding source provisos" + }, + "name": { + "id": "field.acquisitions_common.acquisitionFundingSourceProvisos.name", + "defaultMessage": "Source provisos" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "fieldCollectionEventNames": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "fieldCollectionEventName": { + "[config]": { + "messages": { + "name": { + "id": "field.acquisitions_common.fieldCollectionEventName.name", + "defaultMessage": "Field collection event name" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.acquisition.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "acquisitionReferenceNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "accessionDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "acquisitionDateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "acquisitionDateGroup" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "acquisitionMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "acquisitionSources", + "children": { + "key": null, + "ref": null, + "props": { + "name": "acquisitionSource" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "owners", + "children": { + "key": null, + "ref": null, + "props": { + "name": "owner" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "priceInformation", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "groupPurchasePrice", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "groupPurchasePriceCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "groupPurchasePriceValue" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectOfferPrice", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectOfferPriceCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectOfferPriceValue" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectPurchaseOfferPrice", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectPurchaseOfferPriceCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectPurchaseOfferPriceValue" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectPurchasePrice", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectPurchasePriceCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectPurchasePriceValue" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "originalObjectPurchasePrice", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "originalObjectPurchasePriceCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "originalObjectPurchasePriceValue" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "acquisitionReason" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "approvalGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "approvalGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalIndividual" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "acquisitionNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "acquisitionProvisos" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "acquisitionFundingList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "acquisitionFunding", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "acquisitionFundingCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "acquisitionFundingValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "acquisitionFundingSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "acquisitionFundingSourceProvisos" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "creditLine" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectCollectionInformation", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionEventNames", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionEventName" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "acquisition" + }, + "all": { + "messages": { + "record": { + "name": { + "id": "record.all.name", + "defaultMessage": "Record" + }, + "collectionName": { + "id": "record.all.collectionName", + "defaultMessage": "All Records" + } + } + }, + "serviceConfig": { + "servicePath": "servicegroups/common/items", + "serviceType": "utility", + "objectName": "ServiceGroup/All" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "workflowState": { + "flexGrow": 0, + "flexShrink": 0, + "order": 10, + "width": 32 + }, + "docNumber": { + "messages": { + "label": { + "id": "column.all.default.docNumber", + "defaultMessage": "Record" + } + }, + "order": 20, + "width": 200 + }, + "docName": { + "messages": { + "label": { + "id": "column.all.default.docName", + "defaultMessage": "Summary" + } + }, + "order": 30, + "width": 300 + }, + "docType": { + "messages": { + "label": { + "id": "column.all.default.docType", + "defaultMessage": "Type" + } + }, + "order": 40, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.all.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 50, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core" + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + } + } + }, + "name": "all" + }, + "authority": { + "messages": { + "record": { + "name": { + "id": "record.authority.name", + "defaultMessage": "Authority Item" + }, + "collectionName": { + "id": "record.authority.collectionName", + "defaultMessage": "Authority Items" + } + } + }, + "serviceConfig": { + "servicePath": "servicegroups/authority/items", + "serviceType": "utility", + "objectName": "ServiceGroup/Authority" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "docName": { + "messages": { + "label": { + "id": "column.authority.default.docName", + "defaultMessage": "Item" + } + }, + "order": 10, + "width": 200 + }, + "docType": { + "messages": { + "label": { + "id": "column.authority.default.docType", + "defaultMessage": "Type" + } + }, + "order": 20, + "width": 150 + }, + "vocabulary": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.authority.default.vocabulary", + "defaultMessage": "Vocabulary" + } + }, + "order": 30, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.authority.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 40, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core" + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + } + } + }, + "name": "authority" + }, + "authrole": { + "messages": { + "record": { + "name": { + "id": "record.authrole.name", + "defaultMessage": "Role" + }, + "collectionName": { + "id": "record.authrole.collectionName", + "defaultMessage": "Roles" + } + } + }, + "serviceConfig": { + "servicePath": "authorization/roles", + "serviceType": "security" + }, + "columns": { + "default": { + "displayName": { + "messages": { + "label": { + "id": "column.authRole.default.displayName", + "defaultMessage": "Name" + } + }, + "order": 10, + "width": 250 + } + } + }, + "deletePermType": "hard", + "fields": { + "ns2:role": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/authorization" + }, + "view": { + "type": "CompoundInput" + } + }, + "@csid": { + "[config]": { + "cloneable": false + } + }, + "createdAt": { + "[config]": { + "cloneable": false + } + }, + "updatedAt": { + "[config]": { + "cloneable": false + } + }, + "metadataProtection": { + "[config]": { + "cloneable": false + } + }, + "permsProtection": { + "[config]": { + "cloneable": false + } + }, + "displayName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.authrole.displayName.name", + "defaultMessage": "Name" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "description": { + "[config]": { + "messages": { + "name": { + "id": "field.authrole.description.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "roleName": { + "[config]": { + } + }, + "permission": { + "[config]": { + "messages": { + "name": { + "id": "field.authrole.permission.name", + "defaultMessage": "Permissions" + } + }, + "view": { + "type": "PermissionsInput" + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.authrole.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "ns2:role", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "displayName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "description" + }, + "_owner": null + }, + { + "type": "input", + "key": null, + "ref": null, + "props": { + "type": "text", + "style": { + "display": "none" + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "permission" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "authrole" + }, + "batch": { + "messages": { + "record": { + "name": { + "id": "record.batch.name", + "defaultMessage": "Data Update" + }, + "collectionName": { + "id": "record.batch.collectionName", + "defaultMessage": "Data Updates" + }, + "invokeUnsaved": { + "id": "record.batch.invokeUnsaved", + "defaultMessage": "This record has changes that have not been saved. The data update will not include any unsaved data." + }, + "singleTargetMissing": { + "id": "record.batch.singleTargetMissing", + "defaultMessage": "Select a record on which to run this data update." + }, + "listTargetMissing": { + "id": "record.batch.listTargetMissing", + "defaultMessage": "Select one or more records on which to run this data update." + }, + "groupTargetMissing": { + "id": "record.batch.groupTargetMissing", + "defaultMessage": "Select a group on which to run this data update." + } + }, + "panel": { + "mode": { + "id": "panel.batch.mode", + "defaultMessage": "Runs on" + } + } + }, + "serviceConfig": { + "servicePath": "batch", + "serviceType": "utility" + }, + "columns": { + "default": { + "name": { + "messages": { + "label": { + "id": "column.batch.default.name", + "defaultMessage": "Name" + } + }, + "order": 10, + "sortBy": "batch_common:name", + "width": 400 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:batch_common" + } + } + }, + "ns2:batch_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/batch" + }, + "view": { + "type": "CompoundInput" + } + }, + "name": { + "[config]": { + "messages": { + "name": { + "id": "field.batch_common.name.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "className": { + "[config]": { + "messages": { + "name": { + "id": "field.batch_common.className.name", + "defaultMessage": "Java class" + } + }, + "view": { + "type": "TextInput", + "props": { + "readOnly": true + } + } + } + }, + "notes": { + "[config]": { + "messages": { + "name": { + "id": "field.batch_common.notes.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "supportsNoContext": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.batch_common.supportsNoContext.name", + "defaultMessage": "All records" + } + }, + "view": { + "type": "CheckboxInput", + "props": { + "readOnly": true + } + } + } + }, + "supportsGroup": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.batch_common.supportsGroup.name", + "defaultMessage": "Group" + } + }, + "view": { + "type": "CheckboxInput", + "props": { + "readOnly": true + } + } + } + }, + "supportsDocList": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.batch_common.supportsDocList.name", + "defaultMessage": "Record list" + } + }, + "view": { + "type": "CheckboxInput", + "props": { + "readOnly": true + } + } + } + }, + "supportsSingleDoc": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.batch_common.supportsSingleDoc.name", + "defaultMessage": "Single record" + } + }, + "view": { + "type": "CheckboxInput", + "props": { + "readOnly": true + } + } + } + }, + "forDocTypes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "forDocType": { + "[config]": { + "messages": { + "name": { + "id": "field.batch_common.forDocType.name", + "defaultMessage": "For record type" + } + }, + "repeating": true, + "view": { + "type": "ObjectNameInput", + "props": { + "readOnly": true + } + } + } + } + }, + "createsNewFocus": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.batch_common.createsNewFocus.name", + "defaultMessage": "Navigate to new record when complete" + } + }, + "view": { + "type": "CheckboxInput", + "props": { + "readOnly": true + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.batch.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "name" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "className" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "notes" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "mode", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "supportsNoContext" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "supportsDocList" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "supportsGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "supportsSingleDoc" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "forDocTypes", + "children": { + "key": null, + "ref": null, + "props": { + "name": "forDocType" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "createsNewFocus" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "batch" + }, + "batchinvocation": { + "messages": { + "record": { + "name": { + "id": "record.batchinvocation.name", + "defaultMessage": "Data Update Invocation" + }, + "collectionName": { + "id": "record.batchinvocation.collectionName", + "defaultMessage": "Data Update Invocations" + } + } + }, + "serviceConfig": { + "servicePath": "batch/invoke", + "serviceType": "utility" + }, + "deletePermType": "hard", + "name": "batchinvocation" + }, + "blob": { + "content": { + "popup": { + "subresource": "original" + }, + "preview": { + "subresource": "derivativeThumbnail" + }, + "snapshot": { + "subresource": "derivativeMedium" + }, + "thumbnail": { + "subresource": "derivativeThumbnail" + } + }, + "messages": { + "record": { + "name": { + "id": "record.blob.name", + "defaultMessage": "Blob" + }, + "collectionName": { + "id": "record.blob.collectionName", + "defaultMessage": "Blobs" + } + } + }, + "serviceConfig": { + "serviceName": "Blobs", + "servicePath": "blobs", + "serviceType": "utility", + "objectName": "Blob", + "documentName": "blobs" + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:blobs_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:blobs_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:blobs_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/blob" + } + }, + "file": { + "[config]": { + "view": { + "type": "UploadInput" + } + } + }, + "name": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.blobs_common.name.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput", + "props": { + "readOnly": true + } + } + } + }, + "length": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.blobs_common.length.name", + "defaultMessage": "Size" + }, + "value": { + "id": "field.blobs_common.length.value", + "defaultMessage": "{value, number} bytes" + } + }, + "view": { + "type": "TextInput", + "props": { + "readOnly": true + } + } + } + }, + "mimeType": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.blobs_common.mimeType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput", + "props": { + "readOnly": true + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.blob.default.name", + "defaultMessage": "Standard Template" + } + }, + "sortOrder": 0 + }, + "upload": { + "messages": { + "name": { + "id": "form.blob.upload.name", + "defaultMessage": "Upload Template" + } + }, + "sortOrder": 2, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "name": "file" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "view": { + "messages": { + "name": { + "id": "form.blob.view.name", + "defaultMessage": "View Template" + } + }, + "sortOrder": 1, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "name" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "mimeType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "length" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "createdAt", + "subpath": "ns2:collectionspace_core" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "updatedAt", + "subpath": "ns2:collectionspace_core" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "blob" + }, + "citation": { + "messages": { + "record": { + "name": { + "id": "record.citation.name", + "defaultMessage": "Citation" + }, + "collectionName": { + "id": "record.citation.collectionName", + "defaultMessage": "Citations" + } + }, + "panel": { + "info": { + "id": "panel.citation.info", + "defaultMessage": "Citation Information" + }, + "hierarchy": { + "id": "panel.citation.hierarchy", + "defaultMessage": "Hierarchy" + } + }, + "inputTable": { + "termSource": { + "id": "inputTable.citation.termSource", + "defaultMessage": "Source" + } + } + }, + "serviceConfig": { + "serviceName": "Citations", + "servicePath": "citationauthorities", + "serviceType": "authority", + "objectName": "Citation", + "documentName": "citations" + }, + "vocabularies": { + "all": { + "messages": { + "name": { + "id": "vocab.citation.all.name", + "defaultMessage": "All" + }, + "collectionName": { + "id": "vocab.citation.all.collectionName", + "defaultMessage": "All Citations" + }, + "itemName": { + "id": "vocab.citation.all.itemName", + "defaultMessage": "Citation" + } + }, + "serviceConfig": { + "servicePath": "_ALL_" + }, + "type": "all", + "name": "all" + }, + "local": { + "messages": { + "name": { + "id": "vocab.citation.local.name", + "defaultMessage": "Local" + }, + "collectionName": { + "id": "vocab.citation.local.collectionName", + "defaultMessage": "Local Citations" + }, + "itemName": { + "id": "vocab.citation.local.itemName", + "defaultMessage": "Local Citation" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(citation)" + }, + "sortOrder": 0, + "name": "local" + }, + "worldcat": { + "messages": { + "name": { + "id": "vocab.citation.worldcat.name", + "defaultMessage": "WorldCat" + }, + "collectionName": { + "id": "vocab.citation.worldcat.collectionName", + "defaultMessage": "WorldCat Citations" + }, + "itemName": { + "id": "vocab.citation.worldcat.itemName", + "defaultMessage": "WorldCat Citation" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(worldcat)" + }, + "name": "worldcat" + } + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:citations_common/citationTermGroupList/citationTermGroup/termDisplayName" + }, + { + "op": "eq", + "path": "ns2:citations_common/citationTermGroupList/citationTermGroup/termStatus" + }, + { + "op": "eq", + "path": "ns2:citations_common/citationTermGroupList/citationTermGroup/termType" + }, + { + "op": "eq", + "path": "ns2:citations_common/citationTermGroupList/citationTermGroup/termFlag" + }, + { + "op": "eq", + "path": "ns2:citations_common/citationTermGroupList/citationTermGroup/termLanguage" + }, + { + "op": "cont", + "path": "ns2:citations_common/citationTermGroupList/citationTermGroup/termFullCitation" + }, + { + "op": "cont", + "path": "ns2:citations_common/citationTermGroupList/citationTermGroup/termTitle" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "workflowState": { + "flexGrow": 0, + "flexShrink": 0, + "order": 10, + "width": 32 + }, + "termDisplayName": { + "messages": { + "label": { + "id": "column.citation.default.termDisplayName", + "defaultMessage": "Display name" + } + }, + "order": 20, + "sortBy": "citations_common:citationTermGroupList/0/termDisplayName", + "width": 250 + }, + "termStatus": { + "messages": { + "label": { + "id": "column.citation.default.termStatus", + "defaultMessage": "Term status" + } + }, + "order": 30, + "sortBy": "citations_common:citationTermGroupList/0/termStatus", + "width": 250 + }, + "vocabulary": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.citation.default.vocabulary", + "defaultMessage": "Vocabulary" + } + }, + "order": 40, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.citation.search.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 50, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:citations_common" + } + } + }, + "rel:relations-common-list": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/relation" + } + }, + "relation-list-item": { + "[config]": { + "view": { + "type": "HierarchyInput", + "props": { + "messages": { + "parent": { + "id": "hierarchyInput.citation.parent", + "defaultMessage": "Broader citation" + }, + "children": { + "id": "hierarchyInput.citation.children", + "defaultMessage": "Narrower citations" + }, + "siblings": { + "id": "hierarchyInput.citation.siblings", + "defaultMessage": "Adjacent citations" + } + } + } + } + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:citations_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:citations_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/citation" + } + }, + "csid": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.csid.name", + "defaultMessage": "System CSID" + } + }, + "searchDisabled": true, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/citation" + } + } + } + }, + "inAuthority": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.inAuthority.name", + "defaultMessage": "System authority CSID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/citation" + } + } + } + }, + "refName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.refName.name", + "defaultMessage": "System ref name" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/citation" + } + } + } + }, + "shortIdentifier": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.shortIdentifier.name", + "defaultMessage": "System short ID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/citation" + } + } + } + }, + "citationTermGroupList": { + "[config]": { + "messages": { + "required": { + "id": "field.citations_common.citationTermGroupList.required", + "defaultMessage": "At least one term display name is required. Please enter a value." + } + }, + "required": true, + "view": { + "type": "CompoundInput" + } + }, + "citationTermGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.citations_common.citationTermGroup.name", + "defaultMessage": "Term" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "termDisplayName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termDisplayName.fullName", + "defaultMessage": "Term display name" + }, + "name": { + "id": "field.citations_common.termDisplayName.name", + "defaultMessage": "Display name" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "termName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termName.fullName", + "defaultMessage": "Term name" + }, + "name": { + "id": "field.citations_common.termName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termType.fullName", + "defaultMessage": "Term type" + }, + "name": { + "id": "field.citations_common.termType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "citationtermtype" + } + } + } + }, + "termFlag": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termFlag.fullName", + "defaultMessage": "Term flag" + }, + "name": { + "id": "field.citations_common.termFlag.name", + "defaultMessage": "Flag" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "citationtermflag" + } + } + } + }, + "termStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termStatus.fullName", + "defaultMessage": "Term status" + }, + "name": { + "id": "field.citations_common.termStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "citationTermStatuses" + } + } + } + }, + "termQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termQualifier.fullName", + "defaultMessage": "Term qualifier" + }, + "name": { + "id": "field.citations_common.termQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termLanguage.fullName", + "defaultMessage": "Term language" + }, + "name": { + "id": "field.citations_common.termLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "termPrefForLang": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.citations_common.termPrefForLang.fullName", + "defaultMessage": "Term preferred for lang" + }, + "name": { + "id": "field.citations_common.termPrefForLang.name", + "defaultMessage": "Preferred for lang" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "termFullCitation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termFullCitation.fullName", + "defaultMessage": "Term full citation" + }, + "name": { + "id": "field.citations_common.termFullCitation.name", + "defaultMessage": "Full citation" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termTitle": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termTitle.fullName", + "defaultMessage": "Term title" + }, + "name": { + "id": "field.citations_common.termTitle.name", + "defaultMessage": "Title" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSubTitle": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termSubTitle.fullName", + "defaultMessage": "Term subtitle" + }, + "name": { + "id": "field.citations_common.termSubTitle.name", + "defaultMessage": "Subtitle" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSectionTitle": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termSectionTitle.fullName", + "defaultMessage": "Term section title" + }, + "name": { + "id": "field.citations_common.termSectionTitle.name", + "defaultMessage": "Section title" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termVolume": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termVolume.fullName", + "defaultMessage": "Term volume" + }, + "name": { + "id": "field.citations_common.termVolume.name", + "defaultMessage": "Volume" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termIssue": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termIssue.fullName", + "defaultMessage": "Term issue" + }, + "name": { + "id": "field.citations_common.termIssue.name", + "defaultMessage": "Issue" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termSource.fullName", + "defaultMessage": "Term source name" + }, + "groupName": { + "id": "field.citations_common.termSource.groupName", + "defaultMessage": "Source name" + }, + "name": { + "id": "field.citations_common.termSource.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/shared,citation/worldcat" + } + } + } + }, + "termSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termSourceDetail.fullName", + "defaultMessage": "Term source detail" + }, + "groupName": { + "id": "field.citations_common.termSourceDetail.groupName", + "defaultMessage": "Source detail" + }, + "name": { + "id": "field.citations_common.termSourceDetail.name", + "defaultMessage": "Detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceID": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termSourceID.fullName", + "defaultMessage": "Term source ID" + }, + "groupName": { + "id": "field.citations_common.termSourceID.groupName", + "defaultMessage": "Source ID" + }, + "name": { + "id": "field.citations_common.termSourceID.name", + "defaultMessage": "ID" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.termSourceNote.fullName", + "defaultMessage": "Term source note" + }, + "groupName": { + "id": "field.citations_common.termSourceNote.groupName", + "defaultMessage": "Source note" + }, + "name": { + "id": "field.citations_common.termSourceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "citationRecordTypes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "citationRecordType": { + "[config]": { + "messages": { + "name": { + "id": "field.citations_common.citationRecordType.name", + "defaultMessage": "Citation type" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "citationtermtype" + } + } + } + } + }, + "citationPublicationInfoGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "citationPublicationInfoGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.citations_common.citationPublicationInfoGroup.name", + "defaultMessage": "Publication" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "publisher": { + "[config]": { + "messages": { + "name": { + "id": "field.citations_common.publisher.name", + "defaultMessage": "Publisher" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local" + } + } + } + }, + "publicationPlace": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.publicationPlace.fullName", + "defaultMessage": "Publication place" + }, + "name": { + "id": "field.citations_common.publicationPlace.name", + "defaultMessage": "Place" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local,place/tgn" + } + } + } + }, + "publicationDate": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.publicationDate.fullName", + "defaultMessage": "Publication date" + }, + "name": { + "id": "field.citations_common.publicationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "edition": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.edition.fullName", + "defaultMessage": "Publication edition" + }, + "name": { + "id": "field.citations_common.edition.name", + "defaultMessage": "Edition" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "pages": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.pages.fullName", + "defaultMessage": "Publication page(s)" + }, + "name": { + "id": "field.citations_common.pages.name", + "defaultMessage": "Page(s)" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "citationAgentInfoGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "citationAgentInfoGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.citations_common.citationAgentInfoGroup.name", + "defaultMessage": "Agent" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "agent": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.agent.fullName", + "defaultMessage": "Agent name" + }, + "name": { + "id": "field.citations_common.agent.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/ulan,organization/local" + } + } + } + }, + "role": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.role.fullName", + "defaultMessage": "Agent role" + }, + "name": { + "id": "field.citations_common.role.name", + "defaultMessage": "Role" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "agentinfotype" + } + } + } + }, + "note": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.note.fullName", + "defaultMessage": "Agent note" + }, + "name": { + "id": "field.citations_common.note.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "citationNote": { + "[config]": { + "messages": { + "name": { + "id": "field.citations_common.citationNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "citationResourceIdentGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "citationResourceIdentGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.citations_common.citationResourceIdentGroup.name", + "defaultMessage": "Resource identifier" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "resourceIdent": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.resourceIdent.fullName", + "defaultMessage": "Resource identifier" + }, + "name": { + "id": "field.citations_common.resourceIdent.name", + "defaultMessage": "Identifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "type": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.type.fullName", + "defaultMessage": "Resource identifier type" + }, + "name": { + "id": "field.citations_common.type.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "resourceidtype" + } + } + } + }, + "captureDate": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.citations_common.captureDate.fullName", + "defaultMessage": "Resource identifier capture date" + }, + "name": { + "id": "field.citations_common.captureDate.name", + "defaultMessage": "Capture date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + } + } + }, + "citationRelatedTermsGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "citationRelatedTermsGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.citations_common.citationRelatedTermsGroup.name", + "defaultMessage": "Related term" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "relatedTerm": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.relatedTerm.fullName", + "defaultMessage": "Related term" + }, + "name": { + "id": "field.citations_common.relatedTerm.name", + "defaultMessage": "Term" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/associated,concept/activity,concept/material" + } + } + } + }, + "relationType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.citations_common.relationType.fullName", + "defaultMessage": "Related term type" + }, + "name": { + "id": "field.citations_common.relationType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "relationtypetype" + } + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.citation.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "citationTermGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "citationTermGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termDisplayName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termFlag" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termPrefForLang" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termFullCitation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termTitle" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSubTitle" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termSectionTitle" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termVolume" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termIssue" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSource", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceDetail" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceID" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "citationPublicationInfoGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "citationPublicationInfoGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "publisher" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publicationPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publicationDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "edition" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "pages" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "citationAgentInfoGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "citationAgentInfoGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "agent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "role" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "note" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "citationNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "citationResourceIdentGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "citationResourceIdentGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "resourceIdent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "type" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "captureDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "citationRelatedTermsGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "citationRelatedTermsGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "relatedTerm" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "relationType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "mini": { + "disabled": true, + "messages": { + "name": { + "id": "form.citation.mini.name", + "defaultMessage": "Mini Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list", + "showChildren": false, + "showSiblings": false + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termFullCitation", + "subpath": [ + "ns2:citations_common", + "citationTermGroupList", + "citationTermGroup", + 0 + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termTitle", + "subpath": [ + "ns2:citations_common", + "citationTermGroupList", + "citationTermGroup", + 0 + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "citation" + }, + "collectionobject": { + "messages": { + "record": { + "name": { + "id": "record.collectionobject.name", + "defaultMessage": "Object" + }, + "collectionName": { + "id": "record.collectionobject.collectionName", + "defaultMessage": "Objects" + } + }, + "panel": { + "id": { + "id": "panel.collectionobject.id", + "defaultMessage": "Object Identification Information" + }, + "desc": { + "id": "panel.collectionobject.desc", + "defaultMessage": "Object Description Information" + }, + "content": { + "id": "panel.collectionobject.content", + "defaultMessage": "Content" + }, + "textInscript": { + "id": "panel.collectionobject.textInscript", + "defaultMessage": "Textual Inscription" + }, + "nonTextInscript": { + "id": "panel.collectionobject.nonTextInscript", + "defaultMessage": "Non-Textual Inscription" + }, + "prod": { + "id": "panel.collectionobject.prod", + "defaultMessage": "Object Production Information" + }, + "hist": { + "id": "panel.collectionobject.hist", + "defaultMessage": "Object History and Association Information" + }, + "assoc": { + "id": "panel.collectionobject.assoc", + "defaultMessage": "Associations" + }, + "owner": { + "id": "panel.collectionobject.owner", + "defaultMessage": "Object Owner's Contribution Information" + }, + "viewer": { + "id": "panel.collectionobject.viewer", + "defaultMessage": "Object Viewer's Contribution Information" + }, + "reference": { + "id": "panel.collectionobject.reference", + "defaultMessage": "Reference Information" + }, + "collect": { + "id": "panel.collectionobject.collect", + "defaultMessage": "Object Collection Information" + }, + "hierarchy": { + "id": "panel.collectionobject.hierarchy", + "defaultMessage": "Hierarchy" + }, + "bio": { + "id": "panel.collectionobject.bio", + "defaultMessage": "Biological Information" + }, + "commingledRemains": { + "id": "panel.collectionobject.commingledRemains", + "defaultMessage": "Commingled Remains" + }, + "locality": { + "id": "panel.collectionobject.locality", + "defaultMessage": "Locality Information" + }, + "culturalCare": { + "id": "panel.collectionobject.culturalCare", + "defaultMessage": "Cultural Care Information" + }, + "georefDetail": { + "id": "panel.ext.locality.georefDetail", + "defaultMessage": "Georeference Detail" + }, + "nagpraCompliance": { + "id": "panel.ext.nagpra.nagpraCompliance", + "defaultMessage": "Repatriation and NAGPRA Compliance Information" + } + }, + "inputTable": { + "age": { + "id": "inputTable.collectionobject.age", + "defaultMessage": "Age" + }, + "assocEvent": { + "id": "inputTable.collectionobject.assocEvent", + "defaultMessage": "Associated event" + }, + "ownershipExchange": { + "id": "inputTable.collectionobject.ownershipExchange", + "defaultMessage": "Ownership exchange" + }, + "behrensmeyer": { + "id": "inputTable.collectionobject.behrensmeyer", + "defaultMessage": "Behrensmeyer stage" + }, + "depth": { + "id": "inputTable.ext.locality.depth", + "defaultMessage": "Depth" + }, + "elevation": { + "id": "inputTable.ext.locality.elevation", + "defaultMessage": "Elevation" + }, + "distanceAboveSurface": { + "id": "inputTable.ext.locality.distanceAboveSurface", + "defaultMessage": "Distance above surface" + }, + "nagpraReportFiled": { + "id": "panel.ext.nagpra.nagpraReportFiled", + "defaultMessage": "Reported to National NAGPRA" + }, + "taxonName": { + "id": "inputTable.collectionobject.taxonName", + "defaultMessage": "Taxonomic identification" + }, + "taxonIdent": { + "id": "inputTable.collectionobject.taxonIdent", + "defaultMessage": "Identification by" + }, + "taxonReference": { + "id": "inputTable.collectionobject.taxonReference", + "defaultMessage": "Reference" + } + } + }, + "serviceConfig": { + "serviceName": "CollectionObjects", + "servicePath": "collectionobjects", + "serviceType": "object", + "objectName": "CollectionObject", + "documentName": "collectionobjects" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:collectionobjects_common/objectNumber" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/otherNumberList/otherNumber/numberType" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/responsibleDepartments/responsibleDepartment" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/collection" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/recordStatus" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_ohc/descriptionLevel" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/objectNameList/objectNameGroup/objectName" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_ohc/categoryGroupList/categoryGroup/category" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_ohc/categoryGroupList/categoryGroup/subCategory" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/materialGroupList/materialGroup/material" + }, + { + "op": "cont", + "path": "ns2:collectionobjects_common/titleGroupList/titleGroup/title" + }, + { + "op": "cont", + "path": "ns2:collectionobjects_common/fieldColEventNames/fieldColEventName" + }, + { + "op": "range", + "path": "ns2:collectionobjects_common/objectProductionDateGroupList/objectProductionDateGroup" + }, + { + "op": "cont", + "path": "ns2:collectionobjects_common/techniqueGroupList/techniqueGroup/technique" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/objectProductionPlaceGroupList/objectProductionPlaceGroup/objectProductionPlace" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/objectProductionPeopleGroupList/objectProductionPeopleGroup/objectProductionPeople" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/objectProductionPersonGroupList/objectProductionPersonGroup/objectProductionPerson" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/objectProductionOrganizationGroupList/objectProductionOrganizationGroup/objectProductionOrganization" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/forms/form" + }, + { + "op": "cont", + "path": "ns2:collectionobjects_common/editionNumber" + }, + { + "op": "cont", + "path": "ns2:collectionobjects_common/styles/style" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/objectComponentGroupList/objectComponentGroup/objectComponentName" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/sex" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/phase" + }, + { + "op": "eq", + "path": "ns2:collectionobjects_common/nonTextualInscriptionGroupList/nonTextualInscriptionGroup/inscriptionDescriptionInscriber" + }, + { + "op": "cont", + "path": "ns2:collectionobjects_common/nonTextualInscriptionGroupList/nonTextualInscriptionGroup/inscriptionDescriptionMethod" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "objectNumber": { + "messages": { + "label": { + "id": "column.collectionobject.default.objectNumber", + "defaultMessage": "Identification number" + } + }, + "order": 10, + "sortBy": "collectionobjects_common:objectNumber", + "width": 200 + }, + "title": { + "messages": { + "label": { + "id": "column.collectionobject.default.title", + "defaultMessage": "Title" + } + }, + "order": 20, + "sortBy": "collectionobjects_common:titleGroupList/0/title", + "width": 450, + "disabled": true + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.collectionobject.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + }, + "objectName": { + "messages": { + "label": { + "id": "column.collectionobject.default.objectName", + "defaultMessage": "Object name" + } + }, + "order": 20, + "sortBy": "collectionobjects_common:objectNameList/0/objectName", + "width": 450 + } + }, + "narrow": { + "objectNumber": { + "messages": { + "label": { + "id": "column.collectionobject.narrow.objectNumber", + "defaultMessage": "ID" + } + }, + "order": 10, + "sortBy": "collectionobjects_common:objectNumber", + "width": 200 + }, + "title": { + "messages": { + "label": { + "id": "column.collectionobject.narrow.title", + "defaultMessage": "Title" + } + }, + "order": 20, + "width": 450, + "disabled": true + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.collectionobject.narrow.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + }, + "objectName": { + "messages": { + "label": { + "id": "column.collectionobject.narrow.objectName", + "defaultMessage": "Object name" + } + }, + "order": 20, + "sortBy": "collectionobjects_common:objectNameList/0/objectName", + "width": 450 + } + } + }, + "defaultForSearch": true, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:collectionobjects_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:collectionobjects_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "rel:relations-common-list": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/relation" + } + }, + "relation-list-item": { + "[config]": { + "view": { + "type": "HierarchyInput", + "props": { + "parentTypeOptionListName": "objectParentTypes", + "childTypeOptionListName": "objectChildTypes", + "messages": { + "parent": { + "id": "hierarchyInput.collectionobject.parent", + "defaultMessage": "Broader object" + }, + "parentName": { + "id": "hierarchyInput.collectionobject.parentName", + "defaultMessage": "Object" + }, + "parentType": { + "id": "hierarchyInput.collectionobject.parentType", + "defaultMessage": "Type" + }, + "children": { + "id": "hierarchyInput.collectionobject.children", + "defaultMessage": "Component objects" + }, + "childName": { + "id": "hierarchyInput.collectionobject.childName", + "defaultMessage": "Object" + }, + "childType": { + "id": "hierarchyInput.collectionobject.childType", + "defaultMessage": "Type" + }, + "siblings": { + "id": "hierarchyInput.collectionobject.siblings", + "defaultMessage": "Adjacent objects" + } + } + } + } + } + } + }, + "ns2:collectionobjects_annotation": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject/domain/annotation" + } + }, + "annotationGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "annotationGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_annotation.annotationGroup.name", + "defaultMessage": "Annotation" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "annotationType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_annotation.annotationType.fullName", + "defaultMessage": "Annotation type" + }, + "name": { + "id": "field.collectionobjects_annotation.annotationType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "annotationtype" + } + } + } + }, + "annotationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_annotation.annotationNote.fullName", + "defaultMessage": "Annotation note" + }, + "name": { + "id": "field.collectionobjects_annotation.annotationNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "annotationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_annotation.annotationDate.fullName", + "defaultMessage": "Annotation date" + }, + "name": { + "id": "field.collectionobjects_annotation.annotationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "annotationAuthor": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_annotation.annotationAuthor.fullName", + "defaultMessage": "Annotation author" + }, + "name": { + "id": "field.collectionobjects_annotation.annotationAuthor.name", + "defaultMessage": "Author" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + } + } + } + }, + "ns2:collectionobjects_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject" + } + }, + "objectNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.collectionobjects_common.objectNumber.inUse", + "defaultMessage": "The identification number {value} is in use by another record." + }, + "name": { + "id": "field.collectionobjects_common.objectNumber.name", + "defaultMessage": "Identification number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "accession,intake,loanin" + } + } + } + }, + "numberOfObjects": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "name": { + "id": "field.collectionobjects_common.numberOfObjects.name", + "defaultMessage": "Number of objects" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "otherNumberList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "otherNumber": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.otherNumber.name", + "defaultMessage": "Other number" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "numberValue": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.numberValue.fullName", + "defaultMessage": "Other number" + }, + "name": { + "id": "field.collectionobjects_common.numberValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "numberType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.numberType.fullName", + "defaultMessage": "Other number type" + }, + "name": { + "id": "field.collectionobjects_common.numberType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "numberTypes" + } + } + } + } + } + }, + "responsibleDepartments": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "responsibleDepartment": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.responsibleDepartment.name", + "defaultMessage": "Responsible department" + } + }, + "repeating": true, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "departments" + } + } + } + } + }, + "collection": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.collection.name", + "defaultMessage": "Collection" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "collections" + } + } + } + }, + "namedCollections": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "namedCollection": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.namedCollection.name", + "defaultMessage": "Named collection" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "work/local" + } + } + } + } + }, + "recordStatus": { + "[config]": { + "defaultValue": "new", + "messages": { + "name": { + "id": "field.collectionobjects_common.recordStatus.name", + "defaultMessage": "Record status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "recordStatuses" + } + } + } + }, + "publishToList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "publishTo": { + "[config]": { + "defaultValue": "urn:cspace:core.collectionspace.org:vocabularies:name(publishto):item:name(none)'None'", + "messages": { + "name": { + "id": "field.collectionobjects_common.publishTo.name", + "defaultMessage": "Publish to" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "publishto" + } + } + } + } + }, + "inventoryStatusList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "inventoryStatus": { + "[config]": { + "defaultValue": "urn:cspace:core.collectionspace.org:vocabularies:name(inventorystatus):item:name(unknown)'unknown'", + "messages": { + "name": { + "id": "field.collectionobjects_common.inventoryStatus.name", + "defaultMessage": "Inventory status" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "inventorystatus" + } + } + } + } + }, + "briefDescriptions": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "briefDescription": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.briefDescription.name", + "defaultMessage": "Brief description" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "distinguishingFeatures": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.distinguishingFeatures.name", + "defaultMessage": "Distinguishing features" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "comments": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "comment": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.comment.name", + "defaultMessage": "Comment" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "computedCurrentLocation": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.collectionobjects_common.computedCurrentLocation.name", + "defaultMessage": "Computed current location" + } + }, + "searchView": { + "type": "AutocompleteInput", + "props": { + "source": "location/local,location/offsite,organization/local,organization/shared" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "location/local,location/offsite,organization/local,organization/shared", + "readOnly": true + } + } + } + }, + "titleGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "titleGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.titleGroup.name", + "defaultMessage": "Title" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "title": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.title.name", + "defaultMessage": "Title" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "titleLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.titleLanguage.fullName", + "defaultMessage": "Title language" + }, + "name": { + "id": "field.collectionobjects_common.titleLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "titleTranslationSubGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "titleTranslationSubGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.titleTranslationSubGroup.fullName", + "defaultMessage": "Title translation" + }, + "name": { + "id": "field.collectionobjects_common.titleTranslationSubGroup.name", + "defaultMessage": "Translation" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "titleTranslation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.titleTranslation.fullName", + "defaultMessage": "Title translation" + }, + "name": { + "id": "field.collectionobjects_common.titleTranslation.name", + "defaultMessage": "Translation" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "titleTranslationLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.titleTranslationLanguage.fullName", + "defaultMessage": "Title translation language" + }, + "name": { + "id": "field.collectionobjects_common.titleTranslationLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + } + } + }, + "titleType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.titleType.fullName", + "defaultMessage": "Title type" + }, + "name": { + "id": "field.collectionobjects_common.titleType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "titleTypes" + } + } + } + } + } + }, + "objectNameList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "objectNameGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.objectNameGroup.name", + "defaultMessage": "Object name" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "objectName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectName.fullName", + "defaultMessage": "Object name" + }, + "name": { + "id": "field.collectionobjects_common.objectName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/nomenclature" + } + } + } + }, + "objectNameCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectNameCurrency.fullName", + "defaultMessage": "Object name currency" + }, + "name": { + "id": "field.collectionobjects_common.objectNameCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "nameCurrencies" + } + } + } + }, + "objectNameLevel": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectNameLevel.fullName", + "defaultMessage": "Object name level" + }, + "name": { + "id": "field.collectionobjects_common.objectNameLevel.name", + "defaultMessage": "Level" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "ohcNameLevels" + } + } + } + }, + "objectNameSystem": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectNameSystem.fullName", + "defaultMessage": "Object name system" + }, + "name": { + "id": "field.collectionobjects_common.objectNameSystem.name", + "defaultMessage": "System" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "nameSystems" + } + } + } + }, + "objectNameType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectNameType.fullName", + "defaultMessage": "Object name type" + }, + "name": { + "id": "field.collectionobjects_common.objectNameType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "nameTypes" + } + } + } + }, + "objectNameLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectNameLanguage.fullName", + "defaultMessage": "Object name language" + }, + "name": { + "id": "field.collectionobjects_common.objectNameLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "objectNameNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectNameNote.fullName", + "defaultMessage": "Object name note" + }, + "name": { + "id": "field.collectionobjects_common.objectNameNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "copyNumber": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.copyNumber.name", + "defaultMessage": "Copy number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "objectStatusList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "objectStatus": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.objectStatus.name", + "defaultMessage": "Object status" + } + }, + "repeating": true, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "objectStatuses" + } + } + } + } + }, + "sex": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.sex.name", + "defaultMessage": "Sex" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "sexes" + } + } + } + }, + "phase": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.phase.name", + "defaultMessage": "Phase" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "phases" + } + } + } + }, + "forms": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "form": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.form.name", + "defaultMessage": "Form" + } + }, + "repeating": true, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "forms" + } + } + } + } + }, + "editionNumber": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.editionNumber.name", + "defaultMessage": "Edition number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "age": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.age.fullName", + "defaultMessage": "Age value" + }, + "name": { + "id": "field.collectionobjects_common.age.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "ageQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.ageQualifier.fullName", + "defaultMessage": "Age qualifier" + }, + "name": { + "id": "field.collectionobjects_common.ageQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "agequalifier" + } + } + } + }, + "ageUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.ageUnit.fullName", + "defaultMessage": "Age unit" + }, + "name": { + "id": "field.collectionobjects_common.ageUnit.name", + "defaultMessage": "Unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "ageUnits" + } + } + } + }, + "styles": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "style": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.style.name", + "defaultMessage": "Style" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "colors": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "color": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.color.name", + "defaultMessage": "Color" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "materialGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "materialGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.materialGroup.name", + "defaultMessage": "Material" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "material": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.material.name", + "defaultMessage": "Material" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/material" + } + } + } + }, + "materialComponent": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.materialComponent.fullName", + "defaultMessage": "Material component" + }, + "name": { + "id": "field.collectionobjects_common.materialComponent.name", + "defaultMessage": "Component" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "materialComponentNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.materialComponentNote.fullName", + "defaultMessage": "Material component note" + }, + "name": { + "id": "field.collectionobjects_common.materialComponentNote.name", + "defaultMessage": "Component note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "materialName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.materialName.fullName", + "defaultMessage": "Material name" + }, + "name": { + "id": "field.collectionobjects_common.materialName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "materialSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.materialSource.fullName", + "defaultMessage": "Material source" + }, + "name": { + "id": "field.collectionobjects_common.materialSource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "physicalDescription": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.physicalDescription.name", + "defaultMessage": "Physical description" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "objectComponentGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "objectComponentGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.objectComponentGroup.name", + "defaultMessage": "Object component" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "objectComponentName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectComponentName.fullName", + "defaultMessage": "Object component name" + }, + "name": { + "id": "field.collectionobjects_common.objectComponentName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "objectComponentNames" + } + } + } + }, + "objectComponentInformation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectComponentInformation.fullName", + "defaultMessage": "Object component information" + }, + "name": { + "id": "field.collectionobjects_common.objectComponentInformation.name", + "defaultMessage": "Information" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "technicalAttributeGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "technicalAttributeGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.technicalAttributeGroup.name", + "defaultMessage": "Technical attribute" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "technicalAttribute": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.technicalAttribute.fullName", + "defaultMessage": "Technical attribute" + }, + "name": { + "id": "field.collectionobjects_common.technicalAttribute.name", + "defaultMessage": "Attribute" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "technicalAttributes" + } + } + } + }, + "technicalAttributeMeasurement": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.technicalAttributeMeasurement.fullName", + "defaultMessage": "Technical attribute measurement" + }, + "name": { + "id": "field.collectionobjects_common.technicalAttributeMeasurement.name", + "defaultMessage": "Measurement" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "technicalAttributeMeasurements" + } + } + } + }, + "technicalAttributeMeasurementUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.technicalAttributeMeasurementUnit.fullName", + "defaultMessage": "Technical attribute measurement unit" + }, + "name": { + "id": "field.collectionobjects_common.technicalAttributeMeasurementUnit.name", + "defaultMessage": "Unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "technicalAttributeMeasurementUnits" + } + } + } + } + } + }, + "measuredPartGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + }, + "extensionName": "dimension", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject" + } + } + }, + "measuredPartGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.dimension.measuredPartGroup.name", + "defaultMessage": "Dimensions" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "measuredPart": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.measuredPart.fullName", + "defaultMessage": "Measured part" + }, + "name": { + "id": "field.ext.dimension.measuredPart.name", + "defaultMessage": "Part" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "measuredParts" + } + } + } + }, + "dimensionSummary": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.dimensionSummary.fullName", + "defaultMessage": "Dimension summary" + }, + "name": { + "id": "field.ext.dimension.dimensionSummary.name", + "defaultMessage": "Summary" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "dimensionSubGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "dimensionSubGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.dimension.dimensionSubGroup.name", + "defaultMessage": "Measurement" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "dimension": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.dimension.fullName", + "defaultMessage": "Measurement dimension" + }, + "name": { + "id": "field.ext.dimension.dimension.name", + "defaultMessage": "Dimension" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dimensions" + } + } + } + }, + "measuredBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.dimension.measuredBy.name", + "defaultMessage": "Measured by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "measurementMethod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.measurementMethod.fullName", + "defaultMessage": "Measurement method" + }, + "name": { + "id": "field.ext.dimension.measurementMethod.name", + "defaultMessage": "Method" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "measurementMethods" + } + } + } + }, + "value": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.dimension.value.fullName", + "defaultMessage": "Measurement value" + }, + "name": { + "id": "field.ext.dimension.value.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "measurementUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.measurementUnit.fullName", + "defaultMessage": "Measurement unit" + }, + "name": { + "id": "field.ext.dimension.measurementUnit.name", + "defaultMessage": "Unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "measurementUnits" + } + } + } + }, + "valueQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.valueQualifier.fullName", + "defaultMessage": "Measurement qualifier" + }, + "name": { + "id": "field.ext.dimension.valueQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "valueDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.dimension.valueDate.fullName", + "defaultMessage": "Measurement date" + }, + "name": { + "id": "field.ext.dimension.valueDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "dimensionNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.dimensionNote.fullName", + "defaultMessage": "Measurement note" + }, + "name": { + "id": "field.ext.dimension.dimensionNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + }, + "contentDescription": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDescription.fullName", + "defaultMessage": "Content description" + }, + "name": { + "id": "field.collectionobjects_common.contentDescription.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "contentLanguages": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentLanguage.fullName", + "defaultMessage": "Content language" + }, + "name": { + "id": "field.collectionobjects_common.contentLanguage.name", + "defaultMessage": "Language" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + } + }, + "contentActivities": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentActivity": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentActivity.fullName", + "defaultMessage": "Content activity" + }, + "name": { + "id": "field.collectionobjects_common.contentActivity.name", + "defaultMessage": "Activity" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "contentConcepts": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentConcept": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentConcept.fullName", + "defaultMessage": "Content concept" + }, + "name": { + "id": "field.collectionobjects_common.contentConcept.name", + "defaultMessage": "Concept" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/associated" + } + } + } + } + }, + "contentDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentDateGroup.fullName", + "defaultMessage": "Content date" + }, + "name": { + "id": "field.collectionobjects_common.contentDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "contentPositions": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentPosition": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentPosition.fullName", + "defaultMessage": "Content position" + }, + "name": { + "id": "field.collectionobjects_common.contentPosition.name", + "defaultMessage": "Position" + } + }, + "repeating": true, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "positions" + } + } + } + } + }, + "contentObjectGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentObjectGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentObjectGroup.fullName", + "defaultMessage": "Content object" + }, + "name": { + "id": "field.collectionobjects_common.contentObjectGroup.name", + "defaultMessage": "Object" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "contentObject": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentObject.fullName", + "defaultMessage": "Content object name" + }, + "name": { + "id": "field.collectionobjects_common.contentObject.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "contentObjectType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentObjectType.fullName", + "defaultMessage": "Content object type" + }, + "name": { + "id": "field.collectionobjects_common.contentObjectType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "contentObjectTypes" + } + } + } + } + } + }, + "contentPeoples": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentPeople": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentPeople.fullName", + "defaultMessage": "Content people" + }, + "name": { + "id": "field.collectionobjects_common.contentPeople.name", + "defaultMessage": "People" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "contentPersons": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentPerson": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentPerson.fullName", + "defaultMessage": "Content person" + }, + "name": { + "id": "field.collectionobjects_common.contentPerson.name", + "defaultMessage": "Person" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,person/ulan" + } + } + } + } + }, + "contentPlaces": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentPlace": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentPlace.fullName", + "defaultMessage": "Content place" + }, + "name": { + "id": "field.collectionobjects_common.contentPlace.name", + "defaultMessage": "Place" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "contentScripts": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentScript": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentScript.fullName", + "defaultMessage": "Content script" + }, + "name": { + "id": "field.collectionobjects_common.contentScript.name", + "defaultMessage": "Script" + } + }, + "repeating": true, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "scripts" + } + } + } + } + }, + "contentOrganizations": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentOrganization": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentOrganization.fullName", + "defaultMessage": "Content organization" + }, + "name": { + "id": "field.collectionobjects_common.contentOrganization.name", + "defaultMessage": "Organization" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared,organization/ulan" + } + } + } + } + }, + "contentEventNameGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentEventNameGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentEventNameGroup.fullName", + "defaultMessage": "Content event" + }, + "name": { + "id": "field.collectionobjects_common.contentEventNameGroup.name", + "defaultMessage": "Event" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "contentEventName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentEventName.fullName", + "defaultMessage": "Content event name" + }, + "name": { + "id": "field.collectionobjects_common.contentEventName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "contentEventNameType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentEventNameType.fullName", + "defaultMessage": "Content event type" + }, + "name": { + "id": "field.collectionobjects_common.contentEventNameType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "contentOtherGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contentOtherGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentOtherGroup.fullName", + "defaultMessage": "Content other" + }, + "name": { + "id": "field.collectionobjects_common.contentOtherGroup.name", + "defaultMessage": "Other" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "contentOther": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentOther.fullName", + "defaultMessage": "Content other name" + }, + "name": { + "id": "field.collectionobjects_common.contentOther.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "contentOtherType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentOtherType.fullName", + "defaultMessage": "Content other type" + }, + "name": { + "id": "field.collectionobjects_common.contentOtherType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "contentNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.contentNote.fullName", + "defaultMessage": "Content note" + }, + "name": { + "id": "field.collectionobjects_common.contentNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "textualInscriptionGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "textualInscriptionGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.textualInscriptionGroup.fullName", + "defaultMessage": "Textual inscription" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "inscriptionContent": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContent.fullName", + "defaultMessage": "Textual inscription content" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContent.name", + "defaultMessage": "Inscription content" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "inscriptionContentInscriber": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentInscriber.fullName", + "defaultMessage": "Textual inscription inscriber" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentInscriber.name", + "defaultMessage": "Inscriber" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,organization/local,organization/shared" + } + } + } + }, + "inscriptionContentLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentLanguage.fullName", + "defaultMessage": "Textual inscription language" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "inscriptionContentDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.fullName", + "defaultMessage": "Textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "inscriptionContentPosition": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentPosition.fullName", + "defaultMessage": "Textual inscription position" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentPosition.name", + "defaultMessage": "Position" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "positions" + } + } + } + }, + "inscriptionContentScript": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentScript.fullName", + "defaultMessage": "Textual inscription script" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentScript.name", + "defaultMessage": "Script" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "scripts" + } + } + } + }, + "inscriptionContentType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentType.fullName", + "defaultMessage": "Textual inscription type" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "inscriptionTypes" + } + } + } + }, + "inscriptionContentMethod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentMethod.fullName", + "defaultMessage": "Textual inscription method" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentMethod.name", + "defaultMessage": "Method" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "inscriptionContentInterpretation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentInterpretation.fullName", + "defaultMessage": "Textual inscription interpretation" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentInterpretation.name", + "defaultMessage": "Interpretation" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "inscriptionContentTranslation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentTranslation.fullName", + "defaultMessage": "Textual inscription translation" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentTranslation.name", + "defaultMessage": "Translation" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "inscriptionContentTransliteration": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionContentTransliteration.fullName", + "defaultMessage": "Textual inscription transliteration" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionContentTransliteration.name", + "defaultMessage": "Transliteration" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nonTextualInscriptionGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nonTextualInscriptionGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.nonTextualInscriptionGroup.fullName", + "defaultMessage": "Non-textual inscription" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "inscriptionDescription": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescription.fullName", + "defaultMessage": "Non-textual inscription description" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescription.name", + "defaultMessage": "Inscription description" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "inscriptionDescriptionInscriber": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionInscriber.fullName", + "defaultMessage": "Non-textual inscription inscriber" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionInscriber.name", + "defaultMessage": "Inscriber" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "inscriptionDescriptionDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.fullName", + "defaultMessage": "Non-textual inscription date" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionDateGroup.name", + "defaultMessage": "Date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "inscriptionDescriptionPosition": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionPosition.fullName", + "defaultMessage": "Non-textual inscription position" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionPosition.name", + "defaultMessage": "Position" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "positions" + } + } + } + }, + "inscriptionDescriptionType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionType.fullName", + "defaultMessage": "Non-textual inscription type" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "inscriptionTypes" + } + } + } + }, + "inscriptionDescriptionMethod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionMethod.fullName", + "defaultMessage": "Non-textual inscription method" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionMethod.name", + "defaultMessage": "Method" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "inscriptionDescriptionInterpretation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.inscriptionDescriptionInterpretation.fullName", + "defaultMessage": "Non-textual inscription interpretation" + }, + "name": { + "id": "field.collectionobjects_common.inscriptionDescriptionInterpretation.name", + "defaultMessage": "Interpretation" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + }, + "objectProductionDateGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "objectProductionDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionDateGroup.name", + "defaultMessage": "Production date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + } + }, + "techniqueGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "techniqueGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.techniqueGroup.name", + "defaultMessage": "Production technique" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "technique": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.technique.fullName", + "defaultMessage": "Production technique" + }, + "name": { + "id": "field.collectionobjects_common.technique.name", + "defaultMessage": "Technique" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "techniqueType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.techniqueType.fullName", + "defaultMessage": "Production technique type" + }, + "name": { + "id": "field.collectionobjects_common.techniqueType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "prodtechniquetype" + } + } + } + } + } + }, + "objectProductionPlaceGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "objectProductionPlaceGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionPlaceGroup.name", + "defaultMessage": "Production place" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "objectProductionPlace": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectProductionPlace.fullName", + "defaultMessage": "Production place" + }, + "name": { + "id": "field.collectionobjects_common.objectProductionPlace.name", + "defaultMessage": "Place" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local,place/shared,place/tgn" + } + } + } + }, + "objectProductionPlaceRole": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectProductionPlaceRole.fullName", + "defaultMessage": "Production place role" + }, + "name": { + "id": "field.collectionobjects_common.objectProductionPlaceRole.name", + "defaultMessage": "Role" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "prodplacerole" + } + } + } + } + } + }, + "objectProductionReasons": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "objectProductionReason": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionReason.name", + "defaultMessage": "Production reason" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "objectProductionPeopleGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "objectProductionPeopleGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionPeopleGroup.name", + "defaultMessage": "Production people" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "objectProductionPeople": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectProductionPeople.fullName", + "defaultMessage": "Production people" + }, + "name": { + "id": "field.collectionobjects_common.objectProductionPeople.name", + "defaultMessage": "People" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/archculture,concept/ethculture" + } + } + } + }, + "objectProductionPeopleRole": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectProductionPeopleRole.fullName", + "defaultMessage": "Production people role" + }, + "name": { + "id": "field.collectionobjects_common.objectProductionPeopleRole.name", + "defaultMessage": "Role" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "prodpeoplerole" + } + } + } + } + } + }, + "objectProductionPersonGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "objectProductionPersonGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionPersonGroup.name", + "defaultMessage": "Production person" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "objectProductionPerson": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectProductionPerson.fullName", + "defaultMessage": "Production person" + }, + "name": { + "id": "field.collectionobjects_common.objectProductionPerson.name", + "defaultMessage": "Person" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "objectProductionPersonRole": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectProductionPersonRole.fullName", + "defaultMessage": "Production person role" + }, + "name": { + "id": "field.collectionobjects_common.objectProductionPersonRole.name", + "defaultMessage": "Role" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "prodpersonrole" + } + } + } + } + } + }, + "objectProductionOrganizationGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "objectProductionOrganizationGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionOrganizationGroup.name", + "defaultMessage": "Production organization" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "objectProductionOrganization": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectProductionOrganization.fullName", + "defaultMessage": "Production organization" + }, + "name": { + "id": "field.collectionobjects_common.objectProductionOrganization.name", + "defaultMessage": "Organization" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared" + } + } + } + }, + "objectProductionOrganizationRole": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.objectProductionOrganizationRole.fullName", + "defaultMessage": "Production organization role" + }, + "name": { + "id": "field.collectionobjects_common.objectProductionOrganizationRole.name", + "defaultMessage": "Role" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "prodorgrole" + } + } + } + } + } + }, + "objectProductionNote": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.objectProductionNote.name", + "defaultMessage": "Production note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "assocActivityGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocActivityGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocActivityGroup.name", + "defaultMessage": "Associated activity" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "assocActivity": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocActivity.fullName", + "defaultMessage": "Associated activity" + }, + "name": { + "id": "field.collectionobjects_common.assocActivity.name", + "defaultMessage": "Activity" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocActivityType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocActivityType.fullName", + "defaultMessage": "Associated activity type" + }, + "name": { + "id": "field.collectionobjects_common.assocActivityType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocActivityNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocActivityNote.fullName", + "defaultMessage": "Associated activity note" + }, + "name": { + "id": "field.collectionobjects_common.assocActivityNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "assocObjectGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocObjectGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocObjectGroup.name", + "defaultMessage": "Associated object" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "assocObject": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocObject.fullName", + "defaultMessage": "Associated object" + }, + "name": { + "id": "field.collectionobjects_common.assocObject.name", + "defaultMessage": "Object" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocObjectType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocObjectType.fullName", + "defaultMessage": "Associated object type" + }, + "name": { + "id": "field.collectionobjects_common.assocObjectType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocObjectNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocObjectNote.fullName", + "defaultMessage": "Associated object note" + }, + "name": { + "id": "field.collectionobjects_common.assocObjectNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "assocConceptGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocConceptGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocConceptGroup.name", + "defaultMessage": "Associated concept" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "assocConcept": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocConcept.fullName", + "defaultMessage": "Associated concept" + }, + "name": { + "id": "field.collectionobjects_common.assocConcept.name", + "defaultMessage": "Concept" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/associated" + } + } + } + }, + "assocConceptType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocConceptType.fullName", + "defaultMessage": "Associated concept type" + }, + "name": { + "id": "field.collectionobjects_common.assocConceptType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocConceptNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocConceptNote.fullName", + "defaultMessage": "Associated concept note" + }, + "name": { + "id": "field.collectionobjects_common.assocConceptNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "assocCulturalContextGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocCulturalContextGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocCulturalContextGroup.name", + "defaultMessage": "Associated cultural affinity" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "assocCulturalContext": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocCulturalContext.fullName", + "defaultMessage": "Associated cultural affinity" + }, + "name": { + "id": "field.collectionobjects_common.assocCulturalContext.name", + "defaultMessage": "Cultural affinity" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocCulturalContextType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocCulturalContextType.fullName", + "defaultMessage": "Associated cultural affinity type" + }, + "name": { + "id": "field.collectionobjects_common.assocCulturalContextType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocCulturalContextNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocCulturalContextNote.fullName", + "defaultMessage": "Associated cultural affinity note" + }, + "name": { + "id": "field.collectionobjects_common.assocCulturalContextNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "assocOrganizationGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocOrganizationGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocOrganizationGroup.name", + "defaultMessage": "Associated organization" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "assocOrganization": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocOrganization.fullName", + "defaultMessage": "Associated organization" + }, + "name": { + "id": "field.collectionobjects_common.assocOrganization.name", + "defaultMessage": "Organization" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared" + } + } + } + }, + "assocOrganizationType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocOrganizationType.fullName", + "defaultMessage": "Associated organization type" + }, + "name": { + "id": "field.collectionobjects_common.assocOrganizationType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocOrganizationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocOrganizationNote.fullName", + "defaultMessage": "Associated organization note" + }, + "name": { + "id": "field.collectionobjects_common.assocOrganizationNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "assocPeopleGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocPeopleGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocPeopleGroup.name", + "defaultMessage": "Associated people" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "assocPeople": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocPeople.fullName", + "defaultMessage": "Associated people" + }, + "name": { + "id": "field.collectionobjects_common.assocPeople.name", + "defaultMessage": "People" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/ethculture" + } + } + } + }, + "assocPeopleType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocPeopleType.fullName", + "defaultMessage": "Associated people type" + }, + "name": { + "id": "field.collectionobjects_common.assocPeopleType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocPeopleNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocPeopleNote.fullName", + "defaultMessage": "Associated people note" + }, + "name": { + "id": "field.collectionobjects_common.assocPeopleNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "assocPersonGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocPersonGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocPersonGroup.name", + "defaultMessage": "Associated person" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "assocPerson": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocPerson.fullName", + "defaultMessage": "Associated person" + }, + "name": { + "id": "field.collectionobjects_common.assocPerson.name", + "defaultMessage": "Person" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "assocPersonType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocPersonType.fullName", + "defaultMessage": "Associated person type" + }, + "name": { + "id": "field.collectionobjects_common.assocPersonType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocPersonNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocPersonNote.fullName", + "defaultMessage": "Associated person note" + }, + "name": { + "id": "field.collectionobjects_common.assocPersonNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "assocPlaceGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocPlaceGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocPlaceGroup.name", + "defaultMessage": "Associated place" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "assocPlace": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocPlace.fullName", + "defaultMessage": "Associated place" + }, + "name": { + "id": "field.collectionobjects_common.assocPlace.name", + "defaultMessage": "Place" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocPlaceType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocPlaceType.fullName", + "defaultMessage": "Associated place type" + }, + "name": { + "id": "field.collectionobjects_common.assocPlaceType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocPlaceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocPlaceNote.fullName", + "defaultMessage": "Associated place note" + }, + "name": { + "id": "field.collectionobjects_common.assocPlaceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "assocEventName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocEventName.fullName", + "defaultMessage": "Associated event" + }, + "name": { + "id": "field.collectionobjects_common.assocEventName.name", + "defaultMessage": "Event" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocEventNameType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocEventNameType.fullName", + "defaultMessage": "Associated event type" + }, + "name": { + "id": "field.collectionobjects_common.assocEventNameType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocEventOrganizations": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocEventOrganization": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocEventOrganization.name", + "defaultMessage": "Associated event organization" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared" + } + } + } + } + }, + "assocEventPeoples": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocEventPeople": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocEventPeople.name", + "defaultMessage": "Associated event people" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "assocEventPersons": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocEventPerson": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocEventPerson.name", + "defaultMessage": "Associated event person" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + } + }, + "assocEventPlaces": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocEventPlace": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocEventPlace.name", + "defaultMessage": "Associated event place" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "assocEventNote": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocEventNote.name", + "defaultMessage": "Associated event note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocDateGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "assocDateGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.assocDateGroup.name", + "defaultMessage": "Associated date" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "assocStructuredDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.fullName", + "defaultMessage": "Associated date value" + }, + "groupName": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.groupName", + "defaultMessage": "Value" + }, + "name": { + "id": "field.collectionobjects_common.assocStructuredDateGroup.name", + "defaultMessage": "Value" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "assocDateType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocDateType.fullName", + "defaultMessage": "Associated date type" + }, + "name": { + "id": "field.collectionobjects_common.assocDateType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "assocDateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.assocDateNote.fullName", + "defaultMessage": "Associated date note" + }, + "name": { + "id": "field.collectionobjects_common.assocDateNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "objectHistoryNote": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.objectHistoryNote.name", + "defaultMessage": "Object history note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "usageGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "usageGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.usageGroup.name", + "defaultMessage": "Usage" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "usage": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.usage.name", + "defaultMessage": "Usage" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "usageNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.usageNote.fullName", + "defaultMessage": "Usage note" + }, + "name": { + "id": "field.collectionobjects_common.usageNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + }, + "owners": { + "[config]": { + "view": { + "type": "CompoundInput" + }, + "searchDisabled": true + }, + "owner": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.owner.name", + "defaultMessage": "Owner" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + } + }, + "ownershipDateGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + }, + "searchDisabled": true + }, + "ownershipDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipDateGroup.name", + "defaultMessage": "Ownership date" + } + }, + "repeating": true, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + } + }, + "ownershipAccess": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipAccess.name", + "defaultMessage": "Ownership access" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "ownershipAccessLevels" + } + }, + "searchDisabled": true + } + }, + "ownershipCategory": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipCategory.name", + "defaultMessage": "Ownership category" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "ownershipCategories" + } + }, + "searchDisabled": true + } + }, + "ownershipPlace": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.ownershipPlace.name", + "defaultMessage": "Ownership place" + } + }, + "view": { + "type": "TextInput" + }, + "searchDisabled": true + } + }, + "ownershipExchangeMethod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.ownershipExchangeMethod.fullName", + "defaultMessage": "Ownership exchange method" + }, + "name": { + "id": "field.collectionobjects_common.ownershipExchangeMethod.name", + "defaultMessage": "Method" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "ownershipExchangeMethods" + } + }, + "searchDisabled": true + } + }, + "ownershipExchangeNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.ownershipExchangeNote.fullName", + "defaultMessage": "Ownership exchange note" + }, + "name": { + "id": "field.collectionobjects_common.ownershipExchangeNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + }, + "searchDisabled": true + } + }, + "ownershipExchangePriceCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.ownershipExchangePriceCurrency.fullName", + "defaultMessage": "Ownership exchange price currency" + }, + "name": { + "id": "field.collectionobjects_common.ownershipExchangePriceCurrency.name", + "defaultMessage": "Price currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + }, + "searchDisabled": true + } + }, + "ownershipExchangePriceValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.collectionobjects_common.ownershipExchangePriceValue.fullName", + "defaultMessage": "Ownership exchange price value" + }, + "name": { + "id": "field.collectionobjects_common.ownershipExchangePriceValue.name", + "defaultMessage": "Price value" + } + }, + "view": { + "type": "TextInput" + }, + "searchDisabled": true + } + }, + "ownersPersonalExperience": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.ownersPersonalExperience.name", + "defaultMessage": "Owner's personal experience" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "ownersPersonalResponse": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.ownersPersonalResponse.name", + "defaultMessage": "Owner's personal response" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "ownersReferences": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "ownersReference": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.ownersReference.name", + "defaultMessage": "Owner's reference" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "ownersContributionNote": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.ownersContributionNote.name", + "defaultMessage": "Owner's contribution note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "viewersRole": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.viewersRole.name", + "defaultMessage": "Viewer's role" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "viewersPersonalExperience": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.viewersPersonalExperience.name", + "defaultMessage": "Viewer's personal experience" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "viewersPersonalResponse": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.viewersPersonalResponse.name", + "defaultMessage": "Viewer's personal response" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "viewersReferences": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "viewersReference": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.viewersReference.name", + "defaultMessage": "Viewer's reference" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "viewersContributionNote": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.viewersContributionNote.name", + "defaultMessage": "Viewer's contribution note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "referenceGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "referenceGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.referenceGroup.fullName", + "defaultMessage": "Reference" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "reference": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.reference.name", + "defaultMessage": "Reference" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/shared,citation/worldcat" + } + } + } + }, + "referenceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_common.referenceNote.fullName", + "defaultMessage": "Reference note" + }, + "name": { + "id": "field.collectionobjects_common.referenceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "fieldCollectionDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionDateGroup.name", + "defaultMessage": "Field collection date" + } + }, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "fieldCollectionMethods": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "fieldCollectionMethod": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionMethod.name", + "defaultMessage": "Field collection method" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "collectionmethod" + } + } + } + } + }, + "fieldCollectionFeature": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionFeature.name", + "defaultMessage": "Field collection feature" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "fieldCollectionNote": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionNote.name", + "defaultMessage": "Field collection note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "fieldCollectionNumber": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionNumber.name", + "defaultMessage": "Field collection number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "fieldCollectionPlace": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionPlace.name", + "defaultMessage": "Field collection place" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local,place/shared,place/tgn" + } + } + } + }, + "fieldCollectionSources": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "fieldCollectionSource": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollectionSource.name", + "defaultMessage": "Field collection source" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + } + }, + "fieldCollectors": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "fieldCollector": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldCollector.name", + "defaultMessage": "Field collector" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + } + }, + "fieldColEventNames": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "fieldColEventName": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_common.fieldColEventName.name", + "defaultMessage": "Field collection event name" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + } + }, + "ns2:collectionobjects_anthro": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject/domain/anthro" + } + }, + "ethnoFileCodes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "ethnoFileCode": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_anthro.ethnoFileCode.name", + "defaultMessage": "Ethnographic file code" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/ethfilecode" + } + } + } + } + }, + "anthroOwnershipGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "anthroOwnershipGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipGroup.name", + "defaultMessage": "Previous ownership" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "anthroOwner": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwner.fullName", + "defaultMessage": "Previous owner name" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwner.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "anthroOwnershipAccess": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipAccess.fullName", + "defaultMessage": "Previous ownership access" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipAccess.name", + "defaultMessage": "Access" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "ownershipAccessLevels" + } + } + } + }, + "anthroOwnershipDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.fullName", + "defaultMessage": "Previous ownership date" + }, + "groupName": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "anthroOwnershipCategory": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipCategory.fullName", + "defaultMessage": "Previous ownership category" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipCategory.name", + "defaultMessage": "Category" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "ownershipCategories" + } + } + } + }, + "anthroOwnershipPlace": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipPlace.fullName", + "defaultMessage": "Previous ownership place" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipPlace.name", + "defaultMessage": "Place" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local,place/shared" + } + } + } + }, + "anthroOwnershipMethod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipMethod.fullName", + "defaultMessage": "Previous ownership exchange method" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipMethod.name", + "defaultMessage": "Exch. meth." + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "ownershipExchangeMethods" + } + } + } + }, + "anthroOwnershipPriceCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipPriceCurrency.fullName", + "defaultMessage": "Previous ownership exchange price currency" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipPriceCurrency.name", + "defaultMessage": "Price currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "anthroOwnershipPriceAmount": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipPriceAmount.fullName", + "defaultMessage": "Previous ownership exchange price amount" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipPriceAmount.name", + "defaultMessage": "Price amount" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "anthroOwnershipNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.anthroOwnershipNote.fullName", + "defaultMessage": "Previous ownership note" + }, + "name": { + "id": "field.collectionobjects_anthro.anthroOwnershipNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "fieldLocVerbatim": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_anthro.fieldLocVerbatim.name", + "defaultMessage": "Field collection place (verbatim)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "commingledRemainsGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "commingledRemainsGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.commingledRemainsGroup.fullName", + "defaultMessage": "Commingled remains" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "minIndividuals": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.minIndividuals.fullName", + "defaultMessage": "Commingled remains min. number of individuals" + }, + "name": { + "id": "field.collectionobjects_anthro.minIndividuals.name", + "defaultMessage": "Min. number of individuals" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "bone": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.bone.fullName", + "defaultMessage": "Commingled remains bone" + }, + "name": { + "id": "field.collectionobjects_anthro.bone.name", + "defaultMessage": "Bone" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "side": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.side.fullName", + "defaultMessage": "Commingled remains side" + }, + "name": { + "id": "field.collectionobjects_anthro.side.name", + "defaultMessage": "Side" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "bodyside" + } + } + } + }, + "count": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.count.fullName", + "defaultMessage": "Commingled remains count" + }, + "name": { + "id": "field.collectionobjects_anthro.count.name", + "defaultMessage": "Count" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "sex": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.sex.fullName", + "defaultMessage": "Commingled remains sex" + }, + "name": { + "id": "field.collectionobjects_anthro.sex.name", + "defaultMessage": "Sex" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "sexDeterminations" + } + } + } + }, + "ageRange": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.ageRange.fullName", + "defaultMessage": "Commingled remains age range represented" + }, + "name": { + "id": "field.collectionobjects_anthro.ageRange.name", + "defaultMessage": "Age range represented" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "agerange" + } + } + } + }, + "dentition": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.dentition.fullName", + "defaultMessage": "Commingled remains dentition present?" + }, + "name": { + "id": "field.collectionobjects_anthro.dentition.name", + "defaultMessage": "Dentition present?" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "mortuaryTreatmentGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "mortuaryTreatmentGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_anthro.mortuaryTreatmentGroup.name", + "defaultMessage": "Mortuary treatment" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "mortuaryTreatment": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.mortuaryTreatment.fullName", + "defaultMessage": "Mortuary treatment" + }, + "name": { + "id": "field.collectionobjects_anthro.mortuaryTreatment.name", + "defaultMessage": "Treatment" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "mortuarytreatment" + } + } + } + }, + "mortuaryTreatmentNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.mortuaryTreatmentNote.fullName", + "defaultMessage": "Mortuary treatment note" + }, + "name": { + "id": "field.collectionobjects_anthro.mortuaryTreatmentNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "behrensmeyerSingleLower": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.behrensmeyerSingleLower.fullName", + "defaultMessage": "Behrensmeyer stage - Single/lower" + }, + "name": { + "id": "field.collectionobjects_anthro.behrensmeyerSingleLower.name", + "defaultMessage": "Single/lower" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "behrensmeyer" + } + } + } + }, + "behrensmeyerUpper": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.behrensmeyerUpper.fullName", + "defaultMessage": "Behrensmeyer stage - Upper" + }, + "name": { + "id": "field.collectionobjects_anthro.behrensmeyerUpper.name", + "defaultMessage": "Upper" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "behrensmeyer" + } + } + } + }, + "commingledRemainsNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_anthro.commingledRemainsNote.fullName", + "defaultMessage": "Commingled remains note" + }, + "name": { + "id": "field.collectionobjects_anthro.commingledRemainsNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + }, + "localityGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + }, + "extensionName": "locality", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject/domain/anthro" + } + } + }, + "localityGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.localityGroup.fullName", + "defaultMessage": "Locality" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "fieldLocVerbatim": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocVerbatim.name", + "defaultMessage": "Field collection location verbatim" + } + }, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "fieldLocPlace": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocPlace.name", + "defaultMessage": "Field collection place" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local" + } + } + } + }, + "taxonomicRange": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.taxonomicRange.name", + "defaultMessage": "Geographic range of taxon" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "fieldLocCounty": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocCounty.name", + "defaultMessage": "County" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "autoComplete": "cspace-county", + "source": "counties" + } + } + } + }, + "fieldLocState": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocState.name", + "defaultMessage": "State" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "autoComplete": "cspace-state", + "source": "states" + } + } + } + }, + "fieldLocCountry": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocCountry.name", + "defaultMessage": "Country" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "autoComplete": "cspace-country", + "source": "countries" + } + } + } + }, + "fieldLocHigherGeography": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.fieldLocHigherGeography.name", + "defaultMessage": "Higher geography" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "higherGeographies" + } + } + } + }, + "vLatitude": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.vLatitude.name", + "defaultMessage": "Verbatim latitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vLongitude": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.vLongitude.name", + "defaultMessage": "Verbatim longitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vCoordinates": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.vCoordinates.name", + "defaultMessage": "TRS" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vOtherCoords": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.vOtherCoords.name", + "defaultMessage": "Other coords" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vCoordSys": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.vCoordSys.name", + "defaultMessage": "Other coords system" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "vcoordsys" + } + } + } + }, + "decimalLatitude": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.ext.locality.decimalLatitude.name", + "defaultMessage": "Decimal latitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "decimalLongitude": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.ext.locality.decimalLongitude.name", + "defaultMessage": "Decimal longitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geodeticDatum": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.geodeticDatum.name", + "defaultMessage": "Datum" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "geodeticDatums" + } + } + } + }, + "coordUncertainty": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.coordUncertainty.fullName", + "defaultMessage": "Coord uncertainty" + }, + "name": { + "id": "field.ext.locality.coordUncertainty.name", + "defaultMessage": "Uncertainty" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "coordUncertaintyUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.coordUncertaintyUnit.fullName", + "defaultMessage": "Coord uncertainty unit" + }, + "name": { + "id": "field.ext.locality.coordUncertaintyUnit.name", + "defaultMessage": "Uncertainty unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "coordUncertaintyUnits" + } + } + } + }, + "vDepth": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.vDepth.fullName", + "defaultMessage": "Depth verbatim" + }, + "name": { + "id": "field.ext.locality.vDepth.name", + "defaultMessage": "Verbatim" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "minDepth": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.minDepth.fullName", + "defaultMessage": "Depth min" + }, + "name": { + "id": "field.ext.locality.minDepth.name", + "defaultMessage": "Min" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "maxDepth": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.maxDepth.fullName", + "defaultMessage": "Depth max" + }, + "name": { + "id": "field.ext.locality.maxDepth.name", + "defaultMessage": "Max" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "depthUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.depthUnit.fullName", + "defaultMessage": "Depth unit" + }, + "name": { + "id": "field.ext.locality.depthUnit.name", + "defaultMessage": "Unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "depthUnits" + } + } + } + }, + "vElevation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.vElevation.fullName", + "defaultMessage": "Elevation verbatim" + }, + "name": { + "id": "field.ext.locality.vElevation.name", + "defaultMessage": "Verbatim" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "minElevation": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.minElevation.fullName", + "defaultMessage": "Elevation min" + }, + "name": { + "id": "field.ext.locality.minElevation.name", + "defaultMessage": "Min" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "maxElevation": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.maxElevation.fullName", + "defaultMessage": "Elevation max" + }, + "name": { + "id": "field.ext.locality.maxElevation.name", + "defaultMessage": "Max" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "elevationUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.elevationUnit.fullName", + "defaultMessage": "Elevation unit" + }, + "name": { + "id": "field.ext.locality.elevationUnit.name", + "defaultMessage": "Unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "elevationUnits" + } + } + } + }, + "vDistanceAboveSurface": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.vDistanceAboveSurface.fullName", + "defaultMessage": "Distance above surface verbatim" + }, + "name": { + "id": "field.ext.locality.vDistanceAboveSurface.name", + "defaultMessage": "Verbatim" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "minDistanceAboveSurface": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.minDistanceAboveSurface.fullName", + "defaultMessage": "Distance above surface min" + }, + "name": { + "id": "field.ext.locality.minDistanceAboveSurface.name", + "defaultMessage": "Min" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "maxDistanceAboveSurface": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.locality.maxDistanceAboveSurface.fullName", + "defaultMessage": "Distance above surface max" + }, + "name": { + "id": "field.ext.locality.maxDistanceAboveSurface.name", + "defaultMessage": "Max" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "distanceAboveSurfaceUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.distanceAboveSurfaceUnit.fullName", + "defaultMessage": "Distance above surface unit" + }, + "name": { + "id": "field.ext.locality.distanceAboveSurfaceUnit.name", + "defaultMessage": "Unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "distanceAboveSurfaceUnits" + } + } + } + }, + "localityNote": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.localityNote.name", + "defaultMessage": "Locality note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "localitySource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.localitySource.fullName", + "defaultMessage": "Locality source" + }, + "name": { + "id": "field.ext.locality.localitySource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "localitySourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.localitySourceDetail.fullName", + "defaultMessage": "Locality source detail" + }, + "name": { + "id": "field.ext.locality.localitySourceDetail.name", + "defaultMessage": "Source detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "pointRadiusSpatialFit": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.pointRadiusSpatialFit.name", + "defaultMessage": "Pt. radius sp. fit" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "footprintWKT": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.footprintWKT.name", + "defaultMessage": "Footprint WKT" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "footprintSRS": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.footprintSRS.name", + "defaultMessage": "Footprint SRS" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "footprintSpatialFit": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.footprintSpatialFit.name", + "defaultMessage": "Footprint sp. fit" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "coordPrecision": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.coordPrecision.name", + "defaultMessage": "Coord precision" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geoRefencedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.geoRefencedBy.name", + "defaultMessage": "Georeference by" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geoRefDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.ext.locality.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "geoRefProtocol": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefProtocol.fullName", + "defaultMessage": "Georeference protocol" + }, + "name": { + "id": "field.ext.locality.geoRefProtocol.name", + "defaultMessage": "Protocol" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "georefProtocols" + } + } + } + }, + "geoRefSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefSource.fullName", + "defaultMessage": "Georeference source" + }, + "name": { + "id": "field.ext.locality.geoRefSource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geoRefVerificationStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefVerificationStatus.fullName", + "defaultMessage": "Georeference verification" + }, + "name": { + "id": "field.ext.locality.geoRefVerificationStatus.name", + "defaultMessage": "Verification" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "georefVerificationStatuses" + } + } + } + }, + "geoRefRemarks": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.locality.geoRefRemarks.fullName", + "defaultMessage": "Georeference note" + }, + "name": { + "id": "field.ext.locality.geoRefRemarks.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geoRefPlaceName": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.geoRefPlaceName.name", + "defaultMessage": "Georeference place name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "collectionLocationVerbatim": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.collectionLocationVerbatim.name", + "defaultMessage": "Collection location verbatim" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "collectionPlace": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.locality.collectionPlace.name", + "defaultMessage": "Collection place" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local" + } + } + } + } + } + } + }, + "ns2:collectionobjects_culturalcare": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject/domain/collectionobject" + } + }, + "culturalCareNotes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "culturalCareNote": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_culturalcare.culturalCareNote.name", + "defaultMessage": "Cultural care note" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "accessLimitationsGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "accessLimitationsGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_culturalcare.accessLimitationsGroup.name", + "defaultMessage": "Access limitation" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "limitationType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.limitationType.fullName", + "defaultMessage": "Access limitation type" + }, + "name": { + "id": "field.collectionobjects_culturalcare.limitationType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "limitationtype" + } + } + } + }, + "limitationLevel": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.limitationLevel.fullName", + "defaultMessage": "Access limitation level" + }, + "name": { + "id": "field.collectionobjects_culturalcare.limitationLevel.name", + "defaultMessage": "Level" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "limitationlevel" + } + } + } + }, + "limitationDetails": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.limitationDetails.fullName", + "defaultMessage": "Access limitation detail" + }, + "name": { + "id": "field.collectionobjects_culturalcare.limitationDetails.name", + "defaultMessage": "Detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "requester": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.requester.fullName", + "defaultMessage": "Access limitation requestor" + }, + "name": { + "id": "field.collectionobjects_culturalcare.requester.name", + "defaultMessage": "Requestor" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "requestOnBehalfOf": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.requestOnBehalfOf.fullName", + "defaultMessage": "Access limitation requested on behalf of" + }, + "name": { + "id": "field.collectionobjects_culturalcare.requestOnBehalfOf.name", + "defaultMessage": "On behalf of" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local" + } + } + } + }, + "requestDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_culturalcare.requestDate.fullName", + "defaultMessage": "Access limitation request date" + }, + "name": { + "id": "field.collectionobjects_culturalcare.requestDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + } + }, + "ns2:collectionobjects_nagpra": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject/domain/nagpra" + } + }, + "nagpraInventoryNames": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraInventoryName": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.nagpraInventoryName.name", + "defaultMessage": "NAGPRA inventory" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "nagprainventory" + } + } + } + } + }, + "nagpraCategories": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraCategory": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.nagpraCategory.name", + "defaultMessage": "Museum NAGPRA category determination" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "nagpracategory" + } + } + } + } + }, + "graveAssocCodes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "graveAssocCode": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.graveAssocCode.name", + "defaultMessage": "Grave association code" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "graveassoccode" + } + } + } + } + }, + "nagpraCulturalDeterminations": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraCulturalDetermination": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.nagpraCulturalDetermination.name", + "defaultMessage": "NAGPRA cultural determination" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "nagpraDetermGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraDetermGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.nagpraDetermGroup.name", + "defaultMessage": "Cultural determination" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraDetermCulture": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraDetermCulture.fullName", + "defaultMessage": "Cultural determination culture" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraDetermCulture.name", + "defaultMessage": "Culture" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/archculture" + } + } + } + }, + "nagpraDetermType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraDetermType.fullName", + "defaultMessage": "Cultural determination type" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraDetermType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "nagpradetermtype" + } + } + } + }, + "nagpraDetermBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraDetermBy.fullName", + "defaultMessage": "Cultural determination by" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraDetermBy.name", + "defaultMessage": "By" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "nagpraDetermNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraDetermNote.fullName", + "defaultMessage": "Cultural determination note" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraDetermNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "repatriationNotes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "repatriationNote": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.repatriationNote.name", + "defaultMessage": "Repatriation note" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "nagpraReportFiledGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraReportFiledGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledGroup.name", + "defaultMessage": "Reported to National NAGPRA" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraReportFiled": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiled.fullName", + "defaultMessage": "NAGPRA report filed" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiled.name", + "defaultMessage": "Report filed" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "nagpraReportFiledBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledBy.fullName", + "defaultMessage": "NAGPRA report filed by" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledBy.name", + "defaultMessage": "Filed by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,organization/local" + } + } + } + }, + "nagpraReportFiledWith": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledWith.fullName", + "defaultMessage": "NAGPRA report filed with" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledWith.name", + "defaultMessage": "Filed with" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,organization/local" + } + } + } + }, + "nagpraReportFiledDate": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.fullName", + "defaultMessage": "NAGPRA report filed date" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "nagpraReportFiledNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledNote.fullName", + "defaultMessage": "Reporting note" + }, + "name": { + "id": "field.collectionobjects_nagpra.nagpraReportFiledNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + }, + "ns2:collectionobjects_naturalhistory_extension": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject/domain/naturalhistory_extension" + } + }, + "taxonomicIdentGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "taxonomicIdentGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentGroup.name", + "defaultMessage": "Determination history" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "taxon": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.taxon.fullName", + "defaultMessage": "Taxonomic identification scientific name" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.taxon.name", + "defaultMessage": "Scientific name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "qualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.qualifier.fullName", + "defaultMessage": "Taxonomic identification qualifier" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.qualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "taxonqualifier" + } + } + } + }, + "identBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identBy.fullName", + "defaultMessage": "Taxonomic identification by" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identBy.groupName", + "defaultMessage": "Identification by" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identBy.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,organization/local" + } + } + } + }, + "identDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "institution": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.institution.fullName", + "defaultMessage": "Taxonomic identification institution" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.institution.groupName", + "defaultMessage": "Identification institution" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.institution.name", + "defaultMessage": "Institution" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local" + } + } + } + }, + "identKind": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.identKind.fullName", + "defaultMessage": "Taxonomic identification kind" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.identKind.name", + "defaultMessage": "Kind" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "taxonkind" + } + } + } + }, + "reference": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.reference.fullName", + "defaultMessage": "Taxonomic identification reference source" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.reference.groupName", + "defaultMessage": "Reference source" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.reference.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "refPage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.refPage.fullName", + "defaultMessage": "Taxonomic identification reference page" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.refPage.groupName", + "defaultMessage": "Reference page" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.refPage.name", + "defaultMessage": "Page" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "notes": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.notes.fullName", + "defaultMessage": "Taxonomic identification note" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.notes.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "taxonomicIdentHybridParentGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "taxonomicIdentHybridParentGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentHybridParentGroup.name", + "defaultMessage": "Hybrid parent" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "taxonomicIdentHybridParent": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentHybridParent.fullName", + "defaultMessage": "Hybrid parent name" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentHybridParent.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "taxonomicIdentHybridParentQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentHybridParentQualifier.fullName", + "defaultMessage": "Hybrid parent qualifier" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.taxonomicIdentHybridParentQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "hybridparentqualifier" + } + } + } + } + } + }, + "affinityTaxon": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.affinityTaxon.name", + "defaultMessage": "Affinity taxon" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "hybridFlag": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.hybridFlag.name", + "defaultMessage": "Hybrid flag" + } + }, + "view": { + "type": "CheckboxInput" + } + } + } + } + }, + "determinationHistoryGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "determinationHistoryGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.determinationHistoryGroup.name", + "defaultMessage": "Determination history" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "determinationTaxon": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationTaxon.fullName", + "defaultMessage": "Taxonomic identification scientific name" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationTaxon.name", + "defaultMessage": "Scientific name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "determinationQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationQualifier.fullName", + "defaultMessage": "Taxonomic identification qualifier" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "taxonqualifier" + } + } + } + }, + "determinationBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationBy.fullName", + "defaultMessage": "Taxonomic identification by" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationBy.groupName", + "defaultMessage": "Identification by" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationBy.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "determinationDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.fullName", + "defaultMessage": "Taxonomic identification date" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.groupName", + "defaultMessage": "Identification date" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "determinationInstitution": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationInstitution.fullName", + "defaultMessage": "Taxonomic identification institution" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationInstitution.groupName", + "defaultMessage": "Identification institution" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationInstitution.name", + "defaultMessage": "Institution" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared" + } + } + } + }, + "determinationKind": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationKind.fullName", + "defaultMessage": "Taxonomic identification kind" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationKind.name", + "defaultMessage": "Kind" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "taxonkind" + } + } + } + }, + "determinationReference": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationReference.fullName", + "defaultMessage": "Taxonomic identification reference source" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationReference.groupName", + "defaultMessage": "Reference source" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationReference.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "determinationRefPage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationRefPage.fullName", + "defaultMessage": "Taxonomic identification reference page" + }, + "groupName": { + "id": "field.collectionobjects_naturalhistory.determinationRefPage.groupName", + "defaultMessage": "Reference page" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationRefPage.name", + "defaultMessage": "Page" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "determinationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.determinationNote.fullName", + "defaultMessage": "Taxonomic identification note" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.determinationNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + }, + "typeSpecimenGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "typeSpecimenGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenGroup.name", + "defaultMessage": "Type specimen" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "typeSpecimenKind": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenKind.fullName", + "defaultMessage": "Type specimen kind" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenKind.name", + "defaultMessage": "Kind" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "typespecimenkind" + } + } + } + }, + "typeSpecimenAssertionBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenAssertionBy.fullName", + "defaultMessage": "Type specimen asserted by" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenAssertionBy.name", + "defaultMessage": "Asserted by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "typeSpecimenReference": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenReference.fullName", + "defaultMessage": "Type specimen reference" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenReference.name", + "defaultMessage": "Reference" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "typeSpecimenRefPage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenRefPage.fullName", + "defaultMessage": "Type specimen reference page" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenRefPage.name", + "defaultMessage": "Page" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "typeSpecimenBasionym": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenBasionym.fullName", + "defaultMessage": "Type specimen verified basionym" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenBasionym.name", + "defaultMessage": "Verified basionym" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "typeSpecimenNotes": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenNotes.fullName", + "defaultMessage": "Type specimen note" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.typeSpecimenNotes.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "vegetationType": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.vegetationType.name", + "defaultMessage": "Vegetation type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "vegetationtype" + } + } + } + }, + "associatedTaxaGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "associatedTaxaGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_naturalhistory.associatedTaxaGroup.name", + "defaultMessage": "Associated taxa" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "associatedTaxon": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.associatedTaxon.fullName", + "defaultMessage": "Associated taxon name" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.associatedTaxon.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "taxon/local" + } + } + } + }, + "commonName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.commonName.fullName", + "defaultMessage": "Associated taxon common name" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.commonName.name", + "defaultMessage": "Common name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "interaction": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_naturalhistory.interaction.fullName", + "defaultMessage": "Associated taxon interaction" + }, + "name": { + "id": "field.collectionobjects_naturalhistory.interaction.name", + "defaultMessage": "Interaction" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "assoctaxoninteraction" + } + } + } + } + } + } + }, + "ns2:collectionobjects_ohc": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/collectionobject/domain/ohc" + } + }, + "descriptionLevel": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_ohc.descriptionLevel.name", + "defaultMessage": "Description level" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "descriptionlevel" + } + } + } + }, + "majorTaxon": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_ohc.majorTaxon.name", + "defaultMessage": "Major taxon" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "majortaxon" + } + } + } + }, + "categoryGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "categoryGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_ohc.categoryGroup.name", + "defaultMessage": "Category and subcategory" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "category": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_ohc.category.name", + "defaultMessage": "Category" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/nomenclature" + } + } + } + }, + "subCategory": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_ohc.subCategory.name", + "defaultMessage": "Subcategory" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/nomenclature" + } + } + } + } + } + }, + "apparelSizes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "apparelSize": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_ohc.apparelSize.name", + "defaultMessage": "Apparel size" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "apparelsizes" + } + } + } + } + }, + "namedTimePeriods": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "namedTimePeriod": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_ohc.namedTimePeriod.name", + "defaultMessage": "Named time period" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "namedtimeperiods" + } + } + } + } + }, + "oaiSiteGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "oaiSiteGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.collectionobjects_ohc.oaiSiteGroup.name", + "defaultMessage": "OAI site" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "oaiCollectionPlace": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_ohc.oaiCollectionPlace.fullName", + "defaultMessage": "OAI site" + }, + "name": { + "id": "field.collectionobjects_ohc.oaiCollectionPlace.name", + "defaultMessage": "Site" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local,place/shared,place/tgn" + } + } + } + }, + "oaiLocVerbatim": { + "[config]": { + "messages": { + "fullName": { + "id": "field.collectionobjects_ohc.oaiLocVerbatim.fullName", + "defaultMessage": "OAI collection site (verbatim)" + }, + "name": { + "id": "field.collectionobjects_ohc.oaiLocVerbatim.name", + "defaultMessage": "Collection site (verbatim)" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.collectionobject.default.name", + "defaultMessage": "Standard Template" + } + }, + "sortOrder": 0, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "id", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberOfObjects" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherNumberList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "otherNumber", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "numberValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartment" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "collection" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "namedCollections", + "children": { + "key": null, + "ref": null, + "props": { + "name": "namedCollection" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "descriptionLevel", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "recordStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "briefDescriptions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "briefDescription" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "computedCurrentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "ethnoFileCodes", + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "ethnoFileCode" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publishToList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "publishTo" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatusList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatus" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectNameGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLevel" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocPeople" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "comments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "comment" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "type": "div", + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroupList", + "subpath": "ns2:collectionobjects_annotation", + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroup", + "tabular": false, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "annotationAuthor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationNote", + "multiline": true + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "measuredPart" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dimension" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "value" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementUnit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "materialGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "material" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponentNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialSource" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "title" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "usageGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "usageGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "usage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "usageNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "collect", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "oaiSiteGroupList", + "subpath": "ns2:collectionobjects_ohc", + "children": { + "key": null, + "ref": null, + "props": { + "name": "oaiSiteGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "oaiCollectionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "oaiLocVerbatim" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim", + "subpath": "ns2:collectionobjects_anthro" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSources", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSource" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollector" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldColEventNames", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldColEventName" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionFeature" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "prod", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroup" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "namedTimePeriods", + "subpath": "ns2:collectionobjects_ohc", + "children": { + "key": null, + "ref": null, + "props": { + "name": "namedTimePeriod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "techniqueGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "techniqueGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "technique" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "techniqueType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionReasons", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionReason" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeople" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPerson" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganization" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraCompliance", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraInventoryNames", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraInventoryName" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraCategories", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraCategory" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "graveAssocCodes", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "graveAssocCode" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "repatriationNotes", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "repatriationNote" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraCulturalDeterminations", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraCulturalDetermination" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermGroupList", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermCulture" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledGroupList", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiled" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledWith" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "culturalCare", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "culturalCareNotes", + "subpath": "ns2:collectionobjects_culturalcare", + "children": { + "key": null, + "ref": null, + "props": { + "name": "culturalCareNote" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "accessLimitationsGroupList", + "subpath": "ns2:collectionobjects_culturalcare", + "children": { + "key": null, + "ref": null, + "props": { + "name": "accessLimitationsGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "limitationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "limitationLevel" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "limitationDetails" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requester" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requestOnBehalfOf" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requestDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "desc", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "forms", + "children": { + "key": null, + "ref": null, + "props": { + "name": "form" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "copyNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "editionNumber" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "styles", + "children": { + "key": null, + "ref": null, + "props": { + "name": "style" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "colors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "color" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "apparelSizes", + "subpath": "ns2:collectionobjects_ohc", + "children": { + "key": null, + "ref": null, + "props": { + "name": "apparelSize" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "physicalDescription" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distinguishingFeatures" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectComponentGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectComponentGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectComponentName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectComponentInformation" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "bio", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "sex" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "phase" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "majorTaxon", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "age", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "ageQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "age" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "ageUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonomicIdentGroupList", + "subpath": "ns2:collectionobjects_naturalhistory_extension", + "children": { + "key": null, + "ref": null, + "props": { + "name": "taxonomicIdentGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxonName", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxon" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "qualifier" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonIdent", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "identBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "identDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "institution" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "identKind" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "notes" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "commingledRemains", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "commingledRemainsGroupList", + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "commingledRemainsGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "minIndividuals" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "bone" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "side" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "count" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dentition" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "sex" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "ageRange" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "mortuaryTreatmentGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "mortuaryTreatmentGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "mortuaryTreatment" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "mortuaryTreatmentNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "behrensmeyer", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "behrensmeyerSingleLower" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "behrensmeyerUpper" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "commingledRemainsNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "content", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentDescription" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentLanguages", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentLanguage" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentActivities", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentActivity" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentConcepts", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentConcept" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentPositions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentPosition" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentObjectGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentObjectGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentObject" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentObjectType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentPeoples", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentPeople" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentPersons", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentPerson" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentPlaces", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentPlace" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentScripts", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentScript" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentOrganizations", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentOrganization" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentEventNameGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentEventNameGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentEventName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentEventNameType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentOtherGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentOtherGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentOther" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentOtherType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "textInscript", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "textualInscriptionGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "textualInscriptionGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionContent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionContentInscriber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionContentLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionContentDateGroup" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionContentPosition" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionContentScript" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionContentType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionContentMethod" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionContentInterpretation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionContentTranslation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionContentTransliteration" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nonTextInscript", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "nonTextualInscriptionGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nonTextualInscriptionGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionDescription" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionDescriptionInscriber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionDescriptionDateGroup" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionDescriptionPosition" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionDescriptionType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionDescriptionMethod" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inscriptionDescriptionInterpretation" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hist", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assoc", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocActivityGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocActivityGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocActivity" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocActivityType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocActivityNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocObjectGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocObjectGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocObject" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocObjectType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocObjectNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocConceptGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocConceptGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocConcept" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocConceptType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocConceptNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocCulturalContextGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocCulturalContextGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocCulturalContext" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocCulturalContextType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocCulturalContextNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocOrganizationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocOrganizationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocOrganization" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocOrganizationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocOrganizationNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPersonGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocPersonGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocPerson" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPersonType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPersonNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPlaceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocPlaceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPlaceType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPlaceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocEvent", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocEventName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocEventNameType" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocEventOrganizations", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocEventOrganization" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocEventPeoples", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocEventPeople" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocEventPersons", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocEventPerson" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocEventPlaces", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocEventPlace" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocEventNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocDateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocDateGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocStructuredDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocDateType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocDateNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectHistoryNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipGroupList", + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwner" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipCategory" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipPriceCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipPriceAmount" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "owner", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "ownersPersonalExperience" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "ownersPersonalResponse" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "ownersReferences", + "children": { + "key": null, + "ref": null, + "props": { + "name": "ownersReference" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "ownersContributionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "viewer", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "viewersRole" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "viewersPersonalExperience" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "viewersPersonalResponse" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "viewersReferences", + "children": { + "key": null, + "ref": null, + "props": { + "name": "viewersReference" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "viewersContributionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "reference", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "reference" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "referenceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "locality", + "collapsible": true, + "collapsed": true, + "children": { + "type": "CompoundInput", + "key": null, + "ref": null, + "props": { + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonomicRange" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocCounty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocState" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocCountry" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocHigherGeography" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordinates" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vOtherCoords" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordSys" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "decimalLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "decimalLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geodeticDatum" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordUncertainty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordUncertaintyUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "depth", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "depthUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "elevation", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "elevationUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distanceAboveSurface", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distanceAboveSurfaceUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "localityNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "localitySource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "localitySourceDetail" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "georefDetail", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "pointRadiusSpatialFit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintWKT" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSRS" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSpatialFit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordPrecision" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoRefencedBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefProtocol" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefVerificationStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoRefRemarks" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefPlaceName" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + "tabular": false + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "inventory": { + "messages": { + "name": { + "id": "form.collectionobject.inventory.name", + "defaultMessage": "Inventory Template" + } + }, + "sortOrder": 1, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "id", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherNumberList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "otherNumber", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "numberValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatusList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatus" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "briefDescriptions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "briefDescription" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "title" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectNameGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLevel" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameSystem" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "desc", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "measuredPart" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dimension" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "value" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementUnit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "prod", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroup" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPerson" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganization" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + "disabled": true + }, + "mini": { + "disabled": true, + "messages": { + "name": { + "id": "form.collectionobject.mini.name", + "defaultMessage": "Mini Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list", + "showChildren": false, + "showSiblings": false + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "0", + "repeating": false, + "subpath": [ + "ns2:collectionobjects_common", + "briefDescriptions", + "briefDescription" + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "photo": { + "messages": { + "name": { + "id": "form.collectionobject.photo.name", + "defaultMessage": "Photograph Template" + } + }, + "sortOrder": 2, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "id", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberOfObjects" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartment" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "collection" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "namedCollections", + "children": { + "key": null, + "ref": null, + "props": { + "name": "namedCollection" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "briefDescriptions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "briefDescription" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distinguishingFeatures" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "title" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectNameGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLevel" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameSystem" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "desc", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "copyNumber" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "editionNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "colors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "color" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "materialGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "material" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponentNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialSource" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "physicalDescription" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "technicalAttributeGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "technicalAttributeGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "technicalAttribute" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "technicalAttributeMeasurement" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "technicalAttributeMeasurementUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "measuredPart" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dimension" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "value" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementUnit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "content", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentDescription" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentLanguages", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentLanguage" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentActivities", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentActivity" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentConcepts", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentConcept" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentPositions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentPosition" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentObjectGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentObjectGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentObject" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentObjectType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentPeoples", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentPeople" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentPersons", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentPerson" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentPlaces", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentPlace" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentScripts", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentScript" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentOrganizations", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentOrganization" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentEventNameGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentEventNameGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentEventName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentEventNameType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentOtherGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentOtherGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentOther" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentOtherType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "prod", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroup" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "techniqueGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "techniqueGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "technique" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "techniqueType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPerson" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganization" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "reference", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "reference" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "referenceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + "disabled": true + }, + "archeology-parent": { + "messages": { + "name": { + "id": "form.collectionobject.archeology.name", + "defaultMessage": "Archaeology Parent Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "id", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberOfObjects" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherNumberList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "otherNumber", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "numberValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartment" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "collection" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "namedCollections", + "children": { + "key": null, + "ref": null, + "props": { + "name": "namedCollection" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "descriptionLevel", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "recordStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "briefDescriptions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "briefDescription" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "computedCurrentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publishToList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "publishTo" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatusList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatus" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "comments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "comment" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocPeople" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "type": "div", + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroupList", + "subpath": "ns2:collectionobjects_annotation", + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroup", + "tabular": false, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "annotationAuthor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationNote", + "multiline": true + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "materialGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "material" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponentNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialSource" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "title" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "collect", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "oaiSiteGroupList", + "subpath": "ns2:collectionobjects_ohc", + "children": { + "key": null, + "ref": null, + "props": { + "name": "oaiSiteGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "oaiCollectionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "oaiLocVerbatim" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim", + "subpath": "ns2:collectionobjects_anthro" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSources", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSource" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollector" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldColEventNames", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldColEventName" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionFeature" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "prod", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroup" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "namedTimePeriods", + "subpath": "ns2:collectionobjects_ohc", + "children": { + "key": null, + "ref": null, + "props": { + "name": "namedTimePeriod" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeople" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPerson" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganization" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraCompliance", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraInventoryNames", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraInventoryName" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraCategories", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraCategory" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "graveAssocCodes", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "graveAssocCode" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "repatriationNotes", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "repatriationNote" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraCulturalDeterminations", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraCulturalDetermination" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermGroupList", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermCulture" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledGroupList", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiled" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledWith" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "culturalCare", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "culturalCareNotes", + "subpath": "ns2:collectionobjects_culturalcare", + "children": { + "key": null, + "ref": null, + "props": { + "name": "culturalCareNote" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "accessLimitationsGroupList", + "subpath": "ns2:collectionobjects_culturalcare", + "children": { + "key": null, + "ref": null, + "props": { + "name": "accessLimitationsGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "limitationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "limitationLevel" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "limitationDetails" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requester" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requestOnBehalfOf" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requestDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "desc", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "content", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentConcepts", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentConcept" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentDateGroup" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hist", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectHistoryNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipGroupList", + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwner" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipCategory" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "locality", + "collapsible": true, + "collapsed": true, + "children": { + "type": "CompoundInput", + "key": null, + "ref": null, + "props": { + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonomicRange" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocCounty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocState" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocCountry" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocHigherGeography" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordinates" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vOtherCoords" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordSys" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "decimalLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "decimalLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geodeticDatum" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordUncertainty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordUncertaintyUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "depth", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "depthUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "elevation", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "elevationUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distanceAboveSurface", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distanceAboveSurfaceUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "localityNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "localitySource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "localitySourceDetail" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "georefDetail", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "pointRadiusSpatialFit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintWKT" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSRS" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSpatialFit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordPrecision" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoRefencedBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefProtocol" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefVerificationStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoRefRemarks" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefPlaceName" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + "tabular": false + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "reference", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "reference" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "referenceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "archeology-child": { + "messages": { + "name": { + "id": "form.collectionobject.archeology.name", + "defaultMessage": "Archaeology Child Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "id", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberOfObjects" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherNumberList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "otherNumber", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "numberValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartment" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "collection" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "namedCollections", + "children": { + "key": null, + "ref": null, + "props": { + "name": "namedCollection" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "descriptionLevel", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "recordStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "briefDescriptions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "briefDescription" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "computedCurrentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publishToList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "publishTo" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatusList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatus" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "comments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "comment" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectNameGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLevel" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "assocPeople" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "assocPeopleNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "type": "div", + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroupList", + "subpath": "ns2:collectionobjects_annotation", + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroup", + "tabular": false, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "annotationAuthor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationNote", + "multiline": true + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "measuredPart" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dimension" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "value" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementUnit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "materialGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "material" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponentNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialSource" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "collect", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "oaiSiteGroupList", + "subpath": "ns2:collectionobjects_ohc", + "children": { + "key": null, + "ref": null, + "props": { + "name": "oaiSiteGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "oaiCollectionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "oaiLocVerbatim" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim", + "subpath": "ns2:collectionobjects_anthro" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSources", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSource" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollector" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldColEventNames", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldColEventName" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionFeature" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "prod", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroup" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "namedTimePeriods", + "subpath": "ns2:collectionobjects_ohc", + "children": { + "key": null, + "ref": null, + "props": { + "name": "namedTimePeriod" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeople" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPerson" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganization" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraCompliance", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraInventoryNames", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraInventoryName" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraCategories", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraCategory" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "graveAssocCodes", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "graveAssocCode" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "repatriationNotes", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "repatriationNote" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraCulturalDeterminations", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraCulturalDetermination" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermGroupList", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermCulture" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraDetermNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledGroupList", + "subpath": "ns2:collectionobjects_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiled" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledWith" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraReportFiledNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "culturalCare", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "culturalCareNotes", + "subpath": "ns2:collectionobjects_culturalcare", + "children": { + "key": null, + "ref": null, + "props": { + "name": "culturalCareNote" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "accessLimitationsGroupList", + "subpath": "ns2:collectionobjects_culturalcare", + "children": { + "key": null, + "ref": null, + "props": { + "name": "accessLimitationsGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "limitationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "limitationLevel" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "limitationDetails" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requester" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requestOnBehalfOf" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "requestDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "desc", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "colors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "color" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "content", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contentConcepts", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentConcept" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contentDateGroup" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "bio", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "sex" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "phase" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "majorTaxon", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "age", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "ageQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "age" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "ageUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonomicIdentGroupList", + "subpath": "ns2:collectionobjects_naturalhistory_extension", + "children": { + "key": null, + "ref": null, + "props": { + "name": "taxonomicIdentGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxonName", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxon" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "qualifier" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonIdent", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "identBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "identDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "institution" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "identKind" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "notes" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hist", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectHistoryNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipGroupList", + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwner" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipCategory" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "locality", + "collapsible": true, + "collapsed": true, + "children": { + "type": "CompoundInput", + "key": null, + "ref": null, + "props": { + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonomicRange" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocCounty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocState" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocCountry" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocHigherGeography" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordinates" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vOtherCoords" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordSys" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "decimalLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "decimalLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geodeticDatum" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordUncertainty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordUncertaintyUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "depth", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "depthUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "elevation", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "elevationUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distanceAboveSurface", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distanceAboveSurfaceUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "localityNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "localitySource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "localitySourceDetail" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "georefDetail", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "pointRadiusSpatialFit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintWKT" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSRS" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSpatialFit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordPrecision" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoRefencedBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefProtocol" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefVerificationStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoRefRemarks" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefPlaceName" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + "tabular": false + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "reference", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "reference" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "referenceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "prog-archeology": { + "messages": { + "name": { + "id": "form.collectionobject.archeology.name", + "defaultMessage": "Archaeology Programming Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "id", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberOfObjects" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherNumberList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "otherNumber", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "numberValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartment" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "descriptionLevel", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "recordStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "briefDescriptions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "briefDescription" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "computedCurrentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publishToList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "publishTo" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatusList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatus" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectNameGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLevel" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "type": "div", + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroupList", + "subpath": "ns2:collectionobjects_annotation", + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroup", + "tabular": false, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "annotationAuthor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationNote", + "multiline": true + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "measuredPart" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dimension" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "value" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementUnit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "materialGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "material" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponentNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialSource" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "usageGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "usageGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "usage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "usageNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "collect", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroupList", + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldLocPlace" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollector" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNote" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "history": { + "messages": { + "name": { + "id": "form.collectionobject.history.name", + "defaultMessage": "History Core Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "id", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberOfObjects" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherNumberList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "otherNumber", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "numberValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartment" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "collection" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "namedCollections", + "children": { + "key": null, + "ref": null, + "props": { + "name": "namedCollection" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "descriptionLevel", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "recordStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "briefDescriptions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "briefDescription" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "computedCurrentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publishToList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "publishTo" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatusList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatus" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "comments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "comment" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectNameGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLevel" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "type": "div", + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroupList", + "subpath": "ns2:collectionobjects_annotation", + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroup", + "tabular": false, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "annotationAuthor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationNote", + "multiline": true + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "measuredPart" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dimension" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "value" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementUnit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "materialGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "material" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponentNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialSource" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "title" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "prod", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroup" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionReasons", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionReason" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeople" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPerson" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganization" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "desc", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "colors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "color" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "apparelSizes", + "subpath": "ns2:collectionobjects_ohc", + "children": { + "key": null, + "ref": null, + "props": { + "name": "apparelSize" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "physicalDescription" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "content", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentConcepts", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentConcept" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentDateGroup" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hist", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectHistoryNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipGroupList", + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwner" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipCategory" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "reference", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "reference" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "referenceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "prog-history": { + "messages": { + "name": { + "id": "form.collectionobject.history.name", + "defaultMessage": "History Programming Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "id", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberOfObjects" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherNumberList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "otherNumber", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "numberValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartment" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "descriptionLevel", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "recordStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "briefDescriptions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "briefDescription" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "computedCurrentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publishToList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "publishTo" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatusList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatus" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectNameGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLevel" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectNameNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "type": "div", + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroupList", + "subpath": "ns2:collectionobjects_annotation", + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroup", + "tabular": false, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "annotationAuthor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationNote", + "multiline": true + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "measuredPart" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dimension" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "value" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementUnit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "materialGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "material" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialComponentNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "materialSource" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "title" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "titleTranslationLanguage" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "usageGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "usageGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "usage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "usageNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "prod", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionDateGroup" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPlaceRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeople" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPeopleRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPerson" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganization" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hist", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectHistoryNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipGroupList", + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwner" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipCategory" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "anthroOwnershipNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "naturalhistory": { + "messages": { + "name": { + "id": "form.collectionobject.naturalhistory.name", + "defaultMessage": "Natural History Core Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "desc", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "forms", + "children": { + "key": null, + "ref": null, + "props": { + "name": "form" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "bio", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "sex" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "phase" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "majorTaxon", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "age", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "ageQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "age" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "ageUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonomicIdentGroupList", + "subpath": "ns2:collectionobjects_naturalhistory_extension", + "children": { + "key": null, + "ref": null, + "props": { + "name": "taxonomicIdentGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxonName", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxon" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "qualifier" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonIdent", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "identBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "identDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "institution" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "identKind" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "notes" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "content", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "contentDateGroup" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "id", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberOfObjects" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherNumberList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "otherNumber", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "numberValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartment" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "collection" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "namedCollections", + "children": { + "key": null, + "ref": null, + "props": { + "name": "namedCollection" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "descriptionLevel", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "recordStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "briefDescriptions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "briefDescription" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "computedCurrentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publishToList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "publishTo" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatusList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatus" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "comments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "comment" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "type": "div", + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroupList", + "subpath": "ns2:collectionobjects_annotation", + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroup", + "tabular": false, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "annotationAuthor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationNote", + "multiline": true + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "measuredPart" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dimension" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "value" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementUnit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "collect", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim", + "subpath": "ns2:collectionobjects_anthro" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSources", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSource" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollector" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldColEventNames", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldColEventName" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionFeature" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "prod", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPerson" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionPersonRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganization" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectProductionOrganizationRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "locality", + "collapsible": true, + "collapsed": true, + "children": { + "type": "CompoundInput", + "key": null, + "ref": null, + "props": { + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonomicRange" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocCounty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocState" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocCountry" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldLocHigherGeography" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordinates" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vOtherCoords" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordSys" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "decimalLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "decimalLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geodeticDatum" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordUncertainty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordUncertaintyUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "depth", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "depthUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "elevation", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "elevationUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distanceAboveSurface", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "distanceAboveSurfaceUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "localityNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "localitySource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "localitySourceDetail" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "georefDetail", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "pointRadiusSpatialFit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintWKT" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSRS" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSpatialFit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordPrecision" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoRefencedBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefProtocol" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefVerificationStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoRefRemarks" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefPlaceName" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + "tabular": false + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "reference", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "referenceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "reference" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "referenceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "prog-naturalhistory": { + "messages": { + "name": { + "id": "form.collectionobject.naturalhistory.name", + "defaultMessage": "Natural History Programming Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "desc", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "forms", + "children": { + "key": null, + "ref": null, + "props": { + "name": "form" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "bio", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "sex" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "phase" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "majorTaxon", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "age", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "ageQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "age" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "ageUnit" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonomicIdentGroupList", + "subpath": "ns2:collectionobjects_naturalhistory_extension", + "children": { + "key": null, + "ref": null, + "props": { + "name": "taxonomicIdentGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxonName", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxon" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "qualifier" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonIdent", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "identBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "identDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "institution" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "identKind" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "notes" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "id", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberOfObjects" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherNumberList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "otherNumber", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "numberValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartments", + "children": { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartment" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "descriptionLevel", + "subpath": "ns2:collectionobjects_ohc" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "recordStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "briefDescriptions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "briefDescription" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "computedCurrentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publishToList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "publishTo" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatusList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "inventoryStatus" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "type": "div", + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroupList", + "subpath": "ns2:collectionobjects_annotation", + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationGroup", + "tabular": false, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "annotationAuthor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "annotationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "annotationNote", + "multiline": true + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "measuredPart" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dimension" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "value" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementUnit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "usageGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "usageGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "usage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "usageNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "collect", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroupList", + "subpath": "ns2:collectionobjects_anthro", + "children": { + "key": null, + "ref": null, + "props": { + "name": "localityGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldLocVerbatim" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldLocPlace" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollector" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNote" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "collectionobject" + }, + "concept": { + "messages": { + "record": { + "name": { + "id": "record.concept.name", + "defaultMessage": "Concept" + }, + "collectionName": { + "id": "record.concept.collectionName", + "defaultMessage": "Concepts" + } + }, + "panel": { + "info": { + "id": "panel.concept.info", + "defaultMessage": "Concept Information" + }, + "hierarchy": { + "id": "panel.concept.hierarchy", + "defaultMessage": "Hierarchy" + } + }, + "inputTable": { + "termSource": { + "id": "inputTable.concept.termSource", + "defaultMessage": "Source" + }, + "scopeNote": { + "id": "inputTable.concept.scopeNote", + "defaultMessage": "Scope note" + } + } + }, + "serviceConfig": { + "serviceName": "Concepts", + "servicePath": "conceptauthorities", + "serviceType": "authority", + "objectName": "Conceptitem", + "documentName": "concepts" + }, + "vocabularies": { + "all": { + "messages": { + "name": { + "id": "vocab.concept.all.name", + "defaultMessage": "All" + }, + "collectionName": { + "id": "vocab.concept.all.collectionName", + "defaultMessage": "All Concepts" + }, + "itemName": { + "id": "vocab.concept.all.itemName", + "defaultMessage": "Concept" + } + }, + "serviceConfig": { + "servicePath": "_ALL_" + }, + "type": "all", + "name": "all" + }, + "associated": { + "messages": { + "name": { + "id": "vocab.concept.associated.name", + "defaultMessage": "Associated" + }, + "collectionName": { + "id": "vocab.concept.associated.collectionName", + "defaultMessage": "Associated Concepts" + }, + "itemName": { + "id": "vocab.concept.associated.itemName", + "defaultMessage": "Associated Concept" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(concept)" + }, + "name": "associated" + }, + "activity": { + "messages": { + "name": { + "id": "vocab.concept.activity.name", + "defaultMessage": "Activity" + }, + "collectionName": { + "id": "vocab.concept.activity.collectionName", + "defaultMessage": "Activity Concepts" + }, + "itemName": { + "id": "vocab.concept.activity.itemName", + "defaultMessage": "Activity Concept" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(activity)" + }, + "name": "activity" + }, + "material": { + "messages": { + "name": { + "id": "vocab.concept.material.name", + "defaultMessage": "Material" + }, + "collectionName": { + "id": "vocab.concept.material.collectionName", + "defaultMessage": "Material Concepts" + }, + "itemName": { + "id": "vocab.concept.material.itemName", + "defaultMessage": "Material Concept" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(material_ca)" + }, + "name": "material" + }, + "nomenclature": { + "messages": { + "name": { + "id": "vocab.concept.nomenclature.name", + "defaultMessage": "Nomenclature" + }, + "collectionName": { + "id": "vocab.concept.nomenclature.collectionName", + "defaultMessage": "Nomenclature Concepts" + }, + "itemName": { + "id": "vocab.concept.nomenclature.itemName", + "defaultMessage": "Nomenclature" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(nomenclature)" + }, + "name": "nomenclature" + }, + "occasion": { + "messages": { + "name": { + "id": "vocab.concept.occasion.name", + "defaultMessage": "Occasion" + }, + "collectionName": { + "id": "vocab.concept.occasion.collectionName", + "defaultMessage": "Occasion Concepts" + }, + "itemName": { + "id": "vocab.concept.occasion.itemName", + "defaultMessage": "Occasion Concept" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(occasion)" + }, + "name": "occasion" + }, + "archculture": { + "messages": { + "name": { + "id": "vocab.concept.archculture.name", + "defaultMessage": "Archaeological Culture" + }, + "collectionName": { + "id": "vocab.concept.archculture.collectionName", + "defaultMessage": "Archaeological Cultures" + }, + "itemName": { + "id": "vocab.concept.archculture.itemName", + "defaultMessage": "Archaeological Culture" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(archculture)" + }, + "name": "archculture" + }, + "ethculture": { + "messages": { + "name": { + "id": "vocab.concept.ethculture.name", + "defaultMessage": "Ethnographic Culture" + }, + "collectionName": { + "id": "vocab.concept.ethculture.collectionName", + "defaultMessage": "Ethnographic Cultures" + }, + "itemName": { + "id": "vocab.concept.ethculture.itemName", + "defaultMessage": "Ethnographic Culture" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(ethculture)" + }, + "name": "ethculture" + }, + "ethfilecode": { + "messages": { + "name": { + "id": "vocab.concept.ethfilecode.name", + "defaultMessage": "Ethnographic File Code" + }, + "collectionName": { + "id": "vocab.concept.ethfilecode.collectionName", + "defaultMessage": "Ethnographic File Codes" + }, + "itemName": { + "id": "vocab.concept.ethfilecode.itemName", + "defaultMessage": "Ethnographic File Code" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(ethfilecode)" + }, + "name": "ethfilecode" + } + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:concepts_common/conceptTermGroupList/conceptTermGroup/termDisplayName" + }, + { + "op": "cont", + "path": "ns2:concepts_common/conceptTermGroupList/conceptTermGroup/termName" + }, + { + "op": "eq", + "path": "ns2:concepts_common/conceptTermGroupList/conceptTermGroup/termStatus" + }, + { + "op": "eq", + "path": "ns2:concepts_common/conceptTermGroupList/conceptTermGroup/termFlag" + }, + { + "op": "eq", + "path": "ns2:concepts_common/conceptTermGroupList/conceptTermGroup/termLanguage" + }, + { + "op": "eq", + "path": "ns2:concepts_common/conceptRecordTypes/conceptRecordType" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "workflowState": { + "flexGrow": 0, + "flexShrink": 0, + "order": 10, + "width": 32 + }, + "termDisplayName": { + "messages": { + "label": { + "id": "column.concept.default.termDisplayName", + "defaultMessage": "Display name" + } + }, + "order": 20, + "sortBy": "concepts_common:conceptTermGroupList/0/termDisplayName", + "width": 250 + }, + "termStatus": { + "messages": { + "label": { + "id": "column.concept.default.termStatus", + "defaultMessage": "Term status" + } + }, + "order": 30, + "sortBy": "concepts_common:conceptTermGroupList/0/termStatus", + "width": 250 + }, + "vocabulary": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.concept.default.vocabulary", + "defaultMessage": "Vocabulary" + } + }, + "order": 40, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.concept.search.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 50, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:concepts_common" + } + } + }, + "rel:relations-common-list": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/relation" + } + }, + "relation-list-item": { + "[config]": { + "view": { + "type": "HierarchyInput", + "props": { + "messages": { + "parent": { + "id": "hierarchyInput.concept.parent", + "defaultMessage": "Broader concept" + }, + "children": { + "id": "hierarchyInput.concept.children", + "defaultMessage": "Narrower concepts" + }, + "siblings": { + "id": "hierarchyInput.concept.siblings", + "defaultMessage": "Adjacent concepts" + } + } + } + } + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:concepts_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:concepts_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/concept" + } + }, + "csid": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.csid.name", + "defaultMessage": "System CSID" + } + }, + "searchDisabled": true, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/concept" + } + } + } + }, + "inAuthority": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.inAuthority.name", + "defaultMessage": "System authority CSID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/concept" + } + } + } + }, + "refName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.refName.name", + "defaultMessage": "System ref name" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/concept" + } + } + } + }, + "shortIdentifier": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.shortIdentifier.name", + "defaultMessage": "System short ID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/concept" + } + } + } + }, + "conceptTermGroupList": { + "[config]": { + "messages": { + "required": { + "id": "field.concepts_common.conceptTermGroupList.required", + "defaultMessage": "At least one term display name is required. Please enter a value." + } + }, + "required": true, + "view": { + "type": "CompoundInput" + } + }, + "conceptTermGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.concepts_common.conceptTermGroup.name", + "defaultMessage": "Term" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "termDisplayName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.termDisplayName.fullName", + "defaultMessage": "Term display name" + }, + "name": { + "id": "field.concepts_common.termDisplayName.name", + "defaultMessage": "Display name" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "termName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.termName.fullName", + "defaultMessage": "Term name" + }, + "name": { + "id": "field.concepts_common.termName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.termType.fullName", + "defaultMessage": "Term type" + }, + "name": { + "id": "field.concepts_common.termType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "conceptTermTypes" + } + } + } + }, + "termFlag": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.termFlag.fullName", + "defaultMessage": "Term flag" + }, + "name": { + "id": "field.concepts_common.termFlag.name", + "defaultMessage": "Flag" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "concepttermflag" + } + } + } + }, + "historicalStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.historicalStatus.fullName", + "defaultMessage": "Term historical status" + }, + "name": { + "id": "field.concepts_common.historicalStatus.name", + "defaultMessage": "Historical status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "conceptHistoricalStatuses" + } + } + } + }, + "termStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.termStatus.fullName", + "defaultMessage": "Term status" + }, + "name": { + "id": "field.concepts_common.termStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "conceptTermStatuses" + } + } + } + }, + "termQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.termQualifier.fullName", + "defaultMessage": "Term qualifier" + }, + "name": { + "id": "field.concepts_common.termQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.termLanguage.fullName", + "defaultMessage": "Term language" + }, + "name": { + "id": "field.concepts_common.termLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "termPrefForLang": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.concepts_common.termPrefForLang.fullName", + "defaultMessage": "Term preferred for lang" + }, + "name": { + "id": "field.concepts_common.termPrefForLang.name", + "defaultMessage": "Preferred for lang" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "termSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.termSource.fullName", + "defaultMessage": "Term source name" + }, + "groupName": { + "id": "field.concepts_common.termSource.groupName", + "defaultMessage": "Source name" + }, + "name": { + "id": "field.concepts_common.termSource.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/shared,citation/worldcat" + } + } + } + }, + "termSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.termSourceDetail.fullName", + "defaultMessage": "Term source detail" + }, + "groupName": { + "id": "field.concepts_common.termSourceDetail.groupName", + "defaultMessage": "Source detail" + }, + "name": { + "id": "field.concepts_common.termSourceDetail.name", + "defaultMessage": "Detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceID": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.termSourceID.fullName", + "defaultMessage": "Term source ID" + }, + "groupName": { + "id": "field.concepts_common.termSourceID.groupName", + "defaultMessage": "Source ID" + }, + "name": { + "id": "field.concepts_common.termSourceID.name", + "defaultMessage": "ID" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.termSourceNote.fullName", + "defaultMessage": "Term source note" + }, + "groupName": { + "id": "field.concepts_common.termSourceNote.groupName", + "defaultMessage": "Source note" + }, + "name": { + "id": "field.concepts_common.termSourceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "conceptRecordTypes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "conceptRecordType": { + "[config]": { + "messages": { + "name": { + "id": "field.concepts_common.conceptRecordType.name", + "defaultMessage": "Concept type" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "concepttype" + } + } + } + } + }, + "scopeNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.scopeNote.fullName", + "defaultMessage": "Scope note" + }, + "name": { + "id": "field.concepts_common.scopeNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "scopeNoteSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.scopeNoteSource.fullName", + "defaultMessage": "Scope note source" + }, + "name": { + "id": "field.concepts_common.scopeNoteSource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "scopeNoteSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.scopeNoteSourceDetail.fullName", + "defaultMessage": "Scope note source detail" + }, + "name": { + "id": "field.concepts_common.scopeNoteSourceDetail.name", + "defaultMessage": "Source detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "citationGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "citationGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.concepts_common.citationGroup.name", + "defaultMessage": "Citation" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "citationSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.citationSource.fullName", + "defaultMessage": "Citation source" + }, + "name": { + "id": "field.concepts_common.citationSource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "citationSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.citationSourceDetail.fullName", + "defaultMessage": "Citation source detail" + }, + "name": { + "id": "field.concepts_common.citationSourceDetail.name", + "defaultMessage": "Source detail" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "additionalSourceGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "additionalSourceGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.concepts_common.additionalSourceGroup.name", + "defaultMessage": "Additional source" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "additionalSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.additionalSource.fullName", + "defaultMessage": "Additional source" + }, + "name": { + "id": "field.concepts_common.additionalSource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "additionalSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.additionalSourceDetail.fullName", + "defaultMessage": "Additional source detail" + }, + "name": { + "id": "field.concepts_common.additionalSourceDetail.name", + "defaultMessage": "Detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "additionalSourceID": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.additionalSourceID.fullName", + "defaultMessage": "Additional source ID" + }, + "name": { + "id": "field.concepts_common.additionalSourceID.name", + "defaultMessage": "ID" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "additionalSourceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.concepts_common.additionalSourceNote.fullName", + "defaultMessage": "Additional source note" + }, + "name": { + "id": "field.concepts_common.additionalSourceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.concept.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "conceptTermGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conceptTermGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termDisplayName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termFlag" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "historicalStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termPrefForLang" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSource", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceDetail" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceID" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "conceptRecordTypes", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conceptRecordType" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "scopeNote", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "scopeNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "scopeNoteSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "scopeNoteSourceDetail" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "citationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "citationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "citationSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "citationSourceDetail" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "additionalSourceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "additionalSourceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "additionalSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "additionalSourceDetail" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "additionalSourceID" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "additionalSourceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "mini": { + "disabled": true, + "messages": { + "name": { + "id": "form.concept.mini.name", + "defaultMessage": "Mini Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list", + "showChildren": false, + "showSiblings": false + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "0", + "repeating": false, + "subpath": [ + "ns2:concepts_common", + "conceptRecordTypes", + "conceptRecordType" + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "concept" + }, + "conditioncheck": { + "messages": { + "record": { + "name": { + "id": "record.conditioncheck.name", + "defaultMessage": "Condition Check" + }, + "collectionName": { + "id": "record.conditioncheck.collectionName", + "defaultMessage": "Condition Checks" + } + }, + "panel": { + "conditionCheckAndTechAssessmentInfo": { + "id": "panel.conditioncheck.conditionCheckAndTechAssessmentInfo", + "defaultMessage": "Condition Check/Technical Assessment Information" + }, + "objectConditionAndTechAssessmentInfo": { + "id": "panel.conditioncheck.objectConditionAndTechAssessmentInfo", + "defaultMessage": "Object Condition Information" + }, + "objectRequirementInfo": { + "id": "panel.conditioncheck.objectRequirementInfo", + "defaultMessage": "Object Recommendation/Requirement Information" + } + } + }, + "serviceConfig": { + "serviceName": "Conditionchecks", + "servicePath": "conditionchecks", + "serviceType": "procedure", + "objectName": "Conditioncheck", + "documentName": "conditionchecks" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:conditionchecks_common/conditionCheckRefNumber" + }, + { + "op": "range", + "path": "ns2:conditionchecks_common/conditionCheckAssessmentDate" + }, + { + "op": "eq", + "path": "ns2:conditionchecks_common/objectAuditCategory" + }, + { + "op": "eq", + "path": "ns2:conditionchecks_common/conservationTreatmentPriority" + }, + { + "op": "range", + "path": "ns2:conditionchecks_common/nextConditionCheckDate" + }, + { + "op": "eq", + "path": "ns2:conditionchecks_common/conditionCheckGroupList/conditionCheckGroup/condition" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "conditionCheckRefNumber": { + "messages": { + "label": { + "id": "column.conditioncheck.default.conditionCheckRefNumber", + "defaultMessage": "Reference number" + } + }, + "order": 10, + "sortBy": "conditionchecks_common:conditionCheckRefNumber", + "width": 200 + }, + "condition": { + "messages": { + "label": { + "id": "column.conditioncheck.default.condition", + "defaultMessage": "Condition" + } + }, + "order": 20, + "sortBy": "conditionchecks_common:conditionCheckGroupList/0/condition", + "width": 450 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.conditioncheck.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:conditionchecks_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:conditionchecks_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:conditionchecks_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/conditioncheck" + } + }, + "objectAuditCategory": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.objectAuditCategory.name", + "defaultMessage": "Object audit category" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "objectAuditCategories" + } + } + } + }, + "completenessGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "completenessGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.completenessGroup.name", + "defaultMessage": "Completeness" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "completeness": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conditionchecks_common.completeness.fullName", + "defaultMessage": "Completeness description" + }, + "name": { + "id": "field.conditionchecks_common.completeness.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "completenessLevels" + } + } + } + }, + "completenessDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conditionchecks_common.completenessDate.fullName", + "defaultMessage": "Completeness date" + }, + "name": { + "id": "field.conditionchecks_common.completenessDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "completenessNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conditionchecks_common.completenessNote.fullName", + "defaultMessage": "Completeness note" + }, + "name": { + "id": "field.conditionchecks_common.completenessNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "conditionCheckGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "conditionCheckGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.conditionCheckGroup.name", + "defaultMessage": "Condition" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "condition": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conditionchecks_common.condition.fullName", + "defaultMessage": "Condition description" + }, + "name": { + "id": "field.conditionchecks_common.condition.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "conditions" + } + } + } + }, + "conditionDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conditionchecks_common.conditionDate.fullName", + "defaultMessage": "Condition date" + }, + "name": { + "id": "field.conditionchecks_common.conditionDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "conditionNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conditionchecks_common.conditionNote.fullName", + "defaultMessage": "Condition note" + }, + "name": { + "id": "field.conditionchecks_common.conditionNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "conservationTreatmentPriority": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.conservationTreatmentPriority.name", + "defaultMessage": "Conservation treatment priority" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "conservationTreatmentPriorities" + } + } + } + }, + "envConditionNoteGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "envConditionNoteGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.envConditionNoteGroup.name", + "defaultMessage": "Environmental condition" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "envConditionNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conditionchecks_common.envConditionNote.fullName", + "defaultMessage": "Environmental condition note" + }, + "name": { + "id": "field.conditionchecks_common.envConditionNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "envConditionNoteDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conditionchecks_common.envConditionNoteDate.fullName", + "defaultMessage": "Environmental condition date" + }, + "name": { + "id": "field.conditionchecks_common.envConditionNoteDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + }, + "nextConditionCheckDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.conditionchecks_common.nextConditionCheckDate.name", + "defaultMessage": "Next check/assessment date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "techAssessmentGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "techAssessmentGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.techAssessmentGroup.name", + "defaultMessage": "Technical assessment" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "techAssessment": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conditionchecks_common.techAssessment.fullName", + "defaultMessage": "Technical assessment description" + }, + "name": { + "id": "field.conditionchecks_common.techAssessment.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "techAssessmentDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conditionchecks_common.techAssessmentDate.fullName", + "defaultMessage": "Technical assessment date" + }, + "name": { + "id": "field.conditionchecks_common.techAssessmentDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + }, + "hazardGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "hazardGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.hazardGroup.name", + "defaultMessage": "Hazard" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "hazard": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conditionchecks_common.hazard.fullName", + "defaultMessage": "Hazard description" + }, + "name": { + "id": "field.conditionchecks_common.hazard.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "hazards" + } + } + } + }, + "hazardDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conditionchecks_common.hazardDate.fullName", + "defaultMessage": "Hazard date" + }, + "name": { + "id": "field.conditionchecks_common.hazardDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "hazardNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conditionchecks_common.hazardNote.fullName", + "defaultMessage": "Hazard note" + }, + "name": { + "id": "field.conditionchecks_common.hazardNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "conditionCheckAssessmentDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.conditionchecks_common.conditionCheckAssessmentDate.name", + "defaultMessage": "Check/assessment date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "conditionCheckMethod": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.conditionCheckMethod.name", + "defaultMessage": "Method" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "conditionCheckMethods" + } + } + } + }, + "conditionCheckNote": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.conditionCheckNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "conditionCheckReason": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.conditionCheckReason.name", + "defaultMessage": "Reason" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "conditionCheckReasons" + } + } + } + }, + "conditionCheckRefNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.conditionchecks_common.conditionCheckRefNumber.inUse", + "defaultMessage": "The reference number {value} is in use by another record." + }, + "name": { + "id": "field.conditionchecks_common.conditionCheckRefNumber.name", + "defaultMessage": "Reference number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "conditioncheck" + } + } + } + }, + "conditionChecker": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.conditionChecker.name", + "defaultMessage": "Checker/assessor" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "displayRecommendations": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.displayRecommendations.name", + "defaultMessage": "Display recommendation" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "envRecommendations": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.envRecommendations.name", + "defaultMessage": "Environmental recommendation" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "handlingRecommendations": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.handlingRecommendations.name", + "defaultMessage": "Handling recommendation" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "packingRecommendations": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.packingRecommendations.name", + "defaultMessage": "Packing recommendation" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "securityRecommendations": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.securityRecommendations.name", + "defaultMessage": "Security recommendation" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "specialRequirements": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.specialRequirements.name", + "defaultMessage": "Special requirement" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "storageRequirements": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.storageRequirements.name", + "defaultMessage": "Storage recommendation" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "legalRequirements": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.legalRequirements.name", + "defaultMessage": "Legal requirement" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "salvagePriorityCodeGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "salvagePriorityCodeGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.salvagePriorityCodeGroup.name", + "defaultMessage": "Salvage priority" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "salvagePriorityCode": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conditionchecks_common.salvagePriorityCode.fullName", + "defaultMessage": "Salvage priority code" + }, + "name": { + "id": "field.conditionchecks_common.salvagePriorityCode.name", + "defaultMessage": "Code" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "salvagePriorityCodes" + } + } + } + }, + "salvagePriorityCodeDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conditionchecks_common.salvagePriorityCodeDate.fullName", + "defaultMessage": "Salvage priority date" + }, + "name": { + "id": "field.conditionchecks_common.salvagePriorityCodeDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + }, + "legalReqsHeldGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "legalReqsHeldGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.conditionchecks_common.legalReqsHeldGroup.name", + "defaultMessage": "Legal/license requirement held" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "legalReqsHeld": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conditionchecks_common.legalReqsHeld.fullName", + "defaultMessage": "Legal/license requirement held description" + }, + "name": { + "id": "field.conditionchecks_common.legalReqsHeld.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "legalReqsHeldBeginDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conditionchecks_common.legalReqsHeldBeginDate.fullName", + "defaultMessage": "Legal/license requirement held begin date" + }, + "name": { + "id": "field.conditionchecks_common.legalReqsHeldBeginDate.name", + "defaultMessage": "Begin date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "legalReqsHeldEndDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conditionchecks_common.legalReqsHeldEndDate.fullName", + "defaultMessage": "Legal/license requirement held end date" + }, + "name": { + "id": "field.conditionchecks_common.legalReqsHeldEndDate.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "legalReqsHeldNumber": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conditionchecks_common.legalReqsHeldNumber.fullName", + "defaultMessage": "Legal/license requirement held number" + }, + "name": { + "id": "field.conditionchecks_common.legalReqsHeldNumber.name", + "defaultMessage": "Number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "legalReqsHeldRenewDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conditionchecks_common.legalReqsHeldRenewDate.fullName", + "defaultMessage": "Legal/license requirement held renewal date" + }, + "name": { + "id": "field.conditionchecks_common.legalReqsHeldRenewDate.name", + "defaultMessage": "Renewal date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.conditioncheck.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckAndTechAssessmentInfo", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckRefNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckAssessmentDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckMethod" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckReason" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionChecker" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectConditionAndTechAssessmentInfo", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectAuditCategory" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conservationTreatmentPriority" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nextConditionCheckDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "completenessGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "completenessGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "completeness" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "completenessDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "completenessNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hazardGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "hazardGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "hazard" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hazardDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hazardNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "techAssessmentGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "techAssessmentGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "techAssessment" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "techAssessmentDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "condition" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "envConditionNoteGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "envConditionNoteGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "envConditionNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "envConditionNoteDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectRequirementInfo", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "displayRecommendations" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "handlingRecommendations" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "securityRecommendations" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "storageRequirements" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "envRecommendations" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "packingRecommendations" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "specialRequirements" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "legalRequirements" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "legalReqsHeldGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "legalReqsHeldGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "legalReqsHeld" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "legalReqsHeldBeginDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "legalReqsHeldEndDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "legalReqsHeldNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "legalReqsHeldRenewDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "salvagePriorityCodeGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "salvagePriorityCodeGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "salvagePriorityCode" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "salvagePriorityCodeDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "conditioncheck" + }, + "conservation": { + "messages": { + "record": { + "name": { + "id": "record.conservation.name", + "defaultMessage": "Conservation" + }, + "collectionName": { + "id": "record.conservation.collectionName", + "defaultMessage": "Conservation Treatments" + } + }, + "panel": { + "info": { + "id": "panel.conservation.info", + "defaultMessage": "Conservation Treatment Information" + }, + "objectAnalysisInfo": { + "id": "panel.conservation.objectAnalysisInfo", + "defaultMessage": "Object Analysis Information" + } + } + }, + "serviceConfig": { + "serviceName": "Conservation", + "servicePath": "conservation", + "serviceType": "procedure", + "objectName": "Conservation", + "documentName": "conservation" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:conservation_common/conservationNumber" + }, + { + "op": "eq", + "path": "ns2:conservation_common/conservationStatusGroupList/conservationStatusGroup/status" + }, + { + "op": "eq", + "path": "ns2:conservation_common/treatmentPurpose" + }, + { + "op": "eq", + "path": "ns2:conservation_common/conservators/conservator" + }, + { + "op": "eq", + "path": "ns2:conservation_common/approvedBy" + }, + { + "op": "range", + "path": "ns2:conservation_common/approvedDate" + }, + { + "op": "range", + "path": "ns2:conservation_common/treatmentStartDate" + }, + { + "op": "range", + "path": "ns2:conservation_common/treatmentEndDate" + }, + { + "op": "eq", + "path": "ns2:conservation_common/researcher" + }, + { + "op": "range", + "path": "ns2:conservation_common/proposedAnalysisDate" + }, + { + "op": "eq", + "path": "ns2:conservation_common/destAnalysisGroupList/destAnalysisGroup/sampleBy" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "conservationNumber": { + "messages": { + "label": { + "id": "column.conservation.default.conservationNumber", + "defaultMessage": "Reference number" + } + }, + "order": 10, + "sortBy": "conservation_common:conservationNumber", + "width": 250 + }, + "status": { + "messages": { + "label": { + "id": "column.conservation.default.status", + "defaultMessage": "Status" + } + }, + "order": 20, + "sortBy": "conservation_common:conservationStatusGroupList/0/status", + "width": 400 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.conservation.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:conservation_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:conservation_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:conservation_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/conservation" + } + }, + "conservationNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.conservation_common.conservationNumber.inUse", + "defaultMessage": "The reference number {value} is in use by another record." + }, + "name": { + "id": "field.conservation_common.conservationNumber.name", + "defaultMessage": "Reference number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "conservation" + } + } + } + }, + "conservationStatusGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "conservationStatusGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.conservationStatusGroup.name", + "defaultMessage": "Procedural status" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "status": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.status.fullName", + "defaultMessage": "Procedural status" + }, + "name": { + "id": "field.conservation_common.status.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "conservationstatus" + } + } + } + }, + "statusDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conservation_common.statusDate.fullName", + "defaultMessage": "Procedural status date" + }, + "name": { + "id": "field.conservation_common.statusDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + }, + "treatmentPurpose": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.treatmentPurpose.name", + "defaultMessage": "Treatment purpose" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "treatmentpurpose" + } + } + } + }, + "conservators": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "conservator": { + "[config]": { + "repeating": true, + "messages": { + "name": { + "id": "field.conservation_common.conservator.name", + "defaultMessage": "Conservator" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + } + }, + "otherPartyGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "otherPartyGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.otherPartyGroup.name", + "defaultMessage": "Other treatment party" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "otherParty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.otherParty.fullName", + "defaultMessage": "Other treatment party name" + }, + "name": { + "id": "field.conservation_common.otherParty.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "otherPartyRole": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.otherPartyRole.fullName", + "defaultMessage": "Other treatment party role" + }, + "name": { + "id": "field.conservation_common.otherPartyRole.name", + "defaultMessage": "Role" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "otherpartyrole" + } + } + } + }, + "otherPartyNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.otherPartyNote.fullName", + "defaultMessage": "Other treatment party note" + }, + "name": { + "id": "field.conservation_common.otherPartyNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "examinationGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "examinationGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.examinationGroup.name", + "defaultMessage": "Examination" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "examinationStaff": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.examinationStaff.fullName", + "defaultMessage": "Examination staff" + }, + "name": { + "id": "field.conservation_common.examinationStaff.name", + "defaultMessage": "Staff" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "examinationPhase": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.examinationPhase.fullName", + "defaultMessage": "Examination phase of treatment" + }, + "name": { + "id": "field.conservation_common.examinationPhase.name", + "defaultMessage": "Phase of treatment" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "examinationphase" + } + } + } + }, + "examinationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conservation_common.examinationDate.fullName", + "defaultMessage": "Examination date" + }, + "name": { + "id": "field.conservation_common.examinationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "examinationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.examinationNote.fullName", + "defaultMessage": "Examination note" + }, + "name": { + "id": "field.conservation_common.examinationNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + }, + "fabricationNote": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.fabricationNote.name", + "defaultMessage": "Fabrication note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "proposedTreatment": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.proposedTreatment.name", + "defaultMessage": "Proposed treatment" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "approvedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.approvedBy.name", + "defaultMessage": "Approved by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "approvedDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.conservation_common.approvedDate.name", + "defaultMessage": "Approval date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "treatmentStartDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.conservation_common.treatmentStartDate.name", + "defaultMessage": "Treatment start date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "treatmentEndDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.conservation_common.treatmentEndDate.name", + "defaultMessage": "Treatment end date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "treatmentSummary": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.treatmentSummary.name", + "defaultMessage": "Treatment summary" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "researcher": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.researcher.fullName", + "defaultMessage": "Analysis researcher" + }, + "name": { + "id": "field.conservation_common.researcher.name", + "defaultMessage": "Researcher" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "proposedAnalysis": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.proposedAnalysis.name", + "defaultMessage": "Proposed analysis" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "proposedAnalysisDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conservation_common.proposedAnalysisDate.fullName", + "defaultMessage": "Analysis proposal date" + }, + "name": { + "id": "field.conservation_common.proposedAnalysisDate.name", + "defaultMessage": "Proposal date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "destAnalysisGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "destAnalysisGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.destAnalysisGroup.name", + "defaultMessage": "Destructive analysis" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "destAnalysisApprovedDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conservation_common.destAnalysisApprovedDate.fullName", + "defaultMessage": "Destructive analysis approval date" + }, + "name": { + "id": "field.conservation_common.destAnalysisApprovedDate.name", + "defaultMessage": "Approval date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "destAnalysisApprovalNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.destAnalysisApprovalNote.fullName", + "defaultMessage": "Destructive analysis approval note" + }, + "name": { + "id": "field.conservation_common.destAnalysisApprovalNote.name", + "defaultMessage": "Approval note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "sampleBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.sampleBy.fullName", + "defaultMessage": "Destructive analysis sample taken by" + }, + "name": { + "id": "field.conservation_common.sampleBy.name", + "defaultMessage": "Sample taken by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "sampleDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.conservation_common.sampleDate.fullName", + "defaultMessage": "Destructive analysis sample date" + }, + "name": { + "id": "field.conservation_common.sampleDate.name", + "defaultMessage": "Sample date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "sampleDescription": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.sampleDescription.fullName", + "defaultMessage": "Destructive analysis sample description" + }, + "name": { + "id": "field.conservation_common.sampleDescription.name", + "defaultMessage": "Sample description" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "sampleReturned": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.conservation_common.sampleReturned.fullName", + "defaultMessage": "Destructive analysis sample returned" + }, + "name": { + "id": "field.conservation_common.sampleReturned.nadme", + "defaultMessage": "Sample returned" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "sampleReturnedLocation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.conservation_common.sampleReturnedLocation.fullName", + "defaultMessage": "Destructive analysis sample returned location" + }, + "name": { + "id": "field.conservation_common.sampleReturnedLocation.name", + "defaultMessage": "Sample returned location" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "analysisMethod": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.analysisMethod.name", + "defaultMessage": "Analytical methodology" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "analysisResults": { + "[config]": { + "messages": { + "name": { + "id": "field.conservation_common.analysisResults.name", + "defaultMessage": "Analytical result" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.conservation.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "conservationNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conservationStatusGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conservationStatusGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "status" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "statusDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "treatmentPurpose" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "conservators", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conservator" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherPartyGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "otherPartyGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "otherParty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherPartyRole" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "otherPartyNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "examinationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "examinationGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "examinationStaff" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "examinationPhase" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "examinationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "examinationNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fabricationNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "proposedTreatment" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "approvedBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvedDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "treatmentStartDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "treatmentEndDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "treatmentSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectAnalysisInfo", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "proposedAnalysis" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "researcher" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "proposedAnalysisDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "destAnalysisGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "destAnalysisGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "destAnalysisApprovedDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "destAnalysisApprovalNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "sampleBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "sampleDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "sampleDescription" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "sampleReturned" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "sampleReturnedLocation" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "analysisMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "analysisResults" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "conservation" + }, + "contact": { + "messages": { + "record": { + "name": { + "id": "record.contact.name", + "defaultMessage": "Contact" + }, + "collectionName": { + "id": "record.contact.collectionName", + "defaultMessage": "Contacts" + } + }, + "panel": { + "info": { + "id": "panel.contact.info", + "defaultMessage": "Contact Information" + } + } + }, + "serviceConfig": { + "serviceName": "Contacts", + "servicePath": "contacts", + "serviceType": "utility", + "objectName": "Contact", + "documentName": "contacts" + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:contacts_common" + } + } + }, + "ns2:contacts_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/contact" + } + }, + "emailGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "emailGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.emailGroup.name", + "defaultMessage": "Email" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "email": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.email.name", + "defaultMessage": "Address" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "emailType": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.emailType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "emailTypes" + } + } + } + } + } + }, + "telephoneNumberGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "telephoneNumberGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.telephoneNumberGroup.name", + "defaultMessage": "Phone" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "telephoneNumber": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.telephoneNumber.name", + "defaultMessage": "Number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "telephoneNumberType": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.telephoneNumberType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "telephoneNumberTypes" + } + } + } + } + } + }, + "faxNumberGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "faxNumberGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.faxNumberGroup.name", + "defaultMessage": "Fax" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "faxNumber": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.faxNumber.name", + "defaultMessage": "Number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "faxNumberType": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.faxNumberType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "faxNumberTypes" + } + } + } + } + } + }, + "webAddressGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "webAddressGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.webAddressGroup.name", + "defaultMessage": "Web site" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "webAddress": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.webAddress.name", + "defaultMessage": "URL" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "webAddressType": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.webAddressType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "webAddressTypes" + } + } + } + } + } + }, + "addressGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "addressGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.addressGroup.name", + "defaultMessage": "Address" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "addressType": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.addressType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "addressTypes" + } + } + } + }, + "addressPlace1": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.addressPlace1.name", + "defaultMessage": "Line 1" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "addressPlace2": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.addressPlace2.name", + "defaultMessage": "Line 2" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "addressMunicipality": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.addressMunicipality.name", + "defaultMessage": "Municipality" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "addressStateOrProvince": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.addressStateOrProvince.name", + "defaultMessage": "State/province" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-state" + } + } + } + }, + "addressPostCode": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.addressPostCode.name", + "defaultMessage": "Postal code" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-postcode" + } + } + } + }, + "addressCountry": { + "[config]": { + "messages": { + "name": { + "id": "field.contacts_common.addressCountry.name", + "defaultMessage": "Country" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "autoComplete": "cspace-country", + "source": "addressCountries" + } + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.contact.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "emailGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "emailGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "email" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "emailType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "telephoneNumberGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "telephoneNumberGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "telephoneNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "telephoneNumberType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "faxNumberGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "faxNumberGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "faxNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "faxNumberType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "webAddressGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "webAddressGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "webAddress" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "webAddressType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "addressGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "addressPlace1" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressPlace2" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressMunicipality" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "addressStateOrProvince" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressPostCode" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressCountry" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "addressType" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "contact" + }, + "exhibition": { + "messages": { + "record": { + "name": { + "id": "record.exhibition.name", + "defaultMessage": "Exhibition" + }, + "collectionName": { + "id": "record.exhibition.collectionName", + "defaultMessage": "Exhibitions" + } + }, + "panel": { + "info": { + "id": "panel.exhibition.info", + "defaultMessage": "Exhibition Information" + }, + "planningInfo": { + "id": "panel.exhibition.planningInfo", + "defaultMessage": "Exhibition Planning Information" + }, + "exhibitedObjectInformation": { + "id": "panel.exhibition.exhibitedObjectInformation", + "defaultMessage": "Exhibited Object Information" + } + } + }, + "serviceConfig": { + "serviceName": "Exhibition", + "servicePath": "exhibitions", + "serviceType": "procedure", + "objectName": "Exhibition", + "documentName": "exhibitions" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:exhibitions_common/exhibitionNumber" + }, + { + "op": "eq", + "path": "ns2:exhibitions_common/type" + }, + { + "op": "cont", + "path": "ns2:exhibitions_common/title" + }, + { + "op": "eq", + "path": "ns2:exhibitions_common/sponsors/sponsor" + }, + { + "op": "eq", + "path": "ns2:exhibitions_common/organizers/organizer" + }, + { + "op": "eq", + "path": "ns2:exhibitions_common/venueGroupList/venueGroup/venue" + }, + { + "op": "range", + "path": "ns2:exhibitions_common/venueGroupList/venueGroup/venueOpeningDate" + }, + { + "op": "range", + "path": "ns2:exhibitions_common/venueGroupList/venueGroup/venueClosingDate" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "exhibitionNumber": { + "messages": { + "label": { + "id": "column.exhibition.default.exhibitionNumber", + "defaultMessage": "Exhibition number" + } + }, + "order": 10, + "sortBy": "exhibitions_common:exhibitionNumber", + "width": 200 + }, + "title": { + "messages": { + "label": { + "id": "column.exhibition.default.title", + "defaultMessage": "Title" + } + }, + "order": 20, + "sortBy": "exhibitions_common:title", + "width": 450 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.exhibition.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:exhibitions_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:exhibitions_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:exhibitions_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/exhibition" + } + }, + "exhibitionNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.exhibitions_common.exhibitionNumber.inUse", + "defaultMessage": "The exhibition number {value} is in use by another record." + }, + "name": { + "id": "field.exhibitions_common.exhibitionNumber.name", + "defaultMessage": "Exhibition number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "exhibition" + } + } + } + }, + "type": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.type.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "exhibitiontype" + } + } + } + }, + "title": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.title.name", + "defaultMessage": "Title" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "sponsors": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "sponsor": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.sponsor.name", + "defaultMessage": "Sponsor" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,person/ulan,organization/local,organization/shared,organization/ulan" + } + } + } + } + }, + "organizers": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "organizer": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.organizer.name", + "defaultMessage": "Organizer" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,person/ulan,organization/local,organization/shared,organization/ulan" + } + } + } + } + }, + "venueGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "venueGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.venueGroup.name", + "defaultMessage": "Venue" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "venue": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.venue.fullName", + "defaultMessage": "Venue name" + }, + "name": { + "id": "field.exhibitions_common.venue.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared,organization/ulan,location/local,location/offsite,place/local,place/shared,place/tgn" + } + } + } + }, + "venueOpeningDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.venueOpeningDate.fullName", + "defaultMessage": "Venue opening date" + }, + "name": { + "id": "field.exhibitions_common.venueOpeningDate.name", + "defaultMessage": "Opening date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "venueClosingDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.venueClosingDate.fullName", + "defaultMessage": "Venue closing date" + }, + "name": { + "id": "field.exhibitions_common.venueClosingDate.name", + "defaultMessage": "Closing date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "venueAttendance": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.venueAttendance.fullName", + "defaultMessage": "Venue attendance" + }, + "name": { + "id": "field.exhibitions_common.venueAttendance.name", + "defaultMessage": "Attendance" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "venueUrl": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.venueUrl.fullName", + "defaultMessage": "Venue web address" + }, + "name": { + "id": "field.exhibitions_common.venueUrl.name", + "defaultMessage": "Web address" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "workingGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "workingGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.workingGroup.name", + "defaultMessage": "Working group" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "workingGroupTitle": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.workingGroupTitle.fullName", + "defaultMessage": "Working group title" + }, + "name": { + "id": "field.exhibitions_common.workingGroupTitle.name", + "defaultMessage": "Title" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "workingGroupNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.workingGroupNote.fullName", + "defaultMessage": "Working group note" + }, + "name": { + "id": "field.exhibitions_common.workingGroupNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "exhibitionPersonGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "exhibitionPersonGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionPersonGroup.fullName", + "defaultMessage": "Working group member" + }, + "name": { + "id": "field.exhibitions_common.exhibitionPersonGroup.name", + "defaultMessage": "Member" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "exhibitionPerson": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionPerson.fullName", + "defaultMessage": "Working group member name" + }, + "name": { + "id": "field.exhibitions_common.exhibitionPerson.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,person/ulan,organization/local,organization/shared,organization/ulan" + } + } + } + }, + "exhibitionPersonRole": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionPersonRole.fullName", + "defaultMessage": "Working group member role" + }, + "name": { + "id": "field.exhibitions_common.exhibitionPersonRole.name", + "defaultMessage": "Role" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "exhibitionpersonrole" + } + } + } + } + } + } + } + }, + "planningNote": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.planningNote.name", + "defaultMessage": "Planning note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "curatorialNote": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.curatorialNote.name", + "defaultMessage": "Curatorial note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "generalNote": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.generalNote.name", + "defaultMessage": "General note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "boilerplateText": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.boilerplateText.name", + "defaultMessage": "Boilerplate text" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "galleryRotationGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "galleryRotationGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.galleryRotationGroup.name", + "defaultMessage": "Gallery rotation" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "galleryRotationName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationName.fullName", + "defaultMessage": "Gallery rotation name" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "galleryRotationStartDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.fullName", + "defaultMessage": "Gallery rotation start date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationStartDateGroup.name", + "defaultMessage": "Start date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "galleryRotationEndDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.fullName", + "defaultMessage": "Gallery rotation end date" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "galleryRotationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.galleryRotationNote.fullName", + "defaultMessage": "Gallery rotation note" + }, + "name": { + "id": "field.exhibitions_common.galleryRotationNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "publishToList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "publishTo": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.publishTo.name", + "defaultMessage": "Publish to" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "publishto" + } + } + } + } + }, + "exhibitionReferenceGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "exhibitionReferenceGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.exhibitionReferenceGroup.name", + "defaultMessage": "Bibliographic reference" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "exhibitionReference": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionReference.fullName", + "defaultMessage": "Bibliographic reference" + }, + "name": { + "id": "field.exhibitions_common.exhibitionReference.name", + "defaultMessage": "Reference" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/shared,citation/worldcat" + } + } + } + }, + "exhibitionReferenceType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionReferenceType.fullName", + "defaultMessage": "Bibliographic reference type" + }, + "name": { + "id": "field.exhibitions_common.exhibitionReferenceType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "exhibitionreferencetype" + } + } + } + }, + "exhibitionReferenceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionReferenceNote.fullName", + "defaultMessage": "Bibliographic reference note" + }, + "name": { + "id": "field.exhibitions_common.exhibitionReferenceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "exhibitionSectionGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "exhibitionSectionGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.exhibitionSectionGroup.name", + "defaultMessage": "Exhibition section" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "exhibitionSectionName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionSectionName.fullName", + "defaultMessage": "Exhibition section name" + }, + "name": { + "id": "field.exhibitions_common.exhibitionSectionName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "exhibitionSectionLocation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionSectionLocation.fullName", + "defaultMessage": "Exhibition section location" + }, + "name": { + "id": "field.exhibitions_common.exhibitionSectionLocation.name", + "defaultMessage": "Location" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "exhibitionSectionObjects": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionSectionObjects.fullName", + "defaultMessage": "Exhibition section objects" + }, + "name": { + "id": "field.exhibitions_common.exhibitionSectionObjects.name", + "defaultMessage": "Objects" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "exhibitionSectionNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionSectionNote.fullName", + "defaultMessage": "Exhibition section note" + }, + "name": { + "id": "field.exhibitions_common.exhibitionSectionNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "exhibitionStatusGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "exhibitionStatusGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.exhibitionStatusGroup.name", + "defaultMessage": "Exhibition status" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "exhibitionStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionStatus.fullName", + "defaultMessage": "Exhibition status" + }, + "name": { + "id": "field.exhibitions_common.exhibitionStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "exhibitionstatus" + } + } + } + }, + "exhibitionStatusDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionStatusDate.fullName", + "defaultMessage": "Exhibition status date" + }, + "name": { + "id": "field.exhibitions_common.exhibitionStatusDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "exhibitionStatusNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionStatusNote.fullName", + "defaultMessage": "Exhibition status note" + }, + "name": { + "id": "field.exhibitions_common.exhibitionStatusNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "exhibitionObjectGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "exhibitionObjectGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.exhibitions_common.exhibitionObjectGroup.name", + "defaultMessage": "Object checklist" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "exhibitionObjectNumber": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionObjectNumber.fullName", + "defaultMessage": "Object number" + }, + "name": { + "id": "field.exhibitions_common.exhibitionObjectNumber.name", + "defaultMessage": "Number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "exhibitionObjectName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionObjectName.fullName", + "defaultMessage": "Object name" + }, + "name": { + "id": "field.exhibitions_common.exhibitionObjectName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "exhibitionObjectConsCheckDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionObjectConsCheckDate.fullName", + "defaultMessage": "Object cons. check" + }, + "name": { + "id": "field.exhibitions_common.exhibitionObjectConsCheckDate.name", + "defaultMessage": "Cons. check" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "exhibitionObjectConsTreatment": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionObjectConsTreatment.fullName", + "defaultMessage": "Object cons. treatment" + }, + "name": { + "id": "field.exhibitions_common.exhibitionObjectConsTreatment.name", + "defaultMessage": "Cons. treatment" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "exhibitionConsTreatmentStatuses" + } + } + } + }, + "exhibitionObjectMount": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionObjectMount.fullName", + "defaultMessage": "Object mount" + }, + "name": { + "id": "field.exhibitions_common.exhibitionObjectMount.name", + "defaultMessage": "Mount" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "exhibitionMountStatuses" + } + } + } + }, + "exhibitionObjectSection": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionObjectSection.fullName", + "defaultMessage": "Object section" + }, + "name": { + "id": "field.exhibitions_common.exhibitionObjectSection.name", + "defaultMessage": "Section" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "exhibitionObjectCase": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionObjectCase.fullName", + "defaultMessage": "Object case" + }, + "name": { + "id": "field.exhibitions_common.exhibitionObjectCase.name", + "defaultMessage": "Case" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "exhibitionObjectSeqNum": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionObjectSeqNum.fullName", + "defaultMessage": "Object seq. #" + }, + "name": { + "id": "field.exhibitions_common.exhibitionObjectSeqNum.name", + "defaultMessage": "Seq. #" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "exhibitionObjectRotation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionObjectRotation.fullName", + "defaultMessage": "Object rotation" + }, + "name": { + "id": "field.exhibitions_common.exhibitionObjectRotation.name", + "defaultMessage": "Rotation" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "exhibitionObjectNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.exhibitions_common.exhibitionObjectNote.fullName", + "defaultMessage": "Object note" + }, + "name": { + "id": "field.exhibitions_common.exhibitionObjectNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.exhibition.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "type" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "title" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "sponsors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "sponsor" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "organizers", + "children": { + "key": null, + "ref": null, + "props": { + "name": "organizer" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publishToList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "publishTo" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "venueGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "venueGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "venue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "venueOpeningDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "venueClosingDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "venueAttendance" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "venueUrl" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "workingGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "workingGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "workingGroupTitle" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "workingGroupNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "exhibitionPersonGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "exhibitionPersonGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionPerson" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionPersonRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "planningNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "curatorialNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "generalNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "boilerplateText" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "galleryRotationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "galleryRotationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "galleryRotationName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "galleryRotationStartDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "galleryRotationEndDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "galleryRotationNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionReferenceGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "exhibitionReferenceGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionReference" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionReferenceType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionReferenceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "planningInfo", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionSectionGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "exhibitionSectionGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionSectionName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionSectionLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionSectionObjects" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionSectionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionStatusGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "exhibitionStatusGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionStatusDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionStatusNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitedObjectInformation", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectConsCheckDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectConsTreatment" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectMount" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectSection" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectCase" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectSeqNum" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectRotation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exhibitionObjectNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "exhibition" + }, + "export": { + "messages": { + "record": { + "name": { + "id": "record.export.name", + "defaultMessage": "Export" + }, + "collectionName": { + "id": "record.export.collectionName", + "defaultMessage": "Exports" + } + } + }, + "serviceConfig": { + "servicePath": "exports", + "serviceType": "utility" + }, + "deletePermType": "hard", + "name": "export" + }, + "group": { + "messages": { + "record": { + "name": { + "id": "record.group.name", + "defaultMessage": "Group" + }, + "collectionName": { + "id": "record.group.collectionName", + "defaultMessage": "Groups" + } + }, + "panel": { + "info": { + "id": "panel.group.info", + "defaultMessage": "Group Information" + } + } + }, + "serviceConfig": { + "serviceName": "Groups", + "servicePath": "groups", + "serviceType": "procedure", + "objectName": "Group", + "documentName": "groups" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:groups_common/title" + }, + { + "op": "eq", + "path": "ns2:groups_common/responsibleDepartment" + }, + { + "op": "eq", + "path": "ns2:groups_common/owner" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "title": { + "messages": { + "label": { + "id": "column.group.default.title", + "defaultMessage": "Title" + } + }, + "order": 10, + "sortBy": "groups_common:title", + "width": 250 + }, + "owner": { + "messages": { + "label": { + "id": "column.group.default.owner", + "defaultMessage": "Owner" + } + }, + "order": 20, + "sortBy": "groups_common:owner", + "width": 400 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.group.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:groups_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:groups_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:groups_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/group" + } + }, + "title": { + "[config]": { + "messages": { + "name": { + "id": "field.groups_common.title.name", + "defaultMessage": "Title" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "responsibleDepartment": { + "[config]": { + "messages": { + "name": { + "id": "field.groups_common.responsibleDepartment.name", + "defaultMessage": "Responsible department" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "departments" + } + } + } + }, + "owner": { + "[config]": { + "messages": { + "name": { + "id": "field.groups_common.owner.name", + "defaultMessage": "Group owner" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "groupEarliestSingleDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.groups_common.groupEarliestSingleDate.name", + "defaultMessage": "Earliest/single date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "groupLatestDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.groups_common.groupLatestDate.name", + "defaultMessage": "Latest date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "scopeNote": { + "[config]": { + "messages": { + "name": { + "id": "field.groups_common.scopeNote.name", + "defaultMessage": "Scope note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.group.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "title" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "responsibleDepartment" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "owner" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "groupEarliestSingleDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "groupLatestDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "scopeNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "group" + }, + "idgenerator": { + "messages": { + "record": { + "name": { + "id": "record.idgenerator.name", + "defaultMessage": "ID Generator" + }, + "collectionName": { + "id": "record.idgenerator.collectionName", + "defaultMessage": "ID Generators" + } + } + }, + "serviceConfig": { + "servicePath": "idgenerators", + "serviceType": "utility" + }, + "deletePermType": "hard", + "name": "idgenerator" + }, + "insurance": { + "messages": { + "record": { + "name": { + "id": "record.insurance.name", + "defaultMessage": "Insurance/Indemnity" + }, + "collectionName": { + "id": "record.insurance.collectionName", + "defaultMessage": "Insurance/Indemnities" + } + }, + "inputTable": { + "insurancePurchasePrice": { + "id": "inputTable.insurance.insurancePurchasePrice", + "defaultMessage": "Insurance/indemnity price" + }, + "minimumLiabilityPrice": { + "id": "inputTable.insurance.minimumLiabilityPrice", + "defaultMessage": "Minimum liability price" + }, + "authorization": { + "id": "inputTable.insurance.authorization", + "defaultMessage": "Authorization" + } + }, + "panel": { + "info": { + "id": "panel.insurance.info", + "defaultMessage": "Insurance and Indemnity Information" + } + } + }, + "serviceConfig": { + "serviceName": "Insurance", + "servicePath": "insurances", + "serviceType": "procedure", + "objectName": "Insurance", + "documentName": "insurances" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:insurances_common/insuranceIndemnityReferenceNumber" + }, + { + "op": "eq", + "path": "ns2:insurances_common/insuranceIndemnityType" + }, + { + "op": "eq", + "path": "ns2:insurances_common/insurerIndemnifier" + }, + { + "op": "cont", + "path": "ns2:insurances_common/insuranceIndemnityPolicyNumber" + }, + { + "op": "eq", + "path": "ns2:insurances_common/insuranceIndemnityAuthorizer" + }, + { + "op": "eq", + "path": "ns2:insurances_common/insuranceIndemnityStatusGroupList/insuranceIndemnityStatusGroup/insuranceIndemnityStatus" + }, + { + "op": "range", + "path": "ns2:insurances_common/insuranceIndemnityStatusGroupList/insuranceIndemnityStatusGroup/insuranceIndemnityStatusDate" + }, + { + "op": "eq", + "path": "ns2:insurances_common/quoteProviderGroupList/quoteProviderGroup/insuranceIndemnityQuoteProvider" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "insuranceIndemnityReferenceNumber": { + "messages": { + "label": { + "id": "column.insurance.default.insuranceIndemnityReferenceNumber", + "defaultMessage": "Reference number" + } + }, + "order": 10, + "sortBy": "insurances_common:insuranceIndemnityReferenceNumber", + "width": 200 + }, + "insurerIndemnifier": { + "messages": { + "label": { + "id": "column.insurance.default.insurerIndemnifier", + "defaultMessage": "Insurer/indemnifier" + } + }, + "order": 20, + "sortBy": "insurances_common:insurerIndemnifier", + "width": 400 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.insurance.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:insurances_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:insurances_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:insurances_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/insurance" + } + }, + "insuranceIndemnityReferenceNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.insurances_common.insuranceIndemnityReferenceNumber.inUse", + "defaultMessage": "The reference number {value} is in use by another record." + }, + "name": { + "id": "field.insurances_common.insuranceIndemnityReferenceNumber.name", + "defaultMessage": "Reference number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "insurance,indemnity" + } + } + } + }, + "insuranceIndemnityType": { + "[config]": { + "messages": { + "name": { + "id": "field.insurances_common.insuranceIndemnityType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "insurancetype" + } + } + } + }, + "insurerIndemnifier": { + "[config]": { + "messages": { + "name": { + "id": "field.insurances_common.insurerIndemnifier.name", + "defaultMessage": "Insurer/indemnifier" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,person/ulan,organization/local,organization/shared,organization/ulan" + } + } + } + }, + "insuranceIndemnityPolicyNumber": { + "[config]": { + "messages": { + "name": { + "id": "field.insurances_common.insuranceIndemnityPolicyNumber.name", + "defaultMessage": "Policy number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "insuranceIndemnityCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.insurances_common.insuranceIndemnityCurrency.fullName", + "defaultMessage": "Insurance/indemnity price currency" + }, + "name": { + "id": "field.insurances_common.insuranceIndemnityCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "insuranceIndemnityValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.insurances_common.insuranceIndemnityValue.fullName", + "defaultMessage": "Insurance/indemnity price value" + }, + "name": { + "id": "field.insurances_common.insuranceIndemnityValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "minimumLiabilityCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.insurances_common.minimumLiabilityCurrency.fullName", + "defaultMessage": "Minimum liability price currency" + }, + "name": { + "id": "field.insurances_common.minimumLiabilityCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "minimumLiabilityValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.insurances_common.minimumLiabilityValue.fullName", + "defaultMessage": "Minimum liability price value" + }, + "name": { + "id": "field.insurances_common.minimumLiabilityValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "insuranceIndemnityAuthorizer": { + "[config]": { + "messages": { + "name": { + "id": "field.insurances_common.insuranceIndemnityAuthorizer.name", + "defaultMessage": "Authorizer" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared/person/ulan" + } + } + } + }, + "insuranceIndemnityAuthorizationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.insurances_common.insuranceIndemnityAuthorizationDate.fullName", + "defaultMessage": "Authorization date" + }, + "name": { + "id": "field.insurances_common.insuranceIndemnityAuthorizationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "insuranceIndemnityStatusGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "insuranceIndemnityStatusGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.insurances_common.insuranceIndemnityStatusGroup.name", + "defaultMessage": "Status" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "insuranceIndemnityStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.insurances_common.insuranceIndemnityStatus.fullName", + "defaultMessage": "Status type" + }, + "name": { + "id": "field.insurances_common.insuranceIndemnityStatus.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "insurancestatus" + } + } + } + }, + "insuranceIndemnityStatusDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.insurances_common.insuranceIndemnityStatusDate.fullName", + "defaultMessage": "Status date" + }, + "name": { + "id": "field.insurances_common.insuranceIndemnityStatusDate.name", + "defaultMessage": "Date" + } + }, + "dataType": "DATA_TYPE_DATE", + "view": { + "type": "DateInput" + } + } + }, + "insuranceIndemnityStatusNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.insurances_common.insuranceIndemnityStatusNote.fullName", + "defaultMessage": "Status note" + }, + "name": { + "id": "field.insurances_common.insuranceIndemnityStatusNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "insuranceIndemnityNote": { + "[config]": { + "messages": { + "name": { + "id": "field.insurances_common.insuranceIndemnityNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "quoteProviderGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "quoteProviderGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.insurances_common.quoteProviderGroup.name", + "defaultMessage": "Quote" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "insuranceIndemnityQuoteProvider": { + "[config]": { + "messages": { + "fullName": { + "id": "field.insurances_common.insuranceIndemnityQuoteProvider.fullName", + "defaultMessage": "Quote provider" + }, + "name": { + "id": "field.insurances_common.insuranceIndemnityQuoteProvider.name", + "defaultMessage": "Provider" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,person/ulan,organization/local,organization/shared,organization/ulan" + } + } + } + }, + "insuranceIndemnityQuoteCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.insurances_common.insuranceIndemnityQuoteCurrency.fullName", + "defaultMessage": "Quote currency" + }, + "name": { + "id": "field.insurances_common.insuranceIndemnityQuoteCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "insuranceIndemnityQuoteValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.insurances_common.insuranceIndemnityQuoteValue.fullName", + "defaultMessage": "Quote value" + }, + "name": { + "id": "field.insurances_common.insuranceIndemnityQuoteValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "insuranceIndemnityQuoteDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.insurances_common.insuranceIndemnityQuoteDate.fullName", + "defaultMessage": "Quote date" + }, + "name": { + "id": "field.insurances_common.insuranceIndemnityQuoteDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.insurance.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityReferenceNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insurerIndemnifier" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityPolicyNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insurancePurchasePrice", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityValue" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minimumLiabilityPrice", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "minimumLiabilityCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "minimumLiabilityValue" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "authorization", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityAuthorizer" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityAuthorizationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityStatusGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityStatusGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityStatusDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityStatusNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "quoteProviderGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "quoteProviderGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityQuoteProvider" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityQuoteCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityQuoteValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceIndemnityQuoteDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "insurance" + }, + "intake": { + "messages": { + "record": { + "name": { + "id": "record.intake.name", + "defaultMessage": "Intake" + }, + "collectionName": { + "id": "record.intake.collectionName", + "defaultMessage": "Intakes" + } + }, + "panel": { + "objectEntryInfo": { + "id": "panel.intake.objectEntryInfo", + "defaultMessage": "Object Entry Information" + }, + "objectCollectionInfo": { + "id": "panel.intake.objectCollectionInfo", + "defaultMessage": "Object Collection Information" + }, + "valuation": { + "id": "panel.intake.valuation", + "defaultMessage": "Valuation Information" + }, + "insurance": { + "id": "panel.intake.insurance", + "defaultMessage": "Insurance Information" + }, + "location": { + "id": "panel.intake.location", + "defaultMessage": "Location Information" + }, + "condition": { + "id": "panel.intake.condition", + "defaultMessage": "Condition Check Information" + } + } + }, + "serviceConfig": { + "serviceName": "Intake", + "servicePath": "intakes", + "serviceType": "procedure", + "objectName": "Intake", + "documentName": "intakes" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:intakes_common/entryNumber" + }, + { + "op": "range", + "path": "ns2:intakes_common/entryDate" + }, + { + "op": "eq", + "path": "ns2:intakes_common/entryReason" + }, + { + "op": "eq", + "path": "ns2:intakes_common/entryMethods/entryMethod" + }, + { + "op": "range", + "path": "ns2:intakes_common/returnDate" + }, + { + "op": "eq", + "path": "ns2:intakes_common/currentOwners/currentOwner" + }, + { + "op": "eq", + "path": "ns2:intakes_common/depositorGroupList/depositorGroup/depositor" + }, + { + "op": "cont", + "path": "ns2:intakes_common/fieldCollectionEventNames/fieldCollectionEventName" + }, + { + "op": "eq", + "path": "ns2:intakes_common/currentLocationGroupList/currentLocationGroup/currentLocation" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "entryNumber": { + "messages": { + "label": { + "id": "column.intake.default.entryNumber", + "defaultMessage": "Entry number" + } + }, + "order": 10, + "sortBy": "intakes_common:entryNumber", + "width": 200 + }, + "currentOwner": { + "messages": { + "label": { + "id": "column.intake.default.currentOwner", + "defaultMessage": "Current owner" + } + }, + "order": 20, + "sortBy": "intakes_common:currentOwners/0", + "width": 450 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.intake.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:intakes_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:intakes_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:intakes_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/intake" + } + }, + "entryNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.intakes_common.entryNumber.inUse", + "defaultMessage": "The entry number {value} is in use by another record." + }, + "name": { + "id": "field.intakes_common.entryNumber.name", + "defaultMessage": "Entry number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "intake,study,evaluation" + } + } + } + }, + "entryDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.intakes_common.entryDate.name", + "defaultMessage": "Entry date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "entryReason": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.entryReason.name", + "defaultMessage": "Entry reason" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "entryReasons" + } + } + } + }, + "entryMethods": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "entryMethod": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.entryMethod.name", + "defaultMessage": "Entry method" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "entrymethod" + } + } + } + } + }, + "returnDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.intakes_common.returnDate.name", + "defaultMessage": "Return date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "currentOwners": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "currentOwner": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.currentOwner.name", + "defaultMessage": "Current owner" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + } + }, + "depositorGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "depositorGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.depositorGroup.name", + "defaultMessage": "Depositor" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "depositor": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.depositor.fullName", + "defaultMessage": "Depositor name" + }, + "name": { + "id": "field.intakes_common.depositor.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "depositorsRequirements": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.depositorsRequirements.fullName", + "defaultMessage": "Depositor requirements" + }, + "name": { + "id": "field.intakes_common.depositorsRequirements.name", + "defaultMessage": "Requirements" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "approvalGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "approvalGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.approvalGroup.name", + "defaultMessage": "Approval" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "approvalGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.approvalGroup.approvalGroup.fullName", + "defaultMessage": "Approval group" + }, + "name": { + "id": "field.intakes_common.approvalGroup.approvalGroup.name", + "defaultMessage": "Group" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "deaccessionapprovalgroup" + } + } + } + }, + "approvalIndividual": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.approvalIndividual.fullName", + "defaultMessage": "Approval individual" + }, + "name": { + "id": "field.intakes_common.approvalIndividual.name", + "defaultMessage": "Individual" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "approvalStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.approvalStatus.fullName", + "defaultMessage": "Approval status" + }, + "name": { + "id": "field.intakes_common.approvalStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "deaccessionapprovalstatus" + } + } + } + }, + "approvalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.intakes_common.approvalDate.fullName", + "defaultMessage": "Approval status date" + }, + "name": { + "id": "field.intakes_common.approvalDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "approvalNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.approvalNote.fullName", + "defaultMessage": "Approval note" + }, + "name": { + "id": "field.intakes_common.approvalNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "entryNote": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.entryNote.name", + "defaultMessage": "Entry note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "packingNote": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.packingNote.name", + "defaultMessage": "Packing note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "fieldCollectionDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.intakes_common.fieldCollectionDate.name", + "defaultMessage": "Field collection date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "fieldCollectionMethods": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "fieldCollectionMethod": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.fieldCollectionMethod.name", + "defaultMessage": "Field collection method" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "collectionmethod" + } + } + } + } + }, + "fieldCollectionNote": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.fieldCollectionNote.name", + "defaultMessage": "Field collection note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "fieldCollectionNumber": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.fieldCollectionNumber.name", + "defaultMessage": "Field collection number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "fieldCollectionPlace": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.fieldCollectionPlace.name", + "defaultMessage": "Field collection place" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "fieldCollectionSources": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "fieldCollectionSource": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.fieldCollectionSource.name", + "defaultMessage": "Field collection source" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,concept/ethculture" + } + } + } + } + }, + "fieldCollectors": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "fieldCollector": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.fieldCollector.name", + "defaultMessage": "Field collector" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + } + }, + "fieldCollectionEventNames": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "fieldCollectionEventName": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.fieldCollectionEventName.name", + "defaultMessage": "Field collection event name" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "valuer": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.valuer.name", + "defaultMessage": "Valuer" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "valuationReferenceNumber": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.valuationReferenceNumber.fullName", + "defaultMessage": "Valuation reference number" + }, + "name": { + "id": "field.intakes_common.valuationReferenceNumber.name", + "defaultMessage": "Reference number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "insurers": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "insurer": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.insurer.name", + "defaultMessage": "Insurer" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + } + }, + "insurancePolicyNumber": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.insurancePolicyNumber.fullName", + "defaultMessage": "Insurance policy number" + }, + "name": { + "id": "field.intakes_common.insurancePolicyNumber.name", + "defaultMessage": "Policy number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "insuranceRenewalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.intakes_common.insuranceRenewalDate.fullName", + "defaultMessage": "Insurance renewal date" + }, + "name": { + "id": "field.intakes_common.insuranceRenewalDate.name", + "defaultMessage": "Renewal date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "insuranceReferenceNumber": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.insuranceReferenceNumber.fullName", + "defaultMessage": "Insurance reference number" + }, + "name": { + "id": "field.intakes_common.insuranceReferenceNumber.name", + "defaultMessage": "Reference number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "insuranceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.insuranceNote.fullName", + "defaultMessage": "Insurance note" + }, + "name": { + "id": "field.intakes_common.insuranceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "currentLocationGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "currentLocationGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.currentLocationGroup.name", + "defaultMessage": "Current location" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "currentLocation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.currentLocation.fullName", + "defaultMessage": "Current location" + }, + "name": { + "id": "field.intakes_common.currentLocation.name", + "defaultMessage": "Location" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "location/local,location/offsite,organization/local,organization/shared,place/local" + } + } + } + }, + "currentLocationFitness": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.currentLocationFitness.fullName", + "defaultMessage": "Current location fitness" + }, + "name": { + "id": "field.intakes_common.currentLocationFitness.name", + "defaultMessage": "Fitness" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "conditionfitness" + } + } + } + }, + "currentLocationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.currentLocationNote.fullName", + "defaultMessage": "Current location note" + }, + "name": { + "id": "field.intakes_common.currentLocationNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "locationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.intakes_common.locationDate.name", + "defaultMessage": "Location date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "normalLocation": { + "[config]": { + "messages": { + "name": { + "id": "field.intakes_common.normalLocation.name", + "defaultMessage": "Normal location" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "location/local,location/offsite,organization/local,organization/shared,place/local" + } + } + } + }, + "conditionCheckMethods": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "conditionCheckMethod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.conditionCheckMethod.fullName", + "defaultMessage": "Condition check method" + }, + "name": { + "id": "field.intakes_common.conditionCheckMethod.name", + "defaultMessage": "Method" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "conditioncheckmethod" + } + } + } + } + }, + "conditionCheckReasons": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "conditionCheckReason": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.conditionCheckReason.fullName", + "defaultMessage": "Condition check reason" + }, + "name": { + "id": "field.intakes_common.conditionCheckReason.name", + "defaultMessage": "Reason" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "conditioncheckreason" + } + } + } + } + }, + "conditionCheckersOrAssessors": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "conditionCheckerOrAssessor": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.conditionCheckerOrAssessor.fullName", + "defaultMessage": "Condition check assessor" + }, + "name": { + "id": "field.intakes_common.conditionCheckerOrAssessor.name", + "defaultMessage": "Assessor" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + } + }, + "conditionCheckNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.conditionCheckNote.fullName", + "defaultMessage": "Condition check note" + }, + "name": { + "id": "field.intakes_common.conditionCheckNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "conditionCheckDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.intakes_common.conditionCheckDate.fullName", + "defaultMessage": "Condition check date" + }, + "name": { + "id": "field.intakes_common.conditionCheckDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "conditionCheckReferenceNumber": { + "[config]": { + "messages": { + "fullName": { + "id": "field.intakes_common.conditionCheckReferenceNumber.fullName", + "defaultMessage": "Condition check reference number" + }, + "name": { + "id": "field.intakes_common.conditionCheckReferenceNumber.name", + "defaultMessage": "Reference number" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.intake.default.name", + "defaultMessage": "Standard Template" + } + }, + "sortOrder": 0, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectEntryInfo", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "entryNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryReason" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "entryMethod" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "returnDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentOwners", + "children": { + "key": null, + "ref": null, + "props": { + "name": "currentOwner" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "depositorGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "depositorGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "depositor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "depositorsRequirements" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "approvalGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "approvalGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalIndividual" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "packingNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectCollectionInfo", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNumber" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSources", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSource" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollector" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionEventNames", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionEventName" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valuation", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "valuer" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valuationReferenceNumber" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insurance", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "insurers", + "children": { + "key": null, + "ref": null, + "props": { + "name": "insurer" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insurancePolicyNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceRenewalDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "insuranceReferenceNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "location", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "currentLocationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "currentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationFitness" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "locationDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "normalLocation" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "condition", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckMethod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckReasons", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckReason" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckersOrAssessors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckerOrAssessor" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckReferenceNumber" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "doorstep": { + "messages": { + "name": { + "id": "form.intake.doorstep.name", + "defaultMessage": "Doorstep Donation Template" + } + }, + "sortOrder": 1, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectEntryInfo", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "entryNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryReason" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "entryDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "entryMethod" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "location", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "currentLocationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "currentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationFitness" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "locationDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "condition", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckMethod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckReasons", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckReason" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckersOrAssessors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckerOrAssessor" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckReferenceNumber" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionCheckNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + "disabled": true + }, + "archeology": { + "messages": { + "name": { + "id": "form.intake.archeology.name", + "defaultMessage": "Archaeology Template" + } + }, + "sortOrder": 1, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectEntryInfo", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "entryNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryReason" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "entryMethod" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "returnDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentOwners", + "children": { + "key": null, + "ref": null, + "props": { + "name": "currentOwner" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "depositorGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "depositorGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "depositor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "depositorsRequirements" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "approvalGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "approvalGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalIndividual" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "packingNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectCollectionInfo", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionMethod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionNumber" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSources", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionSource" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectors", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollector" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionEventNames", + "children": { + "key": null, + "ref": null, + "props": { + "name": "fieldCollectionEventName" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "location", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "currentLocationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "currentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationFitness" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "locationDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "normalLocation" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "history": { + "messages": { + "name": { + "id": "form.intake.history.name", + "defaultMessage": "History Template" + } + }, + "sortOrder": 2, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectEntryInfo", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "entryNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryReason" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "entryMethod" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "returnDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentOwners", + "children": { + "key": null, + "ref": null, + "props": { + "name": "currentOwner" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "depositorGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "depositorGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "depositor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "depositorsRequirements" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "approvalGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "approvalGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalIndividual" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "approvalNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "entryNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "packingNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "location", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "currentLocationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "currentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationFitness" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "locationDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "normalLocation" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "intake" + }, + "loanin": { + "messages": { + "record": { + "name": { + "id": "record.loanin.name", + "defaultMessage": "Loan In" + }, + "collectionName": { + "id": "record.loanin.collectionName", + "defaultMessage": "Loans In" + } + }, + "panel": { + "info": { + "id": "panel.loanin.info", + "defaultMessage": "Loan In Information" + } + }, + "inputTable": { + "borrower": { + "id": "inputTable.loanin.borrower", + "defaultMessage": "Borrower" + } + } + }, + "serviceConfig": { + "serviceName": "Loanin", + "servicePath": "loansin", + "serviceType": "procedure", + "objectName": "Loanin", + "documentName": "loansin" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:loansin_common/loanInNumber" + }, + { + "op": "eq", + "path": "ns2:loansin_common/loanPurpose" + }, + { + "op": "eq", + "path": "ns2:loansin_common/loanStatusGroupList/loanStatusGroup/loanStatus" + }, + { + "op": "eq", + "path": "ns2:loansin_common/lenderGroupList/lenderGroup/lender" + }, + { + "op": "eq", + "path": "ns2:loansin_common/lenderGroupList/lenderGroup/lendersContact" + }, + { + "op": "eq", + "path": "ns2:loansin_common/lenderGroupList/lenderGroup/lendersAuthorizer" + }, + { + "op": "eq", + "path": "ns2:loansin_common/borrowersContact" + }, + { + "op": "eq", + "path": "ns2:loansin_common/borrowersAuthorizer" + }, + { + "op": "range", + "path": "ns2:loansin_common/loanInDate" + }, + { + "op": "range", + "path": "ns2:loansin_common/loanReturnDate" + }, + { + "op": "range", + "path": "ns2:loansin_common/loanRenewalApplicationDate" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "loanInNumber": { + "messages": { + "label": { + "id": "column.loanin.default.loanInNumber", + "defaultMessage": "Loan in number" + } + }, + "order": 10, + "sortBy": "loansin_common:loanInNumber", + "width": 250 + }, + "lender": { + "messages": { + "label": { + "id": "column.loanin.default.lender", + "defaultMessage": "Lender" + } + }, + "order": 20, + "sortBy": "loansin_common:lenderGroupList/0/lender", + "width": 400 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.loanin.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:loansin_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:loansin_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:loansin_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/loanin" + } + }, + "loanInNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.loansin_common.loanInNumber.inUse", + "defaultMessage": "The loan in number {value} is in use by another record." + }, + "name": { + "id": "field.loansin_common.loanInNumber.name", + "defaultMessage": "Loan in number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "loanin" + } + } + } + }, + "loanPurpose": { + "[config]": { + "messages": { + "name": { + "id": "field.loansin_common.loanPurpose.name", + "defaultMessage": "Loan purpose" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "loanPurposes" + } + } + } + }, + "loanStatusGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "loanStatusGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.loansin_common.loanStatusGroup.name", + "defaultMessage": "Loan status" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "loanGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_common.loanGroup.fullName", + "defaultMessage": "Loan status group" + }, + "name": { + "id": "field.loansin_common.loanGroup.name", + "defaultMessage": "Group" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "deaccessionapprovalgroup" + } + } + } + }, + "loanIndividual": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_common.loanIndividual.fullName", + "defaultMessage": "Loan status individual" + }, + "name": { + "id": "field.loansin_common.loanIndividual.name", + "defaultMessage": "Individual" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "loanStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_common.loanStatus.fullName", + "defaultMessage": "Loan status" + }, + "name": { + "id": "field.loansin_common.loanStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "loanoutstatus" + } + } + } + }, + "loanStatusDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.loansin_common.loanStatusDate.fullName", + "defaultMessage": "Loan status date" + }, + "name": { + "id": "field.loansin_common.loanStatusDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "loanStatusNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_common.loanStatusNote.fullName", + "defaultMessage": "Loan status note" + }, + "name": { + "id": "field.loansin_common.loanStatusNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "lenderGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "lenderGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.loansin_common.lenderGroup.name", + "defaultMessage": "Lender" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "lender": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_common.lender.fullName", + "defaultMessage": "Lender name" + }, + "name": { + "id": "field.loansin_common.lender.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "lendersContact": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_common.lendersContact.fullName", + "defaultMessage": "Lender contact" + }, + "name": { + "id": "field.loansin_common.lendersContact.name", + "defaultMessage": "Contact" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "lendersAuthorizer": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_common.lendersAuthorizer.fullName", + "defaultMessage": "Lender authorizer" + }, + "name": { + "id": "field.loansin_common.lendersAuthorizer.name", + "defaultMessage": "Authorizer" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "lendersAuthorizationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.loansin_common.lendersAuthorizationDate.fullName", + "defaultMessage": "Lender authorization date" + }, + "name": { + "id": "field.loansin_common.lendersAuthorizationDate.name", + "defaultMessage": "Authorization date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + }, + "borrowersContact": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_common.borrowersContact.fullName", + "defaultMessage": "Borrower contact" + }, + "name": { + "id": "field.loansin_common.borrowersContact.name", + "defaultMessage": "Contact" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "borrowersAuthorizer": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansin_common.borrowersAuthorizer.fullName", + "defaultMessage": "Borrower authorizer" + }, + "name": { + "id": "field.loansin_common.borrowersAuthorizer.name", + "defaultMessage": "Authorizer" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "borrowersAuthorizationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.loansin_common.borrowersAuthorizationDate.fullName", + "defaultMessage": "Borrower authorization date" + }, + "name": { + "id": "field.loansin_common.borrowersAuthorizationDate.name", + "defaultMessage": "Authorization date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "loanInConditions": { + "[config]": { + "messages": { + "name": { + "id": "field.loansin_common.loanInConditions.name", + "defaultMessage": "Conditions of loan" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "loanInNote": { + "[config]": { + "messages": { + "name": { + "id": "field.loansin_common.loanInNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "loanInDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.loansin_common.loanInDate.name", + "defaultMessage": "Loan in date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "loanReturnDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.loansin_common.loanReturnDate.name", + "defaultMessage": "Loan return date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "loanRenewalApplicationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.loansin_common.loanRenewalApplicationDate.name", + "defaultMessage": "Loan renewal application date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.loanin.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "loanInNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanPurpose" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanStatusGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "loanStatusGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "loanGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanIndividual" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanStatusDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanStatusNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "lenderGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "lenderGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "lender" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "lendersContact" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "lendersAuthorizer" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "lendersAuthorizationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "borrower", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "borrowersContact" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "borrowersAuthorizer" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "borrowersAuthorizationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "loanInConditions" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanInNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "loanInDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanReturnDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanRenewalApplicationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "loanin" + }, + "loanout": { + "messages": { + "record": { + "name": { + "id": "record.loanout.name", + "defaultMessage": "Loan Out" + }, + "collectionName": { + "id": "record.loanout.collectionName", + "defaultMessage": "Loans Out" + } + }, + "panel": { + "info": { + "id": "panel.loanout.info", + "defaultMessage": "Loan Out Information" + } + }, + "inputTable": { + "borrower": { + "id": "inputTable.loanout.borrower", + "defaultMessage": "Borrower" + }, + "lender": { + "id": "inputTable.loanout.lender", + "defaultMessage": "Lender" + } + } + }, + "serviceConfig": { + "serviceName": "Loanout", + "servicePath": "loansout", + "serviceType": "procedure", + "objectName": "Loanout", + "documentName": "loansout" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:loansout_common/loanOutNumber" + }, + { + "op": "eq", + "path": "ns2:loansout_common/loanPurpose" + }, + { + "op": "eq", + "path": "ns2:loansout_common/lendersAuthorizer" + }, + { + "op": "eq", + "path": "ns2:loansout_common/lendersContact" + }, + { + "op": "eq", + "path": "ns2:loansout_common/borrower" + }, + { + "op": "eq", + "path": "ns2:loansout_common/borrowersContact" + }, + { + "op": "eq", + "path": "ns2:loansout_common/borrowersAuthorizer" + }, + { + "op": "eq", + "path": "ns2:loansout_common/loanStatusGroupList/loanStatusGroup/loanStatus" + }, + { + "op": "range", + "path": "ns2:loansout_common/loanOutDate" + }, + { + "op": "range", + "path": "ns2:loansout_common/loanReturnDate" + }, + { + "op": "range", + "path": "ns2:loansout_common/loanRenewalApplicationDate" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "loanOutNumber": { + "messages": { + "label": { + "id": "column.loanout.default.loanOutNumber", + "defaultMessage": "Loan out number" + } + }, + "order": 10, + "sortBy": "loansout_common:loanOutNumber", + "width": 250 + }, + "borrower": { + "messages": { + "label": { + "id": "column.loanout.default.borrower", + "defaultMessage": "Borrower" + } + }, + "order": 20, + "sortBy": "loansout_common:borrower", + "width": 400 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.loanout.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:loansout_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:loansout_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:loansout_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/loanout" + } + }, + "loanOutNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.loansout_common.loanOutNumber.inUse", + "defaultMessage": "The loan out number {value} is in use by another record." + }, + "name": { + "id": "field.loansout_common.loanOutNumber.name", + "defaultMessage": "Loan out number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "loanout" + } + } + } + }, + "loanPurpose": { + "[config]": { + "messages": { + "name": { + "id": "field.loansout_common.loanPurpose.name", + "defaultMessage": "Loan purpose" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "loanPurposes" + } + } + } + }, + "lendersAuthorizer": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_common.lendersAuthorizer.fullName", + "defaultMessage": "Lender authorizer" + }, + "name": { + "id": "field.loansout_common.lendersAuthorizer.name", + "defaultMessage": "Authorizer" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "lendersContact": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_common.lendersContact.fullName", + "defaultMessage": "Lender contact" + }, + "name": { + "id": "field.loansout_common.lendersContact.name", + "defaultMessage": "Contact" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "lendersAuthorizationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.loansout_common.lendersAuthorizationDate.fullName", + "defaultMessage": "Lender authorization date" + }, + "name": { + "id": "field.loansout_common.lendersAuthorizationDate.name", + "defaultMessage": "Authorization date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "borrower": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_common.borrower.fullName", + "defaultMessage": "Borrower name" + }, + "name": { + "id": "field.loansout_common.borrower.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "borrowersContact": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_common.borrowersContact.fullName", + "defaultMessage": "Borrower contact" + }, + "name": { + "id": "field.loansout_common.borrowersContact.name", + "defaultMessage": "Contact" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "borrowersAuthorizer": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_common.borrowersAuthorizer.fullName", + "defaultMessage": "Borrower authorizer" + }, + "name": { + "id": "field.loansout_common.borrowersAuthorizer.name", + "defaultMessage": "Authorizer" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "borrowersAuthorizationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.loansout_common.borrowersAuthorizationDate.fullName", + "defaultMessage": "Borrower authorization date" + }, + "name": { + "id": "field.loansout_common.borrowersAuthorizationDate.name", + "defaultMessage": "Authorization date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "specialConditionsOfLoan": { + "[config]": { + "messages": { + "name": { + "id": "field.loansout_common.specialConditionsOfLoan.name", + "defaultMessage": "Conditions of loan" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "loanOutNote": { + "[config]": { + "messages": { + "name": { + "id": "field.loansout_common.loanOutNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "loanStatusGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "loanStatusGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.loansout_common.loanStatusGroup.name", + "defaultMessage": "Loan status" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "loanGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_common.loanGroup.fullName", + "defaultMessage": "Loan status group" + }, + "name": { + "id": "field.loansout_common.loanGroup.name", + "defaultMessage": "Group" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "deaccessionapprovalgroup" + } + } + } + }, + "loanIndividual": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_common.loanIndividual.fullName", + "defaultMessage": "Loan status individual" + }, + "name": { + "id": "field.loansout_common.loanIndividual.name", + "defaultMessage": "Individual" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "loanStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_common.loanStatus.fullName", + "defaultMessage": "Loan status" + }, + "name": { + "id": "field.loansout_common.loanStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "loanoutstatus" + } + } + } + }, + "loanStatusDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.loansout_common.loanStatusDate.fullName", + "defaultMessage": "Loan status date" + }, + "name": { + "id": "field.loansout_common.loanStatusDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "loanStatusNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.loansout_common.loanStatusNote.fullName", + "defaultMessage": "Loan status note" + }, + "name": { + "id": "field.loansout_common.loanStatusNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "loanOutDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.loansout_common.loanOutDate.name", + "defaultMessage": "Loan out date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "loanReturnDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.loansout_common.loanReturnDate.name", + "defaultMessage": "Loan return date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "loanRenewalApplicationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.loansout_common.loanRenewalApplicationDate.name", + "defaultMessage": "Loan renewal application date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.loanout.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "loanOutNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanPurpose" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "lender", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "lendersAuthorizer" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "lendersContact" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "lendersAuthorizationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "borrower", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "borrower" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "borrowersContact" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "borrowersAuthorizer" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "borrowersAuthorizationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "specialConditionsOfLoan" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanOutNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanStatusGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "loanStatusGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "loanGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanIndividual" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanStatusDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanStatusNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "loanOutDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanReturnDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "loanRenewalApplicationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "loanout" + }, + "location": { + "messages": { + "record": { + "name": { + "id": "record.location.name", + "defaultMessage": "Storage Location" + }, + "collectionName": { + "id": "record.location.collectionName", + "defaultMessage": "Storage Locations" + } + }, + "panel": { + "info": { + "id": "panel.location.info", + "defaultMessage": "Storage Location Information" + }, + "hierarchy": { + "id": "panel.location.hierarchy", + "defaultMessage": "Hierarchy" + } + }, + "inputTable": { + "termSource": { + "id": "inputTable.location.termSource", + "defaultMessage": "Source" + } + } + }, + "serviceConfig": { + "serviceName": "Locations", + "servicePath": "locationauthorities", + "serviceType": "authority", + "objectName": "Locationitem", + "documentName": "locations" + }, + "vocabularies": { + "all": { + "messages": { + "name": { + "id": "vocab.location.all.name", + "defaultMessage": "All" + }, + "collectionName": { + "id": "vocab.location.all.collectionName", + "defaultMessage": "All Locations" + }, + "itemName": { + "id": "vocab.location.all.itemName", + "defaultMessage": "Location" + } + }, + "serviceConfig": { + "servicePath": "_ALL_" + }, + "type": "all", + "name": "all" + }, + "local": { + "messages": { + "name": { + "id": "vocab.location.local.name", + "defaultMessage": "Local" + }, + "collectionName": { + "id": "vocab.location.local.collectionName", + "defaultMessage": "Local Storage Locations" + }, + "itemName": { + "id": "vocab.location.local.itemName", + "defaultMessage": "Local Storage Location" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(location)" + }, + "sortOrder": 0, + "name": "local" + }, + "offsite": { + "messages": { + "name": { + "id": "vocab.location.offsite.name", + "defaultMessage": "Offsite" + }, + "collectionName": { + "id": "vocab.location.offsite.collectionName", + "defaultMessage": "Offsite Storage Locations" + }, + "itemName": { + "id": "vocab.location.offsite.itemName", + "defaultMessage": "Offsite Storage Location" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(offsite_sla)" + }, + "name": "offsite" + } + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:locations_common/locTermGroupList/locTermGroup/termDisplayName" + }, + { + "op": "cont", + "path": "ns2:locations_common/locTermGroupList/locTermGroup/termName" + }, + { + "op": "eq", + "path": "ns2:locations_common/locTermGroupList/locTermGroup/termStatus" + }, + { + "op": "eq", + "path": "ns2:locations_common/locTermGroupList/locTermGroup/termFlag" + }, + { + "op": "eq", + "path": "ns2:locations_common/locTermGroupList/locTermGroup/termLanguage" + }, + { + "op": "eq", + "path": "ns2:locations_common/locationType" + }, + { + "op": "cont", + "path": "ns2:locations_common/securityNote" + }, + { + "op": "cont", + "path": "ns2:locations_common/address" + }, + { + "op": "cont", + "path": "ns2:locations_common/accessNote" + }, + { + "op": "cont", + "path": "ns2:locations_common/conditionGroupList/conditionGroup/conditionNote" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "workflowState": { + "flexGrow": 0, + "flexShrink": 0, + "order": 10, + "width": 32 + }, + "termDisplayName": { + "messages": { + "label": { + "id": "column.location.default.termDisplayName", + "defaultMessage": "Display name" + } + }, + "order": 20, + "sortBy": "locations_common:locTermGroupList/0/termDisplayName", + "width": 250 + }, + "termStatus": { + "messages": { + "label": { + "id": "column.location.default.termStatus", + "defaultMessage": "Term status" + } + }, + "order": 30, + "sortBy": "locations_common:locTermGroupList/0/termStatus", + "width": 250 + }, + "vocabulary": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.location.default.vocabulary", + "defaultMessage": "Vocabulary" + } + }, + "order": 40, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.location.search.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 50, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:locations_common" + } + } + }, + "rel:relations-common-list": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/relation" + } + }, + "relation-list-item": { + "[config]": { + "view": { + "type": "HierarchyInput", + "props": { + "messages": { + "parent": { + "id": "hierarchyInput.location.parent", + "defaultMessage": "Broader location" + }, + "children": { + "id": "hierarchyInput.location.children", + "defaultMessage": "Narrower locations" + }, + "siblings": { + "id": "hierarchyInput.location.siblings", + "defaultMessage": "Adjacent locations" + } + } + } + } + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:locations_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:locations_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/location" + } + }, + "csid": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.csid.name", + "defaultMessage": "System CSID" + } + }, + "searchDisabled": true, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/location" + } + } + } + }, + "inAuthority": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.inAuthority.name", + "defaultMessage": "System authority CSID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/location" + } + } + } + }, + "refName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.refName.name", + "defaultMessage": "System ref name" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/location" + } + } + } + }, + "shortIdentifier": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.shortIdentifier.name", + "defaultMessage": "System short ID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/location" + } + } + } + }, + "locTermGroupList": { + "[config]": { + "messages": { + "required": { + "id": "field.locations_common.locTermGroupList.required", + "defaultMessage": "At least one term display name is required. Please enter a value." + } + }, + "required": true, + "view": { + "type": "CompoundInput" + } + }, + "locTermGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.locations_common.locTermGroup.name", + "defaultMessage": "Term" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "termDisplayName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.termDisplayName.fullName", + "defaultMessage": "Term display name" + }, + "name": { + "id": "field.locations_common.termDisplayName.name", + "defaultMessage": "Display name" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "termName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.termName.fullName", + "defaultMessage": "Term name" + }, + "name": { + "id": "field.locations_common.termName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.termType.fullName", + "defaultMessage": "Term type" + }, + "name": { + "id": "field.locations_common.termType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "locationTermTypes" + } + } + } + }, + "termFlag": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.termFlag.fullName", + "defaultMessage": "Term flag" + }, + "name": { + "id": "field.locations_common.termFlag.name", + "defaultMessage": "Flag" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "locationtermflag" + } + } + } + }, + "termStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.termStatus.fullName", + "defaultMessage": "Term status" + }, + "name": { + "id": "field.locations_common.termStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "locationTermStatuses" + } + } + } + }, + "termQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.termQualifier.fullName", + "defaultMessage": "Term qualifier" + }, + "name": { + "id": "field.locations_common.termQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.termLanguage.fullName", + "defaultMessage": "Term language" + }, + "name": { + "id": "field.locations_common.termLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "termPrefForLang": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.locations_common.termPrefForLang.fullName", + "defaultMessage": "Term preferred for lang" + }, + "name": { + "id": "field.locations_common.termPrefForLang.name", + "defaultMessage": "Preferred for lang" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "termSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.termSource.fullName", + "defaultMessage": "Term source name" + }, + "groupName": { + "id": "field.locations_common.termSource.groupName", + "defaultMessage": "Source name" + }, + "name": { + "id": "field.locations_common.termSource.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/shared,citation/worldcat" + } + } + } + }, + "termSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.termSourceDetail.fullName", + "defaultMessage": "Term source detail" + }, + "groupName": { + "id": "field.locations_common.termSourceDetail.groupName", + "defaultMessage": "Source detail" + }, + "name": { + "id": "field.locations_common.termSourceDetail.name", + "defaultMessage": "Detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceID": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.termSourceID.fullName", + "defaultMessage": "Term source ID" + }, + "groupName": { + "id": "field.locations_common.termSourceID.groupName", + "defaultMessage": "Source ID" + }, + "name": { + "id": "field.locations_common.termSourceID.name", + "defaultMessage": "ID" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.termSourceNote.fullName", + "defaultMessage": "Term source note" + }, + "groupName": { + "id": "field.locations_common.termSourceNote.groupName", + "defaultMessage": "Source note" + }, + "name": { + "id": "field.locations_common.termSourceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "locationType": { + "[config]": { + "messages": { + "name": { + "id": "field.locations_common.locationType.name", + "defaultMessage": "Storage location type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "locationtype" + } + } + } + }, + "securityNote": { + "[config]": { + "messages": { + "name": { + "id": "field.locations_common.securityNote.name", + "defaultMessage": "Security note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "address": { + "[config]": { + "messages": { + "name": { + "id": "field.locations_common.address.name", + "defaultMessage": "Address" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "accessNote": { + "[config]": { + "messages": { + "name": { + "id": "field.locations_common.accessNote.name", + "defaultMessage": "Access note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "conditionGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "conditionGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.conditionGroup.name", + "defaultMessage": "Condition note" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "conditionNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.locations_common.conditionNote.fullName", + "defaultMessage": "Condition note" + }, + "name": { + "id": "field.locations_common.conditionNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "conditionNoteDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.locations_common.conditionNoteDate.fullName", + "defaultMessage": "Condition note date" + }, + "name": { + "id": "field.locations_common.conditionNoteDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.location.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "locTermGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "locTermGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termDisplayName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termFlag" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termPrefForLang" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSource", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceDetail" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceID" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "locationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "securityNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "address" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "accessNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "conditionGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "conditionNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "conditionNoteDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "mini": { + "disabled": true, + "messages": { + "name": { + "id": "form.location.mini.name", + "defaultMessage": "Mini Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list", + "showChildren": false, + "showSiblings": false + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "locationType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "address" + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "location" + }, + "media": { + "messages": { + "record": { + "name": { + "id": "record.media.name", + "defaultMessage": "Media Handling" + }, + "collectionName": { + "id": "record.media.collectionName", + "defaultMessage": "Media Handling" + } + }, + "panel": { + "media": { + "id": "panel.media.media", + "defaultMessage": "Media Handling Information" + }, + "file": { + "id": "panel.media.file", + "defaultMessage": "File Information" + } + } + }, + "serviceConfig": { + "serviceName": "Media", + "servicePath": "media", + "serviceType": "procedure", + "objectName": "Media", + "documentName": "media" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:media_common/identificationNumber" + }, + { + "op": "cont", + "path": "ns2:media_common/title" + }, + { + "op": "eq", + "path": "ns2:media_common/creator" + }, + { + "op": "eq", + "path": "ns2:media_common/languageList/language" + }, + { + "op": "eq", + "path": "ns2:media_common/publisher" + }, + { + "op": "eq", + "path": "ns2:media_common/typeList/type" + }, + { + "op": "range", + "path": "ns2:media_common/dateGroupList/dateGroup" + }, + { + "op": "cont", + "path": "ns2:media_common/source" + }, + { + "op": "cont", + "path": "ns2:media_common/subjectList/subject" + }, + { + "op": "eq", + "path": "ns2:media_common/rightsHolder" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "blobCsid": { + "messages": { + "label": { + "id": "column.media.default.blobCsid", + "defaultMessage": "Thumbnail" + } + }, + "order": 10, + "width": 70 + }, + "identificationNumber": { + "messages": { + "label": { + "id": "column.media.default.identificationNumber", + "defaultMessage": "Identification number" + } + }, + "order": 20, + "sortBy": "media_common:identificationNumber", + "width": 200 + }, + "title": { + "messages": { + "label": { + "id": "column.media.default.title", + "defaultMessage": "Title" + } + }, + "order": 30, + "sortBy": "media_common:title", + "width": 380 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.media.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 40, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:media_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:media_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:media_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/media" + } + }, + "identificationNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.media_common.identificationNumber.inUse", + "defaultMessage": "The identification number {value} is in use by another record." + }, + "name": { + "id": "field.media_common.identificationNumber.name", + "defaultMessage": "Identification number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "media" + } + } + } + }, + "title": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.title.name", + "defaultMessage": "Title" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "externalUrl": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.externalUrl.name", + "defaultMessage": "External URL" + } + }, + "view": { + "type": "URLInput" + } + } + }, + "measuredPartGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + }, + "extensionName": "dimension", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/media" + } + } + }, + "measuredPartGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.dimension.measuredPartGroup.name", + "defaultMessage": "Dimensions" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "measuredPart": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.measuredPart.fullName", + "defaultMessage": "Measured part" + }, + "name": { + "id": "field.ext.dimension.measuredPart.name", + "defaultMessage": "Part" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "measuredParts" + } + } + } + }, + "dimensionSummary": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.dimensionSummary.fullName", + "defaultMessage": "Dimension summary" + }, + "name": { + "id": "field.ext.dimension.dimensionSummary.name", + "defaultMessage": "Summary" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "dimensionSubGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "dimensionSubGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.dimension.dimensionSubGroup.name", + "defaultMessage": "Measurement" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "dimension": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.dimension.fullName", + "defaultMessage": "Measurement dimension" + }, + "name": { + "id": "field.ext.dimension.dimension.name", + "defaultMessage": "Dimension" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dimensions" + } + } + } + }, + "measuredBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.dimension.measuredBy.name", + "defaultMessage": "Measured by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "measurementMethod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.measurementMethod.fullName", + "defaultMessage": "Measurement method" + }, + "name": { + "id": "field.ext.dimension.measurementMethod.name", + "defaultMessage": "Method" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "measurementMethods" + } + } + } + }, + "value": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.ext.dimension.value.fullName", + "defaultMessage": "Measurement value" + }, + "name": { + "id": "field.ext.dimension.value.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "measurementUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.measurementUnit.fullName", + "defaultMessage": "Measurement unit" + }, + "name": { + "id": "field.ext.dimension.measurementUnit.name", + "defaultMessage": "Unit" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "measurementUnits" + } + } + } + }, + "valueQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.valueQualifier.fullName", + "defaultMessage": "Measurement qualifier" + }, + "name": { + "id": "field.ext.dimension.valueQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "valueDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.dimension.valueDate.fullName", + "defaultMessage": "Measurement date" + }, + "name": { + "id": "field.ext.dimension.valueDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "dimensionNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.dimension.dimensionNote.fullName", + "defaultMessage": "Measurement note" + }, + "name": { + "id": "field.ext.dimension.dimensionNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + }, + "contributor": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.contributor.name", + "defaultMessage": "Contributor" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "creator": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.creator.name", + "defaultMessage": "Creator" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "languageList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "language": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.language.name", + "defaultMessage": "Language" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + } + }, + "publisher": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.publisher.name", + "defaultMessage": "Publisher" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "relationList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "relation": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.relation.name", + "defaultMessage": "Relation" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "copyrightStatement": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.copyrightStatement.name", + "defaultMessage": "Copyright statement" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "typeList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "type": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.type.name", + "defaultMessage": "Type" + } + }, + "repeating": true, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "mediaTypes" + } + } + } + } + }, + "coverage": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.coverage.name", + "defaultMessage": "Coverage" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "dateGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "dateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.media_common.dateGroup.name", + "defaultMessage": "Date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + } + } + }, + "source": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.source.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "subjectList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "subject": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.subject.name", + "defaultMessage": "Subject" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "rightsHolder": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.rightsHolder.name", + "defaultMessage": "Rights holder" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "description": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.description.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "publishToList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "publishTo": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.publishTo.name", + "defaultMessage": "Publish to" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "publishto" + } + } + } + } + }, + "altText": { + "[config]": { + "messages": { + "name": { + "id": "field.media_common.altText.name", + "defaultMessage": "Alt text" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.media.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "name": "media", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "identificationNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "title" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "publishToList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "publishTo" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "file", + "collapsible": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "blob", + "showDetachButton": true + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "externalUrl" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "measuredPartGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "measuredPart" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSummary" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dimensionSubGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dimension" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measuredBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "value" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "measurementUnit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contributor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "creator" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "languageList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "language" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publisher" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "relationList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "copyrightStatement" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "typeList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "type" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coverage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "dateGroup" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "source" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "subjectList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "subject" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "rightsHolder" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "description" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "altText" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "subrecords": { + "blob": { + "recordType": "blob", + "csidField": [ + "document", + "ns2:media_common", + "blobCsid" + ], + "saveStage": "before" + } + }, + "name": "media" + }, + "movement": { + "messages": { + "record": { + "name": { + "id": "record.movement.name", + "defaultMessage": "Location/Movement/Inventory" + }, + "collectionName": { + "id": "record.movement.collectionName", + "defaultMessage": "Location/Movement/Inventory" + } + }, + "panel": { + "location": { + "id": "panel.movement.location", + "defaultMessage": "Object Location Information" + }, + "movement": { + "id": "panel.movement.movement", + "defaultMessage": "Movement Information" + }, + "inventory": { + "id": "panel.movement.inventory", + "defaultMessage": "Inventory Information" + } + }, + "inputTable": { + "currentLocation": { + "id": "inputTable.movement.currentLocation", + "defaultMessage": "Current location" + } + } + }, + "serviceConfig": { + "serviceName": "Movements", + "servicePath": "movements", + "serviceType": "procedure", + "objectName": "Movement", + "documentName": "movements" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:movements_common/movementReferenceNumber" + }, + { + "op": "eq", + "path": "ns2:movements_common/normalLocation" + }, + { + "op": "eq", + "path": "ns2:movements_common/currentLocation" + }, + { + "op": "range", + "path": "ns2:movements_common/locationDate" + }, + { + "op": "eq", + "path": "ns2:movements_common/reasonForMove" + }, + { + "op": "eq", + "path": "ns2:movements_common/movementMethods/movementMethod" + }, + { + "op": "range", + "path": "ns2:movements_common/plannedRemovalDate" + }, + { + "op": "range", + "path": "ns2:movements_common/removalDate" + }, + { + "op": "eq", + "path": "ns2:movements_common/movementContact" + }, + { + "op": "eq", + "path": "ns2:movements_common/inventoryActionRequired" + }, + { + "op": "eq", + "path": "ns2:movements_common/frequencyForInventory" + }, + { + "op": "range", + "path": "ns2:movements_common/inventoryDate" + }, + { + "op": "range", + "path": "ns2:movements_common/nextInventoryDate" + }, + { + "op": "eq", + "path": "ns2:movements_common/inventoryContactList/inventoryContact" + }, + { + "op": "cont", + "path": "ns2:movements_common/inventoryNote" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "workflowState": { + "flexGrow": 0, + "flexShrink": 0, + "order": 10, + "width": 32 + }, + "movementReferenceNumber": { + "messages": { + "label": { + "id": "column.movement.default.movementReferenceNumber", + "defaultMessage": "Reference number" + } + }, + "order": 20, + "sortBy": "movements_common:movementReferenceNumber", + "width": 230 + }, + "currentLocation": { + "messages": { + "label": { + "id": "column.movement.default.currentLocation", + "defaultMessage": "Current location" + } + }, + "order": 30, + "sortBy": "movements_common:currentLocation", + "width": 250 + }, + "locationDate": { + "messages": { + "label": { + "id": "column.movement.default.locationDate", + "defaultMessage": "Location date" + } + }, + "order": 35, + "sortBy": "movements_common:locationDate", + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.movement.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 40, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:movements_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:movements_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:movements_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/movement" + } + }, + "movementReferenceNumber": { + "[config]": { + "messages": { + "inUse": { + "id": "field.movements_common.movementReferenceNumber.inUse", + "defaultMessage": "The reference number {value} is in use by another record." + }, + "name": { + "id": "field.movements_common.movementReferenceNumber.name", + "defaultMessage": "Reference number" + } + }, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "inventory,location,movement" + } + } + } + }, + "normalLocation": { + "[config]": { + "messages": { + "name": { + "id": "field.movements_common.normalLocation.name", + "defaultMessage": "Normal location" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "location/local,location/offsite,organization/local,organization/shared" + } + } + } + }, + "currentLocation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.movements_common.currentLocation.fullName", + "defaultMessage": "Current location" + }, + "name": { + "id": "field.movements_common.currentLocation.name", + "defaultMessage": "Location" + } + }, + "required": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "location/local,location/offsite,organization/local,organization/shared" + } + } + } + }, + "currentLocationFitness": { + "[config]": { + "messages": { + "fullName": { + "id": "field.movements_common.currentLocationFitness.fullName", + "defaultMessage": "Current location fitness" + }, + "name": { + "id": "field.movements_common.currentLocationFitness.name", + "defaultMessage": "Fitness" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "locationFitnesses" + } + } + } + }, + "currentLocationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.movements_common.currentLocationNote.fullName", + "defaultMessage": "Current location note" + }, + "name": { + "id": "field.movements_common.currentLocationNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "locationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.movements_common.locationDate.name", + "defaultMessage": "Location date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "reasonForMove": { + "[config]": { + "messages": { + "name": { + "id": "field.movements_common.reasonForMove.name", + "defaultMessage": "Reason for move" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "moveReasons" + } + } + } + }, + "movementMethods": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "movementMethod": { + "[config]": { + "messages": { + "name": { + "id": "field.movements_common.movementMethod.name", + "defaultMessage": "Movement method" + } + }, + "repeating": true, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "moveMethods" + } + } + } + } + }, + "plannedRemovalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.movements_common.plannedRemovalDate.name", + "defaultMessage": "Planned removal date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "removalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.movements_common.removalDate.name", + "defaultMessage": "Removal date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "movementContact": { + "[config]": { + "messages": { + "fullName": { + "id": "field.movements_common.movementContact.fullName", + "defaultMessage": "Movement contact" + }, + "name": { + "id": "field.movements_common.movementContact.name", + "defaultMessage": "Contact" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "movementNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.movements_common.movementNote.fullName", + "defaultMessage": "Movement note" + }, + "name": { + "id": "field.movements_common.movementNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "inventoryActionRequired": { + "[config]": { + "messages": { + "name": { + "id": "field.movements_common.inventoryActionRequired.name", + "defaultMessage": "Inventory action required" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "invActions" + } + } + } + }, + "frequencyForInventory": { + "[config]": { + "messages": { + "name": { + "id": "field.movements_common.frequencyForInventory.name", + "defaultMessage": "Inventory frequency" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "invFreqs" + } + } + } + }, + "inventoryDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.movements_common.inventoryDate.name", + "defaultMessage": "Inventory date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nextInventoryDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.movements_common.nextInventoryDate.name", + "defaultMessage": "Next inventory date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "inventoryContactList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "inventoryContact": { + "[config]": { + "messages": { + "fullName": { + "id": "field.movements_common.inventoryContact.fullName", + "defaultMessage": "Inventory contact" + }, + "name": { + "id": "field.movements_common.inventoryContact.name", + "defaultMessage": "Contact" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + } + }, + "inventoryNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.movements_common.inventoryNote.fullName", + "defaultMessage": "Inventory note" + }, + "name": { + "id": "field.movements_common.inventoryNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.movement.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "location", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "movementReferenceNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "normalLocation" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentLocation", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "currentLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationFitness" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "currentLocationNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "locationDate" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "movement", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "reasonForMove" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "movementMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "movementMethod" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "plannedRemovalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "removalDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "movementContact" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "movementNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventory", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "inventoryActionRequired" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "frequencyForInventory" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "inventoryDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nextInventoryDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "inventoryContactList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "inventoryContact" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventoryNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "lockable": true, + "lockOnSave": "prompt", + "name": "movement" + }, + "object": { + "messages": { + "record": { + "name": { + "id": "record.object.name", + "defaultMessage": "Object" + }, + "collectionName": { + "id": "record.object.collectionName", + "defaultMessage": "Objects" + } + } + }, + "serviceConfig": { + "servicePath": "servicegroups/object/items", + "serviceType": "utility", + "objectName": "ServiceGroup/Object" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "docNumber": { + "messages": { + "label": { + "id": "column.object.default.docNumber", + "defaultMessage": "Record" + } + }, + "order": 10, + "width": 200 + }, + "docName": { + "messages": { + "label": { + "id": "column.object.default.docName", + "defaultMessage": "Summary" + } + }, + "order": 20, + "width": 300 + }, + "docType": { + "messages": { + "label": { + "id": "column.object.default.docType", + "defaultMessage": "Type" + } + }, + "order": 30, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.object.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 40, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core" + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + } + } + }, + "name": "object" + }, + "objectexit": { + "messages": { + "record": { + "name": { + "id": "record.objectexit.name", + "defaultMessage": "Object Exit" + }, + "collectionName": { + "id": "record.objectexit.collectionName", + "defaultMessage": "Object Exits" + } + }, + "panel": { + "info": { + "id": "panel.objectexit.info", + "defaultMessage": "Object Exit Information" + }, + "deaccessionDisposalInfo": { + "id": "panel.objectexit.deaccessionDisposalInfo", + "defaultMessage": "Deaccession and Disposal Information" + } + }, + "inputTable": { + "disposal": { + "id": "inputTable.objectexit.disposal", + "defaultMessage": "Disposal" + }, + "groupDisposal": { + "id": "inputTable.objectexit.groupDisposal", + "defaultMessage": "Group disposal" + } + } + }, + "serviceConfig": { + "serviceName": "ObjectExit", + "servicePath": "objectexit", + "serviceType": "procedure", + "objectName": "ObjectExit", + "documentName": "objectexit" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:objectexit_common/exitNumber" + }, + { + "op": "range", + "path": "ns2:objectexit_common/exitDateGroup" + }, + { + "op": "eq", + "path": "ns2:objectexit_common/exitReason" + }, + { + "op": "eq", + "path": "ns2:objectexit_common/exitMethods/exitMethod" + }, + { + "op": "eq", + "path": "ns2:objectexit_common/currentOwner" + }, + { + "op": "eq", + "path": "ns2:objectexit_common/depositor" + }, + { + "op": "cont", + "path": "ns2:objectexit_common/exitNote" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "exitNumber": { + "messages": { + "label": { + "id": "column.objectexit.default.exitNumber", + "defaultMessage": "Exit number" + } + }, + "order": 10, + "sortBy": "objectexit_common:exitNumber", + "width": 200 + }, + "currentOwner": { + "messages": { + "label": { + "id": "column.objectexit.default.currentOwner", + "defaultMessage": "Current owner" + } + }, + "order": 20, + "sortBy": "objectexit_common:currentOwner", + "width": 450 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.objectexit.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:objectexit_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:objectexit_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:objectexit_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/objectexit" + } + }, + "exitNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.objectexit_common.exitNumber.inUse", + "defaultMessage": "The exit number {value} is in use by another record." + }, + "name": { + "id": "field.objectexit_common.exitNumber.name", + "defaultMessage": "Exit number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "objectexit" + } + } + } + }, + "exitDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.exitDateGroup.name", + "defaultMessage": "Exit date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "exitReason": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.exitReason.name", + "defaultMessage": "Exit reason" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "exitReasons" + } + } + } + }, + "exitMethods": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "exitMethod": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.exitMethod.name", + "defaultMessage": "Exit method" + } + }, + "repeating": true, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "exitMethods" + } + } + } + } + }, + "exitQuantity": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "name": { + "id": "field.objectexit_common.exitQuantity.name", + "defaultMessage": "Exit quantity" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "currentOwner": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.currentOwner.name", + "defaultMessage": "Current owner" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "depositor": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.depositor.name", + "defaultMessage": "Depositor" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "exitNote": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.exitNote.name", + "defaultMessage": "Exit note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "packingNote": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.packingNote.name", + "defaultMessage": "Packing note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "displosalNewObjectNumber": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.displosalNewObjectNumber.name", + "defaultMessage": "Disposal new object number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "deaccessionAuthorizer": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.deaccessionAuthorizer.name", + "defaultMessage": "Deaccession authorizer" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "authorizationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.authorizationDate.name", + "defaultMessage": "Authorization date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "deacApprovalGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "deacApprovalGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.deacApprovalGroup.name", + "defaultMessage": "Deaccession approval" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "deaccessionApprovalGroup": { + "[config]": { + "messages": { + "fullName": { + "id": "field.objectexit_common.deaccessionApprovalGroup.fullName", + "defaultMessage": "Deaccession approval group" + }, + "name": { + "id": "field.objectexit_common.deaccessionApprovalGroup.name", + "defaultMessage": "Group" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "deaccessionapprovalgroup" + } + } + } + }, + "deaccessionApprovalIndividual": { + "[config]": { + "messages": { + "fullName": { + "id": "field.objectexit_common.deaccessionApprovalIndividual.fullName", + "defaultMessage": "Deaccession approval individual" + }, + "name": { + "id": "field.objectexit_common.deaccessionApprovalIndividual.name", + "defaultMessage": "Individual" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "deaccessionApprovalStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.objectexit_common.deaccessionApprovalStatus.fullName", + "defaultMessage": "Deaccession approval status" + }, + "name": { + "id": "field.objectexit_common.deaccessionApprovalStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "deaccessionapprovalstatus" + } + } + } + }, + "deaccessionApprovalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.objectexit_common.deaccessionApprovalDate.fullName", + "defaultMessage": "Deaccession approval status date" + }, + "name": { + "id": "field.objectexit_common.deaccessionApprovalDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "deaccessionApprovalNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.objectexit_common.deaccessionApprovalNote.fullName", + "defaultMessage": "Deaccession approval note" + }, + "name": { + "id": "field.objectexit_common.deaccessionApprovalNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "deaccessionDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.deaccessionDate.name", + "defaultMessage": "Deaccession date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "disposalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.objectexit_common.disposalDate.name", + "defaultMessage": "Disposal date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "disposalMethod": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.disposalMethod.name", + "defaultMessage": "Disposal method" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "disposalmethod" + } + } + } + }, + "displosalReason": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.displosalReason.name", + "defaultMessage": "Disposal reason" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "disposalProposedRecipient": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.disposalProposedRecipient.name", + "defaultMessage": "Disposal proposed recipient" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "disposalRecipient": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.disposalRecipient.name", + "defaultMessage": "Disposal recipient" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "disposalCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.objectexit_common.disposalCurrency.fullName", + "defaultMessage": "Disposal currency" + }, + "name": { + "id": "field.objectexit_common.disposalCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "displosalValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.objectexit_common.displosalValue.name", + "defaultMessage": "Value" + }, + "fullName": { + "id": "field.objectexit_common.displosalValue.fullName", + "defaultMessage": "Disposal value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "groupDisposalCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.objectexit_common.groupDisposalCurrency.fullName", + "defaultMessage": "Group disposal currency" + }, + "name": { + "id": "field.objectexit_common.groupDisposalCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "groupDisplosalValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.objectexit_common.groupDisplosalValue.name", + "defaultMessage": "Value" + }, + "fullName": { + "id": "field.objectexit_common.groupDisposalValue.fullName", + "defaultMessage": "Group disposal value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "displosalProvisos": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.displosalProvisos.name", + "defaultMessage": "Disposal provisos" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "displosalNote": { + "[config]": { + "messages": { + "name": { + "id": "field.objectexit_common.displosalNote.name", + "defaultMessage": "Disposal note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.objectexit.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "exitNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exitDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exitReason" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "exitQuantity" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exitMethods", + "children": { + "key": null, + "ref": null, + "props": { + "name": "exitMethod" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "deacApprovalGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "deacApprovalGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "deaccessionApprovalGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "deaccessionApprovalIndividual" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "deaccessionApprovalStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "deaccessionApprovalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "deaccessionApprovalNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "exitNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "packingNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "deaccessionDisposalInfo", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "deaccessionDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "disposalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "disposalMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "displosalReason" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "disposalProposedRecipient" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "disposalRecipient" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "disposal", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "disposalCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "displosalValue" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "groupDisposal", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "groupDisposalCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "groupDisplosalValue" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "displosalProvisos" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "displosalNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "objectexit" + }, + "organization": { + "messages": { + "record": { + "name": { + "id": "record.organization.name", + "defaultMessage": "Organization" + }, + "collectionName": { + "id": "record.organization.collectionName", + "defaultMessage": "Organizations" + } + }, + "panel": { + "info": { + "id": "panel.organization.info", + "defaultMessage": "Organization Information" + }, + "hierarchy": { + "id": "panel.organization.hierarchy", + "defaultMessage": "Hierarchy" + } + }, + "inputTable": { + "nameDetail": { + "id": "inputTable.organization.nameDetail", + "defaultMessage": "Name detail" + }, + "termSource": { + "id": "inputTable.organization.termSource", + "defaultMessage": "Source" + } + } + }, + "serviceConfig": { + "serviceName": "Organizations", + "servicePath": "orgauthorities", + "serviceType": "authority", + "objectName": "Organization", + "documentName": "organizations" + }, + "subrecords": { + "contact": { + "recordType": "contact", + "subresource": "contacts", + "saveStage": "after" + } + }, + "vocabularies": { + "all": { + "messages": { + "name": { + "id": "vocab.organization.all.name", + "defaultMessage": "All" + }, + "collectionName": { + "id": "vocab.organization.all.collectionName", + "defaultMessage": "All Organizations" + }, + "itemName": { + "id": "vocab.organization.all.itemName", + "defaultMessage": "Organization" + } + }, + "serviceConfig": { + "servicePath": "_ALL_" + }, + "type": "all", + "name": "all" + }, + "local": { + "messages": { + "name": { + "id": "vocab.organization.local.name", + "defaultMessage": "Local" + }, + "collectionName": { + "id": "vocab.organization.local.collectionName", + "defaultMessage": "Local Organizations" + }, + "itemName": { + "id": "vocab.organization.local.itemName", + "defaultMessage": "Local Organization" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(organization)" + }, + "sortOrder": 0, + "name": "local" + }, + "ulan": { + "messages": { + "name": { + "id": "vocab.organization.ulan.name", + "defaultMessage": "ULAN" + }, + "collectionName": { + "id": "vocab.organization.ulan.collectionName", + "defaultMessage": "ULAN Organizations" + }, + "itemName": { + "id": "vocab.organization.ulan.itemName", + "defaultMessage": "ULAN Organization" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(ulan_oa)" + }, + "name": "ulan" + } + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:organizations_common/orgTermGroupList/orgTermGroup/termDisplayName" + }, + { + "op": "cont", + "path": "ns2:organizations_common/orgTermGroupList/orgTermGroup/termName" + }, + { + "op": "eq", + "path": "ns2:organizations_common/orgTermGroupList/orgTermGroup/termStatus" + }, + { + "op": "eq", + "path": "ns2:organizations_common/orgTermGroupList/orgTermGroup/termFlag" + }, + { + "op": "eq", + "path": "ns2:organizations_common/orgTermGroupList/orgTermGroup/termLanguage" + }, + { + "op": "eq", + "path": "ns2:organizations_common/organizationRecordTypes/organizationRecordType" + }, + { + "op": "range", + "path": "ns2:organizations_common/foundingDateGroup" + }, + { + "op": "cont", + "path": "ns2:organizations_common/foundingPlace" + }, + { + "op": "range", + "path": "ns2:organizations_common/dissolutionDateGroup" + }, + { + "op": "cont", + "path": "ns2:organizations_common/groups/group" + }, + { + "op": "cont", + "path": "ns2:organizations_common/functions/function" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "workflowState": { + "flexGrow": 0, + "flexShrink": 0, + "order": 10, + "width": 32 + }, + "termDisplayName": { + "messages": { + "label": { + "id": "column.organization.default.termDisplayName", + "defaultMessage": "Display name" + } + }, + "order": 20, + "sortBy": "organizations_common:orgTermGroupList/0/termDisplayName", + "width": 250 + }, + "termStatus": { + "messages": { + "label": { + "id": "column.organization.default.termStatus", + "defaultMessage": "Term status" + } + }, + "order": 30, + "sortBy": "organizations_common:orgTermGroupList/0/termStatus", + "width": 250 + }, + "vocabulary": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.organization.default.vocabulary", + "defaultMessage": "Vocabulary" + } + }, + "order": 40, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.organization.search.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 50, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:organizations_common" + } + } + }, + "rel:relations-common-list": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/relation" + } + }, + "relation-list-item": { + "[config]": { + "view": { + "type": "HierarchyInput", + "props": { + "messages": { + "parent": { + "id": "hierarchyInput.organization.parent", + "defaultMessage": "Broader organization" + }, + "children": { + "id": "hierarchyInput.organization.children", + "defaultMessage": "Narrower organizations" + }, + "siblings": { + "id": "hierarchyInput.organization.siblings", + "defaultMessage": "Adjacent organizations" + } + } + } + } + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:organizations_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:organizations_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/organization" + } + }, + "csid": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.csid.name", + "defaultMessage": "System CSID" + } + }, + "searchDisabled": true, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/organization" + } + } + } + }, + "inAuthority": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.inAuthority.name", + "defaultMessage": "System authority CSID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/organization" + } + } + } + }, + "refName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.refName.name", + "defaultMessage": "System ref name" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/organization" + } + } + } + }, + "shortIdentifier": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.shortIdentifier.name", + "defaultMessage": "System short ID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/organization" + } + } + } + }, + "orgTermGroupList": { + "[config]": { + "messages": { + "required": { + "id": "field.organizations_common.orgTermGroupList.required", + "defaultMessage": "At least one term display name is required. Please enter a value." + } + }, + "required": true, + "view": { + "type": "CompoundInput" + } + }, + "orgTermGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.organizations_common.orgTermGroup.name", + "defaultMessage": "Term" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "termDisplayName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.termDisplayName.fullName", + "defaultMessage": "Term display name" + }, + "name": { + "id": "field.organizations_common.termDisplayName.name", + "defaultMessage": "Display name" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "termName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.termName.fullName", + "defaultMessage": "Term name" + }, + "name": { + "id": "field.organizations_common.termName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.termType.fullName", + "defaultMessage": "Term type" + }, + "name": { + "id": "field.organizations_common.termType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "orgTermTypes" + } + } + } + }, + "termFlag": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.termFlag.fullName", + "defaultMessage": "Term flag" + }, + "name": { + "id": "field.organizations_common.termFlag.name", + "defaultMessage": "Flag" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "orgtermflag" + } + } + } + }, + "termStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.termStatus.fullName", + "defaultMessage": "Term status" + }, + "name": { + "id": "field.organizations_common.termStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "orgTermStatuses" + } + } + } + }, + "termQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.termQualifier.fullName", + "defaultMessage": "Term qualifier" + }, + "name": { + "id": "field.organizations_common.termQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.termLanguage.fullName", + "defaultMessage": "Term language" + }, + "name": { + "id": "field.organizations_common.termLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "termPrefForLang": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.organizations_common.termPrefForLang.fullName", + "defaultMessage": "Term preferred for lang" + }, + "name": { + "id": "field.organizations_common.termPrefForLang.name", + "defaultMessage": "Preferred for lang" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "mainBodyName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.mainBodyName.fullName", + "defaultMessage": "Term main body name" + }, + "name": { + "id": "field.organizations_common.mainBodyName.name", + "defaultMessage": "Main body name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "additionsToName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.additionsToName.fullName", + "defaultMessage": "Term name addition" + }, + "groupName": { + "id": "field.organizations_common.additionsToName.groupName", + "defaultMessage": "Name addition" + }, + "name": { + "id": "field.organizations_common.additionsToName.name", + "defaultMessage": "Addition" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.termSource.fullName", + "defaultMessage": "Term source name" + }, + "groupName": { + "id": "field.organizations_common.termSource.groupName", + "defaultMessage": "Source name" + }, + "name": { + "id": "field.organizations_common.termSource.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/worldcat" + } + } + } + }, + "termSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.termSourceDetail.fullName", + "defaultMessage": "Term source detail" + }, + "groupName": { + "id": "field.organizations_common.termSourceDetail.groupName", + "defaultMessage": "Source detail" + }, + "name": { + "id": "field.organizations_common.termSourceDetail.name", + "defaultMessage": "Detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceID": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.termSourceID.fullName", + "defaultMessage": "Term source ID" + }, + "groupName": { + "id": "field.organizations_common.termSourceID.groupName", + "defaultMessage": "Source ID" + }, + "name": { + "id": "field.organizations_common.termSourceID.name", + "defaultMessage": "ID" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.termSourceNote.fullName", + "defaultMessage": "Term source note" + }, + "groupName": { + "id": "field.organizations_common.termSourceNote.groupName", + "defaultMessage": "Source note" + }, + "name": { + "id": "field.organizations_common.termSourceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "organizationRecordTypes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "organizationRecordType": { + "[config]": { + "messages": { + "name": { + "id": "field.organizations_common.organizationRecordType.name", + "defaultMessage": "Organization type" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "organizationtype" + } + } + } + } + }, + "foundingDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.foundingDateGroup.name", + "defaultMessage": "Foundation date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "foundingPlace": { + "[config]": { + "messages": { + "name": { + "id": "field.organizations_common.foundingPlace.name", + "defaultMessage": "Foundation place" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "dissolutionDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.organizations_common.dissolutionDateGroup.name", + "defaultMessage": "Dissolution date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "contactGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "contactGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.organizations_common.contactGroup.name", + "defaultMessage": "Contact person" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "contactName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.contactName.fullName", + "defaultMessage": "Contact name" + }, + "name": { + "id": "field.organizations_common.contactName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "contactRole": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.contactRole.fullName", + "defaultMessage": "Contact role" + }, + "name": { + "id": "field.organizations_common.contactRole.name", + "defaultMessage": "Role" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "contactrole" + } + } + } + }, + "contactDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactDateGroup.fullName", + "defaultMessage": "Contact date" + }, + "groupName": { + "id": "field.organizations_common.contactDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.organizations_common.contactDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "contactEndDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.organizations_common.contactEndDateGroup.fullName", + "defaultMessage": "Contact end date" + }, + "groupName": { + "id": "field.organizations_common.contactEndDateGroup.groupName", + "defaultMessage": "End date" + }, + "name": { + "id": "field.organizations_common.contactEndDateGroup.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "contactStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.organizations_common.contactStatus.fullName", + "defaultMessage": "Contact status" + }, + "name": { + "id": "field.organizations_common.contactStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "contactstatus" + } + } + } + } + } + }, + "groups": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "group": { + "[config]": { + "messages": { + "name": { + "id": "field.organizations_common.group.name", + "defaultMessage": "Group" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "functions": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "function": { + "[config]": { + "messages": { + "name": { + "id": "field.organizations_common.function.name", + "defaultMessage": "Function" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "historyNotes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "historyNote": { + "[config]": { + "messages": { + "name": { + "id": "field.organizations_common.historyNote.name", + "defaultMessage": "History" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + }, + "ns2:contacts_common": { + "[config]": { + "cloneable": false + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.organization.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "orgTermGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "orgTermGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termDisplayName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termFlag" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termPrefForLang" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nameDetail", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "mainBodyName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "additionsToName" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSource", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceDetail" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceID" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "organizationRecordTypes", + "children": { + "key": null, + "ref": null, + "props": { + "name": "organizationRecordType" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "foundingDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "foundingPlace" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dissolutionDateGroup" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "groups", + "children": { + "key": null, + "ref": null, + "props": { + "name": "group" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "functions", + "children": { + "key": null, + "ref": null, + "props": { + "name": "function" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "historyNotes", + "children": { + "key": null, + "ref": null, + "props": { + "name": "historyNote" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contactGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "contactGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "contactName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contactRole" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contactDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contactEndDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contactStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contact" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "mini": { + "disabled": true, + "messages": { + "name": { + "id": "form.organization.mini.name", + "defaultMessage": "Mini Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list", + "showChildren": false, + "showSiblings": false + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "foundingDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dissolutionDateGroup" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "0", + "repeating": false, + "subpath": [ + "ns2:organizations_common", + "historyNotes", + "historyNote" + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "organization" + }, + "person": { + "messages": { + "record": { + "name": { + "id": "record.person.name", + "defaultMessage": "Person" + }, + "collectionName": { + "id": "record.person.collectionName", + "defaultMessage": "Persons" + } + }, + "panel": { + "info": { + "id": "panel.person.info", + "defaultMessage": "Person Information" + }, + "hierarchy": { + "id": "panel.person.hierarchy", + "defaultMessage": "Hierarchy" + } + }, + "inputTable": { + "nameDetail": { + "id": "inputTable.person.nameDetail", + "defaultMessage": "Name detail" + }, + "termSource": { + "id": "inputTable.person.termSource", + "defaultMessage": "Source" + } + } + }, + "serviceConfig": { + "serviceName": "Persons", + "servicePath": "personauthorities", + "serviceType": "authority", + "objectName": "Person", + "documentName": "persons" + }, + "subrecords": { + "contact": { + "recordType": "contact", + "subresource": "contacts", + "saveStage": "after" + } + }, + "vocabularies": { + "all": { + "messages": { + "name": { + "id": "vocab.person.all.name", + "defaultMessage": "All" + }, + "collectionName": { + "id": "vocab.person.all.collectionName", + "defaultMessage": "All Persons" + }, + "itemName": { + "id": "vocab.person.all.itemName", + "defaultMessage": "Person" + } + }, + "serviceConfig": { + "servicePath": "_ALL_" + }, + "type": "all", + "name": "all" + }, + "local": { + "messages": { + "name": { + "id": "vocab.person.local.name", + "defaultMessage": "Local" + }, + "collectionName": { + "id": "vocab.person.local.collectionName", + "defaultMessage": "Local Persons" + }, + "itemName": { + "id": "vocab.person.local.itemName", + "defaultMessage": "Local Person" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(person)" + }, + "sortOrder": 0, + "name": "local" + }, + "ulan": { + "messages": { + "name": { + "id": "vocab.person.ulan.name", + "defaultMessage": "ULAN" + }, + "collectionName": { + "id": "vocab.person.ulan.collectionName", + "defaultMessage": "ULAN Persons" + }, + "itemName": { + "id": "vocab.person.ulan.itemName", + "defaultMessage": "ULAN Person" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(ulan_pa)" + }, + "name": "ulan" + } + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:persons_common/personTermGroupList/personTermGroup/termDisplayName" + }, + { + "op": "eq", + "path": "ns2:persons_common/personTermGroupList/personTermGroup/termStatus" + }, + { + "op": "eq", + "path": "ns2:persons_common/personTermGroupList/personTermGroup/termFlag" + }, + { + "op": "eq", + "path": "ns2:persons_common/gender" + }, + { + "op": "cont", + "path": "ns2:persons_common/occupations/occupation" + }, + { + "op": "cont", + "path": "ns2:persons_common/schoolsOrStyles/schoolOrStyle" + }, + { + "op": "cont", + "path": "ns2:persons_common/groups/group" + }, + { + "op": "cont", + "path": "ns2:persons_common/nationalities/nationality" + }, + { + "op": "range", + "path": "ns2:persons_common/birthDateGroup" + }, + { + "op": "range", + "path": "ns2:persons_common/deathDateGroup" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "workflowState": { + "flexGrow": 0, + "flexShrink": 0, + "order": 10, + "width": 32 + }, + "termDisplayName": { + "messages": { + "label": { + "id": "column.person.default.termDisplayName", + "defaultMessage": "Display name" + } + }, + "order": 20, + "sortBy": "persons_common:personTermGroupList/0/termDisplayName", + "width": 250 + }, + "surName": { + "messages": { + "label": { + "id": "column.person.default.surName", + "defaultMessage": "Surname" + } + }, + "order": 30, + "sortBy": "persons_common:personTermGroupList/0/surName", + "width": 125 + }, + "foreName": { + "messages": { + "label": { + "id": "column.person.default.foreName", + "defaultMessage": "Forename" + } + }, + "order": 40, + "sortBy": "persons_common:personTermGroupList/0/foreName", + "width": 125 + }, + "vocabulary": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.person.default.vocabulary", + "defaultMessage": "Vocabulary" + } + }, + "order": 50, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.object.search.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 60, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:persons_common" + } + } + }, + "rel:relations-common-list": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/relation" + } + }, + "relation-list-item": { + "[config]": { + "view": { + "type": "HierarchyInput", + "props": { + "messages": { + "parent": { + "id": "hierarchyInput.person.parent", + "defaultMessage": "Broader person" + }, + "children": { + "id": "hierarchyInput.person.children", + "defaultMessage": "Narrower persons" + }, + "siblings": { + "id": "hierarchyInput.person.siblings", + "defaultMessage": "Adjacent persons" + } + } + } + } + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:persons_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:persons_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/person" + } + }, + "csid": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.csid.name", + "defaultMessage": "System CSID" + } + }, + "searchDisabled": true, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/person" + } + } + } + }, + "inAuthority": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.inAuthority.name", + "defaultMessage": "System authority CSID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/person" + } + } + } + }, + "refName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.refName.name", + "defaultMessage": "System ref name" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/person" + } + } + } + }, + "shortIdentifier": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.shortIdentifier.name", + "defaultMessage": "System short ID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/person" + } + } + } + }, + "personTermGroupList": { + "[config]": { + "messages": { + "required": { + "id": "field.persons_common.personTermGroupList.required", + "defaultMessage": "At least one term display name is required. Please enter a value." + } + }, + "required": true, + "view": { + "type": "CompoundInput" + } + }, + "personTermGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.personTermGroup.name", + "defaultMessage": "Term" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "termDisplayName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termDisplayName.fullName", + "defaultMessage": "Term display name" + }, + "name": { + "id": "field.persons_common.termDisplayName.name", + "defaultMessage": "Display name" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "termFormattedDisplayName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termFormattedDisplayName.fullName", + "defaultMessage": "Term formatted display name" + }, + "name": { + "id": "field.persons_common.termFormattedDisplayName.name", + "defaultMessage": "Formatted display name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termName.fullName", + "defaultMessage": "Term name" + }, + "name": { + "id": "field.persons_common.termName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-name" + } + } + } + }, + "termQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termQualifier.fullName", + "defaultMessage": "Term qualifier" + }, + "name": { + "id": "field.persons_common.termQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termStatus.fullName", + "defaultMessage": "Term status" + }, + "name": { + "id": "field.persons_common.termStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "personTermStatuses" + } + } + } + }, + "termType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termType.fullName", + "defaultMessage": "Term type" + }, + "name": { + "id": "field.persons_common.termType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "personTermTypes" + } + } + } + }, + "termFlag": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termFlag.fullName", + "defaultMessage": "Term flag" + }, + "name": { + "id": "field.persons_common.termFlag.name", + "defaultMessage": "Flag" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "persontermflag" + } + } + } + }, + "termLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termLanguage.fullName", + "defaultMessage": "Term language" + }, + "name": { + "id": "field.persons_common.termLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "termPrefForLang": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.persons_common.termPrefForLang.fullName", + "defaultMessage": "Term preferred for lang" + }, + "name": { + "id": "field.persons_common.termPrefForLang.name", + "defaultMessage": "Preferred for lang" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "salutation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.salutation.fullName", + "defaultMessage": "Term salutation" + }, + "name": { + "id": "field.persons_common.salutation.name", + "defaultMessage": "Salutation" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "salutations" + } + } + } + }, + "title": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.title.fullName", + "defaultMessage": "Term title" + }, + "name": { + "id": "field.persons_common.title.name", + "defaultMessage": "Title" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "personTitles" + } + } + } + }, + "foreName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.foreName.fullName", + "defaultMessage": "Term forename" + }, + "name": { + "id": "field.persons_common.foreName.name", + "defaultMessage": "Forename" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-name" + } + } + } + }, + "middleName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.middleName.fullName", + "defaultMessage": "Term middle name" + }, + "name": { + "id": "field.persons_common.middleName.name", + "defaultMessage": "Middle name" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-name" + } + } + } + }, + "surName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.surName.fullName", + "defaultMessage": "Term surname" + }, + "name": { + "id": "field.persons_common.surName.name", + "defaultMessage": "Surname" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-name" + } + } + } + }, + "nameAdditions": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.nameAdditions.fullName", + "defaultMessage": "Term name addition" + }, + "groupName": { + "id": "field.persons_common.nameAdditions.groupName", + "defaultMessage": "Name addition" + }, + "name": { + "id": "field.persons_common.nameAdditions.name", + "defaultMessage": "Addition" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "initials": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.initials.fullName", + "defaultMessage": "Term initials" + }, + "name": { + "id": "field.persons_common.initials.name", + "defaultMessage": "Initials" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termSource.fullName", + "defaultMessage": "Term source name" + }, + "groupName": { + "id": "field.persons_common.termSource.groupName", + "defaultMessage": "Source name" + }, + "name": { + "id": "field.persons_common.termSource.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/shared,citation/worldcat" + } + } + } + }, + "termSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termSourceDetail.fullName", + "defaultMessage": "Term source detail" + }, + "groupName": { + "id": "field.persons_common.termSourceDetail.groupName", + "defaultMessage": "Source detail" + }, + "name": { + "id": "field.persons_common.termSourceDetail.name", + "defaultMessage": "Detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceID": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termSourceID.fullName", + "defaultMessage": "Term source ID" + }, + "groupName": { + "id": "field.persons_common.termSourceID.groupName", + "defaultMessage": "Source ID" + }, + "name": { + "id": "field.persons_common.termSourceID.name", + "defaultMessage": "ID" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.persons_common.termSourceNote.fullName", + "defaultMessage": "Term source note" + }, + "groupName": { + "id": "field.persons_common.termSourceNote.groupName", + "defaultMessage": "Source note" + }, + "name": { + "id": "field.persons_common.termSourceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "personRecordTypes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "personRecordType": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.personRecordType.name", + "defaultMessage": "Person type" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "persontermtype" + } + } + } + } + }, + "gender": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.gender.name", + "defaultMessage": "Gender" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "genders" + } + } + } + }, + "occupations": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "occupation": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.occupation.name", + "defaultMessage": "Occupation" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "schoolsOrStyles": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "schoolOrStyle": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.schoolOrStyle.name", + "defaultMessage": "School/style" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "groups": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "group": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.group.name", + "defaultMessage": "Group" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "nationalities": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nationality": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.nationality.name", + "defaultMessage": "Nationality" + } + }, + "repeating": true, + "view": { + "type": "TextInput" + } + } + } + }, + "nameNote": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.nameNote.name", + "defaultMessage": "Name note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "birthDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.birthDateGroup.name", + "defaultMessage": "Birth date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "birthPlace": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.birthPlace.name", + "defaultMessage": "Place of birth" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "deathDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.persons_common.deathDateGroup.name", + "defaultMessage": "Death date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "deathPlace": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.deathPlace.name", + "defaultMessage": "Place of death" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "bioNote": { + "[config]": { + "messages": { + "name": { + "id": "field.persons_common.bioNote.name", + "defaultMessage": "Biographical note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "ns2:contacts_common": { + "[config]": { + "cloneable": false + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.person.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "personTermGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "personTermGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termDisplayName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termFlag" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termPrefForLang" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nameDetail", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "salutation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "title" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "foreName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "middleName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "surName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nameAdditions" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "initials" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSource", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceDetail" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceID" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "personRecordTypes", + "children": { + "key": null, + "ref": null, + "props": { + "name": "personRecordType" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "gender" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "occupations", + "children": { + "key": null, + "ref": null, + "props": { + "name": "occupation" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "schoolsOrStyles", + "children": { + "key": null, + "ref": null, + "props": { + "name": "schoolOrStyle" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "groups", + "children": { + "key": null, + "ref": null, + "props": { + "name": "group" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nationalities", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nationality" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nameNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "birthDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "birthPlace" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "deathDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "deathPlace" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "bioNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "contact" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "mini": { + "disabled": true, + "messages": { + "name": { + "id": "form.person.mini.name", + "defaultMessage": "Mini Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list", + "showChildren": false, + "showSiblings": false + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "birthDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "deathDateGroup" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "bioNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "person" + }, + "place": { + "messages": { + "record": { + "name": { + "id": "record.place.name", + "defaultMessage": "Place" + }, + "collectionName": { + "id": "record.place.collectionName", + "defaultMessage": "Places" + } + }, + "panel": { + "info": { + "id": "panel.place.info", + "defaultMessage": "Place Information" + }, + "localityInfo": { + "id": "panel.place.localityInfo", + "defaultMessage": "Locality Information" + }, + "geoRefInfo": { + "id": "panel.place.geoRefInfo", + "defaultMessage": "Georeference Information" + }, + "hierarchy": { + "id": "panel.place.hierarchy", + "defaultMessage": "Hierarchy" + } + }, + "inputTable": { + "nameDetail": { + "id": "inputTable.place.nameDetail", + "defaultMessage": "Name detail" + }, + "termSource": { + "id": "inputTable.place.termSource", + "defaultMessage": "Source" + } + } + }, + "serviceConfig": { + "serviceName": "Places", + "servicePath": "placeauthorities", + "serviceType": "authority", + "objectName": "Placeitem", + "documentName": "places" + }, + "vocabularies": { + "all": { + "messages": { + "name": { + "id": "vocab.place.all.name", + "defaultMessage": "All" + }, + "collectionName": { + "id": "vocab.place.all.collectionName", + "defaultMessage": "All Places" + }, + "itemName": { + "id": "vocab.place.all.itemName", + "defaultMessage": "Place" + } + }, + "serviceConfig": { + "servicePath": "_ALL_" + }, + "type": "all", + "name": "all" + }, + "local": { + "messages": { + "name": { + "id": "vocab.place.local.name", + "defaultMessage": "Local" + }, + "collectionName": { + "id": "vocab.place.local.collectionName", + "defaultMessage": "Local Places" + }, + "itemName": { + "id": "vocab.place.local.itemName", + "defaultMessage": "Local Place" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(place)" + }, + "sortOrder": 0, + "name": "local" + }, + "tgn": { + "messages": { + "name": { + "id": "vocab.place.tgn.name", + "defaultMessage": "TGN" + }, + "collectionName": { + "id": "vocab.place.tgn.collectionName", + "defaultMessage": "TGN Places" + }, + "itemName": { + "id": "vocab.place.tgn.itemName", + "defaultMessage": "TGN Place" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(tgn_place)" + }, + "name": "tgn" + } + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:places_common/placeTermGroupList/placeTermGroup/termDisplayName" + }, + { + "op": "cont", + "path": "ns2:places_common/placeTermGroupList/placeTermGroup/termName" + }, + { + "op": "eq", + "path": "ns2:places_common/placeTermGroupList/placeTermGroup/termStatus" + }, + { + "op": "eq", + "path": "ns2:places_common/placeTermGroupList/placeTermGroup/termFlag" + }, + { + "op": "eq", + "path": "ns2:places_common/placeTermGroupList/placeTermGroup/termLanguage" + }, + { + "op": "eq", + "path": "ns2:places_common/placeType" + }, + { + "op": "eq", + "path": "ns2:places_common/placeOwnerGroupList/placeOwnerGroup/owner" + }, + { + "op": "cont", + "path": "ns2:places_common/placeNote" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "workflowState": { + "flexGrow": 0, + "flexShrink": 0, + "order": 10, + "width": 32 + }, + "termDisplayName": { + "messages": { + "label": { + "id": "column.place.default.termDisplayName", + "defaultMessage": "Display name" + } + }, + "order": 20, + "sortBy": "places_common:placeTermGroupList/0/termDisplayName", + "width": 250 + }, + "termStatus": { + "messages": { + "label": { + "id": "column.place.default.termStatus", + "defaultMessage": "Term status" + } + }, + "order": 30, + "sortBy": "places_common:placeTermGroupList/0/termStatus", + "width": 250 + }, + "vocabulary": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.place.default.vocabulary", + "defaultMessage": "Vocabulary" + } + }, + "order": 40, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.place.search.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 50, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:places_common" + } + } + }, + "rel:relations-common-list": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/relation" + } + }, + "relation-list-item": { + "[config]": { + "view": { + "type": "HierarchyInput", + "props": { + "messages": { + "parent": { + "id": "hierarchyInput.place.parent", + "defaultMessage": "Broader place" + }, + "children": { + "id": "hierarchyInput.place.children", + "defaultMessage": "Narrower places" + }, + "siblings": { + "id": "hierarchyInput.place.siblings", + "defaultMessage": "Adjacent places" + } + } + } + } + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:places_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:places_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/place" + } + }, + "csid": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.csid.name", + "defaultMessage": "System CSID" + } + }, + "searchDisabled": true, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/place" + } + } + } + }, + "inAuthority": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.inAuthority.name", + "defaultMessage": "System authority CSID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/place" + } + } + } + }, + "refName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.refName.name", + "defaultMessage": "System ref name" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/place" + } + } + } + }, + "shortIdentifier": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.shortIdentifier.name", + "defaultMessage": "System short ID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/place" + } + } + } + }, + "placeTermGroupList": { + "[config]": { + "messages": { + "required": { + "id": "field.places_common.placeTermGroupList.required", + "defaultMessage": "At least one term display name is required. Please enter a value." + } + }, + "required": true, + "view": { + "type": "CompoundInput" + } + }, + "placeTermGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.placeTermGroup.name", + "defaultMessage": "Term" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "termDisplayName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.termDisplayName.fullName", + "defaultMessage": "Term display name" + }, + "name": { + "id": "field.places_common.termDisplayName.name", + "defaultMessage": "Display name" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "termName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.termName.fullName", + "defaultMessage": "Term name" + }, + "name": { + "id": "field.places_common.termName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-name" + } + } + } + }, + "termQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.termQualifier.fullName", + "defaultMessage": "Term qualifier" + }, + "name": { + "id": "field.places_common.termQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.termStatus.fullName", + "defaultMessage": "Term status" + }, + "name": { + "id": "field.places_common.termStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "placeTermStatuses" + } + } + } + }, + "termType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.termType.fullName", + "defaultMessage": "Term type" + }, + "name": { + "id": "field.places_common.termType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "placeTermTypes" + } + } + } + }, + "termFlag": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.termFlag.fullName", + "defaultMessage": "Term flag" + }, + "name": { + "id": "field.places_common.termFlag.name", + "defaultMessage": "Flag" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "placetermflag" + } + } + } + }, + "historicalStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.historicalStatus.fullName", + "defaultMessage": "Term historical status" + }, + "name": { + "id": "field.places_common.historicalStatus.name", + "defaultMessage": "Historical status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "placeHistoricalStatuses" + } + } + } + }, + "termLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.termLanguage.fullName", + "defaultMessage": "Term language" + }, + "name": { + "id": "field.places_common.termLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "termPrefForLang": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.places_common.termPrefForLang.fullName", + "defaultMessage": "Term preferred for lang" + }, + "name": { + "id": "field.places_common.termPrefForLang.name", + "defaultMessage": "Preferred for lang" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "nameAbbrev": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.nameAbbrev.fullName", + "defaultMessage": "Term abbreviation" + }, + "name": { + "id": "field.places_common.nameAbbrev.name", + "defaultMessage": "Abbreviation" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "nameNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.nameNote.fullName", + "defaultMessage": "Term note" + }, + "name": { + "id": "field.places_common.nameNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "nameDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.nameDateGroup.fullName", + "defaultMessage": "Term date" + }, + "name": { + "id": "field.places_common.nameDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "termSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.termSource.fullName", + "defaultMessage": "Term source name" + }, + "groupName": { + "id": "field.places_common.termSource.groupName", + "defaultMessage": "Source name" + }, + "name": { + "id": "field.places_common.termSource.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/shared,citation/worldcat" + } + } + } + }, + "termSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.termSourceDetail.fullName", + "defaultMessage": "Term source detail" + }, + "groupName": { + "id": "field.places_common.termSourceDetail.groupName", + "defaultMessage": "Source detail" + }, + "name": { + "id": "field.places_common.termSourceDetail.name", + "defaultMessage": "Detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceID": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.termSourceID.fullName", + "defaultMessage": "Term source ID" + }, + "groupName": { + "id": "field.places_common.termSourceID.groupName", + "defaultMessage": "Source ID" + }, + "name": { + "id": "field.places_common.termSourceID.name", + "defaultMessage": "ID" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.termSourceNote.fullName", + "defaultMessage": "Term source note" + }, + "groupName": { + "id": "field.places_common.termSourceNote.groupName", + "defaultMessage": "Source note" + }, + "name": { + "id": "field.places_common.termSourceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "placeType": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.placeType.name", + "defaultMessage": "Place type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "placeTypes" + } + } + } + }, + "placeSource": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.placeSource.name", + "defaultMessage": "Place source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "placeOwnerGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "placeOwnerGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.placeOwnerGroup.name", + "defaultMessage": "Ownership" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "owner": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.owner.name", + "defaultMessage": "Owner" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "ownershipDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.ownershipDateGroup.fullName", + "defaultMessage": "Ownership date" + }, + "name": { + "id": "field.places_common.ownershipDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "ownershipNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.ownershipNote.fullName", + "defaultMessage": "Ownership note" + }, + "name": { + "id": "field.places_common.ownershipNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "placeNote": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.placeNote.name", + "defaultMessage": "Place note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "addrGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + }, + "extensionName": "address", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/place" + } + } + }, + "addrGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.address.addrGroup.name", + "defaultMessage": "Address" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "addressType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressType.fullName", + "defaultMessage": "Address type" + }, + "name": { + "id": "field.ext.address.addressType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "addresstype" + } + } + } + }, + "addressPlace1": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressPlace1.fullName", + "defaultMessage": "Address line 1" + }, + "name": { + "id": "field.ext.address.addressPlace1.name", + "defaultMessage": "Line 1" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "addressPlace2": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressPlace2.fullName", + "defaultMessage": "Address line 2" + }, + "name": { + "id": "field.ext.address.addressPlace2.name", + "defaultMessage": "Line 2" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "addressMunicipality": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressMunicipality.fullName", + "defaultMessage": "Address municipality" + }, + "name": { + "id": "field.ext.address.addressMunicipality.name", + "defaultMessage": "Municipality" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local,place/tgn" + } + } + } + }, + "addressStateOrProvince": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressStateOrProvince.fullName", + "defaultMessage": "Address state/province" + }, + "name": { + "id": "field.ext.address.addressStateOrProvince.name", + "defaultMessage": "State/Province" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "autoComplete": "cspace-state", + "source": "place/local,place/tgn" + } + } + } + }, + "addressPostCode": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressPostCode.fullName", + "defaultMessage": "Address postal code" + }, + "name": { + "id": "field.ext.address.addressPostCode.name", + "defaultMessage": "Postal code" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-postcode" + } + } + } + }, + "addressCountry": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressCountry.fullName", + "defaultMessage": "Address country" + }, + "name": { + "id": "field.ext.address.addressCountry.name", + "defaultMessage": "Country" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "autoComplete": "cspace-country", + "source": "place/local,place/tgn" + } + } + } + } + } + }, + "vCoordinates": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.vCoordinates.name", + "defaultMessage": "Verbatim coords" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vLatitude": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.vLatitude.name", + "defaultMessage": "Verbatim latitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vLongitude": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.vLongitude.name", + "defaultMessage": "Verbatim longitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vCoordSys": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.vCoordSys.name", + "defaultMessage": "Coordinate system" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "coordinateSystems" + } + } + } + }, + "vSpatialReferenceSystem": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.vSpatialReferenceSystem.name", + "defaultMessage": "Spatial ref system" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "spatialRefSystems" + } + } + } + }, + "vUnitofMeasure": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.vUnitofMeasure.name", + "defaultMessage": "Unit of measure" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "localityUnits" + } + } + } + }, + "vElevation": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.vElevation.name", + "defaultMessage": "Elevation" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "minElevationInMeters": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.places_common.minElevationInMeters.name", + "defaultMessage": "Min elevation (m)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "maxElevationInMeters": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.places_common.maxElevationInMeters.name", + "defaultMessage": "Max elevation (m)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vDepth": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.vDepth.name", + "defaultMessage": "Depth" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "minDepthInMeters": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.places_common.minDepthInMeters.name", + "defaultMessage": "Min depth (m)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "maxDepthInMeters": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.places_common.maxDepthInMeters.name", + "defaultMessage": "Max depth (m)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vDistanceAboveSurface": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.vDistanceAboveSurface.name", + "defaultMessage": "Distance above surface" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "minDistanceAboveSurfaceInMeters": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.places_common.minDistanceAboveSurfaceInMeters.name", + "defaultMessage": "Min distance above surface (m)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "maxDistanceAboveSurfaceInMeters": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "name": { + "id": "field.places_common.maxDistanceAboveSurfaceInMeters.name", + "defaultMessage": "Max distance above surface (m)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vCoordSource": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.vCoordSource.name", + "defaultMessage": "Coordinate source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "vCoordSourceRefId": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.vCoordSourceRefId.name", + "defaultMessage": "Coordinate source detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "placeGeoRefGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "placeGeoRefGroup": { + "[config]": { + "repeating": true, + "messages": { + "fullName": { + "id": "field.places_common.placeGeoRefGroup.fullName", + "defaultMessage": "Georeference" + } + }, + "view": { + "type": "CompoundInput" + } + }, + "decimalLatitude": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.places_common.decimalLatitude.fullName", + "defaultMessage": "Georeference decimal latitude" + }, + "name": { + "id": "field.places_common.decimalLatitude.name", + "defaultMessage": "Decimal latitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "decimalLongitude": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.places_common.decimalLongitude.fullName", + "defaultMessage": "Georeference decimal longitude" + }, + "name": { + "id": "field.places_common.decimalLongitude.name", + "defaultMessage": "Decimal longitude" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geodeticDatum": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.geodeticDatum.fullName", + "defaultMessage": "Georeference datum" + }, + "name": { + "id": "field.places_common.geodeticDatum.name", + "defaultMessage": "Datum" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "geodeticDatums" + } + } + } + }, + "coordUncertaintyInMeters": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.places_common.coordUncertaintyInMeters.fullName", + "defaultMessage": "Georeference uncertainty (m)" + }, + "name": { + "id": "field.places_common.coordUncertaintyInMeters.name", + "defaultMessage": "Uncertainty (m)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "coordPrecision": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.coordPrecision.fullName", + "defaultMessage": "Georeference precision" + }, + "name": { + "id": "field.places_common.coordPrecision.name", + "defaultMessage": "Precision" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "pointRadiusSpatialFit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.pointRadiusSpatialFit.fullName", + "defaultMessage": "Georeference point radius spatial fit" + }, + "name": { + "id": "field.places_common.pointRadiusSpatialFit.name", + "defaultMessage": "Point radius spatial fit" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "footprintWKT": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.footprintWKT.fullName", + "defaultMessage": "Georeference footprint WKT" + }, + "name": { + "id": "field.places_common.footprintWKT.name", + "defaultMessage": "Footprint WKT" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "footprintSRS": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.footprintSRS.fullName", + "defaultMessage": "Georeference footprint SRS" + }, + "name": { + "id": "field.places_common.footprintSRS.name", + "defaultMessage": "Footprint SRS" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "footprintSpatialFit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.footprintSpatialFit.fullName", + "defaultMessage": "Georeference footprint spatial fit" + }, + "name": { + "id": "field.places_common.footprintSpatialFit.name", + "defaultMessage": "Footprint spatial fit" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geoReferencedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.places_common.geoReferencedBy.name", + "defaultMessage": "Georeferenced by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "geoRefDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.places_common.geoRefDateGroup.fullName", + "defaultMessage": "Georeference date" + }, + "name": { + "id": "field.places_common.geoRefDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "geoRefProtocol": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.geoRefProtocol.fullName", + "defaultMessage": "Georeference protocol" + }, + "name": { + "id": "field.places_common.geoRefProtocol.name", + "defaultMessage": "Protocol" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "geoRefProtocols" + } + } + } + }, + "geoRefSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.geoRefSource.fullName", + "defaultMessage": "Georeference source" + }, + "name": { + "id": "field.places_common.geoRefSource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geoRefVerificationStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.geoRefVerificationStatus.fullName", + "defaultMessage": "Georeference verification" + }, + "name": { + "id": "field.places_common.geoRefVerificationStatus.name", + "defaultMessage": "Verification" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "geoRefVerificationStatuses" + } + } + } + }, + "geoRefRemarks": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.geoRefRemarks.fullName", + "defaultMessage": "Georeference remarks" + }, + "name": { + "id": "field.places_common.geoRefRemarks.name", + "defaultMessage": "Remarks" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "geoRefPlaceName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.places_common.geoRefPlaceName.fullName", + "defaultMessage": "Georeference place name" + }, + "name": { + "id": "field.places_common.geoRefPlaceName.name", + "defaultMessage": "Place name" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.place.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "placeTermGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "placeTermGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termDisplayName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termFlag" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "historicalStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termPrefForLang" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nameAbbrev" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nameNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nameDateGroup" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSource", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceDetail" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceID" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "placeType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "placeSource" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "placeOwnerGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "placeOwnerGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "owner" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "ownershipDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "ownershipNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "placeNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addrGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "addrGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "addressPlace1" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressPlace2" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressMunicipality" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "addressStateOrProvince" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressPostCode" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressCountry" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "addressType" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "localityInfo", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vCoordinates" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordSys" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vSpatialReferenceSystem" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vElevation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vDepth" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vDistanceAboveSurface" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vUnitofMeasure" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "minElevationInMeters" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxElevationInMeters" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "minDepthInMeters" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDepthInMeters" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "minDistanceAboveSurfaceInMeters" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "maxDistanceAboveSurfaceInMeters" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "vCoordSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "vCoordSourceRefId" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefInfo", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "placeGeoRefGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "placeGeoRefGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "decimalLatitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "decimalLongitude" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geodeticDatum" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordUncertaintyInMeters" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "coordPrecision" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "pointRadiusSpatialFit" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintWKT" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSRS" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "footprintSpatialFit" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoReferencedBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefProtocol" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefVerificationStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "geoRefRemarks" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "geoRefPlaceName" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "mini": { + "disabled": true, + "messages": { + "name": { + "id": "form.place.mini.name", + "defaultMessage": "Mini Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list", + "showChildren": false, + "showSiblings": false + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "placeType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "placeNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "place" + }, + "transport": { + "messages": { + "record": { + "name": { + "id": "record.transport.name", + "defaultMessage": "Transport" + }, + "collectionName": { + "id": "record.transport.collectionName", + "defaultMessage": "Transports" + } + }, + "inputTable": { + "transporter": { + "id": "inputTable.transport.transporter", + "defaultMessage": "Transporter" + }, + "authorization": { + "id": "inputTable.transport.authorization", + "defaultMessage": "Authorization" + }, + "departure": { + "id": "inputTable.transport.departure", + "defaultMessage": "Departure" + }, + "arrival": { + "id": "inputTable.transport.arrival", + "defaultMessage": "Arrival" + }, + "finalShippingCost": { + "id": "inputTable.transport.finalShippingCost", + "defaultMessage": "Final shipping cost" + }, + "customsBroker": { + "id": "inputTable.transport.customsBroker", + "defaultMessage": "Customs broker" + }, + "customsDeclaredValue": { + "id": "inputTable.transport.customsDeclaredValue", + "defaultMessage": "Declared value for customs" + }, + "customsFee": { + "id": "inputTable.transport.customsFee", + "defaultMessage": "Customs fee" + } + }, + "panel": { + "info": { + "id": "panel.transport.info", + "defaultMessage": "Transport Information" + }, + "cost": { + "id": "panel.transport.cost", + "defaultMessage": "Cost Information" + } + } + }, + "serviceConfig": { + "serviceName": "Transport", + "servicePath": "transports", + "serviceType": "procedure", + "objectName": "Transport", + "documentName": "transports" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:transports_common/transportReferenceNumber" + }, + { + "op": "eq", + "path": "ns2:transports_common/courierGroupList/courierGroup/courier" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "transportReferenceNumber": { + "messages": { + "label": { + "id": "column.transport.default.transportReferenceNumber", + "defaultMessage": "Transport reference number" + } + }, + "order": 10, + "sortBy": "transports_common:transportReferenceNumber", + "width": 200 + }, + "transporter": { + "messages": { + "label": { + "id": "column.transport.default.transporter", + "defaultMessage": "Transporter" + } + }, + "order": 20, + "sortBy": "transports_common:transporter", + "width": 400 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.transport.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "transports_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:transports_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:transports_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:transports_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/transport" + } + }, + "transportReferenceNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.transports_common.transportReferenceNumber.inUse", + "defaultMessage": "The reference number {value} is in use by another record." + }, + "name": { + "id": "field.transports_common.transportReferenceNumber.name", + "defaultMessage": "Transport reference number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "transport" + } + } + } + }, + "transporter": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.transporter.fullName", + "defaultMessage": "Transporter name" + }, + "name": { + "id": "field.transports_common.transporter.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "transporterContact": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.transporterContact.fullName", + "defaultMessage": "Transporter contact" + }, + "name": { + "id": "field.transports_common.transporterContact.name", + "defaultMessage": "Contact" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "transporterContactNumber": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.transporterContactNumber.fullName", + "defaultMessage": "Transporter contact number" + }, + "name": { + "id": "field.transports_common.transporterContactNumber.name", + "defaultMessage": "Contact number" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-number" + } + } + } + }, + "transportAuthorizer": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.transportAuthorizer.fullName", + "defaultMessage": "Transport authorizer" + }, + "name": { + "id": "field.transports_common.transportAuthorizer.name", + "defaultMessage": "Authorizer" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "transportAuthorizationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.transports_common.transportAuthorizationDate.fullName", + "defaultMessage": "Authorization date" + }, + "name": { + "id": "field.transports_common.transportAuthorizationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "departurePoint": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.departurePoint.fullName", + "defaultMessage": "Departure point" + }, + "name": { + "id": "field.transports_common.departurePoint.name", + "defaultMessage": "Point" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared,place/local" + } + } + } + }, + "transportDepartureDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.transports_common.transportDepartureDate.fullName", + "defaultMessage": "Departure date" + }, + "name": { + "id": "field.transports_common.transportDepartureDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "transportDepartureTime": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.transportDepartureTime.fullName", + "defaultMessage": "Departure time" + }, + "name": { + "id": "field.transports_common.transportDepartureTime.name", + "defaultMessage": "Time" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "destination": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.destination.fullName", + "defaultMessage": "Arrival point" + }, + "name": { + "id": "field.transports_common.destination.name", + "defaultMessage": "Point" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local,place/shared,organization/local,organization/shared" + } + } + } + }, + "transportArrivalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.transports_common.transportArrivalDate.fullName", + "defaultMessage": "Arrival date" + }, + "name": { + "id": "field.transports_common.transportArrivalDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "transportArrivalTime": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.transportArrivalTime.fullName", + "defaultMessage": "Arrival time" + }, + "name": { + "id": "field.transports_common.transportArrivalTime.name", + "defaultMessage": "Time" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "numberOfCrates": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "name": { + "id": "field.transports_common.numberOfCrates.name", + "defaultMessage": "Number of crates/objects" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "transportMethod": { + "[config]": { + "messages": { + "name": { + "id": "field.transports_common.transportMethod.name", + "defaultMessage": "Transport method" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "transportMethodTypes" + } + } + } + }, + "courierGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "courierGroup": { + "[config]": { + "messages": { + "name": { + "id": "fields.transports_common.courierGroup.name", + "defaultMessage": "Courier" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "courier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.courier.fullName", + "defaultMessage": "Courier name" + }, + "name": { + "id": "field.transports_common.courier.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "courierContactNumber": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.courierContactNumber.fullName", + "defaultMessage": "Courier contact number" + }, + "name": { + "id": "field.transports_common.courierContactNumber.name", + "defaultMessage": "Contact number" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "transportTrackingNumberGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "transportTrackingNumberGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.transports_common.transportTrackingNumberGroup.name", + "defaultMessage": "Tracking number" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "transportTrackingNumber": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.transportTrackingNumber.fullName", + "defaultMessage": "Tracking number" + }, + "name": { + "id": "field.transports_common.transportTrackingNumber.name", + "defaultMessage": "Number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "transportTrackingNumberNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.transportTrackingNumberNote.fullName", + "defaultMessage": "Tracking number note" + }, + "name": { + "id": "field.transports_common.transportTrackingNumberNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "transportRemarks": { + "[config]": { + "messages": { + "name": { + "id": "field.transports_common.transportRemarks.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "transportCostType": { + "[config]": { + "messages": { + "name": { + "id": "field.transports_common.transportCostType.name", + "defaultMessage": "Transport cost type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "transportcosttype" + } + } + } + }, + "finalShippingCostCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.finalShippingCostCurrency.fullName", + "defaultMessage": "Final shipping cost currency" + }, + "name": { + "id": "field.transports_common.finalShippingCostCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "finalShippingCostValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.transports_common.finalShippingCostValue.fullName", + "defaultMessage": "Final shipping cost value" + }, + "name": { + "id": "field.transports_common.finalShippingCostValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "transportCostResponsibleParty": { + "[config]": { + "messages": { + "name": { + "id": "field.transports_common.transportCostResponsibleParty.name", + "defaultMessage": "Transport cost responsible party" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "transportresponsibleparty" + } + } + } + }, + "insuranceCostResponsibleParty": { + "[config]": { + "messages": { + "name": { + "id": "field.transports_common.insuranceCostResponsibleParty.name", + "defaultMessage": "Insurance/indemnity cost responsible party" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "transportresponsibleparty" + } + } + } + }, + "additionalCostsGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "additionalCostsGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.transports_common.additionalCostsGroup.name", + "defaultMessage": "Additional cost" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "additionalCostsType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.additionalCostsType.fullName", + "defaultMessage": "Additional cost type" + }, + "name": { + "id": "field.transports_common.additionalCostsType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "transportadditionalcosttype" + } + } + } + }, + "additionalCostsCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.additionalCostsCurrency.fullName", + "defaultMessage": "Additional cost currency" + }, + "name": { + "id": "field.transports_common.additionalCostsCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "additionalCostsValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.transports_common.additionalCostsValue.fullName", + "defaultMessage": "Additional cost value" + }, + "name": { + "id": "field.transports_common.additionalCostsValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "customsBroker": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.customsBroker.fullName", + "defaultMessage": "Customs broker name" + }, + "name": { + "id": "field.transports_common.customsBroker.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "customsBrokerContact": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.customsBrokerContact.fullName", + "defaultMessage": "Customs broker contact" + }, + "name": { + "id": "field.transports_common.customsBrokerContact.name", + "defaultMessage": "Contact" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared" + } + } + } + }, + "customsDeclaredValueCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.customsDeclaredValueCurrency.fullName", + "defaultMessage": "Declared value for customs currency" + }, + "name": { + "id": "field.transports_common.customsDeclaredValueCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "customsDeclaredValueAmount": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.transports_common.customsDeclaredValueAmount.fullName", + "defaultMessage": "Declared value for customs amount" + }, + "name": { + "id": "field.transports_common.customsDeclaredValueAmount.name", + "defaultMessage": "Amount" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "customsFeeCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.customsFeeCurrency.fullName", + "defaultMessage": "Customs fee currency" + }, + "name": { + "id": "field.transports_common.customsFeeCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "customsFeeValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.transports_common.customsFeeValue.fullName", + "defaultMessage": "Customs fee value" + }, + "name": { + "id": "field.transports_common.customsFeeValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "customsFeeNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.customsFeeNote.fullName", + "defaultMessage": "Customs fee note" + }, + "name": { + "id": "field.transports_common.customsFeeNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "shippingQuoteGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "shippingQuoteGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.transports_common.shippingQuotesGroup.name", + "defaultMessage": "Shipping quote" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "shippingQuoteProvider": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.shippingQuoteProvider.fullName", + "defaultMessage": "Shipping quote provider" + }, + "name": { + "id": "field.transports_common.shippingQuoteProvider.name", + "defaultMessage": "Provider" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "shippingQuoteCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.transports_common.shippingQuoteCurrency.fullName", + "defaultMessage": "Shipping quote currency" + }, + "name": { + "id": "field.transports_common.shippingQuoteCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "shippingQuoteValue": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.transports_common.shippingQuoteValue.fullName", + "defaultMessage": "Shipping quote value" + }, + "name": { + "id": "field.transports_common.shippingQuoteValue.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "shippingQuoteDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.transports_common.shippingQuoteDate.fullName", + "defaultMessage": "Shipping quote date" + }, + "name": { + "id": "field.transports_common.shippingQuoteDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.transport.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "transportReferenceNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "transportMethod" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "numberOfCrates" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "transporter", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "transporter" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "transporterContact" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "transporterContactNumber" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "authorization", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "transportAuthorizer" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "transportAuthorizationDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "transportTrackingNumberGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "transportTrackingNumberGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "transportTrackingNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "transportTrackingNumberNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "departure", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "departurePoint" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "transportDepartureDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "transportDepartureTime" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "arrival", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "destination" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "transportArrivalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "transportArrivalTime" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "courierGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "courierGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "courier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "courierContactNumber" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "transportRemarks" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "cost", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "transportCostType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "transportCostResponsibleParty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "insuranceCostResponsibleParty" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "finalShippingCost", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "finalShippingCostCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "finalShippingCostValue" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "customsBroker", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "customsBroker" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "customsBrokerContact" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "customsDeclaredValue", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "customsDeclaredValueCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "customsDeclaredValueAmount" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "customsFee", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "customsFeeCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "customsFeeValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "customsFeeNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "additionalCostsGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "additionalCostsGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "additionalCostsType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "additionalCostsCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "additionalCostsValue" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "shippingQuoteGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "shippingQuoteGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "shippingQuoteProvider" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "shippingQuoteCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "shippingQuoteValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "shippingQuoteDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "transport" + }, + "uoc": { + "messages": { + "record": { + "name": { + "id": "record.uoc.name", + "defaultMessage": "Use of Collections" + }, + "collectionName": { + "id": "record.uoc.collectionName", + "defaultMessage": "Use of Collections" + } + }, + "panel": { + "useOfCollections": { + "id": "panel.uoc.useOfCollections", + "defaultMessage": "Use of Collections Information" + } + }, + "inputTable": { + "authorizedBy": { + "id": "inputTable.uoc.authorizedBy", + "defaultMessage": "Authorization" + }, + "user": { + "id": "inputTable.uoc.user", + "defaultMessage": "User" + } + } + }, + "serviceConfig": { + "serviceName": "Uoc", + "servicePath": "uoc", + "serviceType": "procedure", + "objectName": "Uoc", + "documentName": "uoc" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:uoc_common/referenceNumber" + }, + { + "op": "eq", + "path": "ns2:uoc_common/userGroupList/userGroup/user" + }, + { + "op": "eq", + "path": "ns2:uoc_common/authorizationGroupList/authorizationGroup/authorizedBy" + }, + { + "op": "eq", + "path": "ns2:uoc_common/staffGroupList/staffGroup/staffName" + }, + { + "op": "eq", + "path": "ns2:uoc_common/obligationsFulfilled" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "referenceNumber": { + "messages": { + "label": { + "id": "column.uoc.default.referenceNumber", + "defaultMessage": "Reference number" + } + }, + "order": 10, + "sortBy": "uoc_common:referenceNumber", + "width": 200 + }, + "title": { + "messages": { + "label": { + "id": "column.uoc.default.title", + "defaultMessage": "Title" + } + }, + "order": 20, + "sortBy": "uoc_common:title", + "width": 300 + }, + "authorizedBy": { + "messages": { + "label": { + "id": "column.uoc.default.authorizedBy", + "defaultMessage": "Authorized by" + } + }, + "order": 30, + "sortBy": "uoc_common:authorizationGroupList/0/authorizedBy", + "width": 300 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.exhibition.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:uoc_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:uoc_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:uoc_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/uoc" + } + }, + "referenceNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.uoc_common.referenceNumber.inUse", + "defaultMessage": "The reference number {value} is in use by another record." + }, + "name": { + "id": "field.uoc_common.referenceNumber.name", + "defaultMessage": "Reference number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "uoc" + } + } + } + }, + "projectId": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.projectId.name", + "defaultMessage": "Project ID" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "uocprojectid" + } + } + } + }, + "projectDescription": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.projectDescription.name", + "defaultMessage": "Project description" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "methodList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "method": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.method.name", + "defaultMessage": "Method" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "uocmethods" + } + } + } + } + }, + "title": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.uoc_common.title.name", + "defaultMessage": "Title" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "authorizationGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "authorizationGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.authorizationGroup.name", + "defaultMessage": "Authorization" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "authorizedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.authorizedBy.name", + "defaultMessage": "Authorized by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "authorizationDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.uoc_common.authorizationDate.fullName", + "defaultMessage": "Authorization date" + }, + "name": { + "id": "field.uoc_common.authorizationDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "authorizationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.authorizationNote.fullName", + "defaultMessage": "Authorization note" + }, + "name": { + "id": "field.uoc_common.authorizationNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "authorizationStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.authorizationStatus.fullName", + "defaultMessage": "Authorization status" + }, + "name": { + "id": "field.uoc_common.authorizationStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "uocauthorizationstatuses" + } + } + } + } + } + }, + "useDateGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "useDateGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.useDateGroup.name", + "defaultMessage": "Start/ongoing date" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "useDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.uoc_common.useDate.fullName", + "defaultMessage": "Start/ongoing date" + }, + "name": { + "id": "field.uoc_common.useDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "useDateTimeNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.useDateTimeNote.fullName", + "defaultMessage": "Start/ongoing date time note" + }, + "name": { + "id": "field.uoc_common.useDateTimeNote.name", + "defaultMessage": "Time note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "useDateNumberOfVisitors": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.useDateNumberOfVisitors.fullName", + "defaultMessage": "Start/ongoing date no. of visitors" + }, + "name": { + "id": "field.uoc_common.useDateNumberOfVisitors.name", + "defaultMessage": "No. of visitors" + } + }, + "dataType": "DATA_TYPE_INT", + "view": { + "type": "TextInput" + } + } + }, + "useDateHoursSpent": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.hoursSpent.fullName", + "defaultMessage": "Start/ongoing date hours spent" + }, + "name": { + "id": "field.uoc_common.hoursSpent.name", + "defaultMessage": "Hours spent" + } + }, + "dataType": "DATA_TYPE_FLOAT", + "view": { + "type": "TextInput" + } + } + }, + "useDateVisitorNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.useDateVisitorNote.fullName", + "defaultMessage": "Start/ongoing date visitor note" + }, + "name": { + "id": "field.uoc_common.useDateVisitorNote.name", + "defaultMessage": "Visitor note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "endDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.uoc_common.endDate.name", + "defaultMessage": "End date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "userGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "userGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.userGroup.name", + "defaultMessage": "User" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "user": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.user.fullName", + "defaultMessage": "User name" + }, + "name": { + "id": "field.uoc_common.user.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "userInstitutionRole": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.userInstitutionRole.fullName", + "defaultMessage": "User institution role" + }, + "name": { + "id": "field.uoc_common.userInstitutionRole.name", + "defaultMessage": "Institution role" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "uocusertypes" + } + } + } + }, + "userUocRole": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.userUocRole.fullName", + "defaultMessage": "User role" + }, + "name": { + "id": "field.uoc_common.userUocRole.name", + "defaultMessage": "Role" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "uocuserroles" + } + } + } + }, + "userInstitution": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.userInstitution.fullName", + "defaultMessage": "User institution" + }, + "name": { + "id": "field.uoc_common.userInstitution.name", + "defaultMessage": "Institution" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared" + } + } + } + } + } + }, + "locationList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "location": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.location.name", + "defaultMessage": "Location" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "organization/local,organization/shared,place/local,place/shared,location/local" + } + } + } + } + }, + "note": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.note.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "provisos": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.provisos.name", + "defaultMessage": "Provisos" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "result": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.result.name", + "defaultMessage": "Result" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "dateRequested": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.uoc_common.dateRequested.name", + "defaultMessage": "Date requested" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "dateCompleted": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.uoc_common.dateCompleted.name", + "defaultMessage": "Date completed" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "occasionList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "occasion": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.occasion.name", + "defaultMessage": "Occasion" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/occasion" + } + } + } + } + }, + "obligationsFulfilled": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.obligationsFulfilled.name", + "defaultMessage": "Obligations fulfilled" + } + }, + "dataType": "DATA_TYPE_BOOL", + "view": { + "type": "CheckboxInput" + } + } + }, + "staffGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "staffGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.staffGroup.name", + "defaultMessage": "Staff" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "staffName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.staffName.fullName", + "defaultMessage": "Staff name" + }, + "name": { + "id": "field.uoc_common.staffName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "staffRole": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.staffRole.fullName", + "defaultMessage": "Staff role" + }, + "name": { + "id": "field.uoc_common.staffRole.name", + "defaultMessage": "Role" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "uocstaffroles" + } + } + } + }, + "staffHours": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.staffHours.fullName", + "defaultMessage": "Staff hours spent" + }, + "name": { + "id": "field.uoc_common.staffHours.name", + "defaultMessage": "Hours spent" + } + }, + "dataType": "DATA_TYPE_FLOAT", + "view": { + "type": "TextInput" + } + } + }, + "staffNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.staffNote.fullName", + "defaultMessage": "Staff note" + }, + "name": { + "id": "field.uoc_common.staffNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "collectionTypeList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "collectionType": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.collectionType.name", + "defaultMessage": "Collection type" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "uoccollectiontypes" + } + } + } + } + }, + "materialTypeList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "materialType": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.materialType.name", + "defaultMessage": "Material type" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "uocmaterialtypes" + } + } + } + } + }, + "feeGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "feeGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.feeGroup.name", + "defaultMessage": "Fee charged" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "feeCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.feeCurrency.fullName", + "defaultMessage": "Fee currency" + }, + "name": { + "id": "field.uoc_common.feeCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "feeValue": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.feeValue.fullName", + "defaultMessage": "Fee value" + }, + "name": { + "id": "field.uoc_common.feeValue.name", + "defaultMessage": "Value" + } + }, + "dataType": "DATA_TYPE_FLOAT", + "view": { + "type": "TextInput" + } + } + }, + "feeNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.feeNote.fullName", + "defaultMessage": "Fee note" + }, + "name": { + "id": "field.uoc_common.feeNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "feePaid": { + "[config]": { + "messages": { + "fullName": { + "id": "field.uoc_common.feePaid.fullName", + "defaultMessage": "Fee paid" + }, + "name": { + "id": "field.uoc_common.feePaid.name", + "defaultMessage": "Paid" + } + }, + "dataType": "DATA_TYPE_BOOL", + "view": { + "type": "CheckboxInput" + } + } + } + } + }, + "subcollection": { + "[config]": { + "messages": { + "name": { + "id": "field.uoc_common.subcollection.name", + "defaultMessage": "Subcollection" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "uocsubcollections" + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.uoc.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "name": "useOfCollections", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "referenceNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "methodList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "method" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "collectionTypeList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "collectionType" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "projectId" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "subcollection" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "materialTypeList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "materialType" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "userGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "userGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "user" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "userUocRole" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "userInstitution" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "userInstitutionRole" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "title" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dateRequested" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dateCompleted" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "occasionList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "occasion" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "projectDescription" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "authorizationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "authorizationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "authorizedBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "authorizationDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "authorizationStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "authorizationNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "useDateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "useDateGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "useDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "useDateTimeNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "useDateNumberOfVisitors" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "useDateHoursSpent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "useDateVisitorNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "endDate" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "staffGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "staffGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "staffName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "staffRole" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "staffHours" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "staffNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "locationList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "location" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "feeGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "feeGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "feeCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "feeValue" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "feePaid" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "feeNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "note" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "provisos" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "obligationsFulfilled" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "result" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "uoc" + }, + "procedure": { + "messages": { + "record": { + "name": { + "id": "record.procedure.name", + "defaultMessage": "Procedure" + }, + "collectionName": { + "id": "record.procedure.collectionName", + "defaultMessage": "Procedures" + } + } + }, + "serviceConfig": { + "servicePath": "servicegroups/procedure/items", + "serviceType": "utility", + "objectName": "ServiceGroup/Procedure" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "workflowState": { + "flexGrow": 0, + "flexShrink": 0, + "order": 10, + "width": 32 + }, + "docNumber": { + "messages": { + "label": { + "id": "column.procedure.default.docNumber", + "defaultMessage": "Record" + } + }, + "order": 20, + "width": 200 + }, + "docName": { + "messages": { + "label": { + "id": "column.procedure.default.docName", + "defaultMessage": "Summary" + } + }, + "order": 30, + "width": 300 + }, + "docType": { + "messages": { + "label": { + "id": "column.procedure.default.docType", + "defaultMessage": "Type" + } + }, + "order": 40, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.procedure.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 50, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + }, + "narrow": { + "docNumber": { + "messages": { + "label": { + "id": "column.procedure.default.docNumber", + "defaultMessage": "Record" + } + }, + "order": 10, + "width": 200 + }, + "docName": { + "messages": { + "label": { + "id": "column.procedure.default.docName", + "defaultMessage": "Summary" + } + }, + "order": 20, + "width": 300 + }, + "docType": { + "messages": { + "label": { + "id": "column.procedure.default.docType", + "defaultMessage": "Type" + } + }, + "order": 30, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.procedure.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 40, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core" + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + } + } + }, + "name": "procedure" + }, + "relation": { + "messages": { + "record": { + "name": { + "id": "record.relation.name", + "defaultMessage": "Relation" + }, + "collectionName": { + "id": "record.relation.collectionName", + "defaultMessage": "Relations" + } + } + }, + "serviceConfig": { + "servicePath": "relations", + "serviceType": "utility" + }, + "deletePermType": "all", + "name": "relation" + }, + "report": { + "messages": { + "record": { + "name": { + "id": "record.report.name", + "defaultMessage": "Report" + }, + "collectionName": { + "id": "record.report.collectionName", + "defaultMessage": "Reports" + }, + "invokeUnsaved": { + "id": "record.report.invokeUnsaved", + "defaultMessage": "This record has changes that have not been saved. The report will not include any unsaved data." + }, + "singleTargetMissing": { + "id": "record.report.singleTargetMissing", + "defaultMessage": "Select a record on which to run this report." + }, + "listTargetMissing": { + "id": "record.report.listTargetMissing", + "defaultMessage": "Select one or more records on which to run this report." + }, + "groupTargetMissing": { + "id": "record.report.groupTargetMissing", + "defaultMessage": "Select a group on which to run this report." + } + }, + "panel": { + "mode": { + "id": "panel.report.mode", + "defaultMessage": "Runs on" + } + } + }, + "serviceConfig": { + "servicePath": "reports", + "serviceType": "utility" + }, + "columns": { + "default": { + "name": { + "messages": { + "label": { + "id": "column.report.default.name", + "defaultMessage": "Name" + } + }, + "order": 10, + "sortBy": "reports_common:name", + "width": 400 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:reports_common" + } + } + }, + "ns2:reports_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/report" + }, + "view": { + "type": "CompoundInput" + } + }, + "name": { + "[config]": { + "messages": { + "name": { + "id": "field.reports_common.name.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "filename": { + "[config]": { + "messages": { + "name": { + "id": "field.reports_common.filename.name", + "defaultMessage": "Jasper report file" + } + }, + "view": { + "type": "TextInput", + "props": { + "readOnly": true + } + } + } + }, + "notes": { + "[config]": { + "messages": { + "name": { + "id": "field.reports_common.notes.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "supportsNoContext": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.reports_common.supportsNoContext.name", + "defaultMessage": "All records" + } + }, + "view": { + "type": "CheckboxInput", + "props": { + "readOnly": true + } + } + } + }, + "supportsGroup": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.reports_common.supportsGroup.name", + "defaultMessage": "Group" + } + }, + "view": { + "type": "CheckboxInput", + "props": { + "readOnly": true + } + } + } + }, + "supportsDocList": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.reports_common.supportsDocList.name", + "defaultMessage": "Record list" + } + }, + "view": { + "type": "CheckboxInput", + "props": { + "readOnly": true + } + } + } + }, + "supportsSingleDoc": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.reports_common.supportsSingleDoc.name", + "defaultMessage": "Single record" + } + }, + "view": { + "type": "CheckboxInput", + "props": { + "readOnly": true + } + } + } + }, + "forDocTypes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "forDocType": { + "[config]": { + "messages": { + "name": { + "id": "field.reports_common.forDocType.name", + "defaultMessage": "For record type" + } + }, + "repeating": true, + "view": { + "type": "ObjectNameInput", + "props": { + "readOnly": true + } + } + } + } + }, + "outputMIME": { + "[config]": { + "messages": { + "name": { + "id": "field.reports_common.outputMIME.name", + "defaultMessage": "Default output format" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "reportMimeTypes", + "readOnly": true + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.report.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "name" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "filename" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "notes" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "mode", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "supportsNoContext" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "supportsDocList" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "supportsGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "supportsSingleDoc" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "forDocTypes", + "children": { + "key": null, + "ref": null, + "props": { + "name": "forDocType" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "outputMIME" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "report" + }, + "reportinvocation": { + "messages": { + "record": { + "name": { + "id": "record.reportinvocation.name", + "defaultMessage": "Report Invocation" + }, + "collectionName": { + "id": "record.reportinvocation.collectionName", + "defaultMessage": "Report Invocations" + } + } + }, + "serviceConfig": { + "servicePath": "reports/invoke", + "serviceType": "utility" + }, + "deletePermType": "hard", + "name": "reportinvocation" + }, + "structureddates": { + "messages": { + "record": { + "name": { + "id": "record.structureddates.name", + "defaultMessage": "Structured Date Parser" + }, + "collectionName": { + "id": "record.structureddates.collectionName", + "defaultMessage": "Structured Date Parser" + } + } + }, + "serviceConfig": { + "servicePath": "structureddates", + "serviceType": "utility" + }, + "deletePermType": "hard", + "name": "structureddates" + }, + "valuation": { + "messages": { + "record": { + "name": { + "id": "record.valuation.name", + "defaultMessage": "Valuation Control" + }, + "collectionName": { + "id": "record.valuation.collectionName", + "defaultMessage": "Valuation Controls" + } + }, + "panel": { + "info": { + "id": "panel.valuation.info", + "defaultMessage": "Object Valuation Information" + } + } + }, + "serviceConfig": { + "serviceName": "Valuationcontrols", + "servicePath": "valuationcontrols", + "serviceType": "procedure", + "objectName": "Valuationcontrol", + "documentName": "valuationcontrols" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:valuationcontrols_common/valuationcontrolRefNumber" + }, + { + "op": "range", + "path": "ns2:valuationcontrols_common/valueDate" + }, + { + "op": "range", + "path": "ns2:valuationcontrols_common/valueRenewalDate" + }, + { + "op": "eq", + "path": "ns2:valuationcontrols_common/valueSource" + }, + { + "op": "eq", + "path": "ns2:valuationcontrols_common/valueType" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "valuationcontrolRefNumber": { + "messages": { + "label": { + "id": "column.valuation.default.valuationcontrolRefNumber", + "defaultMessage": "Reference number" + } + }, + "order": 10, + "sortBy": "valuationcontrols_common:valuationcontrolRefNumber", + "width": 250 + }, + "valueType": { + "messages": { + "label": { + "id": "column.valuation.default.valueType", + "defaultMessage": "Type" + } + }, + "order": 20, + "sortBy": "valuationcontrols_common:valueType", + "width": 400 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.valuation.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:valuationcontrols_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:valuationcontrols_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:valuationcontrols_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/valuationcontrol" + } + }, + "valuationcontrolRefNumber": { + "[config]": { + "cloneable": false, + "messages": { + "inUse": { + "id": "field.valuationcontrols_common.valuationcontrolRefNumber.inUse", + "defaultMessage": "The reference number {value} is in use by another record." + }, + "name": { + "id": "field.valuationcontrols_common.valuationcontrolRefNumber.name", + "defaultMessage": "Reference number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "valuationcontrol" + } + } + } + }, + "valueAmountsList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "valueAmounts": { + "[config]": { + "messages": { + "name": { + "id": "field.valuationcontrols_common.valueAmounts.name", + "defaultMessage": "Amount" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "valueCurrency": { + "[config]": { + "messages": { + "fullName": { + "id": "field.valuationcontrols_common.valueCurrency.fullName", + "defaultMessage": "Amount currency" + }, + "name": { + "id": "field.valuationcontrols_common.valueCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "currency" + } + } + } + }, + "valueAmount": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.valuationcontrols_common.valueAmount.fullName", + "defaultMessage": "Amount value" + }, + "name": { + "id": "field.valuationcontrols_common.valueAmount.name", + "defaultMessage": "Value" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "valueDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.valuationcontrols_common.valueDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "valueRenewalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "name": { + "id": "field.valuationcontrols_common.valueRenewalDate.name", + "defaultMessage": "Renewal date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "valueSource": { + "[config]": { + "messages": { + "name": { + "id": "field.valuationcontrols_common.valueSource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "valueType": { + "[config]": { + "messages": { + "name": { + "id": "field.valuationcontrols_common.valueType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "valueTypes" + } + } + } + }, + "valueNote": { + "[config]": { + "messages": { + "name": { + "id": "field.valuationcontrols_common.valueNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.valuation.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "valuationcontrolRefNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueAmountsList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "valueAmounts", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "valueCurrency" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueAmount" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueRenewalDate" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "valueSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "valueNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + } + }, + "name": "valuation" + }, + "vocabulary": { + "messages": { + "record": { + "name": { + "id": "record.vocabulary.name", + "defaultMessage": "Term List" + }, + "collectionName": { + "id": "record.vocabulary.collectionName", + "defaultMessage": "Term Lists" + } + } + }, + "serviceConfig": { + "servicePath": "vocabularies", + "serviceType": "utility" + }, + "columns": { + "default": { + "displayName": { + "messages": { + "label": { + "id": "column.vocabulary.default.displayName", + "defaultMessage": "Name" + } + }, + "order": 10, + "sortBy": "vocabularies_common:displayName", + "width": 250 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:vocabularies_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:vocabularies_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:vocabularies_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/vocabulary" + }, + "view": { + "type": "CompoundInput" + } + }, + "displayName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.vocabularies_common.displayName.name", + "defaultMessage": "Name" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "source": { + "[config]": { + "messages": { + "name": { + "id": "field.vocabularies_common.source.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "description": { + "[config]": { + "messages": { + "name": { + "id": "field.vocabularies_common.description.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "ns2:abstract-common-list": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/jaxb" + }, + "view": { + "type": "CompoundInput" + } + }, + "list-item": { + "[config]": { + "messages": { + "name": { + "id": "field.vocabularyitems_common.list-item.name", + "defaultMessage": "Terms" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true, + "sortableFields": { + "displayName": true + } + } + } + }, + "displayName": { + "[config]": { + "messages": { + "name": { + "id": "field.vocabularyitems_common.displayName.name", + "defaultMessage": "Name" + }, + "fullName": { + "id": "field.vocabularyitems_common.displayName.fullName", + "defaultMessage": "Term name" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "description": { + "[config]": { + "messages": { + "name": { + "id": "field.vocabularyitems_common.description.name", + "defaultMessage": "Description" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "source": { + "[config]": { + "messages": { + "name": { + "id": "field.vocabularyitems_common.source.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "sourcePage": { + "[config]": { + "messages": { + "name": { + "id": "field.vocabularyitems_common.sourcePage.name", + "defaultMessage": "Source page" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termStatus": { + "[config]": { + "messages": { + "name": { + "id": "field.vocabularyitems_common.termStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "vocabTermStatuses" + } + } + } + }, + "referenced": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "defaultValue": true + } + }, + "workflowState": { + "[config]": { + "view": { + "type": "WorkflowStateInput" + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.vocabulary.default.name", + "defaultMessage": "Standard Template" + } + } + } + }, + "name": "vocabulary" + }, + "work": { + "messages": { + "record": { + "name": { + "id": "record.work.name", + "defaultMessage": "Work" + }, + "collectionName": { + "id": "record.work.collectionName", + "defaultMessage": "Works" + } + }, + "panel": { + "info": { + "id": "panel.work.info", + "defaultMessage": "Work Information" + }, + "hierarchy": { + "id": "panel.work.hierarchy", + "defaultMessage": "Hierarchy" + } + }, + "inputTable": { + "termSource": { + "id": "inputTable.work.termSource", + "defaultMessage": "Source" + } + } + }, + "serviceConfig": { + "serviceName": "Works", + "servicePath": "workauthorities", + "serviceType": "authority", + "objectName": "Workitem", + "documentName": "works" + }, + "vocabularies": { + "all": { + "messages": { + "name": { + "id": "vocab.work.all.name", + "defaultMessage": "All" + }, + "collectionName": { + "id": "vocab.work.all.collectionName", + "defaultMessage": "All Works" + }, + "itemName": { + "id": "vocab.work.all.itemName", + "defaultMessage": "Work" + } + }, + "serviceConfig": { + "servicePath": "_ALL_" + }, + "type": "all", + "name": "all" + }, + "local": { + "messages": { + "name": { + "id": "vocab.work.local.name", + "defaultMessage": "Local" + }, + "collectionName": { + "id": "vocab.work.local.collectionName", + "defaultMessage": "Local Works" + }, + "itemName": { + "id": "vocab.work.local.itemName", + "defaultMessage": "Local Work" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(work)" + }, + "sortOrder": 0, + "name": "local" + }, + "cona": { + "messages": { + "name": { + "id": "vocab.work.cona.name", + "defaultMessage": "CONA" + }, + "collectionName": { + "id": "vocab.work.cona.collectionName", + "defaultMessage": "CONA Works" + }, + "itemName": { + "id": "vocab.work.cona.itemName", + "defaultMessage": "CONA Work" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(cona_work)" + }, + "name": "cona" + } + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:works_common/workTermGroupList/workTermGroup/termDisplayName" + }, + { + "op": "cont", + "path": "ns2:works_common/workTermGroupList/workTermGroup/termName" + }, + { + "op": "eq", + "path": "ns2:works_common/workTermGroupList/workTermGroup/termStatus" + }, + { + "op": "eq", + "path": "ns2:works_common/workTermGroupList/workTermGroup/termFlag" + }, + { + "op": "eq", + "path": "ns2:works_common/workTermGroupList/workTermGroup/termLanguage" + }, + { + "op": "eq", + "path": "ns2:works_common/workType" + }, + { + "op": "range", + "path": "ns2:works_common/workDateGroupList/workDateGroup" + }, + { + "op": "eq", + "path": "ns2:works_common/creatorGroupList/creatorGroup/creator" + }, + { + "op": "eq", + "path": "ns2:works_common/publisherGroupList/publisherGroup/publisher" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "workflowState": { + "flexGrow": 0, + "flexShrink": 0, + "order": 10, + "width": 32 + }, + "termDisplayName": { + "messages": { + "label": { + "id": "column.work.default.termDisplayName", + "defaultMessage": "Display name" + } + }, + "order": 20, + "sortBy": "works_common:workTermGroupList/0/termDisplayName", + "width": 250 + }, + "termStatus": { + "messages": { + "label": { + "id": "column.work.default.termStatus", + "defaultMessage": "Term status" + } + }, + "order": 30, + "sortBy": "works_common:workTermGroupList/0/termStatus", + "width": 250 + }, + "vocabulary": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.work.default.vocabulary", + "defaultMessage": "Vocabulary" + } + }, + "order": 40, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.work.search.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 50, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:works_common" + } + } + }, + "rel:relations-common-list": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/relation" + } + }, + "relation-list-item": { + "[config]": { + "view": { + "type": "HierarchyInput", + "props": { + "messages": { + "parent": { + "id": "hierarchyInput.work.parent", + "defaultMessage": "Broader work" + }, + "children": { + "id": "hierarchyInput.work.children", + "defaultMessage": "Narrower works" + }, + "siblings": { + "id": "hierarchyInput.work.siblings", + "defaultMessage": "Adjacent works" + } + } + } + } + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:works_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:works_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/work" + } + }, + "csid": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.csid.name", + "defaultMessage": "System CSID" + } + }, + "searchDisabled": true, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/work" + } + } + } + }, + "inAuthority": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.inAuthority.name", + "defaultMessage": "System authority CSID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/work" + } + } + } + }, + "refName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.refName.name", + "defaultMessage": "System ref name" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/work" + } + } + } + }, + "shortIdentifier": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.shortIdentifier.name", + "defaultMessage": "System short ID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/work" + } + } + } + }, + "workTermGroupList": { + "[config]": { + "messages": { + "required": { + "id": "field.works_common.workTermGroupList.required", + "defaultMessage": "At least one term display name is required. Please enter a value." + } + }, + "required": true, + "view": { + "type": "CompoundInput" + } + }, + "workTermGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.works_common.workTermGroup.name", + "defaultMessage": "Term" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "termDisplayName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.termDisplayName.fullName", + "defaultMessage": "Term display name" + }, + "name": { + "id": "field.works_common.termDisplayName.name", + "defaultMessage": "Display name" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "termName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.termName.fullName", + "defaultMessage": "Term name" + }, + "name": { + "id": "field.works_common.termName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-name" + } + } + } + }, + "termType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.termType.fullName", + "defaultMessage": "Term type" + }, + "name": { + "id": "field.works_common.termType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termFlag": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.termFlag.fullName", + "defaultMessage": "Term flag" + }, + "name": { + "id": "field.works_common.termFlag.name", + "defaultMessage": "Flag" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "worktermflag" + } + } + } + }, + "termStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.termStatus.fullName", + "defaultMessage": "Term status" + }, + "name": { + "id": "field.works_common.termStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "workTermStatuses" + } + } + } + }, + "termQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.termQualifier.fullName", + "defaultMessage": "Term qualifier" + }, + "name": { + "id": "field.works_common.termQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.termLanguage.fullName", + "defaultMessage": "Term language" + }, + "name": { + "id": "field.works_common.termLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "termPrefForLang": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.works_common.termPrefForLang.fullName", + "defaultMessage": "Term preferred for lang" + }, + "name": { + "id": "field.works_common.termPrefForLang.name", + "defaultMessage": "Preferred for lang" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "termSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.termSource.fullName", + "defaultMessage": "Term source name" + }, + "groupName": { + "id": "field.works_common.termSource.groupName", + "defaultMessage": "Source name" + }, + "name": { + "id": "field.works_common.termSource.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/shared,citation/worldcat" + } + } + } + }, + "termSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.termSourceDetail.fullName", + "defaultMessage": "Term source detail" + }, + "groupName": { + "id": "field.works_common.termSourceDetail.groupName", + "defaultMessage": "Source detail" + }, + "name": { + "id": "field.works_common.termSourceDetail.name", + "defaultMessage": "Detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceID": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.termSourceID.fullName", + "defaultMessage": "Term source ID" + }, + "groupName": { + "id": "field.works_common.termSourceID.groupName", + "defaultMessage": "Source ID" + }, + "name": { + "id": "field.works_common.termSourceID.name", + "defaultMessage": "ID" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.termSourceNote.fullName", + "defaultMessage": "Term source note" + }, + "groupName": { + "id": "field.works_common.termSourceNote.groupName", + "defaultMessage": "Source note" + }, + "name": { + "id": "field.works_common.termSourceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "workType": { + "[config]": { + "messages": { + "name": { + "id": "field.works_common.workType.name", + "defaultMessage": "Work type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "worktype" + } + } + } + }, + "workDateGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "workDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "name": { + "id": "field.works_common.workDateGroup.name", + "defaultMessage": "Work date" + } + }, + "repeating": true, + "view": { + "type": "StructuredDateInput" + } + } + } + } + } + }, + "workHistoryNote": { + "[config]": { + "messages": { + "name": { + "id": "field.works_common.workHistoryNote.name", + "defaultMessage": "History note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "creatorGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "creatorGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.works_common.creatorGroup.name", + "defaultMessage": "Creator" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "creator": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.creator.fullName", + "defaultMessage": "Creator name" + }, + "name": { + "id": "field.works_common.creator.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "creatorType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.creatorType.fullName", + "defaultMessage": "Creator type" + }, + "name": { + "id": "field.works_common.creatorType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "workcreatortype" + } + } + } + } + } + }, + "publisherGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "publisherGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.works_common.publisherGroup.name", + "defaultMessage": "Publisher" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "publisher": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.publisher.fullName", + "defaultMessage": "Publisher name" + }, + "name": { + "id": "field.works_common.publisher.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "publisherType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.works_common.publisherType.fullName", + "defaultMessage": "Publisher type" + }, + "name": { + "id": "field.works_common.publisherType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "workpublishertype" + } + } + } + } + } + }, + "addrGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + }, + "extensionName": "address", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/work" + } + } + }, + "addrGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.address.addrGroup.name", + "defaultMessage": "Address" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "addressType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressType.fullName", + "defaultMessage": "Address type" + }, + "name": { + "id": "field.ext.address.addressType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "addresstype" + } + } + } + }, + "addressPlace1": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressPlace1.fullName", + "defaultMessage": "Address line 1" + }, + "name": { + "id": "field.ext.address.addressPlace1.name", + "defaultMessage": "Line 1" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "addressPlace2": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressPlace2.fullName", + "defaultMessage": "Address line 2" + }, + "name": { + "id": "field.ext.address.addressPlace2.name", + "defaultMessage": "Line 2" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "addressMunicipality": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressMunicipality.fullName", + "defaultMessage": "Address municipality" + }, + "name": { + "id": "field.ext.address.addressMunicipality.name", + "defaultMessage": "Municipality" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local,place/tgn" + } + } + } + }, + "addressStateOrProvince": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressStateOrProvince.fullName", + "defaultMessage": "Address state/province" + }, + "name": { + "id": "field.ext.address.addressStateOrProvince.name", + "defaultMessage": "State/Province" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "autoComplete": "cspace-state", + "source": "place/local,place/tgn" + } + } + } + }, + "addressPostCode": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressPostCode.fullName", + "defaultMessage": "Address postal code" + }, + "name": { + "id": "field.ext.address.addressPostCode.name", + "defaultMessage": "Postal code" + } + }, + "view": { + "type": "TextInput", + "props": { + "autoComplete": "cspace-postcode" + } + } + } + }, + "addressCountry": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.address.addressCountry.fullName", + "defaultMessage": "Address country" + }, + "name": { + "id": "field.ext.address.addressCountry.name", + "defaultMessage": "Country" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "autoComplete": "cspace-country", + "source": "place/local,place/tgn" + } + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.work.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "workTermGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "workTermGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termDisplayName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termStatus" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termFlag" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termPrefForLang" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSource", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceDetail" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceID" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "workType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "workDateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "workDateGroup" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "workHistoryNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "creatorGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "creatorGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "creator" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "creatorType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publisherGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "publisherGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "publisher" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "publisherType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addrGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "addrGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "addressPlace1" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressPlace2" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressMunicipality" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "addressStateOrProvince" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressPostCode" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "addressCountry" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "addressType" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "mini": { + "disabled": true, + "messages": { + "name": { + "id": "form.work.mini.name", + "defaultMessage": "Mini Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list", + "showChildren": false, + "showSiblings": false + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "workType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "0", + "repeating": false, + "subpath": [ + "ns2:works_common", + "workDateGroupList", + "workDateGroup" + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "workHistoryNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "work" + }, + "osteology": { + "messages": { + "record": { + "name": { + "id": "record.osteology.name", + "defaultMessage": "Osteology" + }, + "collectionName": { + "id": "record.osteology.collectionName", + "defaultMessage": "Osteology" + } + }, + "inputTable": { + "completeness": { + "id": "inputTable.osteology.completeness", + "defaultMessage": "Completeness" + }, + "dentition": { + "id": "inputTable.osteology.dentition", + "defaultMessage": "Dentition" + }, + "mortuaryTreatment": { + "id": "inputTable.osteology.mortuaryTreatment", + "defaultMessage": "Mortuary treatment" + }, + "behrensmeyer": { + "id": "inputTable.osteology.behrensmeyer", + "defaultMessage": "Behrensmeyer stage" + }, + "trepanationDimension": { + "id": "inputTable.osteology.trepanationDimension", + "defaultMessage": "Dimension (mm)" + } + }, + "panel": { + "info": { + "id": "panel.osteology.info", + "defaultMessage": "Osteology Information" + }, + "inventory": { + "id": "panel.osteology.inventory", + "defaultMessage": "Inventory" + }, + "modification": { + "id": "panel.osteology.modification", + "defaultMessage": "Cultural Modification Information" + }, + "cranialDeform": { + "id": "panel.osteology.cranialDeform", + "defaultMessage": "Cranial Deformation Information" + }, + "trepanation": { + "id": "panel.osteology.trepanation", + "defaultMessage": "Trepanation Information" + } + } + }, + "serviceConfig": { + "serviceName": "Osteology", + "servicePath": "osteology", + "serviceType": "procedure", + "objectName": "Osteology", + "documentName": "osteology" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:osteology_common/InventoryID" + }, + { + "op": "eq", + "path": "ns2:osteology_common/inventoryAnalyst" + }, + { + "op": "range", + "path": "ns2:osteology_common/inventoryDate" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "InventoryID": { + "messages": { + "label": { + "id": "column.osteology.default.InventoryID", + "defaultMessage": "Inventory ID" + } + }, + "order": 10, + "sortBy": "osteology_common:InventoryID", + "width": 250 + }, + "inventoryDate": { + "messages": { + "label": { + "id": "column.osteology.default.inventoryDate", + "defaultMessage": "Date" + } + }, + "order": 20, + "sortBy": "osteology_common:inventoryDate", + "width": 400 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.group.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:osteology_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:osteology_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:osteology_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/osteology" + } + }, + "InventoryID": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.osteology_common.InventoryID.name", + "defaultMessage": "Inventory ID" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "osteoAgeEstimateGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "osteoAgeEstimateGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.osteoAgeEstimateGroup.name", + "defaultMessage": "Age estimate" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "osteoAgeEstimateVerbatim": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateVerbatim.fullName", + "defaultMessage": "Age estimate verbatim" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateVerbatim.name", + "defaultMessage": "Verbatim" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "osteoAgeEstimateLower": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateLower.fullName", + "defaultMessage": "Age estimate lower" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateLower.name", + "defaultMessage": "Lower (years)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "osteoAgeEstimateUpper": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateUpper.fullName", + "defaultMessage": "Age estimate upper" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateUpper.name", + "defaultMessage": "Upper (years)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "osteoAgeEstimateDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.fullName", + "defaultMessage": "Age estimate date" + }, + "groupName": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "osteoAgeEstimateAnalyst": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateAnalyst.fullName", + "defaultMessage": "Age estimate analyst" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateAnalyst.name", + "defaultMessage": "Analyst" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "osteoAgeEstimateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.osteoAgeEstimateNote.fullName", + "defaultMessage": "Age estimate note" + }, + "name": { + "id": "field.osteology_common.osteoAgeEstimateNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "sexDeterminationGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "sexDeterminationGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.sexDeterminationGroup.name", + "defaultMessage": "Sex determination" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "sexDetermination": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.sexDetermination.fullName", + "defaultMessage": "Sex determination" + }, + "name": { + "id": "field.osteology_common.sexDetermination.name", + "defaultMessage": "Sex" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "sexDeterminations" + } + } + } + }, + "sexDeterminationDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationDateGroup.fullName", + "defaultMessage": "Sex determination date" + }, + "groupName": { + "id": "field.osteology_common.sexDeterminationDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.osteology_common.sexDeterminationDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "sexDeterminationAnalyst": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationAnalyst.fullName", + "defaultMessage": "Sex determination analyst" + }, + "name": { + "id": "field.osteology_common.sexDeterminationAnalyst.name", + "defaultMessage": "Analyst" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "sexDeterminationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.sexDeterminationNote.fullName", + "defaultMessage": "Sex determination note" + }, + "name": { + "id": "field.osteology_common.sexDeterminationNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "completeness": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.completeness.fullName", + "defaultMessage": "Completeness level" + }, + "name": { + "id": "field.osteology_common.completeness.name", + "defaultMessage": "Level" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "osteocompleteness" + } + } + } + }, + "completenessNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.completenessNote.fullName", + "defaultMessage": "Completeness note" + }, + "name": { + "id": "field.osteology_common.completenessNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "molarsPresent": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.osteology_common.molarsPresent.name", + "defaultMessage": "Molars present" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "dentitionScore": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.dentitionScore.fullName", + "defaultMessage": "Dentition score" + }, + "name": { + "id": "field.osteology_common.dentitionScore.name", + "defaultMessage": "Score" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dentitionscore" + } + } + } + }, + "dentitionNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.dentitionNote.fullName", + "defaultMessage": "Dentition note" + }, + "name": { + "id": "field.osteology_common.dentitionNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "mortuaryTreatment": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.mortuaryTreatment.fullName", + "defaultMessage": "Mortuary treatment" + }, + "name": { + "id": "field.osteology_common.mortuaryTreatment.name", + "defaultMessage": "Treatment" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "mortuarytreatment" + } + } + } + }, + "mortuaryTreatmentNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.mortuaryTreatmentNote.fullName", + "defaultMessage": "Mortuary treatment note" + }, + "name": { + "id": "field.osteology_common.mortuaryTreatmentNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "behrensmeyerSingleLower": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.behrensmeyerSingleLower.fullName", + "defaultMessage": "Behrensmeyer stage - Single/lower" + }, + "name": { + "id": "field.osteology_common.behrensmeyerSingleLower.name", + "defaultMessage": "Single/lower" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "behrensmeyer" + } + } + } + }, + "behrensmeyerUpper": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.behrensmeyerUpper.fullName", + "defaultMessage": "Behrensmeyer stage - Upper" + }, + "name": { + "id": "field.osteology_common.behrensmeyerUpper.name", + "defaultMessage": "Upper" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "behrensmeyer" + } + } + } + }, + "NotesOnElementInventory": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.NotesOnElementInventory.name", + "defaultMessage": "Inventory note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "pathologyNote": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.pathologyNote.name", + "defaultMessage": "General pathology and trauma note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "InventoryIsComplete": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.osteology_common.InventoryIsComplete.name", + "defaultMessage": "Inventory complete" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "inventoryAnalyst": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_common.inventoryAnalyst.fullName", + "defaultMessage": "Inventory analyst" + }, + "name": { + "id": "field.osteology_common.inventoryAnalyst.name", + "defaultMessage": "Analyst" + } + }, + "required": false, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local" + } + } + } + }, + "inventoryDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.osteology_common.inventoryDate.fullName", + "defaultMessage": "Inventory date" + }, + "name": { + "id": "field.osteology_common.inventoryDate.name", + "defaultMessage": "Date" + } + }, + "required": false, + "view": { + "type": "DateInput" + } + } + }, + "Acetabulum_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Acetabulum_L.name", + "defaultMessage": "Acetabulum left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Acetabulum_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Acetabulum_R.name", + "defaultMessage": "Acetabulum right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Auricular_surf_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Auricular_surf_L.name", + "defaultMessage": "Auricular surf. left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Auricular_surf_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Auricular_surf_R.name", + "defaultMessage": "Auricular surf. right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C1_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C1_L_arch.name", + "defaultMessage": "C1 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C1_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C1_R_arch.name", + "defaultMessage": "C1 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C1_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C1_complete.name", + "defaultMessage": "C1" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "C2_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C2_L_arch.name", + "defaultMessage": "C2 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C2_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C2_R_arch.name", + "defaultMessage": "C2 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C2_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C2_centrum.name", + "defaultMessage": "C2 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C2_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C2_complete.name", + "defaultMessage": "C2" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "C3_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C3_L_arch.name", + "defaultMessage": "C3-6 (~3) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C3_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C3_R_arch.name", + "defaultMessage": "C3-6 (~3) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C3_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C3_centrum.name", + "defaultMessage": "C3-6 (~3) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C3_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C3_complete.name", + "defaultMessage": "C3-6 (~3)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "C4_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C4_L_arch.name", + "defaultMessage": "C3-6 (~4) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C4_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C4_R_arch.name", + "defaultMessage": "C3-6 (~4) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C4_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C4_centrum.name", + "defaultMessage": "C3-6 (~4) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C4_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C4_complete.name", + "defaultMessage": "C3-6 (~4)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "C5_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C5_L_arch.name", + "defaultMessage": "C3-6 (~5) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C5_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C5_R_arch.name", + "defaultMessage": "C3-6 (~5) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C5_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C5_centrum.name", + "defaultMessage": "C3-6 (~5) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C5_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C5_complete.name", + "defaultMessage": "C3-6 (~5)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "C6_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C6_L_arch.name", + "defaultMessage": "C3-6 (~6) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C6_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C6_R_arch.name", + "defaultMessage": "C3-6 (~6) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C6_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C6_centrum.name", + "defaultMessage": "C3-6 (~6) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C6_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C6_complete.name", + "defaultMessage": "C3-6 (~6)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "C7_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C7_L_arch.name", + "defaultMessage": "C7 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C7_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C7_R_arch.name", + "defaultMessage": "C7 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C7_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C7_centrum.name", + "defaultMessage": "C7 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "C7_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C7_complete.name", + "defaultMessage": "C7" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "C_L_arch_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C_L_arch_count.name", + "defaultMessage": "C left arch count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "C_R_arch_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C_R_arch_count.name", + "defaultMessage": "C right arch count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "C_centra_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.C_centra_count.name", + "defaultMessage": "C centra count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Calcaneus_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Calcaneus_L.name", + "defaultMessage": "Calcaneus left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Calcaneus_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Calcaneus_R.name", + "defaultMessage": "Calcaneus right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Capitate_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Capitate_L.name", + "defaultMessage": "Capitate left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Capitate_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Capitate_R.name", + "defaultMessage": "Capitate right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Carpals_L_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Carpals_L_complete.name", + "defaultMessage": "Carpals left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Carpals_R_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Carpals_R_complete.name", + "defaultMessage": "Carpals right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Clavicle_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Clavicle_L.name", + "defaultMessage": "Clavicle left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Clavicle_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Clavicle_R.name", + "defaultMessage": "Clavicle right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Coccyx": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Coccyx.name", + "defaultMessage": "Coccyx" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Cranium": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Cranium.name", + "defaultMessage": "Cranium" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Cuboid_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Cuboid_L.name", + "defaultMessage": "Cuboid left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Cuboid_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Cuboid_R.name", + "defaultMessage": "Cuboid right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ethmoid": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ethmoid.name", + "defaultMessage": "Ethmoid" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Femur_L_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_L_JS_D.name", + "defaultMessage": "Femur left dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Femur_L_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_L_JS_P.name", + "defaultMessage": "Femur left prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Femur_L_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_L_complete.name", + "defaultMessage": "Femur left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Femur_L_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_L_shaft_D.name", + "defaultMessage": "Femur left dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Femur_L_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_L_shaft_M.name", + "defaultMessage": "Femur left mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Femur_L_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_L_shaft_P.name", + "defaultMessage": "Femur left prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Femur_R_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_R_JS_D.name", + "defaultMessage": "Femur right dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Femur_R_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_R_JS_P.name", + "defaultMessage": "Femur right prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Femur_R_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_R_complete.name", + "defaultMessage": "Femur right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Femur_R_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_R_shaft_D.name", + "defaultMessage": "Femur right dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Femur_R_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_R_shaft_M.name", + "defaultMessage": "Femur right mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Femur_R_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Femur_R_shaft_P.name", + "defaultMessage": "Femur right prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Fibula_L_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_L_JS_D.name", + "defaultMessage": "Fibula left dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Fibula_L_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_L_JS_P.name", + "defaultMessage": "Fibula left prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Fibula_L_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_L_complete.name", + "defaultMessage": "Fibula left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Fibula_L_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_L_shaft_D.name", + "defaultMessage": "Fibula left dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Fibula_L_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_L_shaft_M.name", + "defaultMessage": "Fibula left mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Fibula_L_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_L_shaft_P.name", + "defaultMessage": "Fibula left prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Fibula_R_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_R_JS_D.name", + "defaultMessage": "Fibula right dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Fibula_R_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_R_JS_P.name", + "defaultMessage": "Fibula right prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Fibula_R_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_R_complete.name", + "defaultMessage": "Fibula right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Fibula_R_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_R_shaft_D.name", + "defaultMessage": "Fibula right dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Fibula_R_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_R_shaft_M.name", + "defaultMessage": "Fibula right mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Fibula_R_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Fibula_R_shaft_P.name", + "defaultMessage": "Fibula right prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Frontal_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Frontal_L.name", + "defaultMessage": "Frontal left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Frontal_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Frontal_R.name", + "defaultMessage": "Frontal right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Glenoid_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Glenoid_L.name", + "defaultMessage": "Glenoid left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Glenoid_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Glenoid_R.name", + "defaultMessage": "Glenoid right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Hamate_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Hamate_L.name", + "defaultMessage": "Hamate left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Hamate_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Hamate_R.name", + "defaultMessage": "Hamate right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Humerus_L_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_L_JS_D.name", + "defaultMessage": "Humerus left dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Humerus_L_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_L_JS_P.name", + "defaultMessage": "Humerus left prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Humerus_L_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_L_complete.name", + "defaultMessage": "Humerus left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Humerus_L_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_L_shaft_D.name", + "defaultMessage": "Humerus left dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Humerus_L_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_L_shaft_M.name", + "defaultMessage": "Humerus left mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Humerus_L_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_L_shaft_P.name", + "defaultMessage": "Humerus left prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Humerus_R_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_R_JS_D.name", + "defaultMessage": "Humerus right dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Humerus_R_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_R_JS_P.name", + "defaultMessage": "Humerus right prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Humerus_R_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_R_complete.name", + "defaultMessage": "Humerus right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Humerus_R_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_R_shaft_D.name", + "defaultMessage": "Humerus right dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Humerus_R_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_R_shaft_M.name", + "defaultMessage": "Humerus right mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Humerus_R_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Humerus_R_shaft_P.name", + "defaultMessage": "Humerus right prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Hyoid": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Hyoid.name", + "defaultMessage": "Hyoid" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ilium_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ilium_L.name", + "defaultMessage": "Ilium left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ilium_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ilium_R.name", + "defaultMessage": "Ilium right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Int_cuneif_2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Int_cuneif_2_L.name", + "defaultMessage": "Int. cuneiform (2) left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Int_cuneif_2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Int_cuneif_2_R.name", + "defaultMessage": "Int. cuneiform (2) right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ischium_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ischium_L.name", + "defaultMessage": "Ischium left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ischium_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ischium_R.name", + "defaultMessage": "Ischium right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L1_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L1_L_arch.name", + "defaultMessage": "L1 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L1_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L1_R_arch.name", + "defaultMessage": "L1 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L1_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L1_centrum.name", + "defaultMessage": "L1 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L1_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L1_complete.name", + "defaultMessage": "L1" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "L2_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L2_L_arch.name", + "defaultMessage": "L2 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L2_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L2_R_arch.name", + "defaultMessage": "L2 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L2_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L2_centrum.name", + "defaultMessage": "L2 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L2_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L2_complete.name", + "defaultMessage": "L2" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "L3_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L3_L_arch.name", + "defaultMessage": "L3 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L3_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L3_R_arch.name", + "defaultMessage": "L3 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L3_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L3_centrum.name", + "defaultMessage": "L3 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L3_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L3_complete.name", + "defaultMessage": "L3" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "L4_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L4_L_arch.name", + "defaultMessage": "L4 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L4_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L4_R_arch.name", + "defaultMessage": "L4 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L4_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L4_centrum.name", + "defaultMessage": "L4 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L4_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L4_complete.name", + "defaultMessage": "L4" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "L5_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L5_L_arch.name", + "defaultMessage": "L5 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L5_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L5_R_arch.name", + "defaultMessage": "L5 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L5_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L5_centrum.name", + "defaultMessage": "L5 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "L5_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L5_complete.name", + "defaultMessage": "L5" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "L_L_arch_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L_L_arch_count.name", + "defaultMessage": "L left arch count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "L_R_arch_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L_R_arch_count.name", + "defaultMessage": "L right arch count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "L_centra_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.L_centra_count.name", + "defaultMessage": "L centra count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Lacrimal_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Lacrimal_L.name", + "defaultMessage": "Lacrimal left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Lacrimal_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Lacrimal_R.name", + "defaultMessage": "Lacrimal right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Lat_cuneif_3_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Lat_cuneif_3_L.name", + "defaultMessage": "Lat. cuneiform (3) left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Lat_cuneif_3_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Lat_cuneif_3_R.name", + "defaultMessage": "Lat. cuneiform (3) right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Lunate_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Lunate_L.name", + "defaultMessage": "Lunate left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Lunate_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Lunate_R.name", + "defaultMessage": "Lunate right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MC1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC1_L.name", + "defaultMessage": "MC 1 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MC1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC1_R.name", + "defaultMessage": "MC 1 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MC2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC2_L.name", + "defaultMessage": "MC 2 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MC2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC2_R.name", + "defaultMessage": "MC 2 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MC3_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC3_L.name", + "defaultMessage": "MC 3 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MC3_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC3_R.name", + "defaultMessage": "MC 3 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MC4_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC4_L.name", + "defaultMessage": "MC 4 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MC4_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC4_R.name", + "defaultMessage": "MC 4 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MC5_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC5_L.name", + "defaultMessage": "MC 5 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MC5_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC5_R.name", + "defaultMessage": "MC 5 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MC_L_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC_L_complete.name", + "defaultMessage": "MC left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "MC_L_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC_L_count.name", + "defaultMessage": "MC left count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "MC_R_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC_R_complete.name", + "defaultMessage": "MC right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "MC_R_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MC_R_count.name", + "defaultMessage": "MC right count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "MT1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT1_L.name", + "defaultMessage": "MT 1 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MT1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT1_R.name", + "defaultMessage": "MT 1 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MT2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT2_L.name", + "defaultMessage": "MT 2 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MT2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT2_R.name", + "defaultMessage": "MT 2 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MT3_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT3_L.name", + "defaultMessage": "MT 3 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MT3_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT3_R.name", + "defaultMessage": "MT 3 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MT4_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT4_L.name", + "defaultMessage": "MT 4 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MT4_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT4_R.name", + "defaultMessage": "MT 4 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MT5_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT5_L.name", + "defaultMessage": "MT 5 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MT5_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT5_R.name", + "defaultMessage": "MT 5 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "MT_L_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT_L_complete.name", + "defaultMessage": "MT left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "MT_L_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT_L_count.name", + "defaultMessage": "MT left count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "MT_R_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT_R_complete.name", + "defaultMessage": "MT right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "MT_R_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.MT_R_count.name", + "defaultMessage": "MT right count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Mandible_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Mandible_L.name", + "defaultMessage": "Mandible left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Mandible_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Mandible_R.name", + "defaultMessage": "Mandible right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Manubrium": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Manubrium.name", + "defaultMessage": "Manubrium" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Maxilla_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Maxilla_L.name", + "defaultMessage": "Maxilla left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Maxilla_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Maxilla_R.name", + "defaultMessage": "Maxilla right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Med_cuneif_1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Med_cuneif_1_L.name", + "defaultMessage": "Med. cuneiform (1) left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Med_cuneif_1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Med_cuneif_1_R.name", + "defaultMessage": "Med. cuneiform (1) right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Nasal_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Nasal_L.name", + "defaultMessage": "Nasal left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Nasal_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Nasal_R.name", + "defaultMessage": "Nasal right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Navicular_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Navicular_L.name", + "defaultMessage": "Navicular left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Navicular_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Navicular_R.name", + "defaultMessage": "Navicular right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Occipital": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Occipital.name", + "defaultMessage": "Occipital" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Occipital_L_pars_lateralis": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Occipital_L_pars_lateralis.name", + "defaultMessage": "Occipital pars lateralis left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Occipital_R_pars_lateralis": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Occipital_R_pars_lateralis.name", + "defaultMessage": "Occipital pars lateralis right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Occipital_pars_basilaris": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Occipital_pars_basilaris.name", + "defaultMessage": "Occipital pars basilaris" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Orbit_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Orbit_L.name", + "defaultMessage": "Orbit left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Orbit_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Orbit_R.name", + "defaultMessage": "Orbit right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Os_coxae_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Os_coxae_L.name", + "defaultMessage": "Os coxae left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Os_coxae_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Os_coxae_R.name", + "defaultMessage": "Os coxae right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Palatine_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Palatine_L.name", + "defaultMessage": "Palatine left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Palatine_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Palatine_R.name", + "defaultMessage": "Palatine right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Parietal_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Parietal_L.name", + "defaultMessage": "Parietal left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Parietal_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Parietal_R.name", + "defaultMessage": "Parietal right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Patella_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Patella_L.name", + "defaultMessage": "Patella left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Patella_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Patella_R.name", + "defaultMessage": "Patella right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Phalanx_D_count_foot": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Phalanx_D_count_foot.name", + "defaultMessage": "Dist. foot phalanges count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Phalanx_D_count_hand": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Phalanx_D_count_hand.name", + "defaultMessage": "Dist. hand phalanges count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Phalanx_I_count_foot": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Phalanx_I_count_foot.name", + "defaultMessage": "Int. foot phalanges count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Phalanx_I_count_hand": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Phalanx_I_count_hand.name", + "defaultMessage": "Int. hand phalanges count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Phalanx_P_count_foot": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Phalanx_P_count_foot.name", + "defaultMessage": "Prox. foot phalanges count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Phalanx_P_count_hand": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Phalanx_P_count_hand.name", + "defaultMessage": "Prox. hand phalanges count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Phalanx_juv_count_foot": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Phalanx_juv_count_foot.name", + "defaultMessage": "Juv. foot phalanges count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Phalanx_juv_count_hand": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Phalanx_juv_count_hand.name", + "defaultMessage": "Juv. hand phalanges count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Pisiform_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Pisiform_L.name", + "defaultMessage": "Pisiform left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Pisiform_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Pisiform_R.name", + "defaultMessage": "Pisiform right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Pubis_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Pubis_L.name", + "defaultMessage": "Pubis left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Pubis_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Pubis_R.name", + "defaultMessage": "Pubis right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Radius_L_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_L_JS_D.name", + "defaultMessage": "Radius left dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Radius_L_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_L_JS_P.name", + "defaultMessage": "Radius left prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Radius_L_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_L_complete.name", + "defaultMessage": "Radius left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Radius_L_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_L_shaft_D.name", + "defaultMessage": "Radius left dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Radius_L_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_L_shaft_M.name", + "defaultMessage": "Radius left mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Radius_L_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_L_shaft_P.name", + "defaultMessage": "Radius left prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Radius_R_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_R_JS_D.name", + "defaultMessage": "Radius right dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Radius_R_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_R_JS_P.name", + "defaultMessage": "Radius right prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Radius_R_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_R_complete.name", + "defaultMessage": "Radius right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Radius_R_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_R_shaft_D.name", + "defaultMessage": "Radius right dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Radius_R_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_R_shaft_M.name", + "defaultMessage": "Radius right mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Radius_R_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Radius_R_shaft_P.name", + "defaultMessage": "Radius right prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib10_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib10_L.name", + "defaultMessage": "Rib 10 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib10_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib10_L_head_neck_complete.name", + "defaultMessage": "Rib 10 left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib10_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib10_L_sternal_end_complete.name", + "defaultMessage": "Rib 10 left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib10_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib10_R.name", + "defaultMessage": "Rib 10 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib10_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib10_R_head_neck_complete.name", + "defaultMessage": "Rib 10 right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib10_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib10_R_sternal_end_complete.name", + "defaultMessage": "Rib 10 right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib11_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib11_L.name", + "defaultMessage": "Rib 11 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib11_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib11_L_head_neck_complete.name", + "defaultMessage": "Rib 11 left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib11_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib11_L_sternal_end_complete.name", + "defaultMessage": "Rib 11 left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib11_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib11_R.name", + "defaultMessage": "Rib 11 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib11_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib11_R_head_neck_complete.name", + "defaultMessage": "Rib 11 right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib11_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib11_R_sternal_end_complete.name", + "defaultMessage": "Rib 11 right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib12_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib12_L.name", + "defaultMessage": "Rib 12 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib12_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib12_L_head_neck_complete.name", + "defaultMessage": "Rib 12 left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib12_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib12_L_sternal_end_complete.name", + "defaultMessage": "Rib 12 left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib12_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib12_R.name", + "defaultMessage": "Rib 12 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib12_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib12_R_head_neck_complete.name", + "defaultMessage": "Rib 12 right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib12_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib12_R_sternal_end_complete.name", + "defaultMessage": "Rib 12 right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib1_L.name", + "defaultMessage": "Rib 1 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib1_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib1_L_head_neck_complete.name", + "defaultMessage": "Rib 1 left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib1_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib1_L_sternal_end_complete.name", + "defaultMessage": "Rib 1 left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib1_R.name", + "defaultMessage": "Rib 1 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib1_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib1_R_head_neck_complete.name", + "defaultMessage": "Rib 1 right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib1_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib1_R_sternal_end_complete.name", + "defaultMessage": "Rib 1 right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib2_L.name", + "defaultMessage": "Rib 2 left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib2_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib2_L_head_neck_complete.name", + "defaultMessage": "Rib 2 left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib2_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib2_L_sternal_end_complete.name", + "defaultMessage": "Rib 2 left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib2_R.name", + "defaultMessage": "Rib 2 right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib2_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib2_R_head_neck_complete.name", + "defaultMessage": "Rib 2 right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib2_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib2_R_sternal_end_complete.name", + "defaultMessage": "Rib 2 right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib3_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib3_L.name", + "defaultMessage": "Rib 3-9 (~3) left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib3_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib3_L_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~3) left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib3_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib3_L_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~3) left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib3_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib3_R.name", + "defaultMessage": "Rib 3-9 (~3) right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib3_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib3_R_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~3) right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib3_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib3_R_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~3) right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib4_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib4_L.name", + "defaultMessage": "Rib 3-9 (~4) left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib4_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib4_L_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~4) left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib4_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib4_L_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~4) left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib4_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib4_R.name", + "defaultMessage": "Rib 3-9 (~4) right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib4_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib4_R_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~4) right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib4_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib4_R_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~4) right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib5_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib5_L.name", + "defaultMessage": "Rib 3-9 (~5) left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib5_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib5_L_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~5) left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib5_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib5_L_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~5) left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib5_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib5_R.name", + "defaultMessage": "Rib 3-9 (~5) right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib5_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib5_R_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~5) right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib5_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib5_R_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~5) right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib6_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib6_L.name", + "defaultMessage": "Rib 3-9 (~6) left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib6_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib6_L_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~6) left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib6_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib6_L_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~6) left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib6_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib6_R.name", + "defaultMessage": "Rib 3-9 (~6) right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib6_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib6_R_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~6) right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib6_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib6_R_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~6) right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib7_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib7_L.name", + "defaultMessage": "Rib 3-9 (~7) left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib7_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib7_L_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~7) left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib7_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib7_L_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~7) left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib7_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib7_R.name", + "defaultMessage": "Rib 3-9 (~7) right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib7_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib7_R_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~7) right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib7_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib7_R_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~7) right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib8_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib8_L.name", + "defaultMessage": "Rib 3-9 (~8) left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib8_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib8_L_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~8) left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib8_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib8_L_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~8) left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib8_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib8_R.name", + "defaultMessage": "Rib 3-9 (~8) right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib8_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib8_R_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~8) right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib8_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib8_R_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~8) right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib9_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib9_L.name", + "defaultMessage": "Rib 3-9 (~9) left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib9_L_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib9_L_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~9) left head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib9_L_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib9_L_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~9) left sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib9_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib9_R.name", + "defaultMessage": "Rib 3-9 (~9) right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Rib9_R_head_neck_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib9_R_head_neck_complete.name", + "defaultMessage": "Rib 3-9 (~9) right head/neck complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Rib9_R_sternal_end_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Rib9_R_sternal_end_complete.name", + "defaultMessage": "Rib 3-9 (~9) right sternal end complete" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoCompleteStates" + } + } + } + }, + "Ribs_L_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ribs_L_complete.name", + "defaultMessage": "Ribs left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Ribs_R_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ribs_R_complete.name", + "defaultMessage": "Ribs right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "S1_L_ala": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S1_L_ala.name", + "defaultMessage": "S1 left ala" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S1_R_ala": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S1_R_ala.name", + "defaultMessage": "S1 right ala" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S1_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S1_centrum.name", + "defaultMessage": "S1 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S1_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S1_complete.name", + "defaultMessage": "S1" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "S2_L_ala": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S2_L_ala.name", + "defaultMessage": "S2 left ala" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S2_R_ala": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S2_R_ala.name", + "defaultMessage": "S2 right ala" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S2_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S2_centrum.name", + "defaultMessage": "S2 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S2_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S2_complete.name", + "defaultMessage": "S2" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "S3_L_ala": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S3_L_ala.name", + "defaultMessage": "S3 left ala" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S3_R_ala": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S3_R_ala.name", + "defaultMessage": "S3 right ala" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S3_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S3_centrum.name", + "defaultMessage": "S3 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S3_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S3_complete.name", + "defaultMessage": "S3" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "S4_L_ala": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S4_L_ala.name", + "defaultMessage": "S4 left ala" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S4_R_ala": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S4_R_ala.name", + "defaultMessage": "S4 right ala" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S4_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S4_centrum.name", + "defaultMessage": "S4 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S4_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S4_complete.name", + "defaultMessage": "S4" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "S5_L_ala": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S5_L_ala.name", + "defaultMessage": "S5 left ala" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S5_R_ala": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S5_R_ala.name", + "defaultMessage": "S5 right ala" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S5_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S5_centrum.name", + "defaultMessage": "S5 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "S5_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S5_complete.name", + "defaultMessage": "S5" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "S_L_ala_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S_L_ala_count.name", + "defaultMessage": "S left ala count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "S_R_ala_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S_R_ala_count.name", + "defaultMessage": "S right ala count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "S_centra_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.S_centra_count.name", + "defaultMessage": "S centra count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Sacrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Sacrum.name", + "defaultMessage": "Sacrum centra" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Sacrum_L_alae": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Sacrum_L_alae.name", + "defaultMessage": "Sacrum left alae" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Sacrum_R_alae": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Sacrum_R_alae.name", + "defaultMessage": "Sacrum right alae" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Sacrum_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Sacrum_complete.name", + "defaultMessage": "Sacrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Scaphoid_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Scaphoid_L.name", + "defaultMessage": "Scaphoid left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Scaphoid_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Scaphoid_R.name", + "defaultMessage": "Scaphoid right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Scapula_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Scapula_L.name", + "defaultMessage": "Scapula left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Scapula_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Scapula_R.name", + "defaultMessage": "Scapula right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Sesamoid_L_count_foot": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Sesamoid_L_count_foot.name", + "defaultMessage": "Foot sesamoid left count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Sesamoid_L_count_hand": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Sesamoid_L_count_hand.name", + "defaultMessage": "Hand sesamoid left count " + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Sesamoid_R_count_foot": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Sesamoid_R_count_foot.name", + "defaultMessage": "Foot sesamoid right count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Sesamoid_R_count_hand": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Sesamoid_R_count_hand.name", + "defaultMessage": "Hand sesamoid right count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Sphenoid": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Sphenoid.name", + "defaultMessage": "Sphenoid" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Sternum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Sternum.name", + "defaultMessage": "Sternum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T10_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T10_L_arch.name", + "defaultMessage": "T10 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T10_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T10_R_arch.name", + "defaultMessage": "T10 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T10_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T10_centrum.name", + "defaultMessage": "T10 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T10_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T10_complete.name", + "defaultMessage": "T10" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T11_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T11_L_arch.name", + "defaultMessage": "T11 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T11_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T11_R_arch.name", + "defaultMessage": "T11 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T11_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T11_centrum.name", + "defaultMessage": "T11 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T11_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T11_complete.name", + "defaultMessage": "T11" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T12_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T12_L_arch.name", + "defaultMessage": "T12 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T12_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T12_R_arch.name", + "defaultMessage": "T12 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T12_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T12_centrum.name", + "defaultMessage": "T12 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T12_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T12_complete.name", + "defaultMessage": "T12" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T1_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T1_L_arch.name", + "defaultMessage": "T1 left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T1_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T1_R_arch.name", + "defaultMessage": "T1 right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T1_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T1_centrum.name", + "defaultMessage": "T1 centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T1_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T1_complete.name", + "defaultMessage": "T1" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T2_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T2_L_arch.name", + "defaultMessage": "T2-9 (~2) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T2_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T2_R_arch.name", + "defaultMessage": "T2-9 (~2) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T2_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T2_centrum.name", + "defaultMessage": "T2-9 (~2) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T2_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T2_complete.name", + "defaultMessage": "T2-9 (~2)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T3_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T3_L_arch.name", + "defaultMessage": "T2-9 (~3) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T3_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T3_R_arch.name", + "defaultMessage": "T2-9 (~3) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T3_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T3_centrum.name", + "defaultMessage": "T2-9 (~3) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T3_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T3_complete.name", + "defaultMessage": "T2-9 (~3)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T4_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T4_L_arch.name", + "defaultMessage": "T2-9 (~4) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T4_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T4_R_arch.name", + "defaultMessage": "T2-9 (~4) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T4_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T4_centrum.name", + "defaultMessage": "T2-9 (~4) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T4_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T4_complete.name", + "defaultMessage": "T2-9 (~4)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T5_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T5_L_arch.name", + "defaultMessage": "T2-9 (~5) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T5_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T5_R_arch.name", + "defaultMessage": "T2-9 (~5) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T5_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T5_centrum.name", + "defaultMessage": "T2-9 (~5) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T5_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T5_complete.name", + "defaultMessage": "T2-9 (~5)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T6_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T6_L_arch.name", + "defaultMessage": "T2-9 (~6) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T6_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T6_R_arch.name", + "defaultMessage": "T2-9 (~6) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T6_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T6_centrum.name", + "defaultMessage": "T2-9 (~6) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T6_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T6_complete.name", + "defaultMessage": "T2-9 (~6)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T7_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T7_L_arch.name", + "defaultMessage": "T2-9 (~7) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T7_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T7_R_arch.name", + "defaultMessage": "T2-9 (~7) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T7_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T7_centrum.name", + "defaultMessage": "T2-9 (~7) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T7_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T7_complete.name", + "defaultMessage": "T2-9 (~7)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T8_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T8_L_arch.name", + "defaultMessage": "T2-9 (~8) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T8_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T8_R_arch.name", + "defaultMessage": "T2-9 (~8) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T8_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T8_centrum.name", + "defaultMessage": "T2-9 (~8) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T8_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T8_complete.name", + "defaultMessage": "T2-9 (~8)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T9_L_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T9_L_arch.name", + "defaultMessage": "T2-9 (~9) left arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T9_R_arch": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T9_R_arch.name", + "defaultMessage": "T2-9 (~9) right arch" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T9_centrum": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T9_centrum.name", + "defaultMessage": "T2-9 (~9) centrum" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "T9_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T9_complete.name", + "defaultMessage": "T2-9 (~9)" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "T_L_arch_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T_L_arch_count.name", + "defaultMessage": "T left arch count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "T_R_arch_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T_R_arch_count.name", + "defaultMessage": "T right arch count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "T_centra_count": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.T_centra_count.name", + "defaultMessage": "T centra count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Talus_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Talus_L.name", + "defaultMessage": "Talus left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Talus_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Talus_R.name", + "defaultMessage": "Talus right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Tarsals_L_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tarsals_L_complete.name", + "defaultMessage": "Tarsals left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Tarsals_R_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tarsals_R_complete.name", + "defaultMessage": "Tarsals right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Teeth_LC_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LC_L.name", + "defaultMessage": "Lower LCx" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LC_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LC_R.name", + "defaultMessage": "Lower RCx" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LI1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LI1_L.name", + "defaultMessage": "Lower LI1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LI1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LI1_R.name", + "defaultMessage": "Lower RI1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LI2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LI2_L.name", + "defaultMessage": "Lower LI2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LI2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LI2_R.name", + "defaultMessage": "Lower RI2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LM1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LM1_L.name", + "defaultMessage": "Lower LM1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LM1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LM1_R.name", + "defaultMessage": "Lower RM1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LM2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LM2_L.name", + "defaultMessage": "Lower LM2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LM2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LM2_R.name", + "defaultMessage": "Lower RM2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LM3_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LM3_L.name", + "defaultMessage": "Lower LM3" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LM3_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LM3_R.name", + "defaultMessage": "Lower RM3" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LP3_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LP3_L.name", + "defaultMessage": "Lower LP3" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LP3_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LP3_R.name", + "defaultMessage": "Lower RP3" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LP4_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LP4_L.name", + "defaultMessage": "Lower LP4" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_LP4_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_LP4_R.name", + "defaultMessage": "Lower RP4" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UC_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UC_L.name", + "defaultMessage": "Upper LCx" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UC_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UC_R.name", + "defaultMessage": "Upper RCx" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UI1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UI1_L.name", + "defaultMessage": "Upper LI1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UI1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UI1_R.name", + "defaultMessage": "Upper RI1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UI2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UI2_L.name", + "defaultMessage": "Upper LI2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UI2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UI2_R.name", + "defaultMessage": "Upper RI2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UM1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UM1_L.name", + "defaultMessage": "Upper LM1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UM1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UM1_R.name", + "defaultMessage": "Upper RM1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UM2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UM2_L.name", + "defaultMessage": "Upper LM2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UM2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UM2_R.name", + "defaultMessage": "Upper RM2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UM3_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UM3_L.name", + "defaultMessage": "Upper LM3" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UM3_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UM3_R.name", + "defaultMessage": "Upper RM3" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UP3_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UP3_L.name", + "defaultMessage": "Upper LP3" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UP3_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UP3_R.name", + "defaultMessage": "Upper RP3" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UP4_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UP4_L.name", + "defaultMessage": "Upper LP4" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_UP4_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_UP4_R.name", + "defaultMessage": "Upper RP4" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Ldc_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Ldc_L.name", + "defaultMessage": "Lower Ldcx" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Ldc_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Ldc_R.name", + "defaultMessage": "Lower Rdcx" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Ldi1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Ldi1_L.name", + "defaultMessage": "Lower Ldi1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Ldi1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Ldi1_R.name", + "defaultMessage": "Lower Rdi1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Ldi2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Ldi2_L.name", + "defaultMessage": "Lower Ldi2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Ldi2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Ldi2_R.name", + "defaultMessage": "Lower Rdi2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Ldm1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Ldm1_L.name", + "defaultMessage": "Lower Ldm1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Ldm1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Ldm1_R.name", + "defaultMessage": "Lower Rdm1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Ldm2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Ldm2_L.name", + "defaultMessage": "Lower Ldm2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Ldm2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Ldm2_R.name", + "defaultMessage": "Lower Rdm2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Udc_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Udc_L.name", + "defaultMessage": "Upper Ldcx" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Udc_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Udc_R.name", + "defaultMessage": "Upper Rdcx" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Udi1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Udi1_L.name", + "defaultMessage": "Upper Ldi1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Udi1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Udi1_R.name", + "defaultMessage": "Upper Rdi1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Udi2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Udi2_L.name", + "defaultMessage": "Upper Ldi2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Udi2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Udi2_R.name", + "defaultMessage": "Upper Rdi2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Udm1_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Udm1_L.name", + "defaultMessage": "Upper Ldm1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Udm1_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Udm1_R.name", + "defaultMessage": "Upper Rdm1" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Udm2_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Udm2_L.name", + "defaultMessage": "Upper Ldm2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_decid_Udm2_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_decid_Udm2_R.name", + "defaultMessage": "Upper Rdm2" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Teeth_immVertFragsCount": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Teeth_immVertFragsCount.name", + "defaultMessage": "Imm. vert. frags count" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "Temporal_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Temporal_L.name", + "defaultMessage": "Temporal left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Temporal_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Temporal_R.name", + "defaultMessage": "Temporal right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Tibia_L_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_L_JS_D.name", + "defaultMessage": "Tibia left dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Tibia_L_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_L_JS_P.name", + "defaultMessage": "Tibia left prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Tibia_L_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_L_complete.name", + "defaultMessage": "Tibia left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Tibia_L_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_L_shaft_D.name", + "defaultMessage": "Tibia left dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Tibia_L_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_L_shaft_M.name", + "defaultMessage": "Tibia left mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Tibia_L_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_L_shaft_P.name", + "defaultMessage": "Tibia left prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Tibia_R_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_R_JS_D.name", + "defaultMessage": "Tibia right dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Tibia_R_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_R_JS_P.name", + "defaultMessage": "Tibia right prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Tibia_R_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_R_complete.name", + "defaultMessage": "Tibia right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Tibia_R_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_R_shaft_D.name", + "defaultMessage": "Tibia right dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Tibia_R_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_R_shaft_M.name", + "defaultMessage": "Tibia right mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Tibia_R_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Tibia_R_shaft_P.name", + "defaultMessage": "Tibia right prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Trapezium_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Trapezium_L.name", + "defaultMessage": "Trapezium left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Trapezium_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Trapezium_R.name", + "defaultMessage": "Trapezium right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Trapezoid_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Trapezoid_L.name", + "defaultMessage": "Trapezoid left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Trapezoid_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Trapezoid_R.name", + "defaultMessage": "Trapezoid right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Triquetral_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Triquetral_L.name", + "defaultMessage": "Triquetral left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Triquetral_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Triquetral_R.name", + "defaultMessage": "Triquetral right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ulna_L_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_L_JS_D.name", + "defaultMessage": "Ulna left dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ulna_L_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_L_JS_P.name", + "defaultMessage": "Ulna left prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ulna_L_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_L_complete.name", + "defaultMessage": "Ulna left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Ulna_L_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_L_shaft_D.name", + "defaultMessage": "Ulna left dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ulna_L_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_L_shaft_M.name", + "defaultMessage": "Ulna left mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ulna_L_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_L_shaft_P.name", + "defaultMessage": "Ulna left prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ulna_R_JS_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_R_JS_D.name", + "defaultMessage": "Ulna right dist. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ulna_R_JS_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_R_JS_P.name", + "defaultMessage": "Ulna right prox. JS" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ulna_R_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_R_complete.name", + "defaultMessage": "Ulna right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Ulna_R_shaft_D": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_R_shaft_D.name", + "defaultMessage": "Ulna right dist. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ulna_R_shaft_M": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_R_shaft_M.name", + "defaultMessage": "Ulna right mid. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Ulna_R_shaft_P": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Ulna_R_shaft_P.name", + "defaultMessage": "Ulna right prox. 1/3 shaft" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Vertebrae_complete": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Vertebrae_complete.name", + "defaultMessage": "Vertebrae" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoAbsoluteLevels" + } + } + } + }, + "Vomer": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Vomer.name", + "defaultMessage": "Vomer" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Zygomatic_L": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Zygomatic_L.name", + "defaultMessage": "Zygomatic left" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + }, + "Zygomatic_R": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_common.Zygomatic_R.name", + "defaultMessage": "Zygomatic right" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "osteoLevels" + } + } + } + } + }, + "ns2:osteology_anthropology": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/osteology/domain/anthropology" + } + }, + "Notes_DentalPathology": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_anthropology.Notes_DentalPathology.name", + "defaultMessage": "Dental pathology (incl. alveolar)" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "Notes_CranialPathology": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_anthropology.Notes_CranialPathology.name", + "defaultMessage": "Cranial bony pathology" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "Notes_PostcranialPathology": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_anthropology.Notes_PostcranialPathology.name", + "defaultMessage": "Postcranial bony pathology" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "Notes_CulturalModifications": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_anthropology.Notes_CulturalModifications.name", + "defaultMessage": "Cultural modification" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "Notes_NHTaphonomicAlterations": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_anthropology.Notes_NHTaphonomicAlterations.name", + "defaultMessage": "Nonhuman taphonomic alteration" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "Notes_CuratorialSuffixing": { + "[config]": { + "messages": { + "name": { + "id": "field.osteology_anthropology.Notes_CuratorialSuffixing.name", + "defaultMessage": "Curatorial suffixing note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "cranialDeformationPresent": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.osteology_anthropology.cranialDeformationPresent.name", + "defaultMessage": "Is any evidence of cranial deformation present?" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "cranialDeformationCategories": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "cranialDeformationCategory": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_anthropology.cranialDeformationCategory.fullName", + "defaultMessage": "Cranial deformation general category" + }, + "name": { + "id": "field.osteology_anthropology.cranialDeformationCategory.name", + "defaultMessage": "General category" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "cranialdeformationcategory" + } + } + } + } + }, + "cranialDeformationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_anthropology.cranialDeformationNote.fullName", + "defaultMessage": "Cranial deformation comment" + }, + "name": { + "id": "field.osteology_anthropology.cranialDeformationNote.name", + "defaultMessage": "Comment" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "trepanationPresent": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.osteology_anthropology.trepanationPresent.name", + "defaultMessage": "Is any evidence of trepanation present?" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "trepanationGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "trepanationGroup": { + "[config]": { + "repeating": true, + "messages": { + "name": { + "id": "field.osteology_anthropology.trepanationGroup.name", + "defaultMessage": "Trepanation" + } + }, + "view": { + "type": "CompoundInput" + } + }, + "trepanationLocation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_anthropology.trepanationLocation.fullName", + "defaultMessage": "Trepanation location (bone and side)" + }, + "name": { + "id": "field.osteology_anthropology.trepanationLocation.name", + "defaultMessage": "Location (bone and side)" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "trepanationDimensionMax": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.osteology_anthropology.trepanationDimensionMax.fullName", + "defaultMessage": "Trepanation dimension max." + }, + "groupName": { + "id": "field.osteology_anthropology.trepanationDimensionMax.groupName", + "defaultMessage": "Dimension max." + }, + "name": { + "id": "field.osteology_anthropology.trepanationDimensionMax.name", + "defaultMessage": "Max." + } + }, + "view": { + "type": "TextInput" + } + } + }, + "trepanationDimensionMin": { + "[config]": { + "dataType": "DATA_TYPE_FLOAT", + "messages": { + "fullName": { + "id": "field.osteology_anthropology.trepanationDimensionMin.fullName", + "defaultMessage": "Trepanation dimension min." + }, + "groupName": { + "id": "field.osteology_anthropology.trepanationDimensionMin.groupName", + "defaultMessage": "Dimension min." + }, + "name": { + "id": "field.osteology_anthropology.trepanationDimensionMin.name", + "defaultMessage": "Min." + } + }, + "view": { + "type": "TextInput" + } + } + }, + "trepanationTechnique": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_anthropology.trepanationTechnique.fullName", + "defaultMessage": "Trepanation technique" + }, + "name": { + "id": "field.osteology_anthropology.trepanationTechnique.name", + "defaultMessage": "Technique" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "trepanationtechnique" + } + } + } + }, + "trepanationHealing": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_anthropology.trepanationHealing.fullName", + "defaultMessage": "Trepanation healing" + }, + "name": { + "id": "field.osteology_anthropology.trepanationHealing.name", + "defaultMessage": "Healing" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "trepanationhealing" + } + } + } + }, + "trepanationCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_anthropology.trepanationCertainty.fullName", + "defaultMessage": "Trepanation certainty" + }, + "name": { + "id": "field.osteology_anthropology.trepanationCertainty.name", + "defaultMessage": "Certainty" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "trepanationcertainty" + } + } + } + }, + "trepanationNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_anthropology.trepanationNote.fullName", + "defaultMessage": "Trepanation comment" + }, + "name": { + "id": "field.osteology_anthropology.trepanationNote.name", + "defaultMessage": "Comment" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + }, + "trepanationGeneralNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.osteology_anthropology.trepanationGeneralNote.fullName", + "defaultMessage": "Trepanation general comment" + }, + "name": { + "id": "field.osteology_anthropology.trepanationGeneralNote.name", + "defaultMessage": "General comment" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.osteology.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "InventoryID" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "osteoAgeEstimateGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "osteoAgeEstimateGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "osteoAgeEstimateVerbatim" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "osteoAgeEstimateLower" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "osteoAgeEstimateUpper" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "osteoAgeEstimateDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "osteoAgeEstimateAnalyst" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "osteoAgeEstimateNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "sexDeterminationGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "sexDeterminationGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "sexDetermination" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "sexDeterminationDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "sexDeterminationAnalyst" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "sexDeterminationNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "completeness", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "completeness" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "completenessNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dentition", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "molarsPresent" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dentitionScore" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dentitionNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "mortuaryTreatment", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "mortuaryTreatment" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "mortuaryTreatmentNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "behrensmeyer", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "behrensmeyerSingleLower" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "behrensmeyerUpper" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventory", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "NotesOnElementInventory" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "pathologyNote" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "InventoryIsComplete" + }, + "_owner": null + }, + { + "type": "div", + "key": null, + "ref": null, + "props": { + "style": { + "marginBottom": "8px" + }, + "children": { + "key": null, + "ref": null, + "props": { + "id": "form.osteology.default.affirmComplete", + "defaultMessage": "By checking this box, I am affirming that the inventory of this individual is complete and that any and all unfilled boxes on this form indicate confirmation that those elements (or portions thereof, or features) are not present for this individual.", + "values": { + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "inventoryAnalyst" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "inventoryDate" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "Notes_DentalPathology", + "subpath": "ns2:osteology_anthropology" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "Notes_CranialPathology", + "subpath": "ns2:osteology_anthropology" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "Notes_PostcranialPathology", + "subpath": "ns2:osteology_anthropology" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "Notes_CulturalModifications", + "subpath": "ns2:osteology_anthropology" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "Notes_NHTaphonomicAlterations", + "subpath": "ns2:osteology_anthropology" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "Notes_CuratorialSuffixing", + "subpath": "ns2:osteology_anthropology" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "modification", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "cranialDeform", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "cranialDeformationPresent", + "subpath": "ns2:osteology_anthropology" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "cranialDeformationCategories", + "subpath": "ns2:osteology_anthropology", + "children": { + "key": null, + "ref": null, + "props": { + "name": "cranialDeformationCategory" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "cranialDeformationNote", + "subpath": "ns2:osteology_anthropology" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "trepanation", + "collapsible": true, + "collapsed": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "trepanationPresent", + "subpath": "ns2:osteology_anthropology" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "trepanationGroupList", + "subpath": "ns2:osteology_anthropology", + "children": { + "key": null, + "ref": null, + "props": { + "name": "trepanationGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "trepanationLocation" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "trepanationDimension", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "trepanationDimensionMax" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "trepanationDimensionMin" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "trepanationTechnique" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "trepanationHealing" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "trepanationCertainty" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "trepanationNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "trepanationGeneralNote", + "subpath": "ns2:osteology_anthropology" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "osteology" + }, + "taxon": { + "messages": { + "record": { + "name": { + "id": "record.taxon.name", + "defaultMessage": "Taxon" + }, + "collectionName": { + "id": "record.taxon.collectionName", + "defaultMessage": "Taxon names" + } + }, + "panel": { + "info": { + "id": "panel.taxon.info", + "defaultMessage": "Taxonomic Name Information" + }, + "hierarchy": { + "id": "panel.taxon.hierarchy", + "defaultMessage": "Hierarchy" + } + }, + "inputTable": { + "termSource": { + "id": "inputTable.taxon.termSource", + "defaultMessage": "Source" + } + } + }, + "serviceConfig": { + "serviceName": "Taxon", + "servicePath": "taxonomyauthority", + "serviceType": "authority", + "objectName": "Taxon", + "documentName": "taxon" + }, + "vocabularies": { + "all": { + "messages": { + "name": { + "id": "vocab.taxon.all.name", + "defaultMessage": "All" + }, + "collectionName": { + "id": "vocab.taxon.all.collectionName", + "defaultMessage": "All Taxonomic Names" + }, + "itemName": { + "id": "vocab.taxon.all.itemName", + "defaultMessage": "Taxonomic Name" + } + }, + "serviceConfig": { + "servicePath": "_ALL_" + }, + "type": "all", + "name": "all" + }, + "local": { + "messages": { + "name": { + "id": "vocab.taxon.local.name", + "defaultMessage": "Local" + }, + "collectionName": { + "id": "vocab.taxon.local.collectionName", + "defaultMessage": "Local Taxonomic Names" + }, + "itemName": { + "id": "vocab.taxon.local.itemName", + "defaultMessage": "Local Taxonomic Name" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(taxon)" + }, + "sortOrder": 0, + "name": "local" + }, + "common": { + "messages": { + "name": { + "id": "vocab.taxon.common.name", + "defaultMessage": "Common" + }, + "collectionName": { + "id": "vocab.taxon.common.collectionName", + "defaultMessage": "Common Taxonomic Names" + }, + "itemName": { + "id": "vocab.taxon.common.itemName", + "defaultMessage": "Common Taxonomic Name" + } + }, + "serviceConfig": { + "servicePath": "urn:cspace:name(common_ta)" + }, + "name": "common" + } + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:taxon_common/taxonTermGroupList/taxonTermGroup/termDisplayName" + }, + { + "op": "eq", + "path": "ns2:taxon_common/taxonTermGroupList/taxonTermGroup/termStatus" + }, + { + "op": "eq", + "path": "ns2:taxon_common/taxonTermGroupList/taxonTermGroup/termFlag" + }, + { + "op": "eq", + "path": "ns2:taxon_common/taxonTermGroupList/taxonTermGroup/taxonomicStatus" + }, + { + "op": "eq", + "path": "ns2:taxon_common/taxonRank" + }, + { + "op": "eq", + "path": "ns2:taxon_common/taxonCurrency" + }, + { + "op": "eq", + "path": "ns2:taxon_common/taxonAuthorGroupList/taxonAuthorGroup/taxonAuthor" + }, + { + "op": "cont", + "path": "ns2:taxon_common/taxonYear" + }, + { + "op": "eq", + "path": "ns2:taxon_common/taxonCitationList/taxonCitation" + }, + { + "op": "cont", + "path": "ns2:taxon_common/taxonNote" + }, + { + "op": "cont", + "path": "ns2:taxon_common/commonNameGroupList/commonNameGroup/commonName" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "workflowState": { + "flexGrow": 0, + "flexShrink": 0, + "order": 10, + "width": 32 + }, + "termDisplayName": { + "messages": { + "label": { + "id": "column.taxon.default.termDisplayName", + "defaultMessage": "Display name" + } + }, + "order": 20, + "sortBy": "taxon_common:taxonTermGroupList/0/termDisplayName", + "width": 250 + }, + "termStatus": { + "messages": { + "label": { + "id": "column.taxon.default.termStatus", + "defaultMessage": "Term status" + } + }, + "order": 30, + "sortBy": "taxon_common:taxonTermGroupList/0/termStatus", + "width": 250 + }, + "vocabulary": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.taxon.default.vocabulary", + "defaultMessage": "Vocabulary" + } + }, + "order": 40, + "width": 150 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.taxon.search.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 50, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:taxon_common" + } + } + }, + "rel:relations-common-list": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/relation" + } + }, + "relation-list-item": { + "[config]": { + "view": { + "type": "HierarchyInput", + "props": { + "messages": { + "parent": { + "id": "hierarchyInput.taxon.parent", + "defaultMessage": "Broader taxon name" + }, + "children": { + "id": "hierarchyInput.taxon.children", + "defaultMessage": "Narrower taxon names" + }, + "siblings": { + "id": "hierarchyInput.taxon.siblings", + "defaultMessage": "Adjacent taxon names" + } + } + } + } + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:taxon_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:taxon_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/taxonomy" + } + }, + "csid": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.csid.name", + "defaultMessage": "System CSID" + } + }, + "searchDisabled": true, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/taxonomy" + } + } + } + }, + "inAuthority": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.inAuthority.name", + "defaultMessage": "System authority CSID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/taxonomy" + } + } + } + }, + "refName": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.refName.name", + "defaultMessage": "System ref name" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/taxonomy" + } + } + } + }, + "shortIdentifier": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.ext.authItem.shortIdentifier.name", + "defaultMessage": "System short ID" + } + }, + "view": { + "type": "TextInput" + }, + "extensionName": "authItem", + "extensionParentConfig": { + "service": { + "ns": "http://collectionspace.org/services/taxonomy" + } + } + } + }, + "taxonTermGroupList": { + "[config]": { + "messages": { + "required": { + "id": "field.taxon_common.taxonTermGroupList.required", + "defaultMessage": "At least one term display name is required. Please enter a value." + } + }, + "required": true, + "view": { + "type": "CompoundInput" + } + }, + "taxonTermGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.taxon_common.taxonTermGroup.name", + "defaultMessage": "Term" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput" + } + }, + "termDisplayName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.termDisplayName.fullName", + "defaultMessage": "Term display name" + }, + "name": { + "id": "field.taxon_common.termDisplayName.name", + "defaultMessage": "Display name" + } + }, + "required": true, + "view": { + "type": "TextInput" + } + } + }, + "termName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.termName.fullName", + "defaultMessage": "Term name" + }, + "name": { + "id": "field.taxon_common.termName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.termType.fullName", + "defaultMessage": "Term type" + }, + "name": { + "id": "field.taxon_common.termType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "taxonTermTypes" + } + } + } + }, + "termFlag": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.termFlag.fullName", + "defaultMessage": "Term flag" + }, + "name": { + "id": "field.taxon_common.termFlag.name", + "defaultMessage": "Flag" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "taxontermflag" + } + } + } + }, + "termStatus": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.termStatus.fullName", + "defaultMessage": "Term status" + }, + "name": { + "id": "field.taxon_common.termStatus.name", + "defaultMessage": "Status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "taxonTermStatuses" + } + } + } + }, + "termQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.termQualifier.fullName", + "defaultMessage": "Term qualifier" + }, + "name": { + "id": "field.taxon_common.termQualifier.name", + "defaultMessage": "Qualifier" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.termLanguage.fullName", + "defaultMessage": "Term language" + }, + "name": { + "id": "field.taxon_common.termLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "termPrefForLang": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.taxon_common.termPrefForLang.fullName", + "defaultMessage": "Term preferred for lang" + }, + "name": { + "id": "field.taxon_common.termPrefForLang.name", + "defaultMessage": "Preferred for lang" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "termSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.termSource.fullName", + "defaultMessage": "Term source name" + }, + "groupName": { + "id": "field.taxon_common.termSource.groupName", + "defaultMessage": "Source name" + }, + "name": { + "id": "field.taxon_common.termSource.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/shared,citation/worldcat" + } + } + } + }, + "termSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.termSourceDetail.fullName", + "defaultMessage": "Term source detail" + }, + "groupName": { + "id": "field.taxon_common.termSourceDetail.groupName", + "defaultMessage": "Source detail" + }, + "name": { + "id": "field.taxon_common.termSourceDetail.name", + "defaultMessage": "Detail" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceID": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.termSourceID.fullName", + "defaultMessage": "Term source ID" + }, + "groupName": { + "id": "field.taxon_common.termSourceID.groupName", + "defaultMessage": "Source ID" + }, + "name": { + "id": "field.taxon_common.termSourceID.name", + "defaultMessage": "ID" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termSourceNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.termSourceNote.fullName", + "defaultMessage": "Term source note" + }, + "groupName": { + "id": "field.taxon_common.termSourceNote.groupName", + "defaultMessage": "Source note" + }, + "name": { + "id": "field.taxon_common.termSourceNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "termFormattedDisplayName": { + "[config]": { + "messages": { + "name": { + "id": "field.taxon_common.termFormattedDisplayName.name", + "defaultMessage": "Formatted display name" + } + }, + "view": { + "type": "RichTextInput" + } + } + }, + "taxonomicStatus": { + "[config]": { + "messages": { + "name": { + "id": "field.taxon_common.taxonomicStatus.name", + "defaultMessage": "Taxonomic status" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "taxonomicStatuses" + } + } + } + } + } + }, + "taxonRank": { + "[config]": { + "messages": { + "name": { + "id": "field.taxon_common.taxonRank.name", + "defaultMessage": "Rank" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "taxonRanks" + } + } + } + }, + "taxonCurrency": { + "[config]": { + "messages": { + "name": { + "id": "field.taxon_common.taxonCurrency.name", + "defaultMessage": "Currency" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "taxonCurrencies" + } + } + } + }, + "taxonAuthorGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "taxonAuthorGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.taxon_common.taxonAuthorGroup.name", + "defaultMessage": "Author" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "taxonAuthor": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.taxonAuthor.fullName", + "defaultMessage": "Author name" + }, + "name": { + "id": "field.taxon_common.taxonAuthor.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "taxonAuthorType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.taxonAuthorType.fullName", + "defaultMessage": "Author type" + }, + "name": { + "id": "field.taxon_common.taxonAuthorType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "taxonAuthorTypes" + } + } + } + } + } + }, + "taxonYear": { + "[config]": { + "messages": { + "name": { + "id": "field.taxon_common.taxonYear.name", + "defaultMessage": "Year" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "taxonCitationList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "taxonCitation": { + "[config]": { + "messages": { + "name": { + "id": "field.taxon_common.taxonCitation.name", + "defaultMessage": "Citation" + } + }, + "repeating": true, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/shared,citation/worldcat" + } + } + } + } + }, + "taxonIsNamedHybrid": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.taxon_common.taxonIsNamedHybrid.name", + "defaultMessage": "Is named hybrid" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "taxonNote": { + "[config]": { + "messages": { + "name": { + "id": "field.taxon_common.taxonNote.name", + "defaultMessage": "Note" + } + }, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "commonNameGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "commonNameGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.taxon_common.commonNameGroup.name", + "defaultMessage": "Common name" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "commonName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.commonName.fullName", + "defaultMessage": "Common name" + }, + "name": { + "id": "field.taxon_common.commonName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "commonNameLanguage": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.commonNameLanguage.fullName", + "defaultMessage": "Common name language" + }, + "name": { + "id": "field.taxon_common.commonNameLanguage.name", + "defaultMessage": "Language" + } + }, + "view": { + "type": "TermPickerInput", + "props": { + "source": "languages" + } + } + } + }, + "commonNameSource": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.commonNameSource.fullName", + "defaultMessage": "Common name source" + }, + "name": { + "id": "field.taxon_common.commonNameSource.name", + "defaultMessage": "Source" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "citation/local,citation/shared" + } + } + } + }, + "commonNameSourceDetail": { + "[config]": { + "messages": { + "fullName": { + "id": "field.taxon_common.commonNameSourceDetail.fullName", + "defaultMessage": "Common name source detail" + }, + "name": { + "id": "field.taxon_common.commonNameSourceDetail.name", + "defaultMessage": "Source detail" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.taxon.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxonTermGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "taxonTermGroup", + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termDisplayName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termFormattedDisplayName" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termQualifier" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termFlag" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxonomicStatus" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termPrefForLang" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSource", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "termSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceDetail" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceID" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "termSourceNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxonRank" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonCurrency" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonAuthorGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "taxonAuthorGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxonAuthor" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonAuthorType" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxonYear" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonIsNamedHybrid" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "taxonCitationList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "taxonCitation" + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonNote" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "commonNameGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "commonNameGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "commonName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "commonNameLanguage" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "commonNameSource" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "commonNameSourceDetail" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "hierarchy", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "mini": { + "disabled": true, + "messages": { + "name": { + "id": "form.taxon.mini.name", + "defaultMessage": "Mini Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "relation-list-item", + "subpath": "rel:relations-common-list", + "showChildren": false, + "showSiblings": false + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "taxonRank" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonCurrency" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "taxonNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "name": "taxon" + }, + "claim": { + "serviceConfig": { + "serviceName": "Claim", + "servicePath": "claims", + "serviceType": "procedure", + "objectName": "Claim", + "documentName": "claims" + }, + "advancedSearch": { + "op": "or", + "value": [ + { + "op": "cont", + "path": "ns2:claims_common/claimNumber" + }, + { + "op": "cont", + "path": "ns2:claims_nagpra/nagpraClaimName" + }, + { + "op": "eq", + "path": "ns2:claims_common/claimantGroupList/claimantGroup/claimFiledBy" + }, + { + "op": "eq", + "path": "ns2:claims_common/claimantGroupList/claimantGroup/claimFiledOnBehalfOf" + }, + { + "op": "eq", + "path": "ns2:claims_nagpra/nagpraClaimTypes/nagpraClaimType" + }, + { + "op": "range", + "path": "ns2:claims_common/claimReceivedGroupList/claimReceivedGroup/claimReceivedDate" + }, + { + "op": "cont", + "path": "ns2:collectionspace_core/updatedBy" + }, + { + "op": "range", + "path": "ns2:collectionspace_core/updatedAt" + } + ] + }, + "columns": { + "default": { + "claimNumber": { + "messages": { + "label": { + "id": "column.claim.default.claimNumber", + "defaultMessage": "Claim number" + } + }, + "order": 10, + "sortBy": "claims_common:claimNumber", + "width": 200 + }, + "nagpraClaimName": { + "messages": { + "label": { + "id": "column.claim.default.nagpraClaimName", + "defaultMessage": "Name" + } + }, + "order": 15, + "sortBy": "claims_nagpra:nagpraClaimName", + "width": 200 + }, + "claimFiledOnBehalfOf": { + "messages": { + "label": { + "id": "column.claim.default.claimFiledOnBehalfOf", + "defaultMessage": "Filed on behalf of" + } + }, + "order": 20, + "sortBy": "claims_common:claimantGroupList/0/claimFiledOnBehalfOf", + "width": 300 + }, + "updatedAt": { + "messages": { + "label": { + "id": "column.claim.default.updatedAt", + "defaultMessage": "Updated" + } + }, + "order": 30, + "sortBy": "collectionspace_core:updatedAt", + "width": 150 + } + } + }, + "fields": { + "document": { + "[config]": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:claims_common" + } + } + }, + "ns2:collectionspace_core": { + "[config]": { + "searchDisabled": false, + "extensionName": "core", + "extensionParentConfig": { + "view": { + "type": "CompoundInput", + "props": { + "defaultChildSubpath": "ns2:claims_common" + } + } + } + }, + "createdAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.createdAt.name", + "defaultMessage": "Created time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "createdBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.createdBy.name", + "defaultMessage": "Created by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + }, + "updatedAt": { + "[config]": { + "dataType": "DATA_TYPE_DATETIME", + "messages": { + "name": { + "id": "field.ext.core.updatedAt.name", + "defaultMessage": "Last updated time" + } + }, + "searchDisabled": false, + "searchView": { + "type": "DateInput" + }, + "view": { + "type": "DateTimeInput", + "props": { + "readOnly": true + } + } + } + }, + "updatedBy": { + "[config]": { + "messages": { + "name": { + "id": "field.ext.core.updatedBy.name", + "defaultMessage": "Last updated by" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + } + } + } + }, + "ns2:claims_common": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/claim" + } + }, + "claimNumber": { + "[config]": { + "cloneable": false, + "messages": { + "name": { + "id": "field.claims_common.claimNumber.name", + "defaultMessage": "Claim number" + } + }, + "required": true, + "searchView": { + "type": "TextInput" + }, + "view": { + "type": "IDGeneratorInput", + "props": { + "source": "claim" + } + } + } + }, + "claimantGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "claimantGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_common.claimantGroup.name", + "defaultMessage": "Claimant" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "claimFiledBy": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_common.claimFiledBy.fullName", + "defaultMessage": "Claim filed by" + }, + "name": { + "id": "field.claims_common.claimFiledBy.name", + "defaultMessage": "Filed by" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "claimFiledOnBehalfOf": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_common.claimFiledOnBehalfOf.fullName", + "defaultMessage": "Claim filed on behalf of" + }, + "name": { + "id": "field.claims_common.claimFiledOnBehalfOf.name", + "defaultMessage": "On behalf of" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "person/local,person/shared,organization/local,organization/shared" + } + } + } + }, + "claimantNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_common.claimantNote.fullName", + "defaultMessage": "Claimant note" + }, + "name": { + "id": "field.claims_common.claimantNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "claimReceivedGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "claimReceivedGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_common.claimReceivedGroup.name", + "defaultMessage": "Claim filed" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "claimReceivedDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_common.claimReceivedDate.fullName", + "defaultMessage": "Claim filed date" + }, + "name": { + "id": "field.claims_common.claimReceivedDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "claimReceivedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_common.claimReceivedNote.fullName", + "defaultMessage": "Claim filed note" + }, + "name": { + "id": "field.claims_common.claimReceivedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + } + }, + "ns2:claims_nagpra": { + "[config]": { + "service": { + "ns": "http://collectionspace.org/services/claim/domain/nagpra" + } + }, + "nagpraClaimName": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimName.name", + "defaultMessage": "Claim name" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "nagpraClaimTypes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimType": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimType.name", + "defaultMessage": "Claim type" + } + }, + "repeating": true, + "view": { + "type": "TermPickerInput", + "props": { + "source": "nagpraclaimtype" + } + } + } + } + }, + "nagpraClaimAltNameGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimAltNameGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimAltNameGroup.name", + "defaultMessage": "Alternate name/number" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimAltName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimAltName.fullName", + "defaultMessage": "Alternate name/number" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimAltName.name", + "defaultMessage": "Name/number" + } + }, + "view": { + "type": "TextInput" + } + } + }, + "nagpraClaimAltNameNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimAltNameNote.fullName", + "defaultMessage": "Alternate name/number note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimAltNameNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimNotes": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimNote": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimNote.name", + "defaultMessage": "Note" + } + }, + "repeating": true, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + }, + "nagpraClaimSiteGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimSiteGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimSiteGroup.name", + "defaultMessage": "Site/place involved" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimSiteName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSiteName.fullName", + "defaultMessage": "Site/place involved name" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSiteName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "place/local,place/shared" + } + } + } + }, + "nagpraClaimSiteNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSiteNote.fullName", + "defaultMessage": "Site/place involved note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSiteNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimGroupGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimGroupGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimGroupGroup.name", + "defaultMessage": "Cultural group involved" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimGroupName": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimGroupName.fullName", + "defaultMessage": "Cultural group involved name" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimGroupName.name", + "defaultMessage": "Name" + } + }, + "view": { + "type": "AutocompleteInput", + "props": { + "source": "concept/ethculture" + } + } + } + }, + "nagpraClaimGroupNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimGroupNote.fullName", + "defaultMessage": "Cultural group involved note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimGroupNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimPeriodGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimPeriodGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodGroup.name", + "defaultMessage": "Time period represented" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimPeriodDateGroup": { + "[config]": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + }, + "dateDisplayDate": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateDisplayDate.fullName", + "defaultMessage": "Display date" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "datePeriod": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.datePeriod.fullName", + "defaultMessage": "Period" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateAssociation": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateAssociation.fullName", + "defaultMessage": "Association" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateNote.fullName", + "defaultMessage": "Note" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleYear.fullName", + "defaultMessage": "Earliest/single year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleMonth.fullName", + "defaultMessage": "Earliest/single month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleDay.fullName", + "defaultMessage": "Earliest/single day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleEra.fullName", + "defaultMessage": "Earliest/single era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleCertainty.fullName", + "defaultMessage": "Earliest/single certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifier.fullName", + "defaultMessage": "Earliest/single qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierValue.fullName", + "defaultMessage": "Earliest/single qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestSingleQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestSingleQualifierUnit.fullName", + "defaultMessage": "Earliest/single qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestYear": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestYear.fullName", + "defaultMessage": "Latest year" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestMonth": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestMonth.fullName", + "defaultMessage": "Latest month" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestDay": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestDay.fullName", + "defaultMessage": "Latest day" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestEra": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestEra.fullName", + "defaultMessage": "Latest era" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "dateera" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestCertainty": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestCertainty.fullName", + "defaultMessage": "Latest certainty" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datecertainty" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifier": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifier.fullName", + "defaultMessage": "Latest qualifier" + } + }, + "searchDisabled": false, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "dateQualifiers" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierValue": { + "[config]": { + "dataType": "DATA_TYPE_INT", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierValue.fullName", + "defaultMessage": "Latest qualifier value" + } + }, + "searchDisabled": false, + "view": { + "type": "TextInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestQualifierUnit": { + "[config]": { + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestQualifierUnit.fullName", + "defaultMessage": "Latest qualifier unit" + } + }, + "searchDisabled": false, + "view": { + "type": "TermPickerInput", + "props": { + "source": "datequalifier" + } + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateEarliestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateEarliestScalarValue.fullName", + "defaultMessage": "Earliest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "dateLatestScalarValue": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.dateLatestScalarValue.fullName", + "defaultMessage": "Latest represented date" + } + }, + "searchDisabled": false, + "view": { + "type": "DateInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + }, + "scalarValuesComputed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "fullName": { + "id": "field.ext.structuredDate.scalarValuesComputed.fullName", + "defaultMessage": "Represented dates computed" + } + }, + "searchDisabled": false, + "view": { + "type": "CheckboxInput" + }, + "extensionName": "structuredDate", + "extensionParentConfig": { + "dataType": "DATA_TYPE_STRUCTURED_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.fullName", + "defaultMessage": "Time period represented date" + }, + "groupName": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.groupName", + "defaultMessage": "Date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodDateGroup.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "StructuredDateInput" + } + } + } + } + }, + "nagpraClaimPeriodNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimPeriodNote.fullName", + "defaultMessage": "Time period represented note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimPeriodNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimInitialResponseGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimInitialResponseGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimInitialResponseGroup.name", + "defaultMessage": "Initial response" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimInitialResponseDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimInitialResponseDate.fullName", + "defaultMessage": "Initial response date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimInitialResponseDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimInitialResponseNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimInitialResponseNote.fullName", + "defaultMessage": "Initial response note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimInitialResponseNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimSentToLocalGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimSentToLocalGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToLocalGroup.name", + "defaultMessage": "Sent to NAGPRA committee" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimSentToLocalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSentToLocalDate.fullName", + "defaultMessage": "Sent to NAGPRA committee date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToLocalDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimSentToLocalNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSentToLocalNote.fullName", + "defaultMessage": "Sent to NAGPRA committee note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToLocalNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimLocalRecGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimLocalRecGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimLocalRecGroup.name", + "defaultMessage": "Recommendation of NAGPRA committee" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimLocalRecDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimLocalRecDate.fullName", + "defaultMessage": "Recommendation of NAGPRA committee date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimLocalRecDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimLocalRecNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimLocalRecNote.fullName", + "defaultMessage": "Recommendation of NAGPRA committee note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimLocalRecNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimSentToNatlGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimSentToNatlGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToNatlGroup.name", + "defaultMessage": "Sent to National NAGPRA" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimSentToNatlDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSentToNatlDate.fullName", + "defaultMessage": "Sent to National NAGPRA date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToNatlDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimSentToNatlNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimSentToNatlNote.fullName", + "defaultMessage": "Sent to National NAGPRA note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimSentToNatlNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimNatlRespGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimNatlRespGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlRespGroup.name", + "defaultMessage": "Response from National NAGPRA" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimNatlRespDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNatlRespDate.fullName", + "defaultMessage": "Response from National NAGPRA date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlRespDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimNatlRespNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNatlRespNote.fullName", + "defaultMessage": "Response from National NAGPRA note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlRespNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimNatlApprovalGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimNatlApprovalGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlApprovalGroup.name", + "defaultMessage": "Publication by National NAGPRA" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimNatlApprovalDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNatlApprovalDate.fullName", + "defaultMessage": "Publication by National NAGPRA date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlApprovalDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimNatlApprovalNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNatlApprovalNote.fullName", + "defaultMessage": "Publication by National NAGPRA note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNatlApprovalNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimNoticeGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimNoticeGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimNoticeGroup.name", + "defaultMessage": "National NAGPRA 30-day notice" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimNoticeDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNoticeDate.fullName", + "defaultMessage": "National NAGPRA 30-day notice date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNoticeDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimNoticeDateType": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNoticeDateType.fullName", + "defaultMessage": "National NAGPRA 30-day notice date type" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNoticeDateType.name", + "defaultMessage": "Type" + } + }, + "view": { + "type": "OptionPickerInput", + "props": { + "source": "nagpraNoticeDateTypes" + } + } + } + }, + "nagpraClaimNoticeNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimNoticeNote.fullName", + "defaultMessage": "National NAGPRA 30-day notice note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimNoticeNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "nagpraClaimTransferGroupList": { + "[config]": { + "view": { + "type": "CompoundInput" + } + }, + "nagpraClaimTransferGroup": { + "[config]": { + "messages": { + "name": { + "id": "field.claims_nagpra.nagpraClaimTransferGroup.name", + "defaultMessage": "Transfer" + } + }, + "repeating": true, + "view": { + "type": "CompoundInput", + "props": { + "tabular": true + } + } + }, + "nagpraClaimTransferDate": { + "[config]": { + "dataType": "DATA_TYPE_DATE", + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimTransferDate.fullName", + "defaultMessage": "Transfer date" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimTransferDate.name", + "defaultMessage": "Date" + } + }, + "view": { + "type": "DateInput" + } + } + }, + "nagpraClaimTransferNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.nagpraClaimTransferNote.fullName", + "defaultMessage": "Transfer note" + }, + "name": { + "id": "field.claims_nagpra.nagpraClaimTransferNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput" + } + } + } + } + }, + "dispositionPossibilitiesDiscussed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.dispositionPossibilitiesDiscussed.name", + "defaultMessage": "Disposition possibilities discussed" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "dispositionPossibilitiesDiscussedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.dispositionPossibilitiesDiscussedNote.fullName", + "defaultMessage": "Disposition possibilities discussed note" + }, + "name": { + "id": "field.claims_nagpra.dispositionPossibilitiesDiscussedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "surroundingTribesContacted": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.surroundingTribesContacted.name", + "defaultMessage": "Surrounding tribes contacted" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "surroundingTribesContactedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.surroundingTribesContactedNote.fullName", + "defaultMessage": "Surrounding tribes contacted note" + }, + "name": { + "id": "field.claims_nagpra.surroundingTribesContactedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "workingTeamNotified": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.workingTeamNotified.name", + "defaultMessage": "Institutional NAGPRA team notified" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "workingTeamNotifiedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.workingTeamNotifiedNote.fullName", + "defaultMessage": "Institutional NAGPRA team notified note" + }, + "name": { + "id": "field.claims_nagpra.workingTeamNotifiedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "siteFileResearchCompleted": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.siteFileResearchCompleted.name", + "defaultMessage": "Site file research completed" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "siteFileResearchCompletedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.siteFileResearchCompletedNote.fullName", + "defaultMessage": "Site file research completed note" + }, + "name": { + "id": "field.claims_nagpra.siteFileResearchCompletedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "accessionFileResearchCompleted": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.accessionFileResearchCompleted.name", + "defaultMessage": "Accession file research completed" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "accessionFileResearchCompletedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.accessionFileResearchCompletedNote.fullName", + "defaultMessage": "Accession file research completed note" + }, + "name": { + "id": "field.claims_nagpra.accessionFileResearchCompletedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "objectsLocatedAndCounted": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.objectsLocatedAndCounted.name", + "defaultMessage": "Objects located and counted" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "objectsLocatedAndCountedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.objectsLocatedAndCountedNote.fullName", + "defaultMessage": "Objects located and counted note" + }, + "name": { + "id": "field.claims_nagpra.objectsLocatedAndCountedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "objectsConsolidated": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.objectsConsolidated.name", + "defaultMessage": "Objects consolidated" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "objectsConsolidatedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.objectsConsolidatedNote.fullName", + "defaultMessage": "Objects consolidated note" + }, + "name": { + "id": "field.claims_nagpra.objectsConsolidatedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "objectsPhotographed": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.objectsPhotographed.name", + "defaultMessage": "Objects photographed" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "objectsPhotographedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.objectsPhotographedNote.fullName", + "defaultMessage": "Objects photographed note" + }, + "name": { + "id": "field.claims_nagpra.objectsPhotographedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "registrationDocumentsDrafted": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.registrationDocumentsDrafted.name", + "defaultMessage": "Registration documents drawn up" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "registrationDocumentsDraftedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.registrationDocumentsDraftedNote.fullName", + "defaultMessage": "Registration documents drawn up note" + }, + "name": { + "id": "field.claims_nagpra.registrationDocumentsDraftedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "tribeContactedForPackingPreferences": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.tribeContactedForPackingPreferences.name", + "defaultMessage": "Tribe contacted for packing/storage instructions" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "tribeContactedForPackingPreferencesNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.tribeContactedForPackingPreferencesNote.fullName", + "defaultMessage": "Tribe contacted for packing/storage instructions note" + }, + "name": { + "id": "field.claims_nagpra.tribeContactedForPackingPreferencesNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "dateArrangedForTransfer": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.dateArrangedForTransfer.name", + "defaultMessage": "Date arranged for pickup/transfer" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "dateArrangedForTransferNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.dateArrangedForTransferNote.fullName", + "defaultMessage": "Date arranged for pickup/transfer note" + }, + "name": { + "id": "field.claims_nagpra.dateArrangedForTransferNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "objectsMarkedAsDeaccessioned": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.objectsMarkedAsDeaccessioned.name", + "defaultMessage": "Objects marked as deaccessioned" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "objectsMarkedAsDeaccessionedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.objectsMarkedAsDeaccessionedNote.fullName", + "defaultMessage": "Objects marked as deaccessioned note" + }, + "name": { + "id": "field.claims_nagpra.objectsMarkedAsDeaccessionedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + }, + "documentsArchived": { + "[config]": { + "dataType": "DATA_TYPE_BOOL", + "messages": { + "name": { + "id": "field.claims_nagpra.documentsArchived.name", + "defaultMessage": "Claim documents archived" + } + }, + "view": { + "type": "CheckboxInput" + } + } + }, + "documentsArchivedNote": { + "[config]": { + "messages": { + "fullName": { + "id": "field.claims_nagpra.documentsArchivedNote.fullName", + "defaultMessage": "Claim documents archived note" + }, + "name": { + "id": "field.claims_nagpra.documentsArchivedNote.name", + "defaultMessage": "Note" + } + }, + "view": { + "type": "TextInput", + "props": { + "multiline": true + } + } + } + } + } + } + }, + "forms": { + "default": { + "messages": { + "name": { + "id": "form.claim.default.name", + "defaultMessage": "Standard Template" + } + }, + "template": { + "key": null, + "ref": null, + "props": { + "name": "document", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "info", + "collapsible": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "claimNumber" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimName", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimAltNameGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimAltNameGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimAltName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimAltNameNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "claimantGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "claimantGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "claimFiledBy" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "claimFiledOnBehalfOf" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "claimantNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimTypes", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimType" + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "claimReceivedGroupList", + "children": { + "key": null, + "ref": null, + "props": { + "name": "claimReceivedGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "claimReceivedDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "claimReceivedNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNotes", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNote" + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "type": "div", + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimContext", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSiteGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSiteGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSiteName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSiteNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimGroupGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimGroupGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimGroupName" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimGroupNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimPeriodGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimPeriodGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimPeriodDateGroup" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimPeriodNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimProcessing", + "collapsible": true, + "collapsed": true, + "children": { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimInitialResponseGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimInitialResponseGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimInitialResponseDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimInitialResponseNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToLocalGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToLocalGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToLocalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToLocalNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimLocalRecGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimLocalRecGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimLocalRecDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimLocalRecNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToNatlGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToNatlGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToNatlDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimSentToNatlNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlRespGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlRespGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlRespDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlRespNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlApprovalGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlApprovalGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlApprovalDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNatlApprovalNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNoticeGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNoticeGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNoticeDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNoticeDateType" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimNoticeNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimTransferGroupList", + "subpath": "ns2:claims_nagpra", + "children": { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimTransferGroup", + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimTransferDate" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimTransferNote" + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "nagpraClaimTasks", + "children": [ + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dispositionPossibilitiesDiscussed", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dispositionPossibilitiesDiscussedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "surroundingTribesContacted", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "surroundingTribesContactedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "workingTeamNotified", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "workingTeamNotifiedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "siteFileResearchCompleted", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "siteFileResearchCompletedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "accessionFileResearchCompleted", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "accessionFileResearchCompletedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectsLocatedAndCounted", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectsLocatedAndCountedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectsConsolidated", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectsConsolidatedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectsPhotographed", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectsPhotographedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "registrationDocumentsDrafted", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "registrationDocumentsDraftedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "tribeContactedForPackingPreferences", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "tribeContactedForPackingPreferencesNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "dateArrangedForTransfer", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "dateArrangedForTransferNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "objectsMarkedAsDeaccessioned", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "objectsMarkedAsDeaccessionedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "children": [ + { + "key": null, + "ref": null, + "props": { + "name": "documentsArchived", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + }, + { + "key": null, + "ref": null, + "props": { + "name": "documentsArchivedNote", + "subpath": "ns2:claims_nagpra" + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + }, + "_owner": null + } + ] + }, + "_owner": null + } + ] + }, + "_owner": null + } + } + }, + "messages": { + "record": { + "name": { + "id": "record.claim.name", + "defaultMessage": "Claim" + }, + "collectionName": { + "id": "record.claim.collectionName", + "defaultMessage": "Claims" + } + }, + "panel": { + "info": { + "id": "panel.claim.info", + "defaultMessage": "Claim Information" + }, + "nagpraClaimTasks": { + "id": "panel.ext.nagpra.nagpraClaimTasks", + "defaultMessage": "Tasks Completed" + }, + "nagpraClaimContext": { + "id": "panel.ext.nagpra.nagpraClaimContext", + "defaultMessage": "Claim Context" + }, + "nagpraClaimProcessing": { + "id": "panel.ext.nagpra.nagpraClaimProcessing", + "defaultMessage": "Claim Processing Information" + } + } + }, + "name": "claim" + } + }, + "idGenerators": { + "accession": { + "csid": "9dd92952-c384-44dc-a736-95e435c1759c", + "messages": { + "type": { + "id": "idGenerator.accession.type", + "defaultMessage": "Accession" + } + } + }, + "archives": { + "csid": "70586d30-9dca-4a07-a3a2-1976fe898028", + "messages": { + "type": { + "id": "idGenerator.archives.type", + "defaultMessage": "Archives" + } + } + }, + "library": { + "csid": "80fedaf6-1647-4f30-9f53-a75a3cac2ffd", + "messages": { + "type": { + "id": "idGenerator.library.type", + "defaultMessage": "Library" + } + } + }, + "conditioncheck": { + "csid": "585af100-1a35-11e2-892e-0800200c9a66", + "messages": { + "type": { + "id": "idGenerator.conditioncheck.type", + "defaultMessage": "Condition Check" + } + } + }, + "conservation": { + "csid": "aad54202-404d-4f19-ada9-8b1e378ad1b2", + "messages": { + "type": { + "id": "idGenerator.conservation.type", + "defaultMessage": "Conservation" + } + } + }, + "exhibition": { + "csid": "29ff8c5e-597a-41c6-a481-6e92dfe0a59f", + "messages": { + "type": { + "id": "idGenerator.exhibition.type", + "defaultMessage": "Exhibition" + } + } + }, + "insurance": { + "csid": "e6f52346-0d2c-4b68-8a35-0a27dad2f3f4", + "messages": { + "type": { + "id": "idGenerator.insurance.type", + "defaultMessage": "Insurance" + } + } + }, + "indemnity": { + "csid": "26583488-7cb4-42b5-a8e2-4db005c8f5ef", + "messages": { + "type": { + "id": "idGenerator.indemnity.type", + "defaultMessage": "Indemnity" + } + } + }, + "intake": { + "csid": "8088cfa5-c743-4824-bb4d-fb11b12847f7", + "messages": { + "type": { + "id": "idGenerator.intake.type", + "defaultMessage": "Intake" + } + } + }, + "study": { + "csid": "0518132e-dd8c-4773-8fa9-07c9af4444ee", + "messages": { + "type": { + "id": "idGenerator.study.type", + "defaultMessage": "Study" + } + } + }, + "evaluation": { + "csid": "d2d80822-25c7-4c7c-a105-fc40cdb0c50f", + "messages": { + "type": { + "id": "idGenerator.evaluation.type", + "defaultMessage": "Evaluation" + } + } + }, + "loanin": { + "csid": "ed87e7c6-0678-4f42-9d33-f671835586ef", + "messages": { + "type": { + "id": "idGenerator.loanin.type", + "defaultMessage": "Loan In" + } + } + }, + "loanout": { + "csid": "4b984865-f93d-4481-b874-3dba863ec589", + "messages": { + "type": { + "id": "idGenerator.loanout.type", + "defaultMessage": "Loan Out" + } + } + }, + "media": { + "csid": "cd91d8b8-f346-4925-a425-93e02bd1c5c9", + "messages": { + "type": { + "id": "idGenerator.media.type", + "defaultMessage": "Media Resource" + } + } + }, + "inventory": { + "csid": "6d472be6-2534-47f3-a3f1-3f160e7a9303", + "messages": { + "type": { + "id": "idGenerator.inventory.type", + "defaultMessage": "Inventory" + } + } + }, + "location": { + "csid": "1fc5e383-0786-4126-9a3c-ec7df4517ee3", + "messages": { + "type": { + "id": "idGenerator.location.type", + "defaultMessage": "Location" + } + } + }, + "movement": { + "csid": "49ca9d8d-7136-47ff-a70e-4a47b9038b70", + "messages": { + "type": { + "id": "idGenerator.movement.type", + "defaultMessage": "Movement" + } + } + }, + "objectexit": { + "csid": "d4eea707-d473-4367-853a-728fbcd9be17", + "messages": { + "type": { + "id": "idGenerator.objectexit.type", + "defaultMessage": "Object Exit" + } + } + }, + "transport": { + "csid": "cc92bbc1-014a-4673-a81d-0c14375375d0", + "messages": { + "type": { + "id": "idGenerator.transport.type", + "defaultMessage": "Transport" + } + } + }, + "uoc": { + "csid": "9088cfa5-d743-5824-cb4d-eb11b12847f7", + "messages": { + "type": { + "id": "idGenerator.uoc.type", + "defaultMessage": "Use of Collections" + } + } + }, + "valuationcontrol": { + "csid": "eafbc0cd-70fe-4802-8476-b931b1b0e381", + "messages": { + "type": { + "id": "idGenerator.valuationcontrol.type", + "defaultMessage": "Valuation Control" + } + } + }, + "claim": { + "csid": "a253d167-4f1a-4be3-a477-a2bd8a30cd7f", + "messages": { + "type": { + "id": "idGenerator.claim.type", + "defaultMessage": "Claim" + } + } + } + }, + "subresources": { + "contacts": { + "listType": "common", + "recordType": "contact", + "serviceConfig": { + "servicePath": "contacts" + } + }, + "original": { + "serviceConfig": { + "servicePath": "" + } + }, + "derivativeThumbnail": { + "serviceConfig": { + "servicePath": "derivatives/Thumbnail" + } + }, + "derivativeMedium": { + "serviceConfig": { + "servicePath": "derivatives/Medium" + } + }, + "derivativeOriginalJpeg": { + "serviceConfig": { + "servicePath": "derivatives/OriginalJpeg" + } + }, + "refs": { + "columns": { + "default": { + "docNumber": { + "messages": { + "label": { + "id": "column.refs.default.docNumber", + "defaultMessage": "Record" + } + }, + "order": 10, + "width": 200 + }, + "docName": { + "messages": { + "label": { + "id": "column.refs.default.docName", + "defaultMessage": "Summary" + } + }, + "order": 20, + "width": 300 + }, + "docType": { + "messages": { + "label": { + "id": "column.refs.default.docType", + "defaultMessage": "Type" + } + }, + "order": 30, + "width": 150 + }, + "sourceField": { + "messages": { + "label": { + "id": "column.refs.default.sourceField", + "defaultMessage": "Field" + } + }, + "order": 40, + "width": 250 + } + }, + "narrow": { + "docNumber": { + "messages": { + "label": { + "id": "column.refs.narrow.docNumber", + "defaultMessage": "Record" + } + }, + "order": 10, + "width": 200 + }, + "docName": { + "messages": { + "label": { + "id": "column.refs.narrow.docName", + "defaultMessage": "Summary" + } + }, + "order": 20, + "width": 300 + }, + "docType": { + "messages": { + "label": { + "id": "column.refs.narrow.docType", + "defaultMessage": "Type" + } + }, + "order": 30, + "width": 150 + }, + "sourceField": { + "messages": { + "label": { + "id": "column.refs.narrow.sourceField", + "defaultMessage": "Field" + } + }, + "order": 40, + "width": 250 + } + } + }, + "listType": "refDoc", + "messages": { + "collectionName": { + "id": "subresource.refs.collectionName", + "defaultMessage": "Uses of {record}" + } + }, + "serviceConfig": { + "servicePath": "refObjs" + } + }, + "terms": { + "columns": { + "default": { + "itemDisplayName": { + "messages": { + "label": { + "id": "column.terms.itemDisplayName", + "defaultMessage": "Term" + } + }, + "order": 10, + "width": 250 + }, + "type": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.terms.type", + "defaultMessage": "Type" + } + }, + "order": 20, + "width": 150 + }, + "vocabulary": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.terms.vocabulary", + "defaultMessage": "Vocabulary" + } + }, + "order": 30, + "width": 150 + }, + "sourceField": { + "messages": { + "label": { + "id": "column.terms.sourceField", + "defaultMessage": "Field" + } + }, + "order": 40, + "width": 250 + } + }, + "narrow": { + "itemDisplayName": { + "messages": { + "label": { + "id": "column.terms.itemDisplayName", + "defaultMessage": "Term" + } + }, + "order": 10, + "width": 250 + }, + "type": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.terms.type", + "defaultMessage": "Type" + } + }, + "order": 20, + "width": 150 + }, + "vocabulary": { + "dataKey": "refName", + "messages": { + "label": { + "id": "column.terms.vocabulary", + "defaultMessage": "Vocabulary" + } + }, + "order": 30, + "width": 150 + }, + "sourceField": { + "messages": { + "label": { + "id": "column.terms.sourceField", + "defaultMessage": "Field" + } + }, + "order": 40, + "width": 250 + } + } + }, + "listType": "authRef", + "messages": { + "collectionName": { + "id": "subresource.terms.collectionName", + "defaultMessage": "Authority Terms Used by {record}" + } + }, + "serviceConfig": { + "servicePath": "authorityrefs" + } + } + }, + "pluginInfo": { + "cspaceUIPluginProfileAnthro": { + "messages": { + "name": { + "id": "cspaceUIPluginProfileAnthro.name", + "defaultMessage": "Anthropology profile" + } + }, + "version": "5.0.0" + }, + "cspaceUIPluginProfileOHC": { + "messages": { + "name": { + "id": "cspaceUIPluginProfileOHC.name", + "defaultMessage": "OHC profile" + } + }, + "version": "1.0.6" + } + } +} From 870294ae48981cf1cbf80bb70b11bec241bcf9e2 Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Wed, 3 Nov 2021 12:30:17 -0400 Subject: [PATCH 2/4] fix bug in templates cli --- lib/cspace_config_untangler/cli/templates_cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cspace_config_untangler/cli/templates_cli.rb b/lib/cspace_config_untangler/cli/templates_cli.rb index 30ae6e08..c1d1ecbf 100644 --- a/lib/cspace_config_untangler/cli/templates_cli.rb +++ b/lib/cspace_config_untangler/cli/templates_cli.rb @@ -29,7 +29,7 @@ def write get_profiles.each do |profile| puts "Writing templates for #{profile}..." profile = CCU::Profile.new(profile: profile, rectypes: @rectypes, structured_date_treatment: :collapse) - dir_path = options[:subdirs] == 'y' ? "#{@outdir}/#{p.basename}" : @outdir + dir_path = options[:subdirs] == 'y' ? "#{@outdir}/#{profile.basename}" : @outdir FileUtils.mkdir_p(dir_path) write_templates(profile, dir_path) From f014b5c689b86ac538ecdd12968e364931027175 Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Wed, 3 Nov 2021 12:35:43 -0400 Subject: [PATCH 3/4] add mappers and manifest for ohc_1-0-6 --- .../release_7_0/ohc_1-0-6.json | 348 + .../ohc_1-0-6/ohc_1-0-6_acquisition.json | 954 ++ .../ohc_1-0-6_authorityhierarchy.json | 159 + .../ohc_1-0-6/ohc_1-0-6_citation-local.json | 1050 ++ .../ohc_1-0-6_citation-worldcat.json | 1050 ++ .../ohc_1-0-6/ohc_1-0-6_claim.json | 1460 +++ .../ohc_1-0-6/ohc_1-0-6_collectionobject.json | 10525 ++++++++++++++++ .../ohc_1-0-6/ohc_1-0-6_concept-activity.json | 650 + ..._1-0-6_concept-archaeological-culture.json | 650 + .../ohc_1-0-6_concept-associated.json | 650 + ...hc_1-0-6_concept-ethnographic-culture.json | 650 + ..._1-0-6_concept-ethnographic-file-code.json | 650 + .../ohc_1-0-6/ohc_1-0-6_concept-material.json | 650 + .../ohc_1-0-6_concept-nomenclature.json | 650 + .../ohc_1-0-6/ohc_1-0-6_concept-occasion.json | 650 + .../ohc_1-0-6/ohc_1-0-6_conditioncheck.json | 857 ++ .../ohc_1-0-6/ohc_1-0-6_conservation.json | 920 ++ .../ohc_1-0-6/ohc_1-0-6_exhibition.json | 1504 +++ .../ohc_1-0-6/ohc_1-0-6_group.json | 170 + .../ohc_1-0-6/ohc_1-0-6_insurance.json | 693 + .../ohc_1-0-6/ohc_1-0-6_intake.json | 1524 +++ .../ohc_1-0-6/ohc_1-0-6_loanin.json | 615 + .../ohc_1-0-6/ohc_1-0-6_loanout.json | 603 + .../ohc_1-0-6/ohc_1-0-6_location-local.json | 517 + .../ohc_1-0-6/ohc_1-0-6_location-offsite.json | 517 + .../ohc_1-0-6/ohc_1-0-6_media.json | 972 ++ .../ohc_1-0-6/ohc_1-0-6_movement.json | 570 + ...ohc_1-0-6_nonhierarchicalrelationship.json | 165 + .../ohc_1-0-6/ohc_1-0-6_objectexit.json | 715 ++ .../ohc_1-0-6/ohc_1-0-6_objecthierarchy.json | 123 + .../ohc_1-0-6_organization-local.json | 1330 ++ .../ohc_1-0-6_organization-ulan.json | 1330 ++ .../ohc_1-0-6/ohc_1-0-6_osteology.json | 1153 ++ .../ohc_1-0-6/ohc_1-0-6_person-local.json | 1403 ++ .../ohc_1-0-6/ohc_1-0-6_person-ulan.json | 1403 ++ .../ohc_1-0-6/ohc_1-0-6_place-local.json | 1697 +++ .../ohc_1-0-6/ohc_1-0-6_place-tgn.json | 1697 +++ .../ohc_1-0-6/ohc_1-0-6_taxon-common.json | 797 ++ .../ohc_1-0-6/ohc_1-0-6_taxon-local.json | 797 ++ .../ohc_1-0-6/ohc_1-0-6_transport.json | 1314 ++ .../release_7_0/ohc_1-0-6/ohc_1-0-6_uoc.json | 1267 ++ .../ohc_1-0-6/ohc_1-0-6_valuation.json | 250 + .../ohc_1-0-6/ohc_1-0-6_work-cona.json | 988 ++ .../ohc_1-0-6/ohc_1-0-6_work-local.json | 988 ++ .../ohc_1-0-5_collectionobject-template.csv | 8 - .../ohc_1-0-6_acquisition-template.csv} | 0 ...ohc_1-0-6_authorityhierarchy-template.csv} | 0 .../ohc_1-0-6_citation-template.csv} | 0 .../ohc_1-0-6_claim-template.csv} | 0 .../ohc_1-0-6_collectionobject-template.csv | 8 + .../ohc_1-0-6_concept-template.csv} | 0 .../ohc_1-0-6_conditioncheck-template.csv} | 0 .../ohc_1-0-6_conservation-template.csv} | 0 .../ohc_1-0-6_exhibition-template.csv} | 0 .../ohc_1-0-6_group-template.csv} | 2 +- .../ohc_1-0-6_insurance-template.csv} | 0 .../ohc_1-0-6_intake-template.csv} | 0 .../ohc_1-0-6_loanin-template.csv} | 0 .../ohc_1-0-6_loanout-template.csv} | 0 .../ohc_1-0-6_location-template.csv} | 0 .../ohc_1-0-6_media-template.csv} | 0 .../ohc_1-0-6_movement-template.csv} | 0 ..._nonhierarchicalrelationship-template.csv} | 0 .../ohc_1-0-6_objectexit-template.csv} | 0 .../ohc_1-0-6_objecthierarchy-template.csv} | 0 .../ohc_1-0-6_organization-template.csv} | 0 .../ohc_1-0-6_osteology-template.csv} | 0 .../ohc_1-0-6_person-template.csv} | 0 .../ohc_1-0-6_place-template.csv} | 0 .../ohc_1-0-6_taxon-template.csv} | 0 .../ohc_1-0-6_transport-template.csv} | 0 .../ohc_1-0-6_uoc-template.csv} | 0 .../ohc_1-0-6_valuation-template.csv} | 0 .../ohc_1-0-6_work-template.csv} | 0 74 files changed, 47634 insertions(+), 9 deletions(-) create mode 100644 data/mapper_manifests/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_acquisition.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_authorityhierarchy.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-local.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-worldcat.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_claim.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_collectionobject.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-activity.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-archaeological-culture.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-associated.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-ethnographic-culture.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-ethnographic-file-code.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-material.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-nomenclature.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-occasion.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conditioncheck.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conservation.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_exhibition.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_group.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_insurance.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_intake.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanin.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanout.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-local.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-offsite.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_media.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_movement.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_nonhierarchicalrelationship.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objectexit.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objecthierarchy.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-local.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-ulan.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_osteology.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-local.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-ulan.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-local.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-tgn.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-common.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-local.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_transport.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_uoc.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_valuation.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-cona.json create mode 100644 data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-local.json delete mode 100644 data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_collectionobject-template.csv rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_acquisition-template.csv => ohc_1-0-6/ohc_1-0-6_acquisition-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_authorityhierarchy-template.csv => ohc_1-0-6/ohc_1-0-6_authorityhierarchy-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_citation-template.csv => ohc_1-0-6/ohc_1-0-6_citation-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_claim-template.csv => ohc_1-0-6/ohc_1-0-6_claim-template.csv} (100%) create mode 100644 data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_collectionobject-template.csv rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_concept-template.csv => ohc_1-0-6/ohc_1-0-6_concept-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_conditioncheck-template.csv => ohc_1-0-6/ohc_1-0-6_conditioncheck-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_conservation-template.csv => ohc_1-0-6/ohc_1-0-6_conservation-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_exhibition-template.csv => ohc_1-0-6/ohc_1-0-6_exhibition-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_group-template.csv => ohc_1-0-6/ohc_1-0-6_group-template.csv} (78%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_insurance-template.csv => ohc_1-0-6/ohc_1-0-6_insurance-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_intake-template.csv => ohc_1-0-6/ohc_1-0-6_intake-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_loanin-template.csv => ohc_1-0-6/ohc_1-0-6_loanin-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_loanout-template.csv => ohc_1-0-6/ohc_1-0-6_loanout-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_location-template.csv => ohc_1-0-6/ohc_1-0-6_location-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_media-template.csv => ohc_1-0-6/ohc_1-0-6_media-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_movement-template.csv => ohc_1-0-6/ohc_1-0-6_movement-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_nonhierarchicalrelationship-template.csv => ohc_1-0-6/ohc_1-0-6_nonhierarchicalrelationship-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_objectexit-template.csv => ohc_1-0-6/ohc_1-0-6_objectexit-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_objecthierarchy-template.csv => ohc_1-0-6/ohc_1-0-6_objecthierarchy-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_organization-template.csv => ohc_1-0-6/ohc_1-0-6_organization-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_osteology-template.csv => ohc_1-0-6/ohc_1-0-6_osteology-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_person-template.csv => ohc_1-0-6/ohc_1-0-6_person-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_place-template.csv => ohc_1-0-6/ohc_1-0-6_place-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_taxon-template.csv => ohc_1-0-6/ohc_1-0-6_taxon-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_transport-template.csv => ohc_1-0-6/ohc_1-0-6_transport-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_uoc-template.csv => ohc_1-0-6/ohc_1-0-6_uoc-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_valuation-template.csv => ohc_1-0-6/ohc_1-0-6_valuation-template.csv} (100%) rename data/templates/lyrasis_hosted_profiles/release_7_0/{ohc_1-0-5/ohc_1-0-5_work-template.csv => ohc_1-0-6/ohc_1-0-6_work-template.csv} (100%) diff --git a/data/mapper_manifests/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6.json b/data/mapper_manifests/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6.json new file mode 100644 index 00000000..be24e2b0 --- /dev/null +++ b/data/mapper_manifests/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6.json @@ -0,0 +1,348 @@ +{ + "mappers": [ + { + "profile": "ohc", + "version": "1-0-6", + "type": "concept-associated", + "digest": "c5078ecaa4b0957f34a0247f1d1e0fee487c3cdfe82337ecef16f5321a8eaac3", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-associated.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "nonhierarchicalrelationship", + "digest": "2c74a0cc1343f00e16f205236b9cd2eb8e1de3a0b023041f2c4a6aaafe767b83", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_nonhierarchicalrelationship.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "work-cona", + "digest": "ac2e29cf6c5fc7c94602fc8a22762322c2b6f37e141d39b1fb9572bf4b13166c", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-cona.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "conditioncheck", + "digest": "420654e42c9c1c9bc471213a19360ba065e08f93ebb4cfaa8e22489c50be212d", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conditioncheck.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "transport", + "digest": "1641f1214e963ac4c4af4bfa489dfe90b1b366a3095afe3351ccd62f867a0145", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_transport.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "organization-local", + "digest": "191a9ec9646d04092301e9e3e7472f1a8e374d7e97f40aed96be456cb6b204f5", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-local.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "taxon-local", + "digest": "e1339d80b1664bbba22acc3af262e9d341dcdc4474a7adf2aeef7c0736fd8788", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-local.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "authorityhierarchy", + "digest": "118ae87852a21a2de90581e321b5e4aefe7b3af15b00c28be6bf40729fd1fc18", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_authorityhierarchy.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "valuation", + "digest": "4e1e75c230c93c103cbc3bbf50833eee40c845b4f00ecad79549032bd4ab91c7", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_valuation.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "loanout", + "digest": "6a702e81691b0142eceae50943507ef2142f509cf1a31e02d8f76c047d778696", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanout.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "concept-occasion", + "digest": "db29b2c1dd8534b328ce0edaa657013ff276041fb147660bfcb37187abaffc22", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-occasion.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "person-ulan", + "digest": "33ad72ab274afb328d907728c9b9f3b4d500b3e03ef9a5063df8d0ce5f84085e", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-ulan.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "movement", + "digest": "6b286472889e33bdf5304adbf092c43e2c39107ccc5202950187464f1f5a8ccb", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_movement.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "location-offsite", + "digest": "f3333a16a93a64768097e7ec5d0a66b7b2a85496c233d5e2c30616af8b209d86", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-offsite.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "person-local", + "digest": "67c1c3308e889831f96adf62643f30b7cbc6907b0566c6d854f3db48cac26bdc", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-local.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "citation-local", + "digest": "eb27329f8b655e1502b97f69133def1f9358e268fe486c510db38cdbf051ca50", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-local.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "exhibition", + "digest": "c5f86654fef1488e2c399d7370b87bc83edad0dc4ed193634c338739f6559d85", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_exhibition.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "acquisition", + "digest": "3dc2c8fdbfc0144104dbc40a0e5f29e92ab678a9e19f5a1727fd409f2378bc10", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_acquisition.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "location-local", + "digest": "9fc63db495e26298e70a548cf15dabeb057f69f49ac964bcadd3efdc1eb81675", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-local.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "concept-ethnographic-culture", + "digest": "48fc837fcad53899c5bde8524cd2cd3c50e1bffa21f20749ae90aee0fde7b382", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-ethnographic-culture.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "concept-material", + "digest": "ac6628fad054c7c44251b14493df17e644ea452891ab316613d5a589dd30d247", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-material.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "claim", + "digest": "cbfd6b4fa7cf3e9b5bca3fa783b21e10de2e01bf78cb275b0058e95e9ceb9cb5", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_claim.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "organization-ulan", + "digest": "a4c1d45a523bd2cf41c0193d17fc5cc8aab972b94fcfe5ae382ce967484c7ebd", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-ulan.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "media", + "digest": "ca163e69929ca8af312a64ce97b175c259755177128b79cc95acb1d6070cba9e", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_media.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "objecthierarchy", + "digest": "a3afbd59f652d9766407974e0a6acb8883e11dd4d363b8ea4aefb5cd8fff8521", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objecthierarchy.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "place-tgn", + "digest": "02abb2bd7d6308b27478e07a33b60f06a6ad07644bcecbfafc122083fef7f2ff", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-tgn.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "work-local", + "digest": "2176fdda56c4030ed2959fbd9167591f63b2070d198fe755310c5ce3150296fb", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-local.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "concept-nomenclature", + "digest": "d5e0b78dde3517e51e9fd07fcb6203e463d830db9698d337735bcae7f31534e1", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-nomenclature.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "concept-activity", + "digest": "2cc7d03f02c95e7029daf6b4a1a5c344960243085f544761917021db3f370211", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-activity.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "objectexit", + "digest": "b0abc9956bba35321fdff9b55c047be069dd88acb38162a0fb052a80d7953564", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objectexit.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "uoc", + "digest": "32f04940a0172ac7167755d738d75a6bf1fff7c84b258253053b37635d8a6083", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_uoc.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "citation-worldcat", + "digest": "08849334b18794958b8d1f5028b6db94486e6684170ea5c0f2ce88db666e5f92", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-worldcat.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "loanin", + "digest": "627b8287b191d85d4b58d4173f432a096152ce82a610abebf36221fc0ef1b1e3", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanin.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "taxon-common", + "digest": "356b65a442e57e360b5930fc477397083fd49d1ff45071dc3f215a5a229ac2cf", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-common.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "insurance", + "digest": "9d8d5c9e754721bcd9265f5e0bf708e5d70d7765a4943069fb9d07c3b4696d0c", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_insurance.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "concept-archaeological-culture", + "digest": "eca6a8e8787681ee06ee3741a3bb2676a248c86c1e27ddbb02194c6a526d5f87", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-archaeological-culture.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "conservation", + "digest": "8eae9fcec96282ab6d7c9d23cbfe6577f926fc258316d58cee1254bab0e07cec", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conservation.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "osteology", + "digest": "930fd499894cf842bbb85a32d37d7e5da15b43275b4c074d486f6b04c898b79b", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_osteology.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "intake", + "digest": "eac5c737184ccb5ac224a7ac48ea3dfd9036676ad614286389c352193cd9fd4c", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_intake.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "group", + "digest": "e60ce34f883a014491509795d20f463b6f34fca4e672050946ac22fb0e61168e", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_group.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "collectionobject", + "digest": "a93d20e7515a64b86e79475e81cf2428b14298bd3c9c1474d833bdb574a9e341", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_collectionobject.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "concept-ethnographic-file-code", + "digest": "02cbb2948708ce17f47b93e377deafa1725c7ffbbb571e4d8dcd29f950844075", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-ethnographic-file-code.json" + }, + { + "profile": "ohc", + "version": "1-0-6", + "type": "place-local", + "digest": "860801231ee8c97e580c1695489c6361c8137cba25fa4ae4d95f7445c078a169", + "enabled": true, + "url": "https://raw.githubusercontent.com/collectionspace/cspace-config-untangler/main/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-local.json" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_acquisition.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_acquisition.json new file mode 100644 index 00000000..16f850c5 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_acquisition.json @@ -0,0 +1,954 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "acquisition", + "document_name": "acquisitions", + "service_name": "Acquisition", + "service_path": "acquisitions", + "service_type": "procedure", + "object_name": "Acquisition", + "ns_uri": { + "acquisitions_common": "http://collectionspace.org/services/acquisition" + }, + "identifier_field": "acquisitionReferenceNumber", + "search_field": "acquisitionReferenceNumber" + }, + "docstructure": { + "acquisitions_common": { + "acquisitionDateGroupList": { + }, + "acquisitionSources": { + }, + "owners": { + }, + "approvalGroupList": { + "approvalGroup": { + } + }, + "acquisitionFundingList": { + "acquisitionFunding": { + } + }, + "fieldCollectionEventNames": { + } + } + }, + "mappings": [ + { + "fieldname": "acquisitionReferenceNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionReferenceNumber", + "required": "y" + }, + { + "fieldname": "accessionDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "accessionDateGroup", + "required": "n" + }, + { + "fieldname": "acquisitionDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + "acquisitionDateGroupList" + ], + "data_type": "structured date group", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionDateGroup", + "required": "n" + }, + { + "fieldname": "acquisitionMethod", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "acquisitionMethods", + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "bequest", + "curationAgreement", + "donation", + "fieldCollected", + "foundInCollection", + "gift", + "loan", + "purchase", + "staffCurated", + "transfer" + ], + "datacolumn": "acquisitionMethod", + "required": "n" + }, + { + "fieldname": "acquisitionSource", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "acquisitions_common", + "xpath": [ + "acquisitionSources" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionSourcePersonLocal", + "required": "n" + }, + { + "fieldname": "acquisitionSource", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "acquisitions_common", + "xpath": [ + "acquisitionSources" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionSourceOrganizationLocal", + "required": "n" + }, + { + "fieldname": "acquisitionSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "acquisitions_common", + "xpath": [ + "acquisitionSources" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionSourceRefname", + "required": "n" + }, + { + "fieldname": "owner", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "acquisitions_common", + "xpath": [ + "owners" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "ownerPersonLocal", + "required": "n" + }, + { + "fieldname": "owner", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "acquisitions_common", + "xpath": [ + "owners" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "ownerOrganizationLocal", + "required": "n" + }, + { + "fieldname": "owner", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "acquisitions_common", + "xpath": [ + "owners" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "ownerRefname", + "required": "n" + }, + { + "fieldname": "groupPurchasePriceCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "groupPurchasePriceCurrency", + "required": "n" + }, + { + "fieldname": "groupPurchasePriceCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "groupPurchasePriceCurrencyRefname", + "required": "n" + }, + { + "fieldname": "groupPurchasePriceValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "groupPurchasePriceValue", + "required": "n" + }, + { + "fieldname": "objectOfferPriceCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectOfferPriceCurrency", + "required": "n" + }, + { + "fieldname": "objectOfferPriceCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectOfferPriceCurrencyRefname", + "required": "n" + }, + { + "fieldname": "objectOfferPriceValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectOfferPriceValue", + "required": "n" + }, + { + "fieldname": "objectPurchaseOfferPriceCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectPurchaseOfferPriceCurrency", + "required": "n" + }, + { + "fieldname": "objectPurchaseOfferPriceCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectPurchaseOfferPriceCurrencyRefname", + "required": "n" + }, + { + "fieldname": "objectPurchaseOfferPriceValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectPurchaseOfferPriceValue", + "required": "n" + }, + { + "fieldname": "objectPurchasePriceCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectPurchasePriceCurrency", + "required": "n" + }, + { + "fieldname": "objectPurchasePriceCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectPurchasePriceCurrencyRefname", + "required": "n" + }, + { + "fieldname": "objectPurchasePriceValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectPurchasePriceValue", + "required": "n" + }, + { + "fieldname": "originalObjectPurchasePriceCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "originalObjectPurchasePriceCurrency", + "required": "n" + }, + { + "fieldname": "originalObjectPurchasePriceCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "originalObjectPurchasePriceCurrencyRefname", + "required": "n" + }, + { + "fieldname": "originalObjectPurchasePriceValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "originalObjectPurchasePriceValue", + "required": "n" + }, + { + "fieldname": "acquisitionReason", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionReason", + "required": "n" + }, + { + "fieldname": "approvalGroup", + "transforms": { + "vocabulary": "deaccessionapprovalgroup" + }, + "source_type": "vocabulary", + "source_name": "deaccessionapprovalgroup", + "namespace": "acquisitions_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalGroup", + "required": "n" + }, + { + "fieldname": "approvalGroup", + "transforms": { + }, + "source_type": "refname", + "source_name": "deaccessionapprovalgroup", + "namespace": "acquisitions_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalGroupRefname", + "required": "n" + }, + { + "fieldname": "approvalIndividual", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "acquisitions_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalIndividual", + "required": "n" + }, + { + "fieldname": "approvalIndividual", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "acquisitions_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalIndividualRefname", + "required": "n" + }, + { + "fieldname": "approvalStatus", + "transforms": { + "vocabulary": "deaccessionapprovalstatus" + }, + "source_type": "vocabulary", + "source_name": "deaccessionapprovalstatus", + "namespace": "acquisitions_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalStatus", + "required": "n" + }, + { + "fieldname": "approvalStatus", + "transforms": { + }, + "source_type": "refname", + "source_name": "deaccessionapprovalstatus", + "namespace": "acquisitions_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalStatusRefname", + "required": "n" + }, + { + "fieldname": "approvalDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalDate", + "required": "n" + }, + { + "fieldname": "approvalNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalNote", + "required": "n" + }, + { + "fieldname": "acquisitionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionNote", + "required": "n" + }, + { + "fieldname": "acquisitionProvisos", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionProvisos", + "required": "n" + }, + { + "fieldname": "acquisitionFundingCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + "acquisitionFundingList", + "acquisitionFunding" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionFundingCurrency", + "required": "n" + }, + { + "fieldname": "acquisitionFundingCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "acquisitions_common", + "xpath": [ + "acquisitionFundingList", + "acquisitionFunding" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionFundingCurrencyRefname", + "required": "n" + }, + { + "fieldname": "acquisitionFundingValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + "acquisitionFundingList", + "acquisitionFunding" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionFundingValue", + "required": "n" + }, + { + "fieldname": "acquisitionFundingSource", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "acquisitions_common", + "xpath": [ + "acquisitionFundingList", + "acquisitionFunding" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionFundingSourcePersonLocal", + "required": "n" + }, + { + "fieldname": "acquisitionFundingSource", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "acquisitions_common", + "xpath": [ + "acquisitionFundingList", + "acquisitionFunding" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionFundingSourceOrganizationLocal", + "required": "n" + }, + { + "fieldname": "acquisitionFundingSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "acquisitions_common", + "xpath": [ + "acquisitionFundingList", + "acquisitionFunding" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionFundingSourceRefname", + "required": "n" + }, + { + "fieldname": "acquisitionFundingSourceProvisos", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + "acquisitionFundingList", + "acquisitionFunding" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "acquisitionFundingSourceProvisos", + "required": "n" + }, + { + "fieldname": "creditLine", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "creditLine", + "required": "n" + }, + { + "fieldname": "fieldCollectionEventName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "acquisitions_common", + "xpath": [ + "fieldCollectionEventNames" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionEventName", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_authorityhierarchy.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_authorityhierarchy.json new file mode 100644 index 00000000..68c70b0b --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_authorityhierarchy.json @@ -0,0 +1,159 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "authorityhierarchy", + "document_name": "relations", + "service_name": "Relations", + "service_path": "relations", + "service_type": "relation", + "object_name": "Authority Hierarchy Relation", + "ns_uri": { + "relations_common": "http://collectionspace.org/services/relation" + }, + "identifier_field": "subjectCsid", + "search_field": "term" + }, + "docstructure": { + "relations_common": { + "subjectCsid": { + }, + "relationshipType": { + }, + "objectCsid": { + } + } + }, + "mappings": [ + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "fakeProfileAuthorityTypes", + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + "citationauthorities", + "conceptauthorities", + "locationauthorities", + "orgauthorities", + "personauthorities", + "placeauthorities", + "taxonomyauthority", + "workauthorities" + ], + "datacolumn": "term_type", + "required": "y in template" + }, + { + "fieldname": "termSubType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "fakeProfileAuthoritySubtypes", + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + "activity", + "archculture", + "citation", + "common_ta", + "cona_work", + "concept", + "ethculture", + "ethfilecode", + "location", + "material_ca", + "nomenclature", + "occasion", + "offsite_sla", + "organization", + "person", + "place", + "taxon", + "tgn_place", + "ulan_oa", + "ulan_pa", + "work", + "worldcat" + ], + "datacolumn": "term_subtype", + "required": "y in template" + }, + { + "fieldname": "subjectCsid", + "transforms": { + "special": [ + "term_to_csid" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "narrower_term", + "required": "y" + }, + { + "fieldname": "relationshipType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "relationshiptype", + "required": "y", + "to_template": false + }, + { + "fieldname": "objectCsid", + "transforms": { + "special": [ + "term_to_csid" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "broader_term", + "required": "y" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-local.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-local.json new file mode 100644 index 00000000..9f6173eb --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-local.json @@ -0,0 +1,1050 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "citation", + "document_name": "citations", + "service_name": "Citations", + "service_path": "citationauthorities", + "service_type": "authority", + "object_name": "Citation", + "ns_uri": { + "citations_common": "http://collectionspace.org/services/citation" + }, + "identifier_field": "shortIdentifier", + "search_field": "citationTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "citation" + }, + { + "name": "WorldCat", + "subtype": "worldcat" + } + ], + "authority_type": "citationauthorities", + "authority_subtype": "citation" + }, + "docstructure": { + "citations_common": { + "citationTermGroupList": { + "citationTermGroup": { + } + }, + "citationPublicationInfoGroupList": { + "citationPublicationInfoGroup": { + } + }, + "citationAgentInfoGroupList": { + "citationAgentInfoGroup": { + } + }, + "citationResourceIdentGroupList": { + "citationResourceIdentGroup": { + } + }, + "citationRelatedTermsGroupList": { + "citationRelatedTermsGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "citationTermStatuses", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + "vocabulary": "citationtermtype" + }, + "source_type": "vocabulary", + "source_name": "citationtermtype", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "refname", + "source_name": "citationtermtype", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termTypeRefname", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "citationtermflag" + }, + "source_type": "vocabulary", + "source_name": "citationtermflag", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "citationtermflag", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termFullCitation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFullCitation", + "required": "n" + }, + { + "fieldname": "termTitle", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termTitle", + "required": "n" + }, + { + "fieldname": "termSubTitle", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSubTitle", + "required": "n" + }, + { + "fieldname": "termSectionTitle", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSectionTitle", + "required": "n" + }, + { + "fieldname": "termVolume", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termVolume", + "required": "n" + }, + { + "fieldname": "termIssue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termIssue", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisher", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherRefname", + "required": "n" + }, + { + "fieldname": "publicationPlace", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publicationPlacePlaceLocal", + "required": "n" + }, + { + "fieldname": "publicationPlace", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publicationPlacePlaceTgn", + "required": "n" + }, + { + "fieldname": "publicationPlace", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publicationPlaceRefname", + "required": "n" + }, + { + "fieldname": "publicationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publicationDate", + "required": "n" + }, + { + "fieldname": "edition", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "edition", + "required": "n" + }, + { + "fieldname": "pages", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "pages", + "required": "n" + }, + { + "fieldname": "agent", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "agentPersonLocal", + "required": "n" + }, + { + "fieldname": "agent", + "transforms": { + "authority": [ + "personauthorities", + "ulan_pa" + ] + }, + "source_type": "authority", + "source_name": "person/ulan", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "agentPersonUlan", + "required": "n" + }, + { + "fieldname": "agent", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "agentOrganizationLocal", + "required": "n" + }, + { + "fieldname": "agent", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "agentRefname", + "required": "n" + }, + { + "fieldname": "role", + "transforms": { + "vocabulary": "agentinfotype" + }, + "source_type": "vocabulary", + "source_name": "agentinfotype", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "role", + "required": "n" + }, + { + "fieldname": "role", + "transforms": { + }, + "source_type": "refname", + "source_name": "agentinfotype", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "roleRefname", + "required": "n" + }, + { + "fieldname": "note", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "note", + "required": "n" + }, + { + "fieldname": "citationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "citationNote", + "required": "n" + }, + { + "fieldname": "resourceIdent", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationResourceIdentGroupList", + "citationResourceIdentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "resourceIdent", + "required": "n" + }, + { + "fieldname": "type", + "transforms": { + "vocabulary": "resourceidtype" + }, + "source_type": "vocabulary", + "source_name": "resourceidtype", + "namespace": "citations_common", + "xpath": [ + "citationResourceIdentGroupList", + "citationResourceIdentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "type", + "required": "n" + }, + { + "fieldname": "type", + "transforms": { + }, + "source_type": "refname", + "source_name": "resourceidtype", + "namespace": "citations_common", + "xpath": [ + "citationResourceIdentGroupList", + "citationResourceIdentGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "typeRefname", + "required": "n" + }, + { + "fieldname": "captureDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationResourceIdentGroupList", + "citationResourceIdentGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "captureDate", + "required": "n" + }, + { + "fieldname": "relatedTerm", + "transforms": { + "authority": [ + "conceptauthorities", + "concept" + ] + }, + "source_type": "authority", + "source_name": "concept/associated", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relatedTermConceptAssociated", + "required": "n" + }, + { + "fieldname": "relatedTerm", + "transforms": { + "authority": [ + "conceptauthorities", + "activity" + ] + }, + "source_type": "authority", + "source_name": "concept/activity", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relatedTermConceptActivity", + "required": "n" + }, + { + "fieldname": "relatedTerm", + "transforms": { + "authority": [ + "conceptauthorities", + "material_ca" + ] + }, + "source_type": "authority", + "source_name": "concept/material", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relatedTermConceptMaterial", + "required": "n" + }, + { + "fieldname": "relatedTerm", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/associated", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relatedTermRefname", + "required": "n" + }, + { + "fieldname": "relationType", + "transforms": { + "vocabulary": "relationtypetype" + }, + "source_type": "vocabulary", + "source_name": "relationtypetype", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relationType", + "required": "n" + }, + { + "fieldname": "relationType", + "transforms": { + }, + "source_type": "refname", + "source_name": "relationtypetype", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relationTypeRefname", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-worldcat.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-worldcat.json new file mode 100644 index 00000000..26484a59 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-worldcat.json @@ -0,0 +1,1050 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "citation", + "document_name": "citations", + "service_name": "Citations", + "service_path": "citationauthorities", + "service_type": "authority", + "object_name": "Citation", + "ns_uri": { + "citations_common": "http://collectionspace.org/services/citation" + }, + "identifier_field": "shortIdentifier", + "search_field": "citationTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "citation" + }, + { + "name": "WorldCat", + "subtype": "worldcat" + } + ], + "authority_type": "citationauthorities", + "authority_subtype": "worldcat" + }, + "docstructure": { + "citations_common": { + "citationTermGroupList": { + "citationTermGroup": { + } + }, + "citationPublicationInfoGroupList": { + "citationPublicationInfoGroup": { + } + }, + "citationAgentInfoGroupList": { + "citationAgentInfoGroup": { + } + }, + "citationResourceIdentGroupList": { + "citationResourceIdentGroup": { + } + }, + "citationRelatedTermsGroupList": { + "citationRelatedTermsGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "citationTermStatuses", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + "vocabulary": "citationtermtype" + }, + "source_type": "vocabulary", + "source_name": "citationtermtype", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "refname", + "source_name": "citationtermtype", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termTypeRefname", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "citationtermflag" + }, + "source_type": "vocabulary", + "source_name": "citationtermflag", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "citationtermflag", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termFullCitation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFullCitation", + "required": "n" + }, + { + "fieldname": "termTitle", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termTitle", + "required": "n" + }, + { + "fieldname": "termSubTitle", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSubTitle", + "required": "n" + }, + { + "fieldname": "termSectionTitle", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSectionTitle", + "required": "n" + }, + { + "fieldname": "termVolume", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termVolume", + "required": "n" + }, + { + "fieldname": "termIssue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termIssue", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationTermGroupList", + "citationTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisher", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherRefname", + "required": "n" + }, + { + "fieldname": "publicationPlace", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publicationPlacePlaceLocal", + "required": "n" + }, + { + "fieldname": "publicationPlace", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publicationPlacePlaceTgn", + "required": "n" + }, + { + "fieldname": "publicationPlace", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publicationPlaceRefname", + "required": "n" + }, + { + "fieldname": "publicationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publicationDate", + "required": "n" + }, + { + "fieldname": "edition", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "edition", + "required": "n" + }, + { + "fieldname": "pages", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationPublicationInfoGroupList", + "citationPublicationInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "pages", + "required": "n" + }, + { + "fieldname": "agent", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "agentPersonLocal", + "required": "n" + }, + { + "fieldname": "agent", + "transforms": { + "authority": [ + "personauthorities", + "ulan_pa" + ] + }, + "source_type": "authority", + "source_name": "person/ulan", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "agentPersonUlan", + "required": "n" + }, + { + "fieldname": "agent", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "agentOrganizationLocal", + "required": "n" + }, + { + "fieldname": "agent", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "agentRefname", + "required": "n" + }, + { + "fieldname": "role", + "transforms": { + "vocabulary": "agentinfotype" + }, + "source_type": "vocabulary", + "source_name": "agentinfotype", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "role", + "required": "n" + }, + { + "fieldname": "role", + "transforms": { + }, + "source_type": "refname", + "source_name": "agentinfotype", + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "roleRefname", + "required": "n" + }, + { + "fieldname": "note", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationAgentInfoGroupList", + "citationAgentInfoGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "note", + "required": "n" + }, + { + "fieldname": "citationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "citationNote", + "required": "n" + }, + { + "fieldname": "resourceIdent", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationResourceIdentGroupList", + "citationResourceIdentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "resourceIdent", + "required": "n" + }, + { + "fieldname": "type", + "transforms": { + "vocabulary": "resourceidtype" + }, + "source_type": "vocabulary", + "source_name": "resourceidtype", + "namespace": "citations_common", + "xpath": [ + "citationResourceIdentGroupList", + "citationResourceIdentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "type", + "required": "n" + }, + { + "fieldname": "type", + "transforms": { + }, + "source_type": "refname", + "source_name": "resourceidtype", + "namespace": "citations_common", + "xpath": [ + "citationResourceIdentGroupList", + "citationResourceIdentGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "typeRefname", + "required": "n" + }, + { + "fieldname": "captureDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "citations_common", + "xpath": [ + "citationResourceIdentGroupList", + "citationResourceIdentGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "captureDate", + "required": "n" + }, + { + "fieldname": "relatedTerm", + "transforms": { + "authority": [ + "conceptauthorities", + "concept" + ] + }, + "source_type": "authority", + "source_name": "concept/associated", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relatedTermConceptAssociated", + "required": "n" + }, + { + "fieldname": "relatedTerm", + "transforms": { + "authority": [ + "conceptauthorities", + "activity" + ] + }, + "source_type": "authority", + "source_name": "concept/activity", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relatedTermConceptActivity", + "required": "n" + }, + { + "fieldname": "relatedTerm", + "transforms": { + "authority": [ + "conceptauthorities", + "material_ca" + ] + }, + "source_type": "authority", + "source_name": "concept/material", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relatedTermConceptMaterial", + "required": "n" + }, + { + "fieldname": "relatedTerm", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/associated", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relatedTermRefname", + "required": "n" + }, + { + "fieldname": "relationType", + "transforms": { + "vocabulary": "relationtypetype" + }, + "source_type": "vocabulary", + "source_name": "relationtypetype", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relationType", + "required": "n" + }, + { + "fieldname": "relationType", + "transforms": { + }, + "source_type": "refname", + "source_name": "relationtypetype", + "namespace": "citations_common", + "xpath": [ + "citationRelatedTermsGroupList", + "citationRelatedTermsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "relationTypeRefname", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_claim.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_claim.json new file mode 100644 index 00000000..bd46cde0 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_claim.json @@ -0,0 +1,1460 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "claim", + "document_name": "claims", + "service_name": "Claim", + "service_path": "claims", + "service_type": "procedure", + "object_name": "Claim", + "ns_uri": { + "claims_common": "http://collectionspace.org/services/claim", + "claims_nagpra": "http://collectionspace.org/services/claim/domain/nagpra" + }, + "identifier_field": "claimNumber", + "search_field": "claimNumber" + }, + "docstructure": { + "claims_common": { + "claimantGroupList": { + "claimantGroup": { + } + }, + "claimReceivedGroupList": { + "claimReceivedGroup": { + } + } + }, + "claims_nagpra": { + "nagpraClaimAltNameGroupList": { + "nagpraClaimAltNameGroup": { + } + }, + "nagpraClaimTypes": { + }, + "nagpraClaimNotes": { + }, + "nagpraClaimSiteGroupList": { + "nagpraClaimSiteGroup": { + } + }, + "nagpraClaimGroupGroupList": { + "nagpraClaimGroupGroup": { + } + }, + "nagpraClaimPeriodGroupList": { + "nagpraClaimPeriodGroup": { + } + }, + "nagpraClaimInitialResponseGroupList": { + "nagpraClaimInitialResponseGroup": { + } + }, + "nagpraClaimSentToLocalGroupList": { + "nagpraClaimSentToLocalGroup": { + } + }, + "nagpraClaimLocalRecGroupList": { + "nagpraClaimLocalRecGroup": { + } + }, + "nagpraClaimSentToNatlGroupList": { + "nagpraClaimSentToNatlGroup": { + } + }, + "nagpraClaimNatlRespGroupList": { + "nagpraClaimNatlRespGroup": { + } + }, + "nagpraClaimNatlApprovalGroupList": { + "nagpraClaimNatlApprovalGroup": { + } + }, + "nagpraClaimNoticeGroupList": { + "nagpraClaimNoticeGroup": { + } + }, + "nagpraClaimTransferGroupList": { + "nagpraClaimTransferGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "claimNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "claimNumber", + "required": "y" + }, + { + "fieldname": "nagpraClaimName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimName", + "required": "n" + }, + { + "fieldname": "nagpraClaimAltName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimAltNameGroupList", + "nagpraClaimAltNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimAltName", + "required": "n" + }, + { + "fieldname": "nagpraClaimAltNameNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimAltNameGroupList", + "nagpraClaimAltNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimAltNameNote", + "required": "n" + }, + { + "fieldname": "claimFiledBy", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "claims_common", + "xpath": [ + "claimantGroupList", + "claimantGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "claimFiledByPersonLocal", + "required": "n" + }, + { + "fieldname": "claimFiledBy", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "claims_common", + "xpath": [ + "claimantGroupList", + "claimantGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "claimFiledByOrganizationLocal", + "required": "n" + }, + { + "fieldname": "claimFiledBy", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "claims_common", + "xpath": [ + "claimantGroupList", + "claimantGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "claimFiledByRefname", + "required": "n" + }, + { + "fieldname": "claimFiledOnBehalfOf", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "claims_common", + "xpath": [ + "claimantGroupList", + "claimantGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "claimFiledOnBehalfOfPersonLocal", + "required": "n" + }, + { + "fieldname": "claimFiledOnBehalfOf", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "claims_common", + "xpath": [ + "claimantGroupList", + "claimantGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "claimFiledOnBehalfOfOrganizationLocal", + "required": "n" + }, + { + "fieldname": "claimFiledOnBehalfOf", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "claims_common", + "xpath": [ + "claimantGroupList", + "claimantGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "claimFiledOnBehalfOfRefname", + "required": "n" + }, + { + "fieldname": "claimantNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_common", + "xpath": [ + "claimantGroupList", + "claimantGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "claimantNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimType", + "transforms": { + "vocabulary": "nagpraclaimtype" + }, + "source_type": "vocabulary", + "source_name": "nagpraclaimtype", + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimType", + "required": "n" + }, + { + "fieldname": "nagpraClaimType", + "transforms": { + }, + "source_type": "refname", + "source_name": "nagpraclaimtype", + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimTypeRefname", + "required": "n" + }, + { + "fieldname": "claimReceivedDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_common", + "xpath": [ + "claimReceivedGroupList", + "claimReceivedGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "claimReceivedDate", + "required": "n" + }, + { + "fieldname": "claimReceivedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_common", + "xpath": [ + "claimReceivedGroupList", + "claimReceivedGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "claimReceivedNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimNotes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimSiteName", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimSiteGroupList", + "nagpraClaimSiteGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimSiteName", + "required": "n" + }, + { + "fieldname": "nagpraClaimSiteName", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimSiteGroupList", + "nagpraClaimSiteGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimSiteNameRefname", + "required": "n" + }, + { + "fieldname": "nagpraClaimSiteNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimSiteGroupList", + "nagpraClaimSiteGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimSiteNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimGroupName", + "transforms": { + "authority": [ + "conceptauthorities", + "ethculture" + ] + }, + "source_type": "authority", + "source_name": "concept/ethculture", + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimGroupGroupList", + "nagpraClaimGroupGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimGroupName", + "required": "n" + }, + { + "fieldname": "nagpraClaimGroupName", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/ethculture", + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimGroupGroupList", + "nagpraClaimGroupGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimGroupNameRefname", + "required": "n" + }, + { + "fieldname": "nagpraClaimGroupNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimGroupGroupList", + "nagpraClaimGroupGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimGroupNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimPeriodDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimPeriodGroupList", + "nagpraClaimPeriodGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimPeriodDateGroup", + "required": "n" + }, + { + "fieldname": "nagpraClaimPeriodNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimPeriodGroupList", + "nagpraClaimPeriodGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimPeriodNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimInitialResponseDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimInitialResponseGroupList", + "nagpraClaimInitialResponseGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimInitialResponseDate", + "required": "n" + }, + { + "fieldname": "nagpraClaimInitialResponseNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimInitialResponseGroupList", + "nagpraClaimInitialResponseGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimInitialResponseNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimSentToLocalDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimSentToLocalGroupList", + "nagpraClaimSentToLocalGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimSentToLocalDate", + "required": "n" + }, + { + "fieldname": "nagpraClaimSentToLocalNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimSentToLocalGroupList", + "nagpraClaimSentToLocalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimSentToLocalNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimLocalRecDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimLocalRecGroupList", + "nagpraClaimLocalRecGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimLocalRecDate", + "required": "n" + }, + { + "fieldname": "nagpraClaimLocalRecNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimLocalRecGroupList", + "nagpraClaimLocalRecGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimLocalRecNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimSentToNatlDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimSentToNatlGroupList", + "nagpraClaimSentToNatlGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimSentToNatlDate", + "required": "n" + }, + { + "fieldname": "nagpraClaimSentToNatlNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimSentToNatlGroupList", + "nagpraClaimSentToNatlGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimSentToNatlNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimNatlRespDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimNatlRespGroupList", + "nagpraClaimNatlRespGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimNatlRespDate", + "required": "n" + }, + { + "fieldname": "nagpraClaimNatlRespNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimNatlRespGroupList", + "nagpraClaimNatlRespGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimNatlRespNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimNatlApprovalDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimNatlApprovalGroupList", + "nagpraClaimNatlApprovalGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimNatlApprovalDate", + "required": "n" + }, + { + "fieldname": "nagpraClaimNatlApprovalNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimNatlApprovalGroupList", + "nagpraClaimNatlApprovalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimNatlApprovalNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimNoticeDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimNoticeGroupList", + "nagpraClaimNoticeGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimNoticeDate", + "required": "n" + }, + { + "fieldname": "nagpraClaimNoticeDateType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "nagpraNoticeDateTypes", + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimNoticeGroupList", + "nagpraClaimNoticeGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "begin", + "end" + ], + "datacolumn": "nagpraClaimNoticeDateType", + "required": "n" + }, + { + "fieldname": "nagpraClaimNoticeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimNoticeGroupList", + "nagpraClaimNoticeGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimNoticeNote", + "required": "n" + }, + { + "fieldname": "nagpraClaimTransferDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimTransferGroupList", + "nagpraClaimTransferGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimTransferDate", + "required": "n" + }, + { + "fieldname": "nagpraClaimTransferNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + "nagpraClaimTransferGroupList", + "nagpraClaimTransferGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraClaimTransferNote", + "required": "n" + }, + { + "fieldname": "dispositionPossibilitiesDiscussed", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "dispositionPossibilitiesDiscussed", + "required": "n" + }, + { + "fieldname": "dispositionPossibilitiesDiscussedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "dispositionPossibilitiesDiscussedNote", + "required": "n" + }, + { + "fieldname": "surroundingTribesContacted", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "surroundingTribesContacted", + "required": "n" + }, + { + "fieldname": "surroundingTribesContactedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "surroundingTribesContactedNote", + "required": "n" + }, + { + "fieldname": "workingTeamNotified", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "workingTeamNotified", + "required": "n" + }, + { + "fieldname": "workingTeamNotifiedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "workingTeamNotifiedNote", + "required": "n" + }, + { + "fieldname": "siteFileResearchCompleted", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "siteFileResearchCompleted", + "required": "n" + }, + { + "fieldname": "siteFileResearchCompletedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "siteFileResearchCompletedNote", + "required": "n" + }, + { + "fieldname": "accessionFileResearchCompleted", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "accessionFileResearchCompleted", + "required": "n" + }, + { + "fieldname": "accessionFileResearchCompletedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "accessionFileResearchCompletedNote", + "required": "n" + }, + { + "fieldname": "objectsLocatedAndCounted", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectsLocatedAndCounted", + "required": "n" + }, + { + "fieldname": "objectsLocatedAndCountedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectsLocatedAndCountedNote", + "required": "n" + }, + { + "fieldname": "objectsConsolidated", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectsConsolidated", + "required": "n" + }, + { + "fieldname": "objectsConsolidatedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectsConsolidatedNote", + "required": "n" + }, + { + "fieldname": "objectsPhotographed", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectsPhotographed", + "required": "n" + }, + { + "fieldname": "objectsPhotographedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectsPhotographedNote", + "required": "n" + }, + { + "fieldname": "registrationDocumentsDrafted", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "registrationDocumentsDrafted", + "required": "n" + }, + { + "fieldname": "registrationDocumentsDraftedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "registrationDocumentsDraftedNote", + "required": "n" + }, + { + "fieldname": "tribeContactedForPackingPreferences", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "tribeContactedForPackingPreferences", + "required": "n" + }, + { + "fieldname": "tribeContactedForPackingPreferencesNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "tribeContactedForPackingPreferencesNote", + "required": "n" + }, + { + "fieldname": "dateArrangedForTransfer", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "dateArrangedForTransfer", + "required": "n" + }, + { + "fieldname": "dateArrangedForTransferNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "dateArrangedForTransferNote", + "required": "n" + }, + { + "fieldname": "objectsMarkedAsDeaccessioned", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectsMarkedAsDeaccessioned", + "required": "n" + }, + { + "fieldname": "objectsMarkedAsDeaccessionedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectsMarkedAsDeaccessionedNote", + "required": "n" + }, + { + "fieldname": "documentsArchived", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "documentsArchived", + "required": "n" + }, + { + "fieldname": "documentsArchivedNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "claims_nagpra", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "documentsArchivedNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_collectionobject.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_collectionobject.json new file mode 100644 index 00000000..d0d82a3f --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_collectionobject.json @@ -0,0 +1,10525 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "collectionobject", + "document_name": "collectionobjects", + "service_name": "CollectionObjects", + "service_path": "collectionobjects", + "service_type": "object", + "object_name": "CollectionObject", + "ns_uri": { + "collectionobjects_annotation": "http://collectionspace.org/services/collectionobject/domain/annotation", + "collectionobjects_common": "http://collectionspace.org/services/collectionobject", + "collectionobjects_anthro": "http://collectionspace.org/services/collectionobject/domain/anthro", + "collectionobjects_culturalcare": "http://collectionspace.org/services/collectionobject/domain/collectionobject", + "collectionobjects_nagpra": "http://collectionspace.org/services/collectionobject/domain/nagpra", + "collectionobjects_naturalhistory_extension": "http://collectionspace.org/services/collectionobject/domain/naturalhistory_extension", + "collectionobjects_ohc": "http://collectionspace.org/services/collectionobject/domain/ohc" + }, + "identifier_field": "objectNumber", + "search_field": "objectNumber" + }, + "docstructure": { + "collectionobjects_common": { + "otherNumberList": { + "otherNumber": { + } + }, + "responsibleDepartments": { + }, + "namedCollections": { + }, + "briefDescriptions": { + }, + "publishToList": { + }, + "inventoryStatusList": { + }, + "objectNameList": { + "objectNameGroup": { + } + }, + "assocPeopleGroupList": { + "assocPeopleGroup": { + } + }, + "comments": { + }, + "measuredPartGroupList": { + "measuredPartGroup": { + "dimensionSubGroupList": { + "dimensionSubGroup": { + } + } + } + }, + "materialGroupList": { + "materialGroup": { + } + }, + "titleGroupList": { + "titleGroup": { + "titleTranslationSubGroupList": { + "titleTranslationSubGroup": { + } + } + } + }, + "usageGroupList": { + "usageGroup": { + } + }, + "fieldCollectionMethods": { + }, + "fieldCollectionSources": { + }, + "fieldCollectors": { + }, + "fieldColEventNames": { + }, + "objectProductionDateGroupList": { + }, + "techniqueGroupList": { + "techniqueGroup": { + } + }, + "objectProductionPlaceGroupList": { + "objectProductionPlaceGroup": { + } + }, + "objectProductionReasons": { + }, + "objectProductionPeopleGroupList": { + "objectProductionPeopleGroup": { + } + }, + "objectProductionPersonGroupList": { + "objectProductionPersonGroup": { + } + }, + "objectProductionOrganizationGroupList": { + "objectProductionOrganizationGroup": { + } + }, + "forms": { + }, + "styles": { + }, + "colors": { + }, + "objectComponentGroupList": { + "objectComponentGroup": { + } + }, + "contentLanguages": { + }, + "contentActivities": { + }, + "contentConcepts": { + }, + "contentPositions": { + }, + "contentObjectGroupList": { + "contentObjectGroup": { + } + }, + "contentPeoples": { + }, + "contentPersons": { + }, + "contentPlaces": { + }, + "contentScripts": { + }, + "contentOrganizations": { + }, + "contentEventNameGroupList": { + "contentEventNameGroup": { + } + }, + "contentOtherGroupList": { + "contentOtherGroup": { + } + }, + "textualInscriptionGroupList": { + "textualInscriptionGroup": { + } + }, + "nonTextualInscriptionGroupList": { + "nonTextualInscriptionGroup": { + } + }, + "assocActivityGroupList": { + "assocActivityGroup": { + } + }, + "assocObjectGroupList": { + "assocObjectGroup": { + } + }, + "assocConceptGroupList": { + "assocConceptGroup": { + } + }, + "assocCulturalContextGroupList": { + "assocCulturalContextGroup": { + } + }, + "assocOrganizationGroupList": { + "assocOrganizationGroup": { + } + }, + "assocPersonGroupList": { + "assocPersonGroup": { + } + }, + "assocPlaceGroupList": { + "assocPlaceGroup": { + } + }, + "assocEventOrganizations": { + }, + "assocEventPeoples": { + }, + "assocEventPersons": { + }, + "assocEventPlaces": { + }, + "assocDateGroupList": { + "assocDateGroup": { + } + }, + "ownersReferences": { + }, + "viewersReferences": { + }, + "referenceGroupList": { + "referenceGroup": { + } + }, + "technicalAttributeGroupList": { + "technicalAttributeGroup": { + } + } + }, + "collectionobjects_ohc": { + "oaiSiteGroupList": { + "oaiSiteGroup": { + } + }, + "namedTimePeriods": { + }, + "apparelSizes": { + } + }, + "collectionobjects_anthro": { + "ethnoFileCodes": { + }, + "commingledRemainsGroupList": { + "commingledRemainsGroup": { + "mortuaryTreatmentGroupList": { + "mortuaryTreatmentGroup": { + } + } + } + }, + "anthroOwnershipGroupList": { + "anthroOwnershipGroup": { + } + }, + "localityGroupList": { + "localityGroup": { + } + } + }, + "collectionobjects_annotation": { + "annotationGroupList": { + "annotationGroup": { + } + } + }, + "collectionobjects_nagpra": { + "nagpraInventoryNames": { + }, + "nagpraCategories": { + }, + "graveAssocCodes": { + }, + "repatriationNotes": { + }, + "nagpraCulturalDeterminations": { + }, + "nagpraDetermGroupList": { + "nagpraDetermGroup": { + } + }, + "nagpraReportFiledGroupList": { + "nagpraReportFiledGroup": { + } + } + }, + "collectionobjects_culturalcare": { + "culturalCareNotes": { + }, + "accessLimitationsGroupList": { + "accessLimitationsGroup": { + } + } + }, + "collectionobjects_naturalhistory_extension": { + "taxonomicIdentGroupList": { + "taxonomicIdentGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "objectNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectNumber", + "required": "y" + }, + { + "fieldname": "numberOfObjects", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "integer", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "numberOfObjects", + "required": "n" + }, + { + "fieldname": "numberValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "otherNumberList", + "otherNumber" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "numberValue", + "required": "n" + }, + { + "fieldname": "numberType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "numberTypes", + "namespace": "collectionobjects_common", + "xpath": [ + "otherNumberList", + "otherNumber" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "AccessCommingledID", + "AccessSkeletalID", + "Additional File Number", + "Archives/Library Negative Number", + "Barcode Number", + "Community NID", + "Digital Heritage Collection NID", + "Digital Heritage Item NID", + "FIPS Number", + "Field Sheet Number", + "Fine Arts Card Number", + "OAI Number", + "OHI Number", + "OhioPix File Name", + "Old Ledger #1", + "Old Ledger #2", + "Original Collection Number", + "Other Number", + "Previous Catalog Number", + "Punch Card Number", + "Researcher Number", + "SOD Number", + "STARid" + ], + "datacolumn": "numberType", + "required": "n" + }, + { + "fieldname": "responsibleDepartment", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "departments", + "namespace": "collectionobjects_common", + "xpath": [ + "responsibleDepartments" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + "archaeology", + "archaeology-nagpra", + "collection-management", + "design", + "education", + "history", + "naamcc", + "natural-history", + "poindexter-village", + "registrar", + "sites" + ], + "datacolumn": "responsibleDepartment", + "required": "n" + }, + { + "fieldname": "collection", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "collections", + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "active-use-collection", + "architectural-salvaged-collection", + "education-collection", + "outdoor-collection", + "permanent-collection", + "props-and-design", + "sites-and-facilities" + ], + "datacolumn": "collection", + "required": "n" + }, + { + "fieldname": "namedCollection", + "transforms": { + "authority": [ + "workauthorities", + "work" + ] + }, + "source_type": "authority", + "source_name": "work/local", + "namespace": "collectionobjects_common", + "xpath": [ + "namedCollections" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "namedCollection", + "required": "n" + }, + { + "fieldname": "namedCollection", + "transforms": { + }, + "source_type": "refname", + "source_name": "work/local", + "namespace": "collectionobjects_common", + "xpath": [ + "namedCollections" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "namedCollectionRefname", + "required": "n" + }, + { + "fieldname": "descriptionLevel", + "transforms": { + "vocabulary": "descriptionlevel" + }, + "source_type": "vocabulary", + "source_name": "descriptionlevel", + "namespace": "collectionobjects_ohc", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "descriptionLevel", + "required": "n" + }, + { + "fieldname": "descriptionLevel", + "transforms": { + }, + "source_type": "refname", + "source_name": "descriptionlevel", + "namespace": "collectionobjects_ohc", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "descriptionLevelRefname", + "required": "n" + }, + { + "fieldname": "recordStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "recordStatuses", + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "approved", + "in-process", + "new", + "ready-for-review", + "revision-needed", + "temporary" + ], + "datacolumn": "recordStatus", + "required": "n" + }, + { + "fieldname": "briefDescription", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "briefDescriptions" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "briefDescription", + "required": "n" + }, + { + "fieldname": "ethnoFileCode", + "transforms": { + "authority": [ + "conceptauthorities", + "ethfilecode" + ] + }, + "source_type": "authority", + "source_name": "concept/ethfilecode", + "namespace": "collectionobjects_anthro", + "xpath": [ + "ethnoFileCodes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "ethnoFileCode", + "required": "n" + }, + { + "fieldname": "ethnoFileCode", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/ethfilecode", + "namespace": "collectionobjects_anthro", + "xpath": [ + "ethnoFileCodes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "ethnoFileCodeRefname", + "required": "n" + }, + { + "fieldname": "publishTo", + "transforms": { + "vocabulary": "publishto" + }, + "source_type": "vocabulary", + "source_name": "publishto", + "namespace": "collectionobjects_common", + "xpath": [ + "publishToList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "publishTo", + "required": "n" + }, + { + "fieldname": "publishTo", + "transforms": { + }, + "source_type": "refname", + "source_name": "publishto", + "namespace": "collectionobjects_common", + "xpath": [ + "publishToList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "publishToRefname", + "required": "n" + }, + { + "fieldname": "inventoryStatus", + "transforms": { + "vocabulary": "inventorystatus" + }, + "source_type": "vocabulary", + "source_name": "inventorystatus", + "namespace": "collectionobjects_common", + "xpath": [ + "inventoryStatusList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "inventoryStatus", + "required": "n" + }, + { + "fieldname": "inventoryStatus", + "transforms": { + }, + "source_type": "refname", + "source_name": "inventorystatus", + "namespace": "collectionobjects_common", + "xpath": [ + "inventoryStatusList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "inventoryStatusRefname", + "required": "n" + }, + { + "fieldname": "objectName", + "transforms": { + "authority": [ + "conceptauthorities", + "nomenclature" + ] + }, + "source_type": "authority", + "source_name": "concept/nomenclature", + "namespace": "collectionobjects_common", + "xpath": [ + "objectNameList", + "objectNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectName", + "required": "n" + }, + { + "fieldname": "objectName", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/nomenclature", + "namespace": "collectionobjects_common", + "xpath": [ + "objectNameList", + "objectNameGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectNameRefname", + "required": "n" + }, + { + "fieldname": "objectNameCurrency", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "nameCurrencies", + "namespace": "collectionobjects_common", + "xpath": [ + "objectNameList", + "objectNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "current", + "out of date", + "unknown" + ], + "datacolumn": "objectNameCurrency", + "required": "n" + }, + { + "fieldname": "objectNameLevel", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "ohcNameLevels", + "namespace": "collectionobjects_common", + "xpath": [ + "objectNameList", + "objectNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "primary", + "secondary" + ], + "datacolumn": "objectNameLevel", + "required": "n" + }, + { + "fieldname": "objectNameType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "nameTypes", + "namespace": "collectionobjects_common", + "xpath": [ + "objectNameList", + "objectNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "classified", + "denomination", + "simple", + "taxonomic", + "typological" + ], + "datacolumn": "objectNameType", + "required": "n" + }, + { + "fieldname": "objectNameLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "collectionobjects_common", + "xpath": [ + "objectNameList", + "objectNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectNameLanguage", + "required": "n" + }, + { + "fieldname": "objectNameLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "collectionobjects_common", + "xpath": [ + "objectNameList", + "objectNameGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectNameLanguageRefname", + "required": "n" + }, + { + "fieldname": "objectNameNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "objectNameList", + "objectNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectNameNote", + "required": "n" + }, + { + "fieldname": "assocPeople", + "transforms": { + "authority": [ + "conceptauthorities", + "ethculture" + ] + }, + "source_type": "authority", + "source_name": "concept/ethculture", + "namespace": "collectionobjects_common", + "xpath": [ + "assocPeopleGroupList", + "assocPeopleGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocPeople", + "required": "n" + }, + { + "fieldname": "assocPeople", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/ethculture", + "namespace": "collectionobjects_common", + "xpath": [ + "assocPeopleGroupList", + "assocPeopleGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocPeopleRefname", + "required": "n" + }, + { + "fieldname": "assocPeopleType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocPeopleGroupList", + "assocPeopleGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocPeopleType", + "required": "n" + }, + { + "fieldname": "assocPeopleNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocPeopleGroupList", + "assocPeopleGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocPeopleNote", + "required": "n" + }, + { + "fieldname": "comment", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "comments" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "comment", + "required": "n" + }, + { + "fieldname": "annotationAuthor", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_annotation", + "xpath": [ + "annotationGroupList", + "annotationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "annotationAuthor", + "required": "n" + }, + { + "fieldname": "annotationAuthor", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_annotation", + "xpath": [ + "annotationGroupList", + "annotationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "annotationAuthorRefname", + "required": "n" + }, + { + "fieldname": "annotationType", + "transforms": { + "vocabulary": "annotationtype" + }, + "source_type": "vocabulary", + "source_name": "annotationtype", + "namespace": "collectionobjects_annotation", + "xpath": [ + "annotationGroupList", + "annotationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "annotationType", + "required": "n" + }, + { + "fieldname": "annotationType", + "transforms": { + }, + "source_type": "refname", + "source_name": "annotationtype", + "namespace": "collectionobjects_annotation", + "xpath": [ + "annotationGroupList", + "annotationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "annotationTypeRefname", + "required": "n" + }, + { + "fieldname": "annotationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_annotation", + "xpath": [ + "annotationGroupList", + "annotationGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "annotationDate", + "required": "n" + }, + { + "fieldname": "annotationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_annotation", + "xpath": [ + "annotationGroupList", + "annotationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "annotationNote", + "required": "n" + }, + { + "fieldname": "measuredPart", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "measuredParts", + "namespace": "collectionobjects_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "base", + "frame", + "framed", + "image-size", + "mount", + "paper-size", + "plate-size", + "unframed" + ], + "datacolumn": "measuredPart", + "required": "n" + }, + { + "fieldname": "dimensionSummary", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "dimensionSummary", + "required": "n" + }, + { + "fieldname": "dimension", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "dimensions", + "namespace": "collectionobjects_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "area", + "base", + "circumference", + "count", + "depth", + "diameter", + "height", + "length", + "running-time", + "target", + "thickness", + "volume", + "weight", + "width" + ], + "datacolumn": "dimension", + "required": "n" + }, + { + "fieldname": "measuredBy", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "measuredByPersonLocal", + "required": "n" + }, + { + "fieldname": "measuredBy", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "measuredByOrganizationLocal", + "required": "n" + }, + { + "fieldname": "measuredBy", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "measuredByRefname", + "required": "n" + }, + { + "fieldname": "measurementMethod", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "measurementMethods", + "namespace": "collectionobjects_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "balance_beam_scale", + "electronic_distance_measurement", + "goniometer", + "hydraulic_or_pneumatic_scale", + "measuring_tape_cloth", + "measuring_tape_metal", + "microscopy_reticule", + "odometer", + "optical_range_finder", + "osteometric_board", + "pacing_pedometer", + "protractor", + "ruler", + "sliding_calipers", + "spreading_calipers", + "spring_scale", + "stadia_transit", + "standard_mesh_screen", + "taping_chaining", + "theodolite_total_station" + ], + "datacolumn": "measurementMethod", + "required": "n" + }, + { + "fieldname": "value", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "value", + "required": "n" + }, + { + "fieldname": "measurementUnit", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "measurementUnits", + "namespace": "collectionobjects_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "acres", + "carats", + "centimeters", + "cubic-centimeters", + "feet", + "grams", + "inches", + "kilograms", + "liters", + "meters", + "millimeters", + "minutes", + "pixels", + "pounds", + "square-feet", + "stories" + ], + "datacolumn": "measurementUnit", + "required": "n" + }, + { + "fieldname": "valueQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "valueQualifier", + "required": "n" + }, + { + "fieldname": "valueDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "valueDate", + "required": "n" + }, + { + "fieldname": "material", + "transforms": { + "authority": [ + "conceptauthorities", + "material_ca" + ] + }, + "source_type": "authority", + "source_name": "concept/material", + "namespace": "collectionobjects_common", + "xpath": [ + "materialGroupList", + "materialGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "material", + "required": "n" + }, + { + "fieldname": "material", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/material", + "namespace": "collectionobjects_common", + "xpath": [ + "materialGroupList", + "materialGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "materialRefname", + "required": "n" + }, + { + "fieldname": "materialComponent", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "materialGroupList", + "materialGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "materialComponent", + "required": "n" + }, + { + "fieldname": "materialComponentNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "materialGroupList", + "materialGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "materialComponentNote", + "required": "n" + }, + { + "fieldname": "materialName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "materialGroupList", + "materialGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "materialName", + "required": "n" + }, + { + "fieldname": "materialSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "materialGroupList", + "materialGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "materialSource", + "required": "n" + }, + { + "fieldname": "title", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "titleGroupList", + "titleGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "title", + "required": "n" + }, + { + "fieldname": "titleLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "collectionobjects_common", + "xpath": [ + "titleGroupList", + "titleGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "titleLanguage", + "required": "n" + }, + { + "fieldname": "titleLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "collectionobjects_common", + "xpath": [ + "titleGroupList", + "titleGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "titleLanguageRefname", + "required": "n" + }, + { + "fieldname": "titleType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "titleTypes", + "namespace": "collectionobjects_common", + "xpath": [ + "titleGroupList", + "titleGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "assigned-by-artist", + "book-title", + "collection", + "site" + ], + "datacolumn": "titleType", + "required": "n" + }, + { + "fieldname": "titleTranslation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "titleGroupList", + "titleGroup", + "titleTranslationSubGroupList", + "titleTranslationSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "titleTranslation", + "required": "n" + }, + { + "fieldname": "titleTranslationLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "collectionobjects_common", + "xpath": [ + "titleGroupList", + "titleGroup", + "titleTranslationSubGroupList", + "titleTranslationSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "titleTranslationLanguage", + "required": "n" + }, + { + "fieldname": "titleTranslationLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "collectionobjects_common", + "xpath": [ + "titleGroupList", + "titleGroup", + "titleTranslationSubGroupList", + "titleTranslationSubGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "titleTranslationLanguageRefname", + "required": "n" + }, + { + "fieldname": "usage", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "usageGroupList", + "usageGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "usage", + "required": "n" + }, + { + "fieldname": "usageNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "usageGroupList", + "usageGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "usageNote", + "required": "n" + }, + { + "fieldname": "oaiCollectionPlace", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "collectionobjects_ohc", + "xpath": [ + "oaiSiteGroupList", + "oaiSiteGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "oaiCollectionPlacePlaceLocal", + "required": "n" + }, + { + "fieldname": "oaiCollectionPlace", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "collectionobjects_ohc", + "xpath": [ + "oaiSiteGroupList", + "oaiSiteGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "oaiCollectionPlacePlaceTgn", + "required": "n" + }, + { + "fieldname": "oaiCollectionPlace", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "collectionobjects_ohc", + "xpath": [ + "oaiSiteGroupList", + "oaiSiteGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "oaiCollectionPlaceRefname", + "required": "n" + }, + { + "fieldname": "oaiLocVerbatim", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_ohc", + "xpath": [ + "oaiSiteGroupList", + "oaiSiteGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "oaiLocVerbatim", + "required": "n" + }, + { + "fieldname": "fieldCollectionDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionDateGroup", + "required": "n" + }, + { + "fieldname": "fieldCollectionMethod", + "transforms": { + "vocabulary": "collectionmethod" + }, + "source_type": "vocabulary", + "source_name": "collectionmethod", + "namespace": "collectionobjects_common", + "xpath": [ + "fieldCollectionMethods" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionMethod", + "required": "n" + }, + { + "fieldname": "fieldCollectionMethod", + "transforms": { + }, + "source_type": "refname", + "source_name": "collectionmethod", + "namespace": "collectionobjects_common", + "xpath": [ + "fieldCollectionMethods" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionMethodRefname", + "required": "n" + }, + { + "fieldname": "fieldCollectionPlace", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionPlacePlaceLocal", + "required": "n" + }, + { + "fieldname": "fieldCollectionPlace", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionPlacePlaceTgn", + "required": "n" + }, + { + "fieldname": "fieldCollectionPlace", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionPlaceRefname", + "required": "n" + }, + { + "fieldname": "fieldLocVerbatim", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldLocVerbatim", + "required": "n" + }, + { + "fieldname": "fieldCollectionSource", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "fieldCollectionSources" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionSource", + "required": "n" + }, + { + "fieldname": "fieldCollectionSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "fieldCollectionSources" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionSourceRefname", + "required": "n" + }, + { + "fieldname": "fieldCollector", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "fieldCollectors" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectorPersonLocal", + "required": "n" + }, + { + "fieldname": "fieldCollector", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "fieldCollectors" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "fieldCollector", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "fieldCollectors" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectorRefname", + "required": "n" + }, + { + "fieldname": "fieldCollectionNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionNumber", + "required": "n" + }, + { + "fieldname": "fieldColEventName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "fieldColEventNames" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldColEventName", + "required": "n" + }, + { + "fieldname": "fieldCollectionFeature", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionFeature", + "required": "n" + }, + { + "fieldname": "fieldCollectionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionNote", + "required": "n" + }, + { + "fieldname": "objectProductionDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionDateGroupList" + ], + "data_type": "structured date group", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionDateGroup", + "required": "n" + }, + { + "fieldname": "namedTimePeriod", + "transforms": { + "vocabulary": "namedtimeperiods" + }, + "source_type": "vocabulary", + "source_name": "namedtimeperiods", + "namespace": "collectionobjects_ohc", + "xpath": [ + "namedTimePeriods" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "namedTimePeriod", + "required": "n" + }, + { + "fieldname": "namedTimePeriod", + "transforms": { + }, + "source_type": "refname", + "source_name": "namedtimeperiods", + "namespace": "collectionobjects_ohc", + "xpath": [ + "namedTimePeriods" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "namedTimePeriodRefname", + "required": "n" + }, + { + "fieldname": "technique", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "techniqueGroupList", + "techniqueGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "technique", + "required": "n" + }, + { + "fieldname": "techniqueType", + "transforms": { + "vocabulary": "prodtechniquetype" + }, + "source_type": "vocabulary", + "source_name": "prodtechniquetype", + "namespace": "collectionobjects_common", + "xpath": [ + "techniqueGroupList", + "techniqueGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "techniqueType", + "required": "n" + }, + { + "fieldname": "techniqueType", + "transforms": { + }, + "source_type": "refname", + "source_name": "prodtechniquetype", + "namespace": "collectionobjects_common", + "xpath": [ + "techniqueGroupList", + "techniqueGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "techniqueTypeRefname", + "required": "n" + }, + { + "fieldname": "objectProductionPlace", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPlaceGroupList", + "objectProductionPlaceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPlacePlaceLocal", + "required": "n" + }, + { + "fieldname": "objectProductionPlace", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPlaceGroupList", + "objectProductionPlaceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPlacePlaceTgn", + "required": "n" + }, + { + "fieldname": "objectProductionPlace", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPlaceGroupList", + "objectProductionPlaceGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPlaceRefname", + "required": "n" + }, + { + "fieldname": "objectProductionPlaceRole", + "transforms": { + "vocabulary": "prodplacerole" + }, + "source_type": "vocabulary", + "source_name": "prodplacerole", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPlaceGroupList", + "objectProductionPlaceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPlaceRole", + "required": "n" + }, + { + "fieldname": "objectProductionPlaceRole", + "transforms": { + }, + "source_type": "refname", + "source_name": "prodplacerole", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPlaceGroupList", + "objectProductionPlaceGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPlaceRoleRefname", + "required": "n" + }, + { + "fieldname": "objectProductionReason", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionReasons" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionReason", + "required": "n" + }, + { + "fieldname": "objectProductionPeople", + "transforms": { + "authority": [ + "conceptauthorities", + "archculture" + ] + }, + "source_type": "authority", + "source_name": "concept/archculture", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPeopleGroupList", + "objectProductionPeopleGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPeopleConceptArchculture", + "required": "n" + }, + { + "fieldname": "objectProductionPeople", + "transforms": { + "authority": [ + "conceptauthorities", + "ethculture" + ] + }, + "source_type": "authority", + "source_name": "concept/ethculture", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPeopleGroupList", + "objectProductionPeopleGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPeopleConceptEthculture", + "required": "n" + }, + { + "fieldname": "objectProductionPeople", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/archculture", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPeopleGroupList", + "objectProductionPeopleGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPeopleRefname", + "required": "n" + }, + { + "fieldname": "objectProductionPeopleRole", + "transforms": { + "vocabulary": "prodpeoplerole" + }, + "source_type": "vocabulary", + "source_name": "prodpeoplerole", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPeopleGroupList", + "objectProductionPeopleGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPeopleRole", + "required": "n" + }, + { + "fieldname": "objectProductionPeopleRole", + "transforms": { + }, + "source_type": "refname", + "source_name": "prodpeoplerole", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPeopleGroupList", + "objectProductionPeopleGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPeopleRoleRefname", + "required": "n" + }, + { + "fieldname": "objectProductionPerson", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPersonGroupList", + "objectProductionPersonGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPerson", + "required": "n" + }, + { + "fieldname": "objectProductionPerson", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPersonGroupList", + "objectProductionPersonGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPersonRefname", + "required": "n" + }, + { + "fieldname": "objectProductionPersonRole", + "transforms": { + "vocabulary": "prodpersonrole" + }, + "source_type": "vocabulary", + "source_name": "prodpersonrole", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPersonGroupList", + "objectProductionPersonGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPersonRole", + "required": "n" + }, + { + "fieldname": "objectProductionPersonRole", + "transforms": { + }, + "source_type": "refname", + "source_name": "prodpersonrole", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionPersonGroupList", + "objectProductionPersonGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionPersonRoleRefname", + "required": "n" + }, + { + "fieldname": "objectProductionOrganization", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionOrganizationGroupList", + "objectProductionOrganizationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionOrganization", + "required": "n" + }, + { + "fieldname": "objectProductionOrganization", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionOrganizationGroupList", + "objectProductionOrganizationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionOrganizationRefname", + "required": "n" + }, + { + "fieldname": "objectProductionOrganizationRole", + "transforms": { + "vocabulary": "prodorgrole" + }, + "source_type": "vocabulary", + "source_name": "prodorgrole", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionOrganizationGroupList", + "objectProductionOrganizationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionOrganizationRole", + "required": "n" + }, + { + "fieldname": "objectProductionOrganizationRole", + "transforms": { + }, + "source_type": "refname", + "source_name": "prodorgrole", + "namespace": "collectionobjects_common", + "xpath": [ + "objectProductionOrganizationGroupList", + "objectProductionOrganizationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionOrganizationRoleRefname", + "required": "n" + }, + { + "fieldname": "objectProductionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectProductionNote", + "required": "n" + }, + { + "fieldname": "nagpraInventoryName", + "transforms": { + "vocabulary": "nagprainventory" + }, + "source_type": "vocabulary", + "source_name": "nagprainventory", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraInventoryNames" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "nagpraInventoryName", + "required": "n" + }, + { + "fieldname": "nagpraInventoryName", + "transforms": { + }, + "source_type": "refname", + "source_name": "nagprainventory", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraInventoryNames" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "nagpraInventoryNameRefname", + "required": "n" + }, + { + "fieldname": "nagpraCategory", + "transforms": { + "vocabulary": "nagpracategory" + }, + "source_type": "vocabulary", + "source_name": "nagpracategory", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraCategories" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "nagpraCategory", + "required": "n" + }, + { + "fieldname": "nagpraCategory", + "transforms": { + }, + "source_type": "refname", + "source_name": "nagpracategory", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraCategories" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "nagpraCategoryRefname", + "required": "n" + }, + { + "fieldname": "graveAssocCode", + "transforms": { + "vocabulary": "graveassoccode" + }, + "source_type": "vocabulary", + "source_name": "graveassoccode", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "graveAssocCodes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "graveAssocCode", + "required": "n" + }, + { + "fieldname": "graveAssocCode", + "transforms": { + }, + "source_type": "refname", + "source_name": "graveassoccode", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "graveAssocCodes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "graveAssocCodeRefname", + "required": "n" + }, + { + "fieldname": "repatriationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_nagpra", + "xpath": [ + "repatriationNotes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "repatriationNote", + "required": "n" + }, + { + "fieldname": "nagpraCulturalDetermination", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraCulturalDeterminations" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "nagpraCulturalDetermination", + "required": "n" + }, + { + "fieldname": "nagpraDetermCulture", + "transforms": { + "authority": [ + "conceptauthorities", + "archculture" + ] + }, + "source_type": "authority", + "source_name": "concept/archculture", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraDetermGroupList", + "nagpraDetermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraDetermCulture", + "required": "n" + }, + { + "fieldname": "nagpraDetermCulture", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/archculture", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraDetermGroupList", + "nagpraDetermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraDetermCultureRefname", + "required": "n" + }, + { + "fieldname": "nagpraDetermType", + "transforms": { + "vocabulary": "nagpradetermtype" + }, + "source_type": "vocabulary", + "source_name": "nagpradetermtype", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraDetermGroupList", + "nagpraDetermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraDetermType", + "required": "n" + }, + { + "fieldname": "nagpraDetermType", + "transforms": { + }, + "source_type": "refname", + "source_name": "nagpradetermtype", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraDetermGroupList", + "nagpraDetermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraDetermTypeRefname", + "required": "n" + }, + { + "fieldname": "nagpraDetermBy", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraDetermGroupList", + "nagpraDetermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraDetermByPersonLocal", + "required": "n" + }, + { + "fieldname": "nagpraDetermBy", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraDetermGroupList", + "nagpraDetermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraDetermByOrganizationLocal", + "required": "n" + }, + { + "fieldname": "nagpraDetermBy", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraDetermGroupList", + "nagpraDetermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraDetermByRefname", + "required": "n" + }, + { + "fieldname": "nagpraDetermNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraDetermGroupList", + "nagpraDetermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraDetermNote", + "required": "n" + }, + { + "fieldname": "nagpraReportFiled", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraReportFiledGroupList", + "nagpraReportFiledGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraReportFiled", + "required": "n" + }, + { + "fieldname": "nagpraReportFiledWith", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraReportFiledGroupList", + "nagpraReportFiledGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraReportFiledWithPersonLocal", + "required": "n" + }, + { + "fieldname": "nagpraReportFiledWith", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraReportFiledGroupList", + "nagpraReportFiledGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraReportFiledWithOrganizationLocal", + "required": "n" + }, + { + "fieldname": "nagpraReportFiledWith", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraReportFiledGroupList", + "nagpraReportFiledGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraReportFiledWithRefname", + "required": "n" + }, + { + "fieldname": "nagpraReportFiledBy", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraReportFiledGroupList", + "nagpraReportFiledGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraReportFiledByPersonLocal", + "required": "n" + }, + { + "fieldname": "nagpraReportFiledBy", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraReportFiledGroupList", + "nagpraReportFiledGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraReportFiledByOrganizationLocal", + "required": "n" + }, + { + "fieldname": "nagpraReportFiledBy", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraReportFiledGroupList", + "nagpraReportFiledGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraReportFiledByRefname", + "required": "n" + }, + { + "fieldname": "nagpraReportFiledDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraReportFiledGroupList", + "nagpraReportFiledGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraReportFiledDate", + "required": "n" + }, + { + "fieldname": "nagpraReportFiledNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_nagpra", + "xpath": [ + "nagpraReportFiledGroupList", + "nagpraReportFiledGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nagpraReportFiledNote", + "required": "n" + }, + { + "fieldname": "culturalCareNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_culturalcare", + "xpath": [ + "culturalCareNotes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "culturalCareNote", + "required": "n" + }, + { + "fieldname": "limitationType", + "transforms": { + "vocabulary": "limitationtype" + }, + "source_type": "vocabulary", + "source_name": "limitationtype", + "namespace": "collectionobjects_culturalcare", + "xpath": [ + "accessLimitationsGroupList", + "accessLimitationsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "limitationType", + "required": "n" + }, + { + "fieldname": "limitationType", + "transforms": { + }, + "source_type": "refname", + "source_name": "limitationtype", + "namespace": "collectionobjects_culturalcare", + "xpath": [ + "accessLimitationsGroupList", + "accessLimitationsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "limitationTypeRefname", + "required": "n" + }, + { + "fieldname": "limitationLevel", + "transforms": { + "vocabulary": "limitationlevel" + }, + "source_type": "vocabulary", + "source_name": "limitationlevel", + "namespace": "collectionobjects_culturalcare", + "xpath": [ + "accessLimitationsGroupList", + "accessLimitationsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "limitationLevel", + "required": "n" + }, + { + "fieldname": "limitationLevel", + "transforms": { + }, + "source_type": "refname", + "source_name": "limitationlevel", + "namespace": "collectionobjects_culturalcare", + "xpath": [ + "accessLimitationsGroupList", + "accessLimitationsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "limitationLevelRefname", + "required": "n" + }, + { + "fieldname": "limitationDetails", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_culturalcare", + "xpath": [ + "accessLimitationsGroupList", + "accessLimitationsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "limitationDetails", + "required": "n" + }, + { + "fieldname": "requester", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_culturalcare", + "xpath": [ + "accessLimitationsGroupList", + "accessLimitationsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "requester", + "required": "n" + }, + { + "fieldname": "requester", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_culturalcare", + "xpath": [ + "accessLimitationsGroupList", + "accessLimitationsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "requesterRefname", + "required": "n" + }, + { + "fieldname": "requestOnBehalfOf", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_culturalcare", + "xpath": [ + "accessLimitationsGroupList", + "accessLimitationsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "requestOnBehalfOf", + "required": "n" + }, + { + "fieldname": "requestOnBehalfOf", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "collectionobjects_culturalcare", + "xpath": [ + "accessLimitationsGroupList", + "accessLimitationsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "requestOnBehalfOfRefname", + "required": "n" + }, + { + "fieldname": "requestDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_culturalcare", + "xpath": [ + "accessLimitationsGroupList", + "accessLimitationsGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "requestDate", + "required": "n" + }, + { + "fieldname": "form", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "forms", + "namespace": "collectionobjects_common", + "xpath": [ + "forms" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + "dried fungus", + "egg", + "envelope", + "feather", + "fossil", + "fossil tracks", + "hair", + "herbarium sheet", + "liquid preservation", + "live mount", + "mineral", + "nest", + "ore", + "pellet", + "pinned", + "pressed plant", + "replica", + "rock", + "seeds", + "shell", + "skeletal", + "slide", + "study skin", + "tanned hide", + "wood sample" + ], + "datacolumn": "form", + "required": "n" + }, + { + "fieldname": "copyNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "copyNumber", + "required": "n" + }, + { + "fieldname": "editionNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "editionNumber", + "required": "n" + }, + { + "fieldname": "style", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "styles" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "style", + "required": "n" + }, + { + "fieldname": "color", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "colors" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "color", + "required": "n" + }, + { + "fieldname": "apparelSize", + "transforms": { + "vocabulary": "apparelsizes" + }, + "source_type": "vocabulary", + "source_name": "apparelsizes", + "namespace": "collectionobjects_ohc", + "xpath": [ + "apparelSizes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "apparelSize", + "required": "n" + }, + { + "fieldname": "apparelSize", + "transforms": { + }, + "source_type": "refname", + "source_name": "apparelsizes", + "namespace": "collectionobjects_ohc", + "xpath": [ + "apparelSizes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "apparelSizeRefname", + "required": "n" + }, + { + "fieldname": "physicalDescription", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "physicalDescription", + "required": "n" + }, + { + "fieldname": "distinguishingFeatures", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "distinguishingFeatures", + "required": "n" + }, + { + "fieldname": "objectComponentName", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "objectComponentNames", + "namespace": "collectionobjects_common", + "xpath": [ + "objectComponentGroupList", + "objectComponentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "blade", + "buttonhole", + "handle", + "sleeve" + ], + "datacolumn": "objectComponentName", + "required": "n" + }, + { + "fieldname": "objectComponentInformation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "objectComponentGroupList", + "objectComponentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "objectComponentInformation", + "required": "n" + }, + { + "fieldname": "sex", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "sexes", + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "female", + "indeterminate", + "male", + "mixed" + ], + "datacolumn": "sex", + "required": "n" + }, + { + "fieldname": "phase", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "phases", + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "adult/mature", + "egg", + "fetus", + "indeterminate", + "larva", + "multiple", + "pupa", + "seed", + "subadult/immature", + "unknown" + ], + "datacolumn": "phase", + "required": "n" + }, + { + "fieldname": "majorTaxon", + "transforms": { + "vocabulary": "majortaxon" + }, + "source_type": "vocabulary", + "source_name": "majortaxon", + "namespace": "collectionobjects_ohc", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "majorTaxon", + "required": "n" + }, + { + "fieldname": "majorTaxon", + "transforms": { + }, + "source_type": "refname", + "source_name": "majortaxon", + "namespace": "collectionobjects_ohc", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "majorTaxonRefname", + "required": "n" + }, + { + "fieldname": "ageQualifier", + "transforms": { + "vocabulary": "agequalifier" + }, + "source_type": "vocabulary", + "source_name": "agequalifier", + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "ageQualifier", + "required": "n" + }, + { + "fieldname": "ageQualifier", + "transforms": { + }, + "source_type": "refname", + "source_name": "agequalifier", + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "ageQualifierRefname", + "required": "n" + }, + { + "fieldname": "age", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "integer", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "age", + "required": "n" + }, + { + "fieldname": "ageUnit", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "ageUnits", + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "days", + "months", + "weeks", + "years" + ], + "datacolumn": "ageUnit", + "required": "n" + }, + { + "fieldname": "taxon", + "transforms": { + "authority": [ + "taxonomyauthority", + "taxon" + ] + }, + "source_type": "authority", + "source_name": "taxon/local", + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "taxon", + "required": "n" + }, + { + "fieldname": "taxon", + "transforms": { + }, + "source_type": "refname", + "source_name": "taxon/local", + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "taxonRefname", + "required": "n" + }, + { + "fieldname": "qualifier", + "transforms": { + "vocabulary": "taxonqualifier" + }, + "source_type": "vocabulary", + "source_name": "taxonqualifier", + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "qualifier", + "required": "n" + }, + { + "fieldname": "qualifier", + "transforms": { + }, + "source_type": "refname", + "source_name": "taxonqualifier", + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "qualifierRefname", + "required": "n" + }, + { + "fieldname": "identBy", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "identByPersonLocal", + "required": "n" + }, + { + "fieldname": "identBy", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "identByOrganizationLocal", + "required": "n" + }, + { + "fieldname": "identBy", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "identByRefname", + "required": "n" + }, + { + "fieldname": "identDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "identDateGroup", + "required": "n" + }, + { + "fieldname": "institution", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "institution", + "required": "n" + }, + { + "fieldname": "institution", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "institutionRefname", + "required": "n" + }, + { + "fieldname": "identKind", + "transforms": { + "vocabulary": "taxonkind" + }, + "source_type": "vocabulary", + "source_name": "taxonkind", + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "identKind", + "required": "n" + }, + { + "fieldname": "identKind", + "transforms": { + }, + "source_type": "refname", + "source_name": "taxonkind", + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "identKindRefname", + "required": "n" + }, + { + "fieldname": "notes", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_naturalhistory_extension", + "xpath": [ + "taxonomicIdentGroupList", + "taxonomicIdentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "notes", + "required": "n" + }, + { + "fieldname": "minIndividuals", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "integer", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "minIndividuals", + "required": "n" + }, + { + "fieldname": "bone", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "bone", + "required": "n" + }, + { + "fieldname": "side", + "transforms": { + "vocabulary": "bodyside" + }, + "source_type": "vocabulary", + "source_name": "bodyside", + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "side", + "required": "n" + }, + { + "fieldname": "side", + "transforms": { + }, + "source_type": "refname", + "source_name": "bodyside", + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "sideRefname", + "required": "n" + }, + { + "fieldname": "count", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "integer", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "count", + "required": "n" + }, + { + "fieldname": "dentition", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "dentition", + "required": "n" + }, + { + "fieldname": "sex", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "sexDeterminations", + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "Female", + "Indeterminate", + "Male", + "Possibly female", + "Possibly male", + "Probably female", + "Probably male", + "Unknown" + ], + "datacolumn": "commingledRemainsGroup_sex", + "required": "n" + }, + { + "fieldname": "ageRange", + "transforms": { + "vocabulary": "agerange" + }, + "source_type": "vocabulary", + "source_name": "agerange", + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ageRange", + "required": "n" + }, + { + "fieldname": "ageRange", + "transforms": { + }, + "source_type": "refname", + "source_name": "agerange", + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ageRangeRefname", + "required": "n" + }, + { + "fieldname": "mortuaryTreatment", + "transforms": { + "vocabulary": "mortuarytreatment" + }, + "source_type": "vocabulary", + "source_name": "mortuarytreatment", + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup", + "mortuaryTreatmentGroupList", + "mortuaryTreatmentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "mortuaryTreatment", + "required": "n" + }, + { + "fieldname": "mortuaryTreatment", + "transforms": { + }, + "source_type": "refname", + "source_name": "mortuarytreatment", + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup", + "mortuaryTreatmentGroupList", + "mortuaryTreatmentGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "mortuaryTreatmentRefname", + "required": "n" + }, + { + "fieldname": "mortuaryTreatmentNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup", + "mortuaryTreatmentGroupList", + "mortuaryTreatmentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "mortuaryTreatmentNote", + "required": "n" + }, + { + "fieldname": "behrensmeyerSingleLower", + "transforms": { + "special": [ + "behrensmeyer_translate" + ], + "vocabulary": "behrensmeyer" + }, + "source_type": "vocabulary", + "source_name": "behrensmeyer", + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "behrensmeyerSingleLower", + "required": "n" + }, + { + "fieldname": "behrensmeyerSingleLower", + "transforms": { + }, + "source_type": "refname", + "source_name": "behrensmeyer", + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "behrensmeyerSingleLowerRefname", + "required": "n" + }, + { + "fieldname": "behrensmeyerUpper", + "transforms": { + "special": [ + "behrensmeyer_translate" + ], + "vocabulary": "behrensmeyer" + }, + "source_type": "vocabulary", + "source_name": "behrensmeyer", + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "behrensmeyerUpper", + "required": "n" + }, + { + "fieldname": "behrensmeyerUpper", + "transforms": { + }, + "source_type": "refname", + "source_name": "behrensmeyer", + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "behrensmeyerUpperRefname", + "required": "n" + }, + { + "fieldname": "commingledRemainsNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "commingledRemainsGroupList", + "commingledRemainsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commingledRemainsNote", + "required": "n" + }, + { + "fieldname": "contentDescription", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "contentDescription", + "required": "n" + }, + { + "fieldname": "contentLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "collectionobjects_common", + "xpath": [ + "contentLanguages" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentLanguage", + "required": "n" + }, + { + "fieldname": "contentLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "collectionobjects_common", + "xpath": [ + "contentLanguages" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentLanguageRefname", + "required": "n" + }, + { + "fieldname": "contentActivity", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "contentActivities" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentActivity", + "required": "n" + }, + { + "fieldname": "contentConcept", + "transforms": { + "authority": [ + "conceptauthorities", + "concept" + ] + }, + "source_type": "authority", + "source_name": "concept/associated", + "namespace": "collectionobjects_common", + "xpath": [ + "contentConcepts" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentConcept", + "required": "n" + }, + { + "fieldname": "contentConcept", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/associated", + "namespace": "collectionobjects_common", + "xpath": [ + "contentConcepts" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentConceptRefname", + "required": "n" + }, + { + "fieldname": "contentDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "contentDateGroup", + "required": "n" + }, + { + "fieldname": "contentPosition", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "positions", + "namespace": "collectionobjects_common", + "xpath": [ + "contentPositions" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + "back", + "base", + "bottom", + "front", + "inside", + "left", + "outside", + "recto", + "right", + "rim", + "top", + "verso" + ], + "datacolumn": "contentPosition", + "required": "n" + }, + { + "fieldname": "contentObject", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "contentObjectGroupList", + "contentObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contentObject", + "required": "n" + }, + { + "fieldname": "contentObjectType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "contentObjectTypes", + "namespace": "collectionobjects_common", + "xpath": [ + "contentObjectGroupList", + "contentObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "food", + "furniture" + ], + "datacolumn": "contentObjectType", + "required": "n" + }, + { + "fieldname": "contentPeople", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "contentPeoples" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentPeople", + "required": "n" + }, + { + "fieldname": "contentPerson", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "contentPersons" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentPersonPersonLocal", + "required": "n" + }, + { + "fieldname": "contentPerson", + "transforms": { + "authority": [ + "personauthorities", + "ulan_pa" + ] + }, + "source_type": "authority", + "source_name": "person/ulan", + "namespace": "collectionobjects_common", + "xpath": [ + "contentPersons" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentPersonPersonUlan", + "required": "n" + }, + { + "fieldname": "contentPerson", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "contentPersons" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentPersonRefname", + "required": "n" + }, + { + "fieldname": "contentPlace", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "contentPlaces" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentPlace", + "required": "n" + }, + { + "fieldname": "contentScript", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "scripts", + "namespace": "collectionobjects_common", + "xpath": [ + "contentScripts" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + "carolingian-miniscule", + "gothic-script", + "palmer-method", + "roman-cursive", + "rustic-capitals", + "spencerian-method", + "square-capitals" + ], + "datacolumn": "contentScript", + "required": "n" + }, + { + "fieldname": "contentOrganization", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "contentOrganizations" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentOrganizationOrganizationLocal", + "required": "n" + }, + { + "fieldname": "contentOrganization", + "transforms": { + "authority": [ + "orgauthorities", + "ulan_oa" + ] + }, + "source_type": "authority", + "source_name": "organization/ulan", + "namespace": "collectionobjects_common", + "xpath": [ + "contentOrganizations" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentOrganizationOrganizationUlan", + "required": "n" + }, + { + "fieldname": "contentOrganization", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "contentOrganizations" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "contentOrganizationRefname", + "required": "n" + }, + { + "fieldname": "contentEventName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "contentEventNameGroupList", + "contentEventNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contentEventName", + "required": "n" + }, + { + "fieldname": "contentEventNameType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "contentEventNameGroupList", + "contentEventNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contentEventNameType", + "required": "n" + }, + { + "fieldname": "contentOther", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "contentOtherGroupList", + "contentOtherGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contentOther", + "required": "n" + }, + { + "fieldname": "contentOtherType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "contentOtherGroupList", + "contentOtherGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contentOtherType", + "required": "n" + }, + { + "fieldname": "contentNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "contentNote", + "required": "n" + }, + { + "fieldname": "inscriptionContent", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionContent", + "required": "n" + }, + { + "fieldname": "inscriptionContentInscriber", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionContentInscriberPersonLocal", + "required": "n" + }, + { + "fieldname": "inscriptionContentInscriber", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionContentInscriberOrganizationLocal", + "required": "n" + }, + { + "fieldname": "inscriptionContentInscriber", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionContentInscriberRefname", + "required": "n" + }, + { + "fieldname": "inscriptionContentLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionContentLanguage", + "required": "n" + }, + { + "fieldname": "inscriptionContentLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionContentLanguageRefname", + "required": "n" + }, + { + "fieldname": "inscriptionContentDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionContentDateGroup", + "required": "n" + }, + { + "fieldname": "inscriptionContentPosition", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "positions", + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "back", + "base", + "bottom", + "front", + "inside", + "left", + "outside", + "recto", + "right", + "rim", + "top", + "verso" + ], + "datacolumn": "inscriptionContentPosition", + "required": "n" + }, + { + "fieldname": "inscriptionContentScript", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "scripts", + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "carolingian-miniscule", + "gothic-script", + "palmer-method", + "roman-cursive", + "rustic-capitals", + "spencerian-method", + "square-capitals" + ], + "datacolumn": "inscriptionContentScript", + "required": "n" + }, + { + "fieldname": "inscriptionContentType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "inscriptionTypes", + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "brand", + "credits", + "decoration", + "estate-stamp", + "graffiti", + "label", + "maker's-mark", + "plaque", + "signage" + ], + "datacolumn": "inscriptionContentType", + "required": "n" + }, + { + "fieldname": "inscriptionContentMethod", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionContentMethod", + "required": "n" + }, + { + "fieldname": "inscriptionContentInterpretation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionContentInterpretation", + "required": "n" + }, + { + "fieldname": "inscriptionContentTranslation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionContentTranslation", + "required": "n" + }, + { + "fieldname": "inscriptionContentTransliteration", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "textualInscriptionGroupList", + "textualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionContentTransliteration", + "required": "n" + }, + { + "fieldname": "inscriptionDescription", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "nonTextualInscriptionGroupList", + "nonTextualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionDescription", + "required": "n" + }, + { + "fieldname": "inscriptionDescriptionInscriber", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "nonTextualInscriptionGroupList", + "nonTextualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionDescriptionInscriberPersonLocal", + "required": "n" + }, + { + "fieldname": "inscriptionDescriptionInscriber", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "nonTextualInscriptionGroupList", + "nonTextualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionDescriptionInscriberOrganizationLocal", + "required": "n" + }, + { + "fieldname": "inscriptionDescriptionInscriber", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "nonTextualInscriptionGroupList", + "nonTextualInscriptionGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionDescriptionInscriberRefname", + "required": "n" + }, + { + "fieldname": "inscriptionDescriptionDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "nonTextualInscriptionGroupList", + "nonTextualInscriptionGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionDescriptionDateGroup", + "required": "n" + }, + { + "fieldname": "inscriptionDescriptionPosition", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "positions", + "namespace": "collectionobjects_common", + "xpath": [ + "nonTextualInscriptionGroupList", + "nonTextualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "back", + "base", + "bottom", + "front", + "inside", + "left", + "outside", + "recto", + "right", + "rim", + "top", + "verso" + ], + "datacolumn": "inscriptionDescriptionPosition", + "required": "n" + }, + { + "fieldname": "inscriptionDescriptionType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "inscriptionTypes", + "namespace": "collectionobjects_common", + "xpath": [ + "nonTextualInscriptionGroupList", + "nonTextualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "brand", + "credits", + "decoration", + "estate-stamp", + "graffiti", + "label", + "maker's-mark", + "plaque", + "signage" + ], + "datacolumn": "inscriptionDescriptionType", + "required": "n" + }, + { + "fieldname": "inscriptionDescriptionMethod", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "nonTextualInscriptionGroupList", + "nonTextualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionDescriptionMethod", + "required": "n" + }, + { + "fieldname": "inscriptionDescriptionInterpretation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "nonTextualInscriptionGroupList", + "nonTextualInscriptionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "inscriptionDescriptionInterpretation", + "required": "n" + }, + { + "fieldname": "assocActivity", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocActivityGroupList", + "assocActivityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocActivity", + "required": "n" + }, + { + "fieldname": "assocActivityType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocActivityGroupList", + "assocActivityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocActivityType", + "required": "n" + }, + { + "fieldname": "assocActivityNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocActivityGroupList", + "assocActivityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocActivityNote", + "required": "n" + }, + { + "fieldname": "assocObject", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocObjectGroupList", + "assocObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocObject", + "required": "n" + }, + { + "fieldname": "assocObjectType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocObjectGroupList", + "assocObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocObjectType", + "required": "n" + }, + { + "fieldname": "assocObjectNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocObjectGroupList", + "assocObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocObjectNote", + "required": "n" + }, + { + "fieldname": "assocConcept", + "transforms": { + "authority": [ + "conceptauthorities", + "concept" + ] + }, + "source_type": "authority", + "source_name": "concept/associated", + "namespace": "collectionobjects_common", + "xpath": [ + "assocConceptGroupList", + "assocConceptGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocConcept", + "required": "n" + }, + { + "fieldname": "assocConcept", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/associated", + "namespace": "collectionobjects_common", + "xpath": [ + "assocConceptGroupList", + "assocConceptGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocConceptRefname", + "required": "n" + }, + { + "fieldname": "assocConceptType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocConceptGroupList", + "assocConceptGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocConceptType", + "required": "n" + }, + { + "fieldname": "assocConceptNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocConceptGroupList", + "assocConceptGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocConceptNote", + "required": "n" + }, + { + "fieldname": "assocCulturalContext", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocCulturalContextGroupList", + "assocCulturalContextGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocCulturalContext", + "required": "n" + }, + { + "fieldname": "assocCulturalContextType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocCulturalContextGroupList", + "assocCulturalContextGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocCulturalContextType", + "required": "n" + }, + { + "fieldname": "assocCulturalContextNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocCulturalContextGroupList", + "assocCulturalContextGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocCulturalContextNote", + "required": "n" + }, + { + "fieldname": "assocOrganization", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "assocOrganizationGroupList", + "assocOrganizationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocOrganization", + "required": "n" + }, + { + "fieldname": "assocOrganization", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "assocOrganizationGroupList", + "assocOrganizationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocOrganizationRefname", + "required": "n" + }, + { + "fieldname": "assocOrganizationType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocOrganizationGroupList", + "assocOrganizationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocOrganizationType", + "required": "n" + }, + { + "fieldname": "assocOrganizationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocOrganizationGroupList", + "assocOrganizationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocOrganizationNote", + "required": "n" + }, + { + "fieldname": "assocPerson", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "assocPersonGroupList", + "assocPersonGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocPerson", + "required": "n" + }, + { + "fieldname": "assocPerson", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "assocPersonGroupList", + "assocPersonGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocPersonRefname", + "required": "n" + }, + { + "fieldname": "assocPersonType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocPersonGroupList", + "assocPersonGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocPersonType", + "required": "n" + }, + { + "fieldname": "assocPersonNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocPersonGroupList", + "assocPersonGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocPersonNote", + "required": "n" + }, + { + "fieldname": "assocPlace", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocPlaceGroupList", + "assocPlaceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocPlace", + "required": "n" + }, + { + "fieldname": "assocPlaceType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocPlaceGroupList", + "assocPlaceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocPlaceType", + "required": "n" + }, + { + "fieldname": "assocPlaceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocPlaceGroupList", + "assocPlaceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocPlaceNote", + "required": "n" + }, + { + "fieldname": "assocEventName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "assocEventName", + "required": "n" + }, + { + "fieldname": "assocEventNameType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "assocEventNameType", + "required": "n" + }, + { + "fieldname": "assocEventOrganization", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "assocEventOrganizations" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "assocEventOrganization", + "required": "n" + }, + { + "fieldname": "assocEventOrganization", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "collectionobjects_common", + "xpath": [ + "assocEventOrganizations" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "assocEventOrganizationRefname", + "required": "n" + }, + { + "fieldname": "assocEventPeople", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocEventPeoples" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "assocEventPeople", + "required": "n" + }, + { + "fieldname": "assocEventPerson", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "assocEventPersons" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "assocEventPerson", + "required": "n" + }, + { + "fieldname": "assocEventPerson", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_common", + "xpath": [ + "assocEventPersons" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "assocEventPersonRefname", + "required": "n" + }, + { + "fieldname": "assocEventPlace", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocEventPlaces" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "assocEventPlace", + "required": "n" + }, + { + "fieldname": "assocEventNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "assocEventNote", + "required": "n" + }, + { + "fieldname": "assocStructuredDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocDateGroupList", + "assocDateGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocStructuredDateGroup", + "required": "n" + }, + { + "fieldname": "assocDateType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocDateGroupList", + "assocDateGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocDateType", + "required": "n" + }, + { + "fieldname": "assocDateNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "assocDateGroupList", + "assocDateGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "assocDateNote", + "required": "n" + }, + { + "fieldname": "objectHistoryNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "objectHistoryNote", + "required": "n" + }, + { + "fieldname": "anthroOwner", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "anthroOwnerPersonLocal", + "required": "n" + }, + { + "fieldname": "anthroOwner", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "anthroOwnerOrganizationLocal", + "required": "n" + }, + { + "fieldname": "anthroOwner", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "anthroOwnerRefname", + "required": "n" + }, + { + "fieldname": "anthroOwnershipDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "anthroOwnershipDateGroup", + "required": "n" + }, + { + "fieldname": "anthroOwnershipCategory", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "ownershipCategories", + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "company", + "private", + "public" + ], + "datacolumn": "anthroOwnershipCategory", + "required": "n" + }, + { + "fieldname": "anthroOwnershipPlace", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "anthroOwnershipPlace", + "required": "n" + }, + { + "fieldname": "anthroOwnershipPlace", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "anthroOwnershipPlaceRefname", + "required": "n" + }, + { + "fieldname": "anthroOwnershipMethod", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "ownershipExchangeMethods", + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "bequest", + "exchange", + "gift", + "purchase", + "transfer", + "treasure" + ], + "datacolumn": "anthroOwnershipMethod", + "required": "n" + }, + { + "fieldname": "anthroOwnershipPriceCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "anthroOwnershipPriceCurrency", + "required": "n" + }, + { + "fieldname": "anthroOwnershipPriceCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "anthroOwnershipPriceCurrencyRefname", + "required": "n" + }, + { + "fieldname": "anthroOwnershipPriceAmount", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "anthroOwnershipPriceAmount", + "required": "n" + }, + { + "fieldname": "anthroOwnershipNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "anthroOwnershipGroupList", + "anthroOwnershipGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "anthroOwnershipNote", + "required": "n" + }, + { + "fieldname": "ownersPersonalExperience", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "ownersPersonalExperience", + "required": "n" + }, + { + "fieldname": "ownersPersonalResponse", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "ownersPersonalResponse", + "required": "n" + }, + { + "fieldname": "ownersReference", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "ownersReferences" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "ownersReference", + "required": "n" + }, + { + "fieldname": "ownersContributionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "ownersContributionNote", + "required": "n" + }, + { + "fieldname": "viewersRole", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "viewersRole", + "required": "n" + }, + { + "fieldname": "viewersPersonalExperience", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "viewersPersonalExperience", + "required": "n" + }, + { + "fieldname": "viewersPersonalResponse", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "viewersPersonalResponse", + "required": "n" + }, + { + "fieldname": "viewersReference", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "viewersReferences" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "viewersReference", + "required": "n" + }, + { + "fieldname": "viewersContributionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "viewersContributionNote", + "required": "n" + }, + { + "fieldname": "reference", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "collectionobjects_common", + "xpath": [ + "referenceGroupList", + "referenceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "referenceCitationLocal", + "required": "n" + }, + { + "fieldname": "reference", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "collectionobjects_common", + "xpath": [ + "referenceGroupList", + "referenceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "referenceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "reference", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "collectionobjects_common", + "xpath": [ + "referenceGroupList", + "referenceGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "referenceRefname", + "required": "n" + }, + { + "fieldname": "referenceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_common", + "xpath": [ + "referenceGroupList", + "referenceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "referenceNote", + "required": "n" + }, + { + "fieldname": "fieldLocVerbatim", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "localityGroup_fieldLocVerbatim", + "required": "n" + }, + { + "fieldname": "fieldLocPlace", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "fieldLocPlace", + "required": "n" + }, + { + "fieldname": "fieldLocPlace", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "fieldLocPlaceRefname", + "required": "n" + }, + { + "fieldname": "taxonomicRange", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "taxonomicRange", + "required": "n" + }, + { + "fieldname": "fieldLocCounty", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "counties", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "Abbeville", + "Aberdeenshire (UK)", + "Acadia", + "Acaponeta", + "Accomack", + "Ada", + "Adair", + "Adams", + "Addison", + "Agusan del Norte", + "Ahuacatlan", + "Aiken", + "Aitkin", + "Alachua", + "Alamance", + "Alameda", + "Alamosa", + "Albany", + "Albemarle", + "Alcona", + "Alcorn", + "Aleutians East", + "Aleutians West", + "Alexander", + "Alexandria", + "Alfalfa", + "Alger", + "Allamakee", + "Allegan", + "Allegany", + "Alleghany", + "Allegheny", + "Allen", + "Allendale", + "Alpena", + "Alpine", + "Amador", + "Amazonas", + "Amelia", + "Amherst", + "Amite", + "Anchorage", + "Anderson", + "Andrew", + "Andrews", + "Androscoggin", + "Angelina", + "Anglesey", + "Anglesey (UK)", + "Angus (Forfarshire) (UK)", + "Anne Arundel", + "Anoka", + "Anson", + "Antelope", + "Antonina", + "Antrim", + "Antrim (UK)", + "Apache", + "Appanoose", + "Appling", + "Appomattox", + "Aransas", + "Arapahoe", + "Archer", + "Archuleta", + "Arenac", + "Argyll (Argyllshire) (UK)", + "Arkansas", + "Arlington", + "Armagh (UK)", + "Armstrong", + "Aroostook", + "Arran, Island of", + "Arthur", + "Ascension", + "Ashe", + "Ashland", + "Ashley", + "Ashtabula", + "Asotin", + "Assumption", + "Atascosa", + "Atchison", + "Athens", + "Atkinson", + "Atlantic", + "Atoka", + "Attala", + "Audrain", + "Audubon", + "Auglaize", + "Augusta", + "Aurora", + "Austin", + "Autauga", + "Avery", + "Avoyelles", + "Ayopaya", + "Ayrshire (UK)", + "Ba", + "Baca", + "Bacon", + "Bagua", + "Bailey", + "Baker", + "Baldwin", + "Ballard", + "Baltimore", + "Bamberg", + "Bandera", + "Banffshire (UK)", + "Banks", + "Banner", + "Bannock", + "Baraga", + "Barber", + "Barbour", + "Barnes", + "Barnstable", + "Barnwell", + "Barreiras", + "Barren", + "Barron", + "Barrow", + "Barry", + "Bartholomew", + "Barton", + "Bartow", + "Bastrop", + "Bates", + "Bath", + "Baxter", + "Bay", + "Bayfield", + "Baylor", + "Beadle", + "Bear Lake", + "Beaufort", + "Beauregard", + "Beaver", + "Beaverhead", + "Becker", + "Beckham", + "Bedford", + "Bedfordshire (UK)", + "Bee", + "Belknap", + "Bell", + "Belmont", + "Beltrami", + "Ben Hill", + "Benewah", + "Bennett", + "Bennington", + "Benson", + "Bent", + "Benton", + "Benzie", + "Bergen", + "Berkeley", + "Berks", + "Berkshire", + "Berkshire (UK)", + "Bernalillo", + "Berrien", + "Bertie", + "Berwickshire (UK)", + "Bethel", + "Bexar", + "Bibb", + "Bienville", + "Big Horn", + "Big Stone", + "Billings", + "Bingham", + "Black Hawk", + "Blackford", + "Bladen", + "Blaine", + "Blair", + "Blanco", + "Bland", + "Bleckley", + "Bledsoe", + "Blount", + "Blue Earth", + "Boise", + "Bolivar", + "Bollinger", + "Bon Homme", + "Bonaventure", + "Bond", + "Bongara", + "Bonner", + "Bonneville", + "Boone", + "Borden", + "Bosque", + "Bossier", + "Botetourt", + "Bothwell Municipality", + "Bottineau", + "Boulder", + "Boundary", + "Bourbon", + "Bowie", + "Bowman", + "Box Butte", + "Box Elder", + "Boyd", + "Boyle", + "Bracken", + "Bradford", + "Bradley", + "Branch", + "Brantley", + "Braxton", + "Brazoria", + "Brazos", + "Breathitt", + "Breckinridge", + "Brecknockshire (Breconshire) (UK)", + "Bremer", + "Brevard", + "Brewster", + "Briscoe", + "Bristol", + "Bristol Bay", + "Broadwater", + "Bronx", + "Brooke", + "Brookings", + "Brooks", + "Broome", + "Broomfield", + "Broward", + "Brown", + "Brule", + "Brunswick", + "Bryan", + "Buchanan", + "Buckingham", + "Buckinghamshire (UK)", + "Bucks", + "Buena Vista", + "Buffalo", + "Bullitt", + "Bulloch", + "Bullock", + "Buncombe", + "Bureau", + "Burke", + "Burleigh", + "Burleson", + "Burlington", + "Burnet", + "Burnett", + "Burnie Municipality", + "Burt", + "Buteshire (UK)", + "Butler", + "Butte", + "Butts", + "Cabarrus", + "Cabell", + "Cache", + "Caddo", + "Caernarfonshire (Carnarvonshire) (UK)", + "Caithness (UK)", + "Cajamarca", + "Calaveras", + "Calcasieu", + "Caldwell", + "Caledonia", + "Calhoun", + "Callahan", + "Callaway", + "Calloway", + "Calumet", + "Calvert", + "Camas", + "Cambria", + "Cambridgeshire (UK)", + "Camden", + "Cameron", + "Camp", + "Campbell", + "Canadian", + "Candelaria", + "Candler", + "Cannon", + "Canyon", + "Cape Girardeau", + "Cape May", + "Capiz", + "Carangola", + "Carbon", + "Cardiganshire (UK)", + "Caribou", + "Carlisle", + "Carlton", + "Carmarthenshire (UK)", + "Caroline", + "Carroll", + "Carson", + "Carson City", + "Carter", + "Carteret", + "Carver", + "Cascade", + "Casey", + "Cass", + "Cassia", + "Castro", + "Castrovirreina", + "Caswell", + "Catahoula", + "Catawba", + "Catoosa", + "Catron", + "Cattaraugus", + "Cautin", + "Cavalier", + "Cayuga", + "Cecil", + "Cedar", + "Celendin", + "Centre", + "Cerro Gordo", + "Chachapoyas", + "Chaffee", + "Chambers", + "Champaign", + "Chariton", + "Charles", + "Charles City", + "Charles Mix", + "Charleston", + "Charlevoix", + "Charlotte", + "Charlottesville", + "Charlton", + "Chase", + "Chatham", + "Chattahoochee", + "Chattooga", + "Chautauqua", + "Chaves", + "Cheatham", + "Cheboygan", + "Chelan", + "Chemung", + "Chenango", + "Cherokee", + "Cherry", + "Chesapeake", + "Cheshire", + "Cheshire (UK)", + "Chester", + "Chesterfield", + "Cheyenne", + "Chiang Mai, Changwat", + "Chickasaw", + "Chicligasta", + "Chicot", + "Childress", + "Chilton", + "Chippewa", + "Chisago", + "Chittenden", + "Choctaw", + "Chouteau", + "Chowan", + "Christian", + "Churchill", + "Cibola", + "Cimarron", + "Citrus", + "Clackamas", + "Clackmannanshire (UK)", + "Claiborne", + "Clallam", + "Clare", + "Clarendon", + "Clarion", + "Clark", + "Clarke", + "Clatsop", + "Clay", + "Clayton", + "Clear Creek", + "Clearfield", + "Clearwater", + "Cleburne", + "Clermont", + "Cleveland", + "Clinch", + "Clinton", + "Cloud", + "Coahoma", + "Coal", + "Cobb", + "Cochise", + "Cochran", + "Cocke", + "Coconino", + "Codington", + "Coffee", + "Coffey", + "Coke", + "Colbert", + "Cole", + "Coleman", + "Coles", + "Colfax", + "Colleton", + "Collier", + "Collin", + "Collingsworth", + "Colonial Heights", + "Colorado", + "Colquitt", + "Columbia", + "Columbiana", + "Columbus", + "Colusa", + "Comal", + "Comanche", + "Comondú", + "Compostela", + "Concho", + "Concordia", + "Conecuh", + "Conejos", + "Contra Costa", + "Converse", + "Conway", + "Cook", + "Cooke", + "Cooper", + "Coos", + "Coosa", + "Copiah", + "Cornwall", + "Cornwall (UK)", + "Corson", + "Cortland", + "Corumba", + "Coryell", + "Coshocton", + "Costilla", + "Cottle", + "Cotton", + "Cottonwood", + "Covington", + "Coweta", + "Cowley", + "Cowlitz", + "Craig", + "Craighead", + "Crane", + "Craven", + "Crawford", + "Creek", + "Crenshaw", + "Crisp", + "Crittenden", + "Crockett", + "Cromartyshire (UK)", + "Crook", + "Crosby", + "Cross", + "Crow Wing", + "Crowley", + "Culberson", + "Cullman", + "Culpeper", + "Cumberland", + "Cumberland (UK)", + "Cuming", + "Currituck", + "Curry", + "Custer", + "Cuyahoga", + "Dade", + "Daggett", + "Dakota", + "Dale", + "Dallam", + "Dallas", + "Dane", + "Daniels", + "Danville", + "Dare", + "Darke", + "Darlington", + "Dauphin", + "Davidson", + "Davie", + "Daviess", + "Davis", + "Davison", + "Dawes", + "Dawson", + "Day", + "De Baca", + "De Kalb", + "De Soto", + "De Witt", + "DeKalb", + "DeSoto", + "DeWitt", + "Deaf Smith", + "Dearborn", + "Decatur", + "Deer Lodge", + "Defiance", + "Del Norte", + "Delaware", + "Deloraine Municipality", + "Delta", + "Denali", + "Denbighshire (UK)", + "Dent", + "Denton", + "Denver", + "Derbyshire (UK)", + "Des Moines", + "Deschutes", + "Desha", + "Deuel", + "Devon (UK)", + "Dewey", + "Diamantina", + "Dickens", + "Dickenson", + "Dickey", + "Dickinson", + "Dickson", + "Dillingham", + "Dillon", + "Dimmit", + "Dinwiddie", + "District of Columbia", + "Divide", + "Dixie", + "Dixon", + "Doddridge", + "Dodge", + "Dolores", + "Dona Ana", + "Doniphan", + "Donley", + "Dooly", + "Door", + "Dorchester", + "Dorset (UK)", + "Dougherty", + "Douglas", + "Down (UK)", + "Doña Ana", + "Drew", + "Du Page", + "DuPage", + "Dubois", + "Dubuque", + "Duchesne", + "Dukes", + "Dumbartonshire (UK)", + "Dumfriesshire (UK)", + "Dundy", + "Dunklin", + "Dunn", + "Duplin", + "Durham", + "Durham (UK)", + "Dutchess", + "Duval", + "Dyer", + "Eagle", + "Early", + "East Baton Rouge", + "East Carroll", + "East Feliciana", + "East Lothian (UK)", + "Eastland", + "Eaton", + "Eau Claire", + "Echols", + "Ector", + "Eddy", + "Edgar", + "Edgecombe", + "Edgefield", + "Edmonson", + "Edmunds", + "Edwards", + "Effingham", + "El Dorado", + "El Paso", + "Elbert", + "Elk", + "Elkhart", + "Elko", + "Elliott", + "Ellis", + "Ellsworth", + "Elmore", + "Emanuel", + "Emery", + "Emmet", + "Emmons", + "Emporia", + "Ensenada", + "Erath", + "Erie", + "Escambia", + "Esmeralda", + "Esmeraldas", + "Esperance Municipality", + "Essex", + "Essex (MA)", + "Essex (UK)", + "Estill", + "Etowah", + "Eureka", + "Evangeline", + "Evans", + "Fairbanks North Star", + "Fairfax", + "Fairfield", + "Fall River", + "Fallon", + "Falls", + "Falls Church", + "Fannin", + "Faribault", + "Faulk", + "Faulkner", + "Fauquier", + "Fayette", + "Fentress", + "Fergus", + "Fermanagh (UK)", + "Ferry", + "Fife (UK)", + "Fillmore", + "Fingal Municipality", + "Finney", + "Fisher", + "Flagler", + "Flathead", + "Fleming", + "Flintshire (UK)", + "Florence", + "Florida", + "Floyd", + "Fluvanna", + "Foard", + "Fond Du Lac", + "Fond du Lac", + "Ford", + "Forest", + "Forrest", + "Forsyth", + "Fort Bend", + "Foster", + "Fountain", + "Franklin", + "Frederick", + "Fredericksburg", + "Freeborn", + "Freestone", + "Fremont", + "Fresno", + "Frio", + "Frontier", + "Fulton", + "Furnas", + "Gadsden", + "Gage", + "Gaines", + "Galapagos", + "Galax", + "Gallatin", + "Gallia", + "Galveston", + "Galway", + "Garden", + "Garfield", + "Garland", + "Garrard", + "Garrett", + "Garvin", + "Garza", + "Gasconade", + "Gaston", + "Gates", + "Geary", + "Geauga", + "Gem", + "Genesee", + "Geneva", + "Gentry", + "George", + "Georgetown", + "Gibson", + "Gila", + "Gilchrist", + "Giles", + "Gillespie", + "Gilliam", + "Gilmer", + "Gilpin", + "Glacier", + "Glades", + "Gladwin", + "Glamorgan (UK)", + "Glamorgan Municipality", + "Glascock", + "Glasscock", + "Glenn", + "Glenorchy Municipality", + "Gloucester", + "Gloucestershire (UK)", + "Glynn", + "Gogebic", + "Golden Valley", + "Goliad", + "Gonzales", + "Goochland", + "Goodhue", + "Gooding", + "Gordon", + "Gormanston Municipality", + "Goshen", + "Gosper", + "Gouveia", + "Gove", + "Grady", + "Grafton", + "Graham", + "Grainger", + "Grand", + "Grand Forks", + "Grand Isle", + "Grand Traverse", + "Granite", + "Grant", + "Granville", + "Gratiot", + "Graves", + "Gray", + "Grays Harbor", + "Grayson", + "Greeley", + "Green", + "Green Lake", + "Greenbrier", + "Greene", + "Greenlee", + "Greensville", + "Greenup", + "Greenville", + "Greenwood", + "Greer", + "Gregg", + "Gregory", + "Grenada", + "Griggs", + "Grimes", + "Grundy", + "Guadalupe", + "Guaraquecaba", + "Guaratuba", + "Guernsey", + "Guilford", + "Gulf", + "Gunnison", + "Guthrie", + "Gwinnett", + "Haakon", + "Habersham", + "Haines", + "Hale", + "Halifax", + "Hall", + "Hamblen", + "Hamilton", + "Hamilton Municipality", + "Hamlin", + "Hampden", + "Hampshire", + "Hampshire (UK)", + "Hampton", + "Hancock", + "Hand", + "Hanover", + "Hansford", + "Hanson", + "Haralson", + "Hardee", + "Hardeman", + "Hardin", + "Harding", + "Hardy", + "Harford", + "Harlan", + "Harmon", + "Harnett", + "Harney", + "Harper", + "Harris", + "Harrison", + "Harrisonburg", + "Hart", + "Hartford", + "Hartley", + "Harvey", + "Haskell", + "Hawaii", + "Hawkins", + "Hayes", + "Hays", + "Haywood", + "Heard", + "Hemphill", + "Hempstead", + "Henderson", + "Hendricks", + "Hendry", + "Hennepin", + "Henrico", + "Henry", + "Herefordshire (UK)", + "Herkimer", + "Hernando", + "Hertford", + "Hertfordshire (UK)", + "Hettinger", + "Hickman", + "Hickory", + "Hidalgo", + "Highland", + "Highlands", + "Hill", + "Hillsborough", + "Hillsdale", + "Hinds", + "Hinsdale", + "Hitchcock", + "Hobart Municipality", + "Hocking", + "Hockley", + "Hodgeman", + "Hoke", + "Holmes", + "Holt", + "Honolulu", + "Hood", + "Hood River", + "Hooker", + "Hoonah–Angoon", + "Hopewell", + "Hopkins", + "Horry", + "Hot Spring", + "Hot Springs", + "Houghton", + "Houston", + "Howard", + "Howell", + "Huancabamba", + "Huanuco", + "Hubbard", + "Hudson", + "Hudspeth", + "Huerfano", + "Hughes", + "Humboldt", + "Humphreys", + "Hunt", + "Hunterdon", + "Huntingdon", + "Huntingdonshire (UK)", + "Huntington", + "Huron", + "Hutchinson", + "Hyde", + "Iberia", + "Iberville", + "Ida", + "Idaho", + "Imperial", + "Independence", + "Indian River", + "Indiana", + "Ingham", + "Inverness-shire (UK)", + "Inyo", + "Ionia", + "Iosco", + "Iowa", + "Iredell", + "Irion", + "Iron", + "Iroquois", + "Irwin", + "Isabella", + "Isanti", + "Island", + "Isle of Wight", + "Issaquena", + "Itasca", + "Itawamba", + "Ixtlan", + "Izard", + "Jack", + "Jackson", + "Jaguariaiya", + "Jalisco", + "James City", + "Jasper", + "Jay", + "Jeff Davis", + "Jefferson", + "Jefferson Davis", + "Jenkins", + "Jennings", + "Jerauld", + "Jerome", + "Jersey", + "Jessamine", + "Jewell", + "Jim Hogg", + "Jim Wells", + "Jo Daviess", + "Johnson", + "Johnston", + "Jolo Group", + "Jones", + "Josephine", + "Juab", + "Judith Basin", + "Juneau", + "Juniata", + "Juquila", + "Kalamazoo", + "Kalawao", + "Kalkaska", + "Kanabec", + "Kanawha", + "Kandavu", + "Kandiyohi", + "Kane", + "Kankakee", + "Karnes", + "Kauai", + "Kaufman", + "Kay", + "Kearney", + "Kearny", + "Keith", + "Kemper", + "Kenai Peninsula", + "Kendall", + "Kenedy", + "Kennebec", + "Kenosha", + "Kent", + "Kent (UK)", + "Kentish Municipality", + "Kenton", + "Keokuk", + "Kepulauan", + "Kepulauan Kangean Islands", + "Kern", + "Kerr", + "Kershaw", + "Ketchikan Gateway", + "Kewaunee", + "Keweenaw", + "Keya Paha", + "Kidder", + "Kimball", + "Kimble", + "Kincardineshire (UK)", + "King", + "King George", + "King William", + "King and Queen", + "Kingborough Municipality", + "Kingfisher", + "Kingman", + "Kings", + "Kingsbury", + "Kinney", + "Kinross-shire (UK)", + "Kiowa", + "Kirkcudbrightshire (UK)", + "Kit Carson", + "Kitsap", + "Kittitas", + "Kittson", + "Klamath", + "Kleberg", + "Klickitat", + "Knott", + "Knox", + "Kodiak Island", + "Koochiching", + "Kootenai", + "Korinthos", + "Koro", + "Kosciusko", + "Kossuth", + "La Crosse", + "La Paz", + "La Plata", + "La Salle", + "LaGrange", + "LaMoure", + "LaPorte", + "LaRue", + "LaSalle", + "Labette", + "Lac qui Parle", + "Lackawanna", + "Laclede", + "Lafayette", + "Lafourche", + "Lake", + "Lake and Peninsula", + "Lake of the Woods", + "Lamar", + "Lamas", + "Lamb", + "Lamoille", + "Lampasas", + "Lanarkshire (UK)", + "Lancashire (UK)", + "Lancaster", + "Lander", + "Lane", + "Langlade", + "Lanier", + "Lapeer", + "Laramie", + "Larecaja", + "Larimer", + "Las Animas", + "Lassen", + "Latah", + "Latimer", + "Lauderdale", + "Launceston Municipality", + "Laurel", + "Laurens", + "Lavaca", + "Lawrence", + "Le Flore", + "Le Sueur", + "Lea", + "Leake", + "Leavenworth", + "Lebanon", + "Lee", + "Leelanau", + "Leflore", + "Lehigh", + "Leicestershire (UK)", + "Lemhi", + "Lenawee", + "Lenoir", + "Leon", + "Leslie", + "Letcher", + "Levy", + "Lewis", + "Lewis and Clark", + "Lexington", + "Liberty", + "Licking", + "Lilydale Municipality", + "Limestone", + "Lincoln", + "Lincolnshire (UK)", + "Linn", + "Lipscomb", + "Litchfield", + "Little River", + "Live Oak", + "Livingston", + "Llano", + "Logan", + "Loja", + "Londonderry (UK)", + "Long", + "Longford Municipality", + "Lonoke", + "Lorain", + "Loreto", + "Los Alamos", + "Los Angeles", + "Los Cabos", + "Loudon", + "Loudoun", + "Louisa", + "Loup", + "Love", + "Loving", + "Lowndes", + "Lubbock", + "Lucas", + "Luce", + "Lumpkin", + "Luna", + "Lunenburg", + "Luzerne", + "Lycoming", + "Lyman", + "Lynchburg", + "Lynn", + "Lyon", + "Mackinac", + "Macomb", + "Macon", + "Macoupin", + "Madera", + "Madison", + "Magoffin", + "Mahaska", + "Mahnomen", + "Mahoning", + "Major", + "Malheur", + "Manabi", + "Manassas", + "Manassas Park", + "Manatee", + "Manistee", + "Manitowoc", + "Marathon", + "Marengo", + "Maricopa", + "Maries", + "Marin", + "Marinette", + "Marion", + "Mariposa", + "Marlboro", + "Marquette", + "Marshall", + "Martin", + "Martinsville", + "Mason", + "Massac", + "Matagorda", + "Matanuska-Susitna", + "Mathews", + "Maui", + "Maury", + "Maverick", + "Mayes", + "McClain", + "McCone", + "McCook", + "McCormick", + "McCracken", + "McCreary", + "McCulloch", + "McCurtain", + "McDonald", + "McDonough", + "McDowell", + "McDuffie", + "McHenry", + "McIntosh", + "McKean", + "McKenzie", + "McKinley", + "McLean", + "McLennan", + "McLeod", + "McMinn", + "McMullen", + "McNairy", + "McPherson", + "Meade", + "Meagher", + "Mecklenburg", + "Mecosta", + "Medina", + "Meeker", + "Meigs", + "Mellette", + "Menard", + "Mendocino", + "Menifee", + "Menominee", + "Merced", + "Mercer", + "Merionethshire (UK)", + "Meriwether", + "Merrick", + "Merrimack", + "Mesa", + "Metcalfe", + "Mexicali", + "Miahuatlan", + "Miami", + "Miami-Dade", + "Middlesex", + "Middlesex (UK)", + "Midland", + "Midlothian (UK)", + "Mifflin", + "Milam", + "Millard", + "Mille Lacs", + "Miller", + "Mills", + "Milwaukee", + "Miner", + "Mineral", + "Mingo", + "Minidoka", + "Minnehaha", + "Missaukee", + "Mississippi", + "Missoula", + "Mitchell", + "Mizque", + "Mobile", + "Modoc", + "Moffat", + "Mohave", + "Moniteau", + "Monmouth", + "Monmouthshire (UK)", + "Mono", + "Monona", + "Monongalia", + "Monroe", + "Montague", + "Montcalm", + "Monterey", + "Montezuma", + "Montgomery", + "Montgomeryshire (UK)", + "Montmorency", + "Montour", + "Montrose", + "Moody", + "Moore", + "Mora", + "Morayshire (UK)", + "Morehouse", + "Morgan", + "Morrill", + "Morris", + "Morrison", + "Morro do Chapeu", + "Morrow", + "Morton", + "Motley", + "Moultrie", + "Mountrail", + "Mower", + "Muhlenberg", + "Mulegé", + "Multnomah", + "Murray", + "Muscatine", + "Muscogee", + "Muskegon", + "Muskingum", + "Muskogee", + "Musselshell", + "Nacogdoches", + "Nairnshire (UK)", + "Nakhon Ratchasima, Changwat", + "Nance", + "Nantucket", + "Nantucket (MA)", + "Napa", + "Nash", + "Nassau", + "Natchitoches", + "Natrona", + "Navajo", + "Navarro", + "Nelson", + "Nemaha", + "Neosho", + "Neshoba", + "Ness", + "Nevada", + "New Castle", + "New Hanover", + "New Haven", + "New Kent", + "New London", + "New Madrid", + "New Norfolk Municipality", + "New York", + "Newaygo", + "Newberry", + "Newport", + "Newport News", + "Newton", + "Nez Perc", + "Nez Perce", + "Niagara", + "Nicholas", + "Nicholson", + "Nicollet", + "Niobrara", + "Noble", + "Nobles", + "Nodaway", + "Nolan", + "Nome", + "Norfolk", + "Norfolk (UK)", + "Norman", + "North Slope", + "Northampton", + "Northamptonshire (UK)", + "Northumberland", + "Northumberland (UK)", + "Northwest Arctic", + "Norton", + "Nottinghamshire (UK)", + "Nottoway", + "Nowata", + "Noxubee", + "Nuckolls", + "Nueces", + "Nueva Vizcaya", + "Nye", + "O'Brien", + "Oakland", + "Oatlands Municipality", + "Obion", + "Ocean", + "Oceana", + "Ochiltree", + "Oconee", + "Oconto", + "Ogemaw", + "Ogle", + "Oglethorpe", + "Ohio", + "Okaloosa", + "Okanogan", + "Okeechobee", + "Okfuskee", + "Oklahoma", + "Okmulgee", + "Oktibbeha", + "Oldham", + "Oliver", + "Olmsted", + "Oneida", + "Onondaga", + "Onslow", + "Ontario", + "Ontonagon", + "Orange", + "Orangeburg", + "Oregon", + "Orkney (UK)", + "Orleans", + "Osage", + "Osborne", + "Osceola", + "Oscoda", + "Oswego", + "Otero", + "Otoe", + "Otsego", + "Ottawa", + "Otter Tail", + "Ouachita", + "Ouray", + "Outagamie", + "Overton", + "Owen", + "Owsley", + "Owyhee", + "Oxford", + "Oxfordshire (UK)", + "Ozark", + "Ozaukee", + "Pacific", + "Page", + "Palm Beach", + "Palmeira", + "Palo Alto", + "Palo Pinto", + "Pamlico", + "Pampanga", + "Pangasinan", + "Panola", + "Paranagua", + "Park", + "Parke", + "Parker", + "Parmer", + "Pasco", + "Pasquotank", + "Passaic", + "Patrick", + "Paulding", + "Pawnee", + "Payette", + "Payne", + "Peach", + "Pearl River", + "Pecos", + "Peeblesshire (UK)", + "Pembina", + "Pembrokeshire (UK)", + "Pemiscot", + "Pend Oreille", + "Pender", + "Pendleton", + "Penguin Municipality", + "Pennington", + "Penobscot", + "Peoria", + "Pepin", + "Perkins", + "Perquimans", + "Perry", + "Pershing", + "Person", + "Perthshire (UK)", + "Petersburg", + "Petroleum", + "Pettis", + "Phelps", + "Philadelphia", + "Phillips", + "Piatt", + "Pickaway", + "Pickens", + "Pickett", + "Pierce", + "Pike", + "Pima", + "Pinal", + "Pine", + "Pinellas", + "Pipestone", + "Piscataquis", + "Pitkin", + "Pitt", + "Pittsburg", + "Pittsylvania", + "Piura", + "Piute", + "Placer", + "Plaquemines", + "Platte", + "Pleasants", + "Plumas", + "Plymouth", + "Pocahontas", + "Pochutla", + "Poinsett", + "Pointe Coupee", + "Polk", + "Pondera", + "Pontotoc", + "Pope", + "Poquoson", + "Portage", + "Porter", + "Portland Municipality", + "Portsmouth", + "Posey", + "Pottawatomie", + "Pottawattamie", + "Potter", + "Powder River", + "Powell", + "Power", + "Poweshiek", + "Powhatan", + "Prairie", + "Pratt", + "Preble", + "Prentiss", + "Presidio", + "Presque Isle", + "Preston", + "Price", + "Prince Edward", + "Prince George", + "Prince George's", + "Prince William", + "Prince of Wales-Hyder", + "Providence", + "Prowers", + "Pueblo", + "Pujili", + "Pulaski", + "Pushmataha", + "Putnam", + "Quay", + "Queen Anne's", + "Queen Elizabeth Islands", + "Queens", + "Quezon", + "Quitman", + "Quito", + "Rabun", + "Racine", + "Radford", + "Radnorshire (UK)", + "Raiatea", + "Rains", + "Raleigh", + "Ralls", + "Ramsey", + "Randall", + "Randolph", + "Rankin", + "Ransom", + "Rapides", + "Rappahannock", + "Rarotonga", + "Ravalli", + "Rawlins", + "Ray", + "Reagan", + "Real", + "Red Lake", + "Red River", + "Red Willow", + "Redwood", + "Reeves", + "Refugio", + "Renfrewshire (UK)", + "Reno", + "Rensselaer", + "Renville", + "Republic", + "Rewa", + "Reynolds", + "Rhea", + "Rice", + "Rich", + "Richardson", + "Richland", + "Richmond", + "Riley", + "Ringarooma Municipality", + "Ringgold", + "Rio Arriba", + "Rio Blanco", + "Rio Branco", + "Rio Grande", + "Rio Verde", + "Ripley", + "Ritchie", + "Riverside", + "Rizal", + "Roane", + "Roanoke", + "Roberts", + "Robertson", + "Robeson", + "Rock", + "Rock Island", + "Rockbridge", + "Rockcastle", + "Rockdale", + "Rockingham", + "Rockland", + "Rockwall", + "Roger Mills", + "Rogers", + "Rolette", + "Rooks", + "Roosevelt", + "Rosarito, Playas de", + "Roscommon", + "Roseau", + "Rosebud", + "Ross", + "Ross Municipality", + "Ross-shire (UK)", + "Routt", + "Rowan", + "Roxburghshire (UK)", + "Runnels", + "Rush", + "Rusk", + "Russell", + "Russell Islands", + "Rutherford", + "Rutland", + "Rutland (UK)", + "Sabah", + "Sabine", + "Sac", + "Sacramento", + "Sagadahoc", + "Saginaw", + "Saguache", + "Salem", + "Saline", + "Salt Lake", + "Saluda", + "Sampson", + "San Augustine", + "San Benito", + "San Bernardino", + "San Blas", + "San Diego", + "San Francisco", + "San Ignacio", + "San Jacinto", + "San Joaquin", + "San Juan", + "San Luis Obispo", + "San Mateo", + "San Miguel", + "San Patricio", + "San Pedro Lagunillas", + "San Pedro Lagunitas", + "San Saba", + "Sanborn", + "Sanders", + "Sandoval", + "Sandusky", + "Sangamon", + "Sanilac", + "Sanpete", + "Santa Barbara", + "Santa Clara", + "Santa Cruz", + "Santa Fe", + "Santa Maria del Oro", + "Santa Rosa", + "Santa Victoria", + "Sarasota", + "Saratoga", + "Sarawak", + "Sargent", + "Sarpy", + "Sauk", + "Saunders", + "Sawyer", + "Schenectady", + "Schleicher", + "Schley", + "Schoharie", + "Schoolcraft", + "Schuyler", + "Schuylkill", + "Scioto", + "Scotland", + "Scott", + "Scotts Bluff", + "Scottsdale Municipality", + "Screven", + "Scurry", + "Searcy", + "Sebastian", + "Sedgwick", + "Selkirkshire (UK)", + "Seminole", + "Seneca", + "Senyavin Islands", + "Sequatchie", + "Sequoyah", + "Sevier", + "Seward", + "Shackelford", + "Shannon", + "Sharkey", + "Sharp", + "Shasta", + "Shawano", + "Shawnee", + "Sheboygan", + "Sheffield Municipality", + "Shelby", + "Shenandoah", + "Sherburne", + "Sheridan", + "Sherman", + "Shetland (UK)", + "Shiawassee", + "Shoshone", + "Shropshire (UK)", + "Sibley", + "Sierra", + "Silver Bow", + "Simpson", + "Sioux", + "Siskiyou", + "Sitka", + "Skagit", + "Skagway", + "Skamania", + "Slope", + "Smith", + "Smyth", + "Snohomish", + "Snyder", + "Socorro", + "Sola de Vega", + "Solano", + "Somerset", + "Somerset (UK)", + "Somervell", + "Sonoma", + "Sorell Municipality", + "Southampton", + "Southeast Fairbanks", + "Spalding", + "Spartanburg", + "Spencer", + "Spink", + "Spokane", + "Spotsylvania", + "Spring Bay Municipality", + "St. Bernard", + "St. Charles", + "St. Clair", + "St. Croix", + "St. Francis", + "St. Francois", + "St. Helena", + "St. James", + "St. John the Baptist", + "St. Johns", + "St. Joseph", + "St. Landry", + "St. Lawrence", + "St. Leonards Municipality", + "St. Louis", + "St. Lucie", + "St. Martin", + "St. Mary", + "St. Mary's", + "St. Tammany", + "Stafford", + "Staffordshire (UK)", + "Stanislaus", + "Stanley", + "Stanly", + "Stanton", + "Stark", + "Starke", + "Starr", + "Staunton", + "Ste. Genevieve", + "Stearns", + "Steele", + "Stephens", + "Stephenson", + "Sterling", + "Steuben", + "Stevens", + "Stewart", + "Stillwater", + "Stirlingshire (UK)", + "Stoddard", + "Stokes", + "Stone", + "Stonewall", + "Storey", + "Story", + "Strafford", + "Stutsman", + "Sublette", + "Sud Yungas", + "Suffolk", + "Suffolk (UK)", + "Sullivan", + "Sully", + "Summers", + "Summit", + "Sumner", + "Sumter", + "Sunflower", + "Surrey (UK)", + "Surry", + "Susquehanna", + "Sussex", + "Sussex (UK)", + "Sutherland (UK)", + "Sutter", + "Sutton", + "Suwannee", + "Swain", + "Sweet Grass", + "Sweetwater", + "Swift", + "Swisher", + "Switzerland", + "Tahiti", + "Talbot", + "Taliaferro", + "Talladega", + "Tallahatchie", + "Tallapoosa", + "Taltal", + "Tama", + "Taney", + "Tangipahoa", + "Taos", + "Tarrant", + "Tasman Municipality", + "Tate", + "Tattnall", + "Taylor", + "Tazewell", + "Tecate", + "Tehama", + "Telfair", + "Teller", + "Tensas", + "Tepic", + "Terrebonne", + "Terrell", + "Terry", + "Teton", + "Texas", + "Thayer", + "Thomas", + "Throckmorton", + "Thurston", + "Tift", + "Tijuana", + "Tillamook", + "Tillman", + "Tioga", + "Tippah", + "Tippecanoe", + "Tipton", + "Tishomingo", + "Titus", + "Todd", + "Tolland", + "Tom Green", + "Tompkins", + "Tompkins (NY)", + "Tooele", + "Toole", + "Toombs", + "Torrance", + "Towner", + "Towns", + "Traill", + "Transylvania", + "Traverse", + "Travis", + "Treasure", + "Trego", + "Trempealeau", + "Treutlen", + "Trigg", + "Trimble", + "Trinity", + "Tripp", + "Troup", + "Trousdale", + "Trumbull", + "Tucker", + "Tulare", + "Tulsa", + "Tunica", + "Tuolumne", + "Turner", + "Tuscaloosa", + "Tuscarawas", + "Tuscola", + "Twiggs", + "Twin Falls", + "Tyler", + "Tyrone (UK)", + "Tyrrell", + "Uinta", + "Uintah", + "Ulster", + "Ulverstone Municipality", + "Umatilla", + "Unicoi", + "Union", + "Unknown", + "Unknown", + "Upshur", + "Upson", + "Upton", + "Urubamba", + "Utah", + "Uvalde", + "Val Verde", + "Valdez–Cordova", + "Valencia", + "Valley", + "Van Buren", + "Van Wert", + "Van Zandt", + "Vance", + "Vanderburgh", + "Vanua Levu", + "Venango", + "Ventura", + "Vermilion", + "Vermillion", + "Vernon", + "Victoria", + "Vigo", + "Vilas", + "Vinton", + "Virginia Beach", + "Viti Levu", + "Volusia", + "Wabash", + "Wabasha", + "Wabaunsee", + "Wade Hampton", + "Wadena", + "Wagoner", + "Wahkiakum", + "Wake", + "Wakulla", + "Waldo", + "Walker", + "Walla Walla", + "Wallace", + "Waller", + "Wallowa", + "Walsh", + "Walthall", + "Walton", + "Walworth", + "Wapello", + "Waratah Municipality", + "Ward", + "Ware", + "Warren", + "Warrick", + "Warwickshire (UK)", + "Wasatch", + "Wasco", + "Waseca", + "Washakie", + "Washburn", + "Washington", + "Washita", + "Washoe", + "Washtenaw", + "Watauga", + "Watonwan", + "Waukesha", + "Waupaca", + "Waushara", + "Wayne", + "Waynesboro", + "Weakley", + "Webb", + "Weber", + "Webster", + "Weld", + "Wells", + "West Baton Rouge", + "West Carroll", + "West Feliciana", + "West Lothian (Linlithgowshire) (UK)", + "Westchester", + "Westmoreland", + "Westmorland (UK)", + "Weston", + "Wetzel", + "Wexford", + "Wharton", + "Whatcom", + "Wheatland", + "Wheeler", + "White", + "White Pine", + "Whiteside", + "Whitfield", + "Whitley", + "Whitman", + "Wibaux", + "Wichita", + "Wicomico", + "Wigtownshire (UK)", + "Wilbarger", + "Wilcox", + "Wilkes", + "Wilkin", + "Wilkinson", + "Will", + "Will (IL)", + "Willacy", + "Williams", + "Williamsburg", + "Williamson", + "Wilson", + "Wiltshire (UK)", + "Winchester", + "Windham", + "Windsor", + "Winkler", + "Winn", + "Winnebago", + "Winneshiek", + "Winona", + "Winston", + "Wirt", + "Wise", + "Wolfe", + "Wood", + "Woodbury", + "Woodford", + "Woodruff", + "Woods", + "Woodson", + "Woodward", + "Worcester", + "Worcestershire (UK)", + "Worth", + "Wrangell", + "Wright", + "Wyandot", + "Wyandotte", + "Wyoming", + "Wythe", + "Yadkin", + "Yakima", + "Yakutat", + "Yalobusha", + "Yamhill", + "Yancey", + "Yankton", + "Yates", + "Yavapai", + "Yazoo", + "Yell", + "Yellow Medicine", + "Yellowstone", + "Yoakum", + "Yolo", + "York", + "Yorkshire (UK)", + "Young", + "Yuba", + "Yukon–Koyukuk", + "Yuma", + "Zambales", + "Zapata", + "Zavala", + "Zeehan Municipality", + "Zhongdian", + "Ziebach" + ], + "datacolumn": "fieldLocCounty", + "required": "n" + }, + { + "fieldname": "fieldLocState", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "states", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "'Eua", + "AK", + "AL", + "ALB", + "AR", + "ARIZ", + "AZ", + "AZ Territory", + "Aamzonas", + "Acre", + "Alajuela", + "Alajuelo", + "Alberta", + "Alger", + "Alta Verapaz", + "Amazonas", + "Ancash", + "Anhui", + "Antioquia", + "Antofagasta", + "Apurimac", + "Aragua", + "Araucania", + "Arequipa", + "Artigas", + "Atacama", + "Atlantida", + "Ayacucho", + "Azuay", + "B.C.S.", + "BCS", + "BN", + "Bac Phan", + "Bahia", + "Baja California", + "Baja California Sur", + "Baja Verapaz", + "Baleares", + "Baluchistan", + "Banguey Island", + "Barinas", + "Benguet", + "Binh Tri Thien, Tinh", + "Biobio, Regio del", + "Bismarck Archipelago", + "Bohol", + "Bolivar", + "Boyaca", + "British Columbia", + "Brunei", + "Buenos Aires", + "Bulacan", + "CA", + "CHI", + "CO", + "CO Territory", + "COCA", + "COL", + "COP", + "CT", + "Cajamarca", + "Campeche", + "Canar", + "Cape Province", + "Carchi", + "Caroline Islands", + "Cartago", + "Cascajal", + "Cataluna", + "Cauca", + "Cebu", + "Central", + "Chalatenango", + "Chia", + "Chiang Mai, Changwat", + "Chiapas", + "Chihuahua", + "Chimaltenango", + "Chimborazo", + "Chinandega", + "Chiriqui", + "Chontales", + "Chupadero", + "Chuquisaca", + "Coahuila", + "Cochabamba", + "Cocle", + "Colima", + "Comayagua", + "Concepcion", + "Coquimbo", + "Cordoba", + "Cortes", + "Costa", + "Cotopaxi", + "Cundinamarca", + "Cuzco", + "DE", + "DUR", + "Darien", + "Dept. La e", + "Dept. Mag", + "Distrito Federal", + "Durango", + "East Malaysia", + "East Sepik", + "Eastern Division", + "Eastern Divsion", + "El Progreso", + "Esmeraldas", + "Esteli", + "FL", + "Florida", + "Fujian", + "GA", + "GRO", + "GUAM", + "Gansu", + "Goias", + "Golestan", + "Granada", + "Guanacaste", + "Guanajuato", + "Guangdong", + "Guatemala", + "Guayas", + "Guerrero", + "Guizhou", + "HI", + "Ha Bach, Tinh", + "Hainan", + "Halland", + "Hamadan", + "Heidelberg", + "Heredia", + "Hidalgo", + "Honshu", + "Huancabamba", + "Huancavelica", + "Huanuco", + "Hubei", + "Huehuetena", + "Huehuetenango", + "Humacao", + "IA", + "ID", + "IL", + "IN", + "Idaho", + "Insular", + "Ipiros", + "Iqnique Province", + "Iringa", + "Isabela", + "Izabel", + "JAL", + "Jalisco", + "Jalsico", + "Jawa Timur", + "Jiangsu", + "Jujuy", + "Junin", + "KS", + "KY", + "Kangean", + "Khorasan Province", + "Kkanh Hoa", + "KwaZulu-Natal", + "LA", + "LASAN", + "La Habana", + "La Libertad", + "La Paz", + "La Vega", + "Lambayeque", + "Las Villas", + "Leon", + "Lima", + "Limon", + "Loja", + "Loreto", + "Luzon", + "MA", + "MD", + "ME", + "MI", + "MIC", + "MICH", + "MN", + "MO", + "MON", + "MS", + "MT", + "MX", + "Madre de Dios", + "Magdalena", + "Maldonado", + "Manabi", + "Manitoba", + "Mariana Islands", + "Mato Grosso", + "Matto Grosso", + "Mayaguez", + "Mazandaran", + "Merida", + "Meta", + "Mexico", + "Michoacan", + "Minas Gerais", + "Mindanao", + "Misiones", + "Montevideo", + "Morazan", + "Morelos", + "N. Segovia", + "NAY", + "NC", + "ND", + "NE", + "NH", + "NJ", + "NL", + "NM", + "NM-TX", + "NV", + "NY", + "Narino", + "Nayarit", + "Neuvo Leon", + "Nevada", + "New Brunswick", + "New South Wales", + "Newfoundland", + "Nord", + "Norte", + "Norte de Santander", + "North Ayrshire", + "Northeastern", + "Northern", + "Northern Division", + "Northern Territory", + "Northwest Frontier", + "Northwest Territories", + "Nova Scotia", + "Nuevo Leon", + "Nunavut", + "O", + "OH", + "OK", + "OR", + "OR (?)", + "OR or WA", + "Oaxaca", + "Ontario", + "Oregon", + "Oriente", + "Otuzco", + "PA", + "PE", + "PMG", + "PRE", + "PUE", + "Palawan", + "Panama", + "Panay", + "Paraguari", + "Parana", + "Paris", + "Pasco", + "Pataz", + "Peloponnisos", + "Peten", + "Pichincha", + "Piura", + "Pohnpei", + "Pomeroon-Supernaam", + "Portuguesa", + "Potosi", + "Prince Edward Island", + "Puebla", + "Puerto Rico", + "Puno", + "Puntarenas", + "Quang Ngai", + "Quebec", + "Queensland", + "Quezaltenango", + "Quezon", + "Quiche", + "RI", + "Rio de Janeiro", + "Rizal", + "S Catarina", + "S L Potosi", + "S.L. Potos", + "SC", + "SD", + "SIN", + "SL Potosi", + "SON", + "Sabah", + "Salta", + "Samar", + "San Blas", + "San Jose", + "San Luis", + "San Luis Potosi", + "San Luis a", + "San Martin", + "San Miguel", + "San Pedro", + "Santa Barbara", + "Santa Catarina", + "Santa Cruz", + "Santander", + "Santiago, Region Met", + "Sao Paulo", + "Sarawak", + "Saskatchewan", + "Savaii Island", + "Scotland", + "Semnan", + "Seybo", + "Sichuan", + "Sierra", + "Sinaloa", + "Societe, Iles de la", + "Societe, Isles de la", + "Sonora", + "Sonsonate", + "South Australia", + "Southern Cook Island", + "St. Andrew", + "St. Croix", + "Stann Creek", + "Sulu", + "Sumatera", + "TAB", + "TAM", + "TN", + "TX", + "TX ", + "TX-NM", + "Tabasco", + "Tachira", + "Tacna", + "Tamaulipas", + "Tarank Province", + "Tarija", + "Tarma", + "Tasmania", + "Tehran", + "Tierra del Fuego", + "Tlaxcala", + "Toledo", + "Tongatapu", + "Trelawny", + "Trujillo", + "Tuamotu, Archipel de", + "Tubuai, Iles", + "Tucuman", + "Tutuila Island", + "UT", + "Unknown", + "Upolu Island", + "Utah", + "VA", + "VT", + "Valle", + "Valparaiso", + "Vaupes", + "Veracruz", + "Verguas", + "Victoria", + "WA", + "WA Territory", + "WAS", + "WI", + "WN", + "WV", + "WY", + "Wales", + "Western Australia", + "Western Cape", + "Wyoming", + "Xizang", + "Yaracuy", + "Yoro", + "Yucatan", + "Yukon Territory", + "Yunnan", + "Zacatecas", + "Zhejiang", + "Zulia", + "w TX to NM", + "w. TX - El Paso, NM", + "w. TX - El Paso,NM" + ], + "datacolumn": "fieldLocState", + "required": "n" + }, + { + "fieldname": "fieldLocCountry", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "countries", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "AD", + "AE", + "AI", + "AL", + "AO", + "AQ", + "AT", + "AW", + "AX", + "AZ", + "Afghanistan", + "Algeria", + "American Samoa", + "Antigua", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "BA", + "BB", + "BD", + "BF", + "BG", + "BH", + "BI", + "BJ", + "BL", + "BQ", + "BS", + "BT", + "BV", + "BW", + "BY", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Borneo", + "Brazil", + "Brunei", + "CC", + "CF", + "CG", + "CH", + "CI", + "CV", + "CW", + "CX", + "CY", + "CZ", + "Cambodia", + "Cameroon", + "Canada", + "Chile", + "China", + "Colombia", + "Cook Islands", + "Costa Rica", + "Croatia", + "Cuba", + "D R Congo", + "DJ", + "DM", + "Denmark", + "Dominican Republic", + "EE", + "EG", + "EH", + "ER", + "ET", + "Ecuador", + "El Salvador", + "Ellas", + "Equatorial Guinea", + "Espana", + "FK", + "FO", + "Fiji", + "Finland", + "France", + "GA", + "GD", + "GE", + "GF", + "GG", + "GH", + "GI", + "GM", + "GN", + "GS", + "GU", + "GW", + "Germany", + "Greenland", + "Guadeloupe", + "Guatemala", + "Guyana", + "HK", + "HM", + "HN", + "Haiti", + "Hispaniola", + "Honduras", + "IM", + "IO", + "IQ", + "Iceland", + "India", + "Indonesia", + "Iran", + "Ireland", + "Israel", + "Italy", + "JE", + "Jamaica", + "Japan", + "Jordan", + "KG", + "KI", + "KM", + "KN", + "KP", + "KW", + "KY", + "KZ", + "Kenya", + "LA", + "LI", + "LR", + "LS", + "LT", + "LU", + "LV", + "LY", + "Lebanon", + "MC", + "MD", + "ME", + "MF", + "MK", + "ML", + "MO", + "MP", + "MQ", + "MR", + "MS", + "MT", + "MU", + "MV", + "MZ", + "Madagascar", + "Malawi", + "Malaysia", + "Marshall Islands", + "Mexico", + "Micronesia", + "Mongolia", + "Morocco", + "Myanmar", + "NE", + "NF", + "NG", + "NR", + "Namibia", + "Nepal", + "Netherlands", + "Netherlands Antilles", + "New Caledonia", + "New Zealand", + "Nicaragua", + "Nihon", + "Niue", + "Norway", + "OM", + "PF", + "PL", + "PM", + "PN", + "PS", + "PW", + "Pakistan", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Polynesia", + "Polynesie francaise", + "Portugal", + "Prathet Thai", + "Puerto Rico", + "QA", + "RO", + "RS", + "RW", + "Republica Dominicana", + "Reunion", + "Russia", + "SA", + "SG", + "SJ", + "SK", + "SL", + "SM", + "SN", + "SO", + "SS", + "ST", + "SX", + "SZ", + "Saint Helena", + "Saint Lucia", + "Samoa", + "Scotland", + "Seychelles", + "Slovenia", + "Solomon Islands", + "South Africa", + "South Korea", + "Spain", + "Sri Lanka", + "Sudan", + "Suriname", + "Sweden", + "Syria", + "TC", + "TD", + "TF", + "TG", + "TJ", + "TK", + "TL", + "TM", + "TN", + "TV", + "Taiwan", + "Tanzania", + "Thailand", + "Tonga", + "Trinidad and Tobago", + "Turkey", + "UA", + "UM", + "USA", + "UZ", + "Uganda", + "United Kingdom", + "Uruguay", + "VA", + "VC", + "VG", + "Vanuatu", + "Venezuela", + "Viet Nam", + "Virgin Islands", + "WF", + "Western Samoa", + "YE", + "YT", + "ZM", + "ZW", + "Zhonghua", + "unknown" + ], + "datacolumn": "fieldLocCountry", + "required": "n" + }, + { + "fieldname": "fieldLocHigherGeography", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "higherGeographies", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "North America", + "pacificocean" + ], + "datacolumn": "fieldLocHigherGeography", + "required": "n" + }, + { + "fieldname": "vLatitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "vLatitude", + "required": "n" + }, + { + "fieldname": "vLongitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "vLongitude", + "required": "n" + }, + { + "fieldname": "vCoordinates", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "vCoordinates", + "required": "n" + }, + { + "fieldname": "vOtherCoords", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "vOtherCoords", + "required": "n" + }, + { + "fieldname": "vCoordSys", + "transforms": { + "vocabulary": "vcoordsys" + }, + "source_type": "vocabulary", + "source_name": "vcoordsys", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "vCoordSys", + "required": "n" + }, + { + "fieldname": "vCoordSys", + "transforms": { + }, + "source_type": "refname", + "source_name": "vcoordsys", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "vCoordSysRefname", + "required": "n" + }, + { + "fieldname": "decimalLatitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "decimalLatitude", + "required": "n" + }, + { + "fieldname": "decimalLongitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "decimalLongitude", + "required": "n" + }, + { + "fieldname": "geodeticDatum", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "geodeticDatums", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "ADG66", + "NAD27", + "NAD83", + "NAD83&WGS84", + "Not Recorded", + "WGS84" + ], + "datacolumn": "geodeticDatum", + "required": "n" + }, + { + "fieldname": "coordUncertainty", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "coordUncertainty", + "required": "n" + }, + { + "fieldname": "coordUncertaintyUnit", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "coordUncertaintyUnits", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "feet", + "kilometers", + "meters", + "miles", + "unknown" + ], + "datacolumn": "coordUncertaintyUnit", + "required": "n" + }, + { + "fieldname": "vDepth", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "vDepth", + "required": "n" + }, + { + "fieldname": "minDepth", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "minDepth", + "required": "n" + }, + { + "fieldname": "maxDepth", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "maxDepth", + "required": "n" + }, + { + "fieldname": "depthUnit", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "depthUnits", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "centimeters", + "fathoms", + "feet", + "furlongs", + "inches", + "kilometers", + "meters", + "miles", + "rods", + "uncertain" + ], + "datacolumn": "depthUnit", + "required": "n" + }, + { + "fieldname": "vElevation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "vElevation", + "required": "n" + }, + { + "fieldname": "minElevation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "minElevation", + "required": "n" + }, + { + "fieldname": "maxElevation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "maxElevation", + "required": "n" + }, + { + "fieldname": "elevationUnit", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "elevationUnits", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "feet", + "meters", + "uncertain" + ], + "datacolumn": "elevationUnit", + "required": "n" + }, + { + "fieldname": "vDistanceAboveSurface", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "vDistanceAboveSurface", + "required": "n" + }, + { + "fieldname": "minDistanceAboveSurface", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "minDistanceAboveSurface", + "required": "n" + }, + { + "fieldname": "maxDistanceAboveSurface", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "maxDistanceAboveSurface", + "required": "n" + }, + { + "fieldname": "distanceAboveSurfaceUnit", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "distanceAboveSurfaceUnits", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "centimeters", + "fathoms", + "feet", + "furlongs", + "inches", + "kilometers", + "meters", + "miles", + "rods", + "uncertain" + ], + "datacolumn": "distanceAboveSurfaceUnit", + "required": "n" + }, + { + "fieldname": "localityNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "localityNote", + "required": "n" + }, + { + "fieldname": "localitySource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "localitySource", + "required": "n" + }, + { + "fieldname": "localitySourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "localitySourceDetail", + "required": "n" + }, + { + "fieldname": "pointRadiusSpatialFit", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "pointRadiusSpatialFit", + "required": "n" + }, + { + "fieldname": "footprintWKT", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "footprintWKT", + "required": "n" + }, + { + "fieldname": "footprintSRS", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "footprintSRS", + "required": "n" + }, + { + "fieldname": "footprintSpatialFit", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "footprintSpatialFit", + "required": "n" + }, + { + "fieldname": "coordPrecision", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "coordPrecision", + "required": "n" + }, + { + "fieldname": "geoRefencedBy", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefencedBy", + "required": "n" + }, + { + "fieldname": "geoRefDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefDateGroup", + "required": "n" + }, + { + "fieldname": "geoRefProtocol", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "georefProtocols", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "biogeomancer", + "chapman-wieczorek-2006-guide-best-practices-georeferencing", + "georeferencing-dummies", + "manis-herpnet-ornis-georeferencing-guidelines" + ], + "datacolumn": "geoRefProtocol", + "required": "n" + }, + { + "fieldname": "geoRefSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefSource", + "required": "n" + }, + { + "fieldname": "geoRefVerificationStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "georefVerificationStatuses", + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "unverified", + "verified-contributor", + "verified-data-custodian" + ], + "datacolumn": "geoRefVerificationStatus", + "required": "n" + }, + { + "fieldname": "geoRefRemarks", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefRemarks", + "required": "n" + }, + { + "fieldname": "geoRefPlaceName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "collectionobjects_anthro", + "xpath": [ + "localityGroupList", + "localityGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefPlaceName", + "required": "n" + }, + { + "fieldname": "objectNameSystem", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "nameSystems", + "namespace": "collectionobjects_common", + "xpath": [ + "objectNameList", + "objectNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "AASLH Nomenclature", + "Bennyhoff Olivella bead typology", + "Getty Art & Architecture Thesaurus", + "Gifford worked bone typology", + "Gifford worked shell typology", + "Heizer projectile point typology", + "Justice projectile point typology", + "Local OHC", + "Meighan historic glass bead typology", + "Treganza clay artifact typology", + "no system" + ], + "datacolumn": "objectNameSystem", + "required": "n" + }, + { + "fieldname": "technicalAttribute", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "technicalAttributes", + "namespace": "collectionobjects_common", + "xpath": [ + "technicalAttributeGroupList", + "technicalAttributeGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "magnetic-tape-type", + "record-speed" + ], + "datacolumn": "technicalAttribute", + "required": "n" + }, + { + "fieldname": "technicalAttributeMeasurement", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "technicalAttributeMeasurements", + "namespace": "collectionobjects_common", + "xpath": [ + "technicalAttributeGroupList", + "technicalAttributeGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "78", + "metal" + ], + "datacolumn": "technicalAttributeMeasurement", + "required": "n" + }, + { + "fieldname": "technicalAttributeMeasurementUnit", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "technicalAttributeMeasurementUnits", + "namespace": "collectionobjects_common", + "xpath": [ + "technicalAttributeGroupList", + "technicalAttributeGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "rpm" + ], + "datacolumn": "technicalAttributeMeasurementUnit", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-activity.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-activity.json new file mode 100644 index 00000000..59247e74 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-activity.json @@ -0,0 +1,650 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "concept", + "document_name": "concepts", + "service_name": "Concepts", + "service_path": "conceptauthorities", + "service_type": "authority", + "object_name": "Conceptitem", + "ns_uri": { + "concepts_common": "http://collectionspace.org/services/concept" + }, + "identifier_field": "shortIdentifier", + "search_field": "conceptTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Associated", + "subtype": "concept" + }, + { + "name": "Activity", + "subtype": "activity" + }, + { + "name": "Material", + "subtype": "material_ca" + }, + { + "name": "Nomenclature", + "subtype": "nomenclature" + }, + { + "name": "Occasion", + "subtype": "occasion" + }, + { + "name": "Archaeological Culture", + "subtype": "archculture" + }, + { + "name": "Ethnographic Culture", + "subtype": "ethculture" + }, + { + "name": "Ethnographic File Code", + "subtype": "ethfilecode" + } + ], + "authority_type": "conceptauthorities", + "authority_subtype": "activity" + }, + "docstructure": { + "concepts_common": { + "conceptTermGroupList": { + "conceptTermGroup": { + } + }, + "conceptRecordTypes": { + }, + "citationGroupList": { + "citationGroup": { + } + }, + "additionalSourceGroupList": { + "additionalSourceGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermTypes", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "concepttermflag" + }, + "source_type": "vocabulary", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "historicalStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptHistoricalStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "both", + "current", + "historical", + "unknown" + ], + "datacolumn": "historicalStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + "vocabulary": "concepttype" + }, + "source_type": "vocabulary", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordType", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "scopeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNote", + "required": "n" + }, + { + "fieldname": "scopeNoteSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSource", + "required": "n" + }, + { + "fieldname": "scopeNoteSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSourceDetail", + "required": "n" + }, + { + "fieldname": "citationSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSource", + "required": "n" + }, + { + "fieldname": "citationSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSource", + "required": "n" + }, + { + "fieldname": "additionalSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceID", + "required": "n" + }, + { + "fieldname": "additionalSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-archaeological-culture.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-archaeological-culture.json new file mode 100644 index 00000000..38b3eea2 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-archaeological-culture.json @@ -0,0 +1,650 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "concept", + "document_name": "concepts", + "service_name": "Concepts", + "service_path": "conceptauthorities", + "service_type": "authority", + "object_name": "Conceptitem", + "ns_uri": { + "concepts_common": "http://collectionspace.org/services/concept" + }, + "identifier_field": "shortIdentifier", + "search_field": "conceptTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Associated", + "subtype": "concept" + }, + { + "name": "Activity", + "subtype": "activity" + }, + { + "name": "Material", + "subtype": "material_ca" + }, + { + "name": "Nomenclature", + "subtype": "nomenclature" + }, + { + "name": "Occasion", + "subtype": "occasion" + }, + { + "name": "Archaeological Culture", + "subtype": "archculture" + }, + { + "name": "Ethnographic Culture", + "subtype": "ethculture" + }, + { + "name": "Ethnographic File Code", + "subtype": "ethfilecode" + } + ], + "authority_type": "conceptauthorities", + "authority_subtype": "archculture" + }, + "docstructure": { + "concepts_common": { + "conceptTermGroupList": { + "conceptTermGroup": { + } + }, + "conceptRecordTypes": { + }, + "citationGroupList": { + "citationGroup": { + } + }, + "additionalSourceGroupList": { + "additionalSourceGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermTypes", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "concepttermflag" + }, + "source_type": "vocabulary", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "historicalStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptHistoricalStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "both", + "current", + "historical", + "unknown" + ], + "datacolumn": "historicalStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + "vocabulary": "concepttype" + }, + "source_type": "vocabulary", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordType", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "scopeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNote", + "required": "n" + }, + { + "fieldname": "scopeNoteSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSource", + "required": "n" + }, + { + "fieldname": "scopeNoteSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSourceDetail", + "required": "n" + }, + { + "fieldname": "citationSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSource", + "required": "n" + }, + { + "fieldname": "citationSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSource", + "required": "n" + }, + { + "fieldname": "additionalSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceID", + "required": "n" + }, + { + "fieldname": "additionalSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-associated.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-associated.json new file mode 100644 index 00000000..19416de7 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-associated.json @@ -0,0 +1,650 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "concept", + "document_name": "concepts", + "service_name": "Concepts", + "service_path": "conceptauthorities", + "service_type": "authority", + "object_name": "Conceptitem", + "ns_uri": { + "concepts_common": "http://collectionspace.org/services/concept" + }, + "identifier_field": "shortIdentifier", + "search_field": "conceptTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Associated", + "subtype": "concept" + }, + { + "name": "Activity", + "subtype": "activity" + }, + { + "name": "Material", + "subtype": "material_ca" + }, + { + "name": "Nomenclature", + "subtype": "nomenclature" + }, + { + "name": "Occasion", + "subtype": "occasion" + }, + { + "name": "Archaeological Culture", + "subtype": "archculture" + }, + { + "name": "Ethnographic Culture", + "subtype": "ethculture" + }, + { + "name": "Ethnographic File Code", + "subtype": "ethfilecode" + } + ], + "authority_type": "conceptauthorities", + "authority_subtype": "concept" + }, + "docstructure": { + "concepts_common": { + "conceptTermGroupList": { + "conceptTermGroup": { + } + }, + "conceptRecordTypes": { + }, + "citationGroupList": { + "citationGroup": { + } + }, + "additionalSourceGroupList": { + "additionalSourceGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermTypes", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "concepttermflag" + }, + "source_type": "vocabulary", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "historicalStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptHistoricalStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "both", + "current", + "historical", + "unknown" + ], + "datacolumn": "historicalStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + "vocabulary": "concepttype" + }, + "source_type": "vocabulary", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordType", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "scopeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNote", + "required": "n" + }, + { + "fieldname": "scopeNoteSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSource", + "required": "n" + }, + { + "fieldname": "scopeNoteSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSourceDetail", + "required": "n" + }, + { + "fieldname": "citationSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSource", + "required": "n" + }, + { + "fieldname": "citationSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSource", + "required": "n" + }, + { + "fieldname": "additionalSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceID", + "required": "n" + }, + { + "fieldname": "additionalSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-ethnographic-culture.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-ethnographic-culture.json new file mode 100644 index 00000000..fa4613c4 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-ethnographic-culture.json @@ -0,0 +1,650 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "concept", + "document_name": "concepts", + "service_name": "Concepts", + "service_path": "conceptauthorities", + "service_type": "authority", + "object_name": "Conceptitem", + "ns_uri": { + "concepts_common": "http://collectionspace.org/services/concept" + }, + "identifier_field": "shortIdentifier", + "search_field": "conceptTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Associated", + "subtype": "concept" + }, + { + "name": "Activity", + "subtype": "activity" + }, + { + "name": "Material", + "subtype": "material_ca" + }, + { + "name": "Nomenclature", + "subtype": "nomenclature" + }, + { + "name": "Occasion", + "subtype": "occasion" + }, + { + "name": "Archaeological Culture", + "subtype": "archculture" + }, + { + "name": "Ethnographic Culture", + "subtype": "ethculture" + }, + { + "name": "Ethnographic File Code", + "subtype": "ethfilecode" + } + ], + "authority_type": "conceptauthorities", + "authority_subtype": "ethculture" + }, + "docstructure": { + "concepts_common": { + "conceptTermGroupList": { + "conceptTermGroup": { + } + }, + "conceptRecordTypes": { + }, + "citationGroupList": { + "citationGroup": { + } + }, + "additionalSourceGroupList": { + "additionalSourceGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermTypes", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "concepttermflag" + }, + "source_type": "vocabulary", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "historicalStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptHistoricalStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "both", + "current", + "historical", + "unknown" + ], + "datacolumn": "historicalStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + "vocabulary": "concepttype" + }, + "source_type": "vocabulary", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordType", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "scopeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNote", + "required": "n" + }, + { + "fieldname": "scopeNoteSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSource", + "required": "n" + }, + { + "fieldname": "scopeNoteSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSourceDetail", + "required": "n" + }, + { + "fieldname": "citationSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSource", + "required": "n" + }, + { + "fieldname": "citationSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSource", + "required": "n" + }, + { + "fieldname": "additionalSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceID", + "required": "n" + }, + { + "fieldname": "additionalSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-ethnographic-file-code.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-ethnographic-file-code.json new file mode 100644 index 00000000..a4df2ef1 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-ethnographic-file-code.json @@ -0,0 +1,650 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "concept", + "document_name": "concepts", + "service_name": "Concepts", + "service_path": "conceptauthorities", + "service_type": "authority", + "object_name": "Conceptitem", + "ns_uri": { + "concepts_common": "http://collectionspace.org/services/concept" + }, + "identifier_field": "shortIdentifier", + "search_field": "conceptTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Associated", + "subtype": "concept" + }, + { + "name": "Activity", + "subtype": "activity" + }, + { + "name": "Material", + "subtype": "material_ca" + }, + { + "name": "Nomenclature", + "subtype": "nomenclature" + }, + { + "name": "Occasion", + "subtype": "occasion" + }, + { + "name": "Archaeological Culture", + "subtype": "archculture" + }, + { + "name": "Ethnographic Culture", + "subtype": "ethculture" + }, + { + "name": "Ethnographic File Code", + "subtype": "ethfilecode" + } + ], + "authority_type": "conceptauthorities", + "authority_subtype": "ethfilecode" + }, + "docstructure": { + "concepts_common": { + "conceptTermGroupList": { + "conceptTermGroup": { + } + }, + "conceptRecordTypes": { + }, + "citationGroupList": { + "citationGroup": { + } + }, + "additionalSourceGroupList": { + "additionalSourceGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermTypes", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "concepttermflag" + }, + "source_type": "vocabulary", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "historicalStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptHistoricalStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "both", + "current", + "historical", + "unknown" + ], + "datacolumn": "historicalStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + "vocabulary": "concepttype" + }, + "source_type": "vocabulary", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordType", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "scopeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNote", + "required": "n" + }, + { + "fieldname": "scopeNoteSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSource", + "required": "n" + }, + { + "fieldname": "scopeNoteSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSourceDetail", + "required": "n" + }, + { + "fieldname": "citationSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSource", + "required": "n" + }, + { + "fieldname": "citationSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSource", + "required": "n" + }, + { + "fieldname": "additionalSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceID", + "required": "n" + }, + { + "fieldname": "additionalSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-material.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-material.json new file mode 100644 index 00000000..eca4e7b5 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-material.json @@ -0,0 +1,650 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "concept", + "document_name": "concepts", + "service_name": "Concepts", + "service_path": "conceptauthorities", + "service_type": "authority", + "object_name": "Conceptitem", + "ns_uri": { + "concepts_common": "http://collectionspace.org/services/concept" + }, + "identifier_field": "shortIdentifier", + "search_field": "conceptTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Associated", + "subtype": "concept" + }, + { + "name": "Activity", + "subtype": "activity" + }, + { + "name": "Material", + "subtype": "material_ca" + }, + { + "name": "Nomenclature", + "subtype": "nomenclature" + }, + { + "name": "Occasion", + "subtype": "occasion" + }, + { + "name": "Archaeological Culture", + "subtype": "archculture" + }, + { + "name": "Ethnographic Culture", + "subtype": "ethculture" + }, + { + "name": "Ethnographic File Code", + "subtype": "ethfilecode" + } + ], + "authority_type": "conceptauthorities", + "authority_subtype": "material_ca" + }, + "docstructure": { + "concepts_common": { + "conceptTermGroupList": { + "conceptTermGroup": { + } + }, + "conceptRecordTypes": { + }, + "citationGroupList": { + "citationGroup": { + } + }, + "additionalSourceGroupList": { + "additionalSourceGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermTypes", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "concepttermflag" + }, + "source_type": "vocabulary", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "historicalStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptHistoricalStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "both", + "current", + "historical", + "unknown" + ], + "datacolumn": "historicalStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + "vocabulary": "concepttype" + }, + "source_type": "vocabulary", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordType", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "scopeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNote", + "required": "n" + }, + { + "fieldname": "scopeNoteSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSource", + "required": "n" + }, + { + "fieldname": "scopeNoteSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSourceDetail", + "required": "n" + }, + { + "fieldname": "citationSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSource", + "required": "n" + }, + { + "fieldname": "citationSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSource", + "required": "n" + }, + { + "fieldname": "additionalSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceID", + "required": "n" + }, + { + "fieldname": "additionalSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-nomenclature.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-nomenclature.json new file mode 100644 index 00000000..dadd51a6 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-nomenclature.json @@ -0,0 +1,650 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "concept", + "document_name": "concepts", + "service_name": "Concepts", + "service_path": "conceptauthorities", + "service_type": "authority", + "object_name": "Conceptitem", + "ns_uri": { + "concepts_common": "http://collectionspace.org/services/concept" + }, + "identifier_field": "shortIdentifier", + "search_field": "conceptTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Associated", + "subtype": "concept" + }, + { + "name": "Activity", + "subtype": "activity" + }, + { + "name": "Material", + "subtype": "material_ca" + }, + { + "name": "Nomenclature", + "subtype": "nomenclature" + }, + { + "name": "Occasion", + "subtype": "occasion" + }, + { + "name": "Archaeological Culture", + "subtype": "archculture" + }, + { + "name": "Ethnographic Culture", + "subtype": "ethculture" + }, + { + "name": "Ethnographic File Code", + "subtype": "ethfilecode" + } + ], + "authority_type": "conceptauthorities", + "authority_subtype": "nomenclature" + }, + "docstructure": { + "concepts_common": { + "conceptTermGroupList": { + "conceptTermGroup": { + } + }, + "conceptRecordTypes": { + }, + "citationGroupList": { + "citationGroup": { + } + }, + "additionalSourceGroupList": { + "additionalSourceGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermTypes", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "concepttermflag" + }, + "source_type": "vocabulary", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "historicalStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptHistoricalStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "both", + "current", + "historical", + "unknown" + ], + "datacolumn": "historicalStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + "vocabulary": "concepttype" + }, + "source_type": "vocabulary", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordType", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "scopeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNote", + "required": "n" + }, + { + "fieldname": "scopeNoteSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSource", + "required": "n" + }, + { + "fieldname": "scopeNoteSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSourceDetail", + "required": "n" + }, + { + "fieldname": "citationSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSource", + "required": "n" + }, + { + "fieldname": "citationSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSource", + "required": "n" + }, + { + "fieldname": "additionalSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceID", + "required": "n" + }, + { + "fieldname": "additionalSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-occasion.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-occasion.json new file mode 100644 index 00000000..6a6701ae --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-occasion.json @@ -0,0 +1,650 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "concept", + "document_name": "concepts", + "service_name": "Concepts", + "service_path": "conceptauthorities", + "service_type": "authority", + "object_name": "Conceptitem", + "ns_uri": { + "concepts_common": "http://collectionspace.org/services/concept" + }, + "identifier_field": "shortIdentifier", + "search_field": "conceptTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Associated", + "subtype": "concept" + }, + { + "name": "Activity", + "subtype": "activity" + }, + { + "name": "Material", + "subtype": "material_ca" + }, + { + "name": "Nomenclature", + "subtype": "nomenclature" + }, + { + "name": "Occasion", + "subtype": "occasion" + }, + { + "name": "Archaeological Culture", + "subtype": "archculture" + }, + { + "name": "Ethnographic Culture", + "subtype": "ethculture" + }, + { + "name": "Ethnographic File Code", + "subtype": "ethfilecode" + } + ], + "authority_type": "conceptauthorities", + "authority_subtype": "occasion" + }, + "docstructure": { + "concepts_common": { + "conceptTermGroupList": { + "conceptTermGroup": { + } + }, + "conceptRecordTypes": { + }, + "citationGroupList": { + "citationGroup": { + } + }, + "additionalSourceGroupList": { + "additionalSourceGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptTermTypes", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "concepttermflag" + }, + "source_type": "vocabulary", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttermflag", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "historicalStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conceptHistoricalStatuses", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "both", + "current", + "historical", + "unknown" + ], + "datacolumn": "historicalStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "conceptTermGroupList", + "conceptTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + "vocabulary": "concepttype" + }, + "source_type": "vocabulary", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordType", + "required": "n" + }, + { + "fieldname": "conceptRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "concepttype", + "namespace": "concepts_common", + "xpath": [ + "conceptRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conceptRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "scopeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNote", + "required": "n" + }, + { + "fieldname": "scopeNoteSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSource", + "required": "n" + }, + { + "fieldname": "scopeNoteSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNoteSourceDetail", + "required": "n" + }, + { + "fieldname": "citationSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSource", + "required": "n" + }, + { + "fieldname": "citationSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "citationGroupList", + "citationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "citationSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSource", + "required": "n" + }, + { + "fieldname": "additionalSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceDetail", + "required": "n" + }, + { + "fieldname": "additionalSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceID", + "required": "n" + }, + { + "fieldname": "additionalSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "concepts_common", + "xpath": [ + "additionalSourceGroupList", + "additionalSourceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalSourceNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conditioncheck.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conditioncheck.json new file mode 100644 index 00000000..449a023f --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conditioncheck.json @@ -0,0 +1,857 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "conditioncheck", + "document_name": "conditionchecks", + "service_name": "Conditionchecks", + "service_path": "conditionchecks", + "service_type": "procedure", + "object_name": "Conditioncheck", + "ns_uri": { + "conditionchecks_common": "http://collectionspace.org/services/conditioncheck" + }, + "identifier_field": "conditionCheckRefNumber", + "search_field": "conditionCheckRefNumber" + }, + "docstructure": { + "conditionchecks_common": { + "completenessGroupList": { + "completenessGroup": { + } + }, + "hazardGroupList": { + "hazardGroup": { + } + }, + "techAssessmentGroupList": { + "techAssessmentGroup": { + } + }, + "conditionCheckGroupList": { + "conditionCheckGroup": { + } + }, + "envConditionNoteGroupList": { + "envConditionNoteGroup": { + } + }, + "legalReqsHeldGroupList": { + "legalReqsHeldGroup": { + } + }, + "salvagePriorityCodeGroupList": { + "salvagePriorityCodeGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "conditionCheckRefNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckRefNumber", + "required": "y" + }, + { + "fieldname": "conditionCheckAssessmentDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckAssessmentDate", + "required": "n" + }, + { + "fieldname": "conditionCheckMethod", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conditionCheckMethods", + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "observed", + "xrayed" + ], + "datacolumn": "conditionCheckMethod", + "required": "n" + }, + { + "fieldname": "conditionCheckReason", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conditionCheckReasons", + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "candidate for deaccession", + "conservation", + "consideration", + "damaged", + "exhibit", + "exhibit preparation", + "inquiry", + "inventory/recataloging", + "loanin", + "loanout" + ], + "datacolumn": "conditionCheckReason", + "required": "n" + }, + { + "fieldname": "conditionChecker", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckerPersonLocal", + "required": "n" + }, + { + "fieldname": "conditionChecker", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckerOrganizationLocal", + "required": "n" + }, + { + "fieldname": "conditionChecker", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckerRefname", + "required": "n" + }, + { + "fieldname": "conditionCheckNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckNote", + "required": "n" + }, + { + "fieldname": "objectAuditCategory", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "objectAuditCategories", + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "high", + "low", + "medium" + ], + "datacolumn": "objectAuditCategory", + "required": "n" + }, + { + "fieldname": "conservationTreatmentPriority", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conservationTreatmentPriorities", + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "high", + "low", + "medium" + ], + "datacolumn": "conservationTreatmentPriority", + "required": "n" + }, + { + "fieldname": "nextConditionCheckDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "nextConditionCheckDate", + "required": "n" + }, + { + "fieldname": "completeness", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "completenessLevels", + "namespace": "conditionchecks_common", + "xpath": [ + "completenessGroupList", + "completenessGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "complete", + "fragmented", + "incomplete" + ], + "datacolumn": "completeness", + "required": "n" + }, + { + "fieldname": "completenessDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "completenessGroupList", + "completenessGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "completenessDate", + "required": "n" + }, + { + "fieldname": "completenessNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "completenessGroupList", + "completenessGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "completenessNote", + "required": "n" + }, + { + "fieldname": "hazard", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "hazards", + "namespace": "conditionchecks_common", + "xpath": [ + "hazardGroupList", + "hazardGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "arsenic", + "asbestos", + "corrosive", + "flammable", + "guano", + "insects", + "lead", + "mercury", + "mold or mildew", + "oxidation", + "oxidation", + "poisonous", + "radioactive", + "scat", + "sharp protrusion", + "unstable component", + "vermin" + ], + "datacolumn": "hazard", + "required": "n" + }, + { + "fieldname": "hazardDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "hazardGroupList", + "hazardGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "hazardDate", + "required": "n" + }, + { + "fieldname": "hazardNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "hazardGroupList", + "hazardGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "hazardNote", + "required": "n" + }, + { + "fieldname": "techAssessment", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "techAssessmentGroupList", + "techAssessmentGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "techAssessment", + "required": "n" + }, + { + "fieldname": "techAssessmentDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "techAssessmentGroupList", + "techAssessmentGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "techAssessmentDate", + "required": "n" + }, + { + "fieldname": "condition", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "conditions", + "namespace": "conditionchecks_common", + "xpath": [ + "conditionCheckGroupList", + "conditionCheckGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "exhibitableneedswork", + "injeopardy", + "needsnowork", + "notexhibitablestable" + ], + "datacolumn": "condition", + "required": "n" + }, + { + "fieldname": "conditionDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "conditionCheckGroupList", + "conditionCheckGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "conditionDate", + "required": "n" + }, + { + "fieldname": "conditionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "conditionCheckGroupList", + "conditionCheckGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "conditionNote", + "required": "n" + }, + { + "fieldname": "envConditionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "envConditionNoteGroupList", + "envConditionNoteGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "envConditionNote", + "required": "n" + }, + { + "fieldname": "envConditionNoteDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "envConditionNoteGroupList", + "envConditionNoteGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "envConditionNoteDate", + "required": "n" + }, + { + "fieldname": "displayRecommendations", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "displayRecommendations", + "required": "n" + }, + { + "fieldname": "handlingRecommendations", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "handlingRecommendations", + "required": "n" + }, + { + "fieldname": "securityRecommendations", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "securityRecommendations", + "required": "n" + }, + { + "fieldname": "storageRequirements", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "storageRequirements", + "required": "n" + }, + { + "fieldname": "envRecommendations", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "envRecommendations", + "required": "n" + }, + { + "fieldname": "packingRecommendations", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "packingRecommendations", + "required": "n" + }, + { + "fieldname": "specialRequirements", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "specialRequirements", + "required": "n" + }, + { + "fieldname": "legalRequirements", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "legalRequirements", + "required": "n" + }, + { + "fieldname": "legalReqsHeld", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "legalReqsHeldGroupList", + "legalReqsHeldGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "legalReqsHeld", + "required": "n" + }, + { + "fieldname": "legalReqsHeldBeginDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "legalReqsHeldGroupList", + "legalReqsHeldGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "legalReqsHeldBeginDate", + "required": "n" + }, + { + "fieldname": "legalReqsHeldEndDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "legalReqsHeldGroupList", + "legalReqsHeldGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "legalReqsHeldEndDate", + "required": "n" + }, + { + "fieldname": "legalReqsHeldNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "legalReqsHeldGroupList", + "legalReqsHeldGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "legalReqsHeldNumber", + "required": "n" + }, + { + "fieldname": "legalReqsHeldRenewDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "legalReqsHeldGroupList", + "legalReqsHeldGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "legalReqsHeldRenewDate", + "required": "n" + }, + { + "fieldname": "salvagePriorityCode", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "salvagePriorityCodes", + "namespace": "conditionchecks_common", + "xpath": [ + "salvagePriorityCodeGroupList", + "salvagePriorityCodeGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "high", + "low", + "medium" + ], + "datacolumn": "salvagePriorityCode", + "required": "n" + }, + { + "fieldname": "salvagePriorityCodeDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conditionchecks_common", + "xpath": [ + "salvagePriorityCodeGroupList", + "salvagePriorityCodeGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "salvagePriorityCodeDate", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conservation.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conservation.json new file mode 100644 index 00000000..c6b7c55c --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conservation.json @@ -0,0 +1,920 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "conservation", + "document_name": "conservation", + "service_name": "Conservation", + "service_path": "conservation", + "service_type": "procedure", + "object_name": "Conservation", + "ns_uri": { + "conservation_common": "http://collectionspace.org/services/conservation" + }, + "identifier_field": "conservationNumber", + "search_field": "conservationNumber" + }, + "docstructure": { + "conservation_common": { + "conservationStatusGroupList": { + "conservationStatusGroup": { + } + }, + "conservators": { + }, + "otherPartyGroupList": { + "otherPartyGroup": { + } + }, + "examinationGroupList": { + "examinationGroup": { + } + }, + "destAnalysisGroupList": { + "destAnalysisGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "conservationNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "conservationNumber", + "required": "y" + }, + { + "fieldname": "status", + "transforms": { + "vocabulary": "conservationstatus" + }, + "source_type": "vocabulary", + "source_name": "conservationstatus", + "namespace": "conservation_common", + "xpath": [ + "conservationStatusGroupList", + "conservationStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "status", + "required": "n" + }, + { + "fieldname": "status", + "transforms": { + }, + "source_type": "refname", + "source_name": "conservationstatus", + "namespace": "conservation_common", + "xpath": [ + "conservationStatusGroupList", + "conservationStatusGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "statusRefname", + "required": "n" + }, + { + "fieldname": "statusDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + "conservationStatusGroupList", + "conservationStatusGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "statusDate", + "required": "n" + }, + { + "fieldname": "treatmentPurpose", + "transforms": { + "vocabulary": "treatmentpurpose" + }, + "source_type": "vocabulary", + "source_name": "treatmentpurpose", + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "treatmentPurpose", + "required": "n" + }, + { + "fieldname": "treatmentPurpose", + "transforms": { + }, + "source_type": "refname", + "source_name": "treatmentpurpose", + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "treatmentPurposeRefname", + "required": "n" + }, + { + "fieldname": "conservator", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + "conservators" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conservatorPersonLocal", + "required": "n" + }, + { + "fieldname": "conservator", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "conservation_common", + "xpath": [ + "conservators" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conservatorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "conservator", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + "conservators" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conservatorRefname", + "required": "n" + }, + { + "fieldname": "otherParty", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + "otherPartyGroupList", + "otherPartyGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "otherPartyPersonLocal", + "required": "n" + }, + { + "fieldname": "otherParty", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "conservation_common", + "xpath": [ + "otherPartyGroupList", + "otherPartyGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "otherPartyOrganizationLocal", + "required": "n" + }, + { + "fieldname": "otherParty", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + "otherPartyGroupList", + "otherPartyGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "otherPartyRefname", + "required": "n" + }, + { + "fieldname": "otherPartyRole", + "transforms": { + "vocabulary": "otherpartyrole" + }, + "source_type": "vocabulary", + "source_name": "otherpartyrole", + "namespace": "conservation_common", + "xpath": [ + "otherPartyGroupList", + "otherPartyGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "otherPartyRole", + "required": "n" + }, + { + "fieldname": "otherPartyRole", + "transforms": { + }, + "source_type": "refname", + "source_name": "otherpartyrole", + "namespace": "conservation_common", + "xpath": [ + "otherPartyGroupList", + "otherPartyGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "otherPartyRoleRefname", + "required": "n" + }, + { + "fieldname": "otherPartyNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + "otherPartyGroupList", + "otherPartyGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "otherPartyNote", + "required": "n" + }, + { + "fieldname": "examinationStaff", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + "examinationGroupList", + "examinationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "examinationStaff", + "required": "n" + }, + { + "fieldname": "examinationStaff", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + "examinationGroupList", + "examinationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "examinationStaffRefname", + "required": "n" + }, + { + "fieldname": "examinationPhase", + "transforms": { + "vocabulary": "examinationphase" + }, + "source_type": "vocabulary", + "source_name": "examinationphase", + "namespace": "conservation_common", + "xpath": [ + "examinationGroupList", + "examinationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "examinationPhase", + "required": "n" + }, + { + "fieldname": "examinationPhase", + "transforms": { + }, + "source_type": "refname", + "source_name": "examinationphase", + "namespace": "conservation_common", + "xpath": [ + "examinationGroupList", + "examinationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "examinationPhaseRefname", + "required": "n" + }, + { + "fieldname": "examinationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + "examinationGroupList", + "examinationGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "examinationDate", + "required": "n" + }, + { + "fieldname": "examinationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + "examinationGroupList", + "examinationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "examinationNote", + "required": "n" + }, + { + "fieldname": "fabricationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fabricationNote", + "required": "n" + }, + { + "fieldname": "proposedTreatment", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "proposedTreatment", + "required": "n" + }, + { + "fieldname": "approvedBy", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "approvedBy", + "required": "n" + }, + { + "fieldname": "approvedBy", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "approvedByRefname", + "required": "n" + }, + { + "fieldname": "approvedDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "approvedDate", + "required": "n" + }, + { + "fieldname": "treatmentStartDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "treatmentStartDate", + "required": "n" + }, + { + "fieldname": "treatmentEndDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "treatmentEndDate", + "required": "n" + }, + { + "fieldname": "treatmentSummary", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "treatmentSummary", + "required": "n" + }, + { + "fieldname": "proposedAnalysis", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "proposedAnalysis", + "required": "n" + }, + { + "fieldname": "researcher", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "researcher", + "required": "n" + }, + { + "fieldname": "researcher", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "researcherRefname", + "required": "n" + }, + { + "fieldname": "proposedAnalysisDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "proposedAnalysisDate", + "required": "n" + }, + { + "fieldname": "destAnalysisApprovedDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + "destAnalysisGroupList", + "destAnalysisGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "destAnalysisApprovedDate", + "required": "n" + }, + { + "fieldname": "destAnalysisApprovalNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + "destAnalysisGroupList", + "destAnalysisGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "destAnalysisApprovalNote", + "required": "n" + }, + { + "fieldname": "sampleBy", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + "destAnalysisGroupList", + "destAnalysisGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "sampleBy", + "required": "n" + }, + { + "fieldname": "sampleBy", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "conservation_common", + "xpath": [ + "destAnalysisGroupList", + "destAnalysisGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "sampleByRefname", + "required": "n" + }, + { + "fieldname": "sampleDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + "destAnalysisGroupList", + "destAnalysisGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "sampleDate", + "required": "n" + }, + { + "fieldname": "sampleDescription", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + "destAnalysisGroupList", + "destAnalysisGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "sampleDescription", + "required": "n" + }, + { + "fieldname": "sampleReturned", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + "destAnalysisGroupList", + "destAnalysisGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "sampleReturned", + "required": "n" + }, + { + "fieldname": "sampleReturnedLocation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + "destAnalysisGroupList", + "destAnalysisGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "sampleReturnedLocation", + "required": "n" + }, + { + "fieldname": "analysisMethod", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "analysisMethod", + "required": "n" + }, + { + "fieldname": "analysisResults", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "conservation_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "analysisResults", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_exhibition.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_exhibition.json new file mode 100644 index 00000000..7c6c9f07 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_exhibition.json @@ -0,0 +1,1504 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "exhibition", + "document_name": "exhibitions", + "service_name": "Exhibition", + "service_path": "exhibitions", + "service_type": "procedure", + "object_name": "Exhibition", + "ns_uri": { + "exhibitions_common": "http://collectionspace.org/services/exhibition" + }, + "identifier_field": "exhibitionNumber", + "search_field": "exhibitionNumber" + }, + "docstructure": { + "exhibitions_common": { + "sponsors": { + }, + "organizers": { + }, + "publishToList": { + }, + "venueGroupList": { + "venueGroup": { + } + }, + "workingGroupList": { + "workingGroup": { + "exhibitionPersonGroupList": { + "exhibitionPersonGroup": { + } + } + } + }, + "galleryRotationGroupList": { + "galleryRotationGroup": { + } + }, + "exhibitionReferenceGroupList": { + "exhibitionReferenceGroup": { + } + }, + "exhibitionSectionGroupList": { + "exhibitionSectionGroup": { + } + }, + "exhibitionStatusGroupList": { + "exhibitionStatusGroup": { + } + }, + "exhibitionObjectGroupList": { + "exhibitionObjectGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "exhibitionNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionNumber", + "required": "y" + }, + { + "fieldname": "type", + "transforms": { + "vocabulary": "exhibitiontype" + }, + "source_type": "vocabulary", + "source_name": "exhibitiontype", + "namespace": "exhibitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "type", + "required": "n" + }, + { + "fieldname": "type", + "transforms": { + }, + "source_type": "refname", + "source_name": "exhibitiontype", + "namespace": "exhibitions_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "typeRefname", + "required": "n" + }, + { + "fieldname": "title", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "title", + "required": "n" + }, + { + "fieldname": "sponsor", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "exhibitions_common", + "xpath": [ + "sponsors" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "sponsorPersonLocal", + "required": "n" + }, + { + "fieldname": "sponsor", + "transforms": { + "authority": [ + "personauthorities", + "ulan_pa" + ] + }, + "source_type": "authority", + "source_name": "person/ulan", + "namespace": "exhibitions_common", + "xpath": [ + "sponsors" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "sponsorPersonUlan", + "required": "n" + }, + { + "fieldname": "sponsor", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "exhibitions_common", + "xpath": [ + "sponsors" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "sponsorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "sponsor", + "transforms": { + "authority": [ + "orgauthorities", + "ulan_oa" + ] + }, + "source_type": "authority", + "source_name": "organization/ulan", + "namespace": "exhibitions_common", + "xpath": [ + "sponsors" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "sponsorOrganizationUlan", + "required": "n" + }, + { + "fieldname": "sponsor", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "exhibitions_common", + "xpath": [ + "sponsors" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "sponsorRefname", + "required": "n" + }, + { + "fieldname": "organizer", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "exhibitions_common", + "xpath": [ + "organizers" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "organizerPersonLocal", + "required": "n" + }, + { + "fieldname": "organizer", + "transforms": { + "authority": [ + "personauthorities", + "ulan_pa" + ] + }, + "source_type": "authority", + "source_name": "person/ulan", + "namespace": "exhibitions_common", + "xpath": [ + "organizers" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "organizerPersonUlan", + "required": "n" + }, + { + "fieldname": "organizer", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "exhibitions_common", + "xpath": [ + "organizers" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "organizerOrganizationLocal", + "required": "n" + }, + { + "fieldname": "organizer", + "transforms": { + "authority": [ + "orgauthorities", + "ulan_oa" + ] + }, + "source_type": "authority", + "source_name": "organization/ulan", + "namespace": "exhibitions_common", + "xpath": [ + "organizers" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "organizerOrganizationUlan", + "required": "n" + }, + { + "fieldname": "organizer", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "exhibitions_common", + "xpath": [ + "organizers" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "organizerRefname", + "required": "n" + }, + { + "fieldname": "publishTo", + "transforms": { + "vocabulary": "publishto" + }, + "source_type": "vocabulary", + "source_name": "publishto", + "namespace": "exhibitions_common", + "xpath": [ + "publishToList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "publishTo", + "required": "n" + }, + { + "fieldname": "publishTo", + "transforms": { + }, + "source_type": "refname", + "source_name": "publishto", + "namespace": "exhibitions_common", + "xpath": [ + "publishToList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "publishToRefname", + "required": "n" + }, + { + "fieldname": "venue", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "exhibitions_common", + "xpath": [ + "venueGroupList", + "venueGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "venueOrganizationLocal", + "required": "n" + }, + { + "fieldname": "venue", + "transforms": { + "authority": [ + "orgauthorities", + "ulan_oa" + ] + }, + "source_type": "authority", + "source_name": "organization/ulan", + "namespace": "exhibitions_common", + "xpath": [ + "venueGroupList", + "venueGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "venueOrganizationUlan", + "required": "n" + }, + { + "fieldname": "venue", + "transforms": { + "authority": [ + "locationauthorities", + "location" + ] + }, + "source_type": "authority", + "source_name": "location/local", + "namespace": "exhibitions_common", + "xpath": [ + "venueGroupList", + "venueGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "venueLocationLocal", + "required": "n" + }, + { + "fieldname": "venue", + "transforms": { + "authority": [ + "locationauthorities", + "offsite_sla" + ] + }, + "source_type": "authority", + "source_name": "location/offsite", + "namespace": "exhibitions_common", + "xpath": [ + "venueGroupList", + "venueGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "venueLocationOffsite", + "required": "n" + }, + { + "fieldname": "venue", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "exhibitions_common", + "xpath": [ + "venueGroupList", + "venueGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "venuePlaceLocal", + "required": "n" + }, + { + "fieldname": "venue", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "exhibitions_common", + "xpath": [ + "venueGroupList", + "venueGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "venuePlaceTgn", + "required": "n" + }, + { + "fieldname": "venue", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "exhibitions_common", + "xpath": [ + "venueGroupList", + "venueGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "venueRefname", + "required": "n" + }, + { + "fieldname": "venueOpeningDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "venueGroupList", + "venueGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "venueOpeningDate", + "required": "n" + }, + { + "fieldname": "venueClosingDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "venueGroupList", + "venueGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "venueClosingDate", + "required": "n" + }, + { + "fieldname": "venueAttendance", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "venueGroupList", + "venueGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "venueAttendance", + "required": "n" + }, + { + "fieldname": "venueUrl", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "venueGroupList", + "venueGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "venueUrl", + "required": "n" + }, + { + "fieldname": "workingGroupTitle", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "workingGroupList", + "workingGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "workingGroupTitle", + "required": "n" + }, + { + "fieldname": "workingGroupNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "workingGroupList", + "workingGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "workingGroupNote", + "required": "n" + }, + { + "fieldname": "exhibitionPerson", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "exhibitions_common", + "xpath": [ + "workingGroupList", + "workingGroup", + "exhibitionPersonGroupList", + "exhibitionPersonGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionPersonPersonLocal", + "required": "n" + }, + { + "fieldname": "exhibitionPerson", + "transforms": { + "authority": [ + "personauthorities", + "ulan_pa" + ] + }, + "source_type": "authority", + "source_name": "person/ulan", + "namespace": "exhibitions_common", + "xpath": [ + "workingGroupList", + "workingGroup", + "exhibitionPersonGroupList", + "exhibitionPersonGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionPersonPersonUlan", + "required": "n" + }, + { + "fieldname": "exhibitionPerson", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "exhibitions_common", + "xpath": [ + "workingGroupList", + "workingGroup", + "exhibitionPersonGroupList", + "exhibitionPersonGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionPersonOrganizationLocal", + "required": "n" + }, + { + "fieldname": "exhibitionPerson", + "transforms": { + "authority": [ + "orgauthorities", + "ulan_oa" + ] + }, + "source_type": "authority", + "source_name": "organization/ulan", + "namespace": "exhibitions_common", + "xpath": [ + "workingGroupList", + "workingGroup", + "exhibitionPersonGroupList", + "exhibitionPersonGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionPersonOrganizationUlan", + "required": "n" + }, + { + "fieldname": "exhibitionPerson", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "exhibitions_common", + "xpath": [ + "workingGroupList", + "workingGroup", + "exhibitionPersonGroupList", + "exhibitionPersonGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionPersonRefname", + "required": "n" + }, + { + "fieldname": "exhibitionPersonRole", + "transforms": { + "vocabulary": "exhibitionpersonrole" + }, + "source_type": "vocabulary", + "source_name": "exhibitionpersonrole", + "namespace": "exhibitions_common", + "xpath": [ + "workingGroupList", + "workingGroup", + "exhibitionPersonGroupList", + "exhibitionPersonGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionPersonRole", + "required": "n" + }, + { + "fieldname": "exhibitionPersonRole", + "transforms": { + }, + "source_type": "refname", + "source_name": "exhibitionpersonrole", + "namespace": "exhibitions_common", + "xpath": [ + "workingGroupList", + "workingGroup", + "exhibitionPersonGroupList", + "exhibitionPersonGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionPersonRoleRefname", + "required": "n" + }, + { + "fieldname": "planningNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "planningNote", + "required": "n" + }, + { + "fieldname": "curatorialNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "curatorialNote", + "required": "n" + }, + { + "fieldname": "generalNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "generalNote", + "required": "n" + }, + { + "fieldname": "boilerplateText", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "boilerplateText", + "required": "n" + }, + { + "fieldname": "galleryRotationName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "galleryRotationGroupList", + "galleryRotationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "galleryRotationName", + "required": "n" + }, + { + "fieldname": "galleryRotationStartDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "galleryRotationGroupList", + "galleryRotationGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "galleryRotationStartDateGroup", + "required": "n" + }, + { + "fieldname": "galleryRotationEndDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "galleryRotationGroupList", + "galleryRotationGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "galleryRotationEndDateGroup", + "required": "n" + }, + { + "fieldname": "galleryRotationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "galleryRotationGroupList", + "galleryRotationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "galleryRotationNote", + "required": "n" + }, + { + "fieldname": "exhibitionReference", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionReferenceGroupList", + "exhibitionReferenceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionReferenceCitationLocal", + "required": "n" + }, + { + "fieldname": "exhibitionReference", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionReferenceGroupList", + "exhibitionReferenceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionReferenceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "exhibitionReference", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionReferenceGroupList", + "exhibitionReferenceGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionReferenceRefname", + "required": "n" + }, + { + "fieldname": "exhibitionReferenceType", + "transforms": { + "vocabulary": "exhibitionreferencetype" + }, + "source_type": "vocabulary", + "source_name": "exhibitionreferencetype", + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionReferenceGroupList", + "exhibitionReferenceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionReferenceType", + "required": "n" + }, + { + "fieldname": "exhibitionReferenceType", + "transforms": { + }, + "source_type": "refname", + "source_name": "exhibitionreferencetype", + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionReferenceGroupList", + "exhibitionReferenceGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionReferenceTypeRefname", + "required": "n" + }, + { + "fieldname": "exhibitionReferenceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionReferenceGroupList", + "exhibitionReferenceGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionReferenceNote", + "required": "n" + }, + { + "fieldname": "exhibitionSectionName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionSectionGroupList", + "exhibitionSectionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionSectionName", + "required": "n" + }, + { + "fieldname": "exhibitionSectionLocation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionSectionGroupList", + "exhibitionSectionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionSectionLocation", + "required": "n" + }, + { + "fieldname": "exhibitionSectionObjects", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionSectionGroupList", + "exhibitionSectionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionSectionObjects", + "required": "n" + }, + { + "fieldname": "exhibitionSectionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionSectionGroupList", + "exhibitionSectionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionSectionNote", + "required": "n" + }, + { + "fieldname": "exhibitionStatus", + "transforms": { + "vocabulary": "exhibitionstatus" + }, + "source_type": "vocabulary", + "source_name": "exhibitionstatus", + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionStatusGroupList", + "exhibitionStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionStatus", + "required": "n" + }, + { + "fieldname": "exhibitionStatus", + "transforms": { + }, + "source_type": "refname", + "source_name": "exhibitionstatus", + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionStatusGroupList", + "exhibitionStatusGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionStatusRefname", + "required": "n" + }, + { + "fieldname": "exhibitionStatusDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionStatusGroupList", + "exhibitionStatusGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionStatusDate", + "required": "n" + }, + { + "fieldname": "exhibitionStatusNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionStatusGroupList", + "exhibitionStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionStatusNote", + "required": "n" + }, + { + "fieldname": "exhibitionObjectNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionObjectGroupList", + "exhibitionObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionObjectNumber", + "required": "n" + }, + { + "fieldname": "exhibitionObjectName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionObjectGroupList", + "exhibitionObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionObjectName", + "required": "n" + }, + { + "fieldname": "exhibitionObjectConsCheckDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionObjectGroupList", + "exhibitionObjectGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionObjectConsCheckDate", + "required": "n" + }, + { + "fieldname": "exhibitionObjectConsTreatment", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "exhibitionConsTreatmentStatuses", + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionObjectGroupList", + "exhibitionObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "Done", + "Needed", + "Not needed" + ], + "datacolumn": "exhibitionObjectConsTreatment", + "required": "n" + }, + { + "fieldname": "exhibitionObjectMount", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "exhibitionMountStatuses", + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionObjectGroupList", + "exhibitionObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "Done", + "Needed", + "Not needed" + ], + "datacolumn": "exhibitionObjectMount", + "required": "n" + }, + { + "fieldname": "exhibitionObjectSection", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionObjectGroupList", + "exhibitionObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionObjectSection", + "required": "n" + }, + { + "fieldname": "exhibitionObjectCase", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionObjectGroupList", + "exhibitionObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionObjectCase", + "required": "n" + }, + { + "fieldname": "exhibitionObjectSeqNum", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionObjectGroupList", + "exhibitionObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionObjectSeqNum", + "required": "n" + }, + { + "fieldname": "exhibitionObjectRotation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionObjectGroupList", + "exhibitionObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionObjectRotation", + "required": "n" + }, + { + "fieldname": "exhibitionObjectNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "exhibitions_common", + "xpath": [ + "exhibitionObjectGroupList", + "exhibitionObjectGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "exhibitionObjectNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_group.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_group.json new file mode 100644 index 00000000..8d209e93 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_group.json @@ -0,0 +1,170 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "group", + "document_name": "groups", + "service_name": "Groups", + "service_path": "groups", + "service_type": "procedure", + "object_name": "Group", + "ns_uri": { + "groups_common": "http://collectionspace.org/services/group" + }, + "identifier_field": "title", + "search_field": "title" + }, + "docstructure": { + "groups_common": { + } + }, + "mappings": [ + { + "fieldname": "title", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "groups_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "title", + "required": "y" + }, + { + "fieldname": "responsibleDepartment", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "departments", + "namespace": "groups_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "archaeology", + "archaeology-nagpra", + "collection-management", + "design", + "education", + "history", + "naamcc", + "natural-history", + "poindexter-village", + "registrar", + "sites" + ], + "datacolumn": "responsibleDepartment", + "required": "n" + }, + { + "fieldname": "owner", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "groups_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "owner", + "required": "n" + }, + { + "fieldname": "owner", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "groups_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "ownerRefname", + "required": "n" + }, + { + "fieldname": "groupEarliestSingleDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "groups_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "groupEarliestSingleDate", + "required": "n" + }, + { + "fieldname": "groupLatestDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "groups_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "groupLatestDate", + "required": "n" + }, + { + "fieldname": "scopeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "groups_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "scopeNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_insurance.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_insurance.json new file mode 100644 index 00000000..67ad8618 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_insurance.json @@ -0,0 +1,693 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "insurance", + "document_name": "insurances", + "service_name": "Insurance", + "service_path": "insurances", + "service_type": "procedure", + "object_name": "Insurance", + "ns_uri": { + "insurances_common": "http://collectionspace.org/services/insurance" + }, + "identifier_field": "insuranceIndemnityReferenceNumber", + "search_field": "insuranceIndemnityReferenceNumber" + }, + "docstructure": { + "insurances_common": { + "insuranceIndemnityStatusGroupList": { + "insuranceIndemnityStatusGroup": { + } + }, + "quoteProviderGroupList": { + "quoteProviderGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "insuranceIndemnityReferenceNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityReferenceNumber", + "required": "y" + }, + { + "fieldname": "insuranceIndemnityType", + "transforms": { + "vocabulary": "insurancetype" + }, + "source_type": "vocabulary", + "source_name": "insurancetype", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityType", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityType", + "transforms": { + }, + "source_type": "refname", + "source_name": "insurancetype", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityTypeRefname", + "required": "n" + }, + { + "fieldname": "insurerIndemnifier", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insurerIndemnifierPersonLocal", + "required": "n" + }, + { + "fieldname": "insurerIndemnifier", + "transforms": { + "authority": [ + "personauthorities", + "ulan_pa" + ] + }, + "source_type": "authority", + "source_name": "person/ulan", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insurerIndemnifierPersonUlan", + "required": "n" + }, + { + "fieldname": "insurerIndemnifier", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insurerIndemnifierOrganizationLocal", + "required": "n" + }, + { + "fieldname": "insurerIndemnifier", + "transforms": { + "authority": [ + "orgauthorities", + "ulan_oa" + ] + }, + "source_type": "authority", + "source_name": "organization/ulan", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insurerIndemnifierOrganizationUlan", + "required": "n" + }, + { + "fieldname": "insurerIndemnifier", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insurerIndemnifierRefname", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityPolicyNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityPolicyNumber", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityCurrency", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityCurrencyRefname", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityValue", + "required": "n" + }, + { + "fieldname": "minimumLiabilityCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "minimumLiabilityCurrency", + "required": "n" + }, + { + "fieldname": "minimumLiabilityCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "minimumLiabilityCurrencyRefname", + "required": "n" + }, + { + "fieldname": "minimumLiabilityValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "minimumLiabilityValue", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityAuthorizer", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityAuthorizer", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityAuthorizer", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityAuthorizerRefname", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityAuthorizationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityAuthorizationDate", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityStatus", + "transforms": { + "vocabulary": "insurancestatus" + }, + "source_type": "vocabulary", + "source_name": "insurancestatus", + "namespace": "insurances_common", + "xpath": [ + "insuranceIndemnityStatusGroupList", + "insuranceIndemnityStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityStatus", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityStatus", + "transforms": { + }, + "source_type": "refname", + "source_name": "insurancestatus", + "namespace": "insurances_common", + "xpath": [ + "insuranceIndemnityStatusGroupList", + "insuranceIndemnityStatusGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityStatusRefname", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityStatusDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "insurances_common", + "xpath": [ + "insuranceIndemnityStatusGroupList", + "insuranceIndemnityStatusGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityStatusDate", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityStatusNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "insurances_common", + "xpath": [ + "insuranceIndemnityStatusGroupList", + "insuranceIndemnityStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityStatusNote", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "insurances_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityNote", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityQuoteProvider", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "insurances_common", + "xpath": [ + "quoteProviderGroupList", + "quoteProviderGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityQuoteProviderPersonLocal", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityQuoteProvider", + "transforms": { + "authority": [ + "personauthorities", + "ulan_pa" + ] + }, + "source_type": "authority", + "source_name": "person/ulan", + "namespace": "insurances_common", + "xpath": [ + "quoteProviderGroupList", + "quoteProviderGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityQuoteProviderPersonUlan", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityQuoteProvider", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "insurances_common", + "xpath": [ + "quoteProviderGroupList", + "quoteProviderGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityQuoteProviderOrganizationLocal", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityQuoteProvider", + "transforms": { + "authority": [ + "orgauthorities", + "ulan_oa" + ] + }, + "source_type": "authority", + "source_name": "organization/ulan", + "namespace": "insurances_common", + "xpath": [ + "quoteProviderGroupList", + "quoteProviderGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityQuoteProviderOrganizationUlan", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityQuoteProvider", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "insurances_common", + "xpath": [ + "quoteProviderGroupList", + "quoteProviderGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityQuoteProviderRefname", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityQuoteCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "insurances_common", + "xpath": [ + "quoteProviderGroupList", + "quoteProviderGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityQuoteCurrency", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityQuoteCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "insurances_common", + "xpath": [ + "quoteProviderGroupList", + "quoteProviderGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityQuoteCurrencyRefname", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityQuoteValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "insurances_common", + "xpath": [ + "quoteProviderGroupList", + "quoteProviderGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityQuoteValue", + "required": "n" + }, + { + "fieldname": "insuranceIndemnityQuoteDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "insurances_common", + "xpath": [ + "quoteProviderGroupList", + "quoteProviderGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "insuranceIndemnityQuoteDate", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_intake.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_intake.json new file mode 100644 index 00000000..a1515c97 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_intake.json @@ -0,0 +1,1524 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "intake", + "document_name": "intakes", + "service_name": "Intake", + "service_path": "intakes", + "service_type": "procedure", + "object_name": "Intake", + "ns_uri": { + "intakes_common": "http://collectionspace.org/services/intake" + }, + "identifier_field": "entryNumber", + "search_field": "entryNumber" + }, + "docstructure": { + "intakes_common": { + "entryMethods": { + }, + "currentOwners": { + }, + "depositorGroupList": { + "depositorGroup": { + } + }, + "approvalGroupList": { + "approvalGroup": { + } + }, + "fieldCollectionMethods": { + }, + "fieldCollectionSources": { + }, + "fieldCollectors": { + }, + "fieldCollectionEventNames": { + }, + "insurers": { + }, + "currentLocationGroupList": { + "currentLocationGroup": { + } + }, + "conditionCheckMethods": { + }, + "conditionCheckReasons": { + }, + "conditionCheckersOrAssessors": { + } + } + }, + "mappings": [ + { + "fieldname": "entryNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "entryNumber", + "required": "y" + }, + { + "fieldname": "entryDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "entryDate", + "required": "n" + }, + { + "fieldname": "entryReason", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "entryReasons", + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "loan", + "referral" + ], + "datacolumn": "entryReason", + "required": "n" + }, + { + "fieldname": "entryMethod", + "transforms": { + "vocabulary": "entrymethod" + }, + "source_type": "vocabulary", + "source_name": "entrymethod", + "namespace": "intakes_common", + "xpath": [ + "entryMethods" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "entryMethod", + "required": "n" + }, + { + "fieldname": "entryMethod", + "transforms": { + }, + "source_type": "refname", + "source_name": "entrymethod", + "namespace": "intakes_common", + "xpath": [ + "entryMethods" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "entryMethodRefname", + "required": "n" + }, + { + "fieldname": "returnDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "returnDate", + "required": "n" + }, + { + "fieldname": "currentOwner", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "currentOwners" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "currentOwnerPersonLocal", + "required": "n" + }, + { + "fieldname": "currentOwner", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "intakes_common", + "xpath": [ + "currentOwners" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "currentOwnerOrganizationLocal", + "required": "n" + }, + { + "fieldname": "currentOwner", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "currentOwners" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "currentOwnerRefname", + "required": "n" + }, + { + "fieldname": "depositor", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "depositorGroupList", + "depositorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "depositorPersonLocal", + "required": "n" + }, + { + "fieldname": "depositor", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "intakes_common", + "xpath": [ + "depositorGroupList", + "depositorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "depositorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "depositor", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "depositorGroupList", + "depositorGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "depositorRefname", + "required": "n" + }, + { + "fieldname": "depositorsRequirements", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + "depositorGroupList", + "depositorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "depositorsRequirements", + "required": "n" + }, + { + "fieldname": "approvalGroup", + "transforms": { + "vocabulary": "deaccessionapprovalgroup" + }, + "source_type": "vocabulary", + "source_name": "deaccessionapprovalgroup", + "namespace": "intakes_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalGroup", + "required": "n" + }, + { + "fieldname": "approvalGroup", + "transforms": { + }, + "source_type": "refname", + "source_name": "deaccessionapprovalgroup", + "namespace": "intakes_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalGroupRefname", + "required": "n" + }, + { + "fieldname": "approvalIndividual", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalIndividual", + "required": "n" + }, + { + "fieldname": "approvalIndividual", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalIndividualRefname", + "required": "n" + }, + { + "fieldname": "approvalStatus", + "transforms": { + "vocabulary": "deaccessionapprovalstatus" + }, + "source_type": "vocabulary", + "source_name": "deaccessionapprovalstatus", + "namespace": "intakes_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalStatus", + "required": "n" + }, + { + "fieldname": "approvalStatus", + "transforms": { + }, + "source_type": "refname", + "source_name": "deaccessionapprovalstatus", + "namespace": "intakes_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalStatusRefname", + "required": "n" + }, + { + "fieldname": "approvalDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalDate", + "required": "n" + }, + { + "fieldname": "approvalNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + "approvalGroupList", + "approvalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "approvalNote", + "required": "n" + }, + { + "fieldname": "entryNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "entryNote", + "required": "n" + }, + { + "fieldname": "packingNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "packingNote", + "required": "n" + }, + { + "fieldname": "fieldCollectionDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionDate", + "required": "n" + }, + { + "fieldname": "fieldCollectionMethod", + "transforms": { + "vocabulary": "collectionmethod" + }, + "source_type": "vocabulary", + "source_name": "collectionmethod", + "namespace": "intakes_common", + "xpath": [ + "fieldCollectionMethods" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionMethod", + "required": "n" + }, + { + "fieldname": "fieldCollectionMethod", + "transforms": { + }, + "source_type": "refname", + "source_name": "collectionmethod", + "namespace": "intakes_common", + "xpath": [ + "fieldCollectionMethods" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionMethodRefname", + "required": "n" + }, + { + "fieldname": "fieldCollectionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionNote", + "required": "n" + }, + { + "fieldname": "fieldCollectionNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionNumber", + "required": "n" + }, + { + "fieldname": "fieldCollectionPlace", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionPlace", + "required": "n" + }, + { + "fieldname": "fieldCollectionSource", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "fieldCollectionSources" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionSourcePersonLocal", + "required": "n" + }, + { + "fieldname": "fieldCollectionSource", + "transforms": { + "authority": [ + "conceptauthorities", + "ethculture" + ] + }, + "source_type": "authority", + "source_name": "concept/ethculture", + "namespace": "intakes_common", + "xpath": [ + "fieldCollectionSources" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionSourceConceptEthculture", + "required": "n" + }, + { + "fieldname": "fieldCollectionSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "fieldCollectionSources" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionSourceRefname", + "required": "n" + }, + { + "fieldname": "fieldCollector", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "fieldCollectors" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectorPersonLocal", + "required": "n" + }, + { + "fieldname": "fieldCollector", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "intakes_common", + "xpath": [ + "fieldCollectors" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "fieldCollector", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "fieldCollectors" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectorRefname", + "required": "n" + }, + { + "fieldname": "fieldCollectionEventName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + "fieldCollectionEventNames" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "fieldCollectionEventName", + "required": "n" + }, + { + "fieldname": "valuer", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "valuerPersonLocal", + "required": "n" + }, + { + "fieldname": "valuer", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "valuerOrganizationLocal", + "required": "n" + }, + { + "fieldname": "valuer", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "valuerRefname", + "required": "n" + }, + { + "fieldname": "valuationReferenceNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "valuationReferenceNumber", + "required": "n" + }, + { + "fieldname": "insurer", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "insurers" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "insurerPersonLocal", + "required": "n" + }, + { + "fieldname": "insurer", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "intakes_common", + "xpath": [ + "insurers" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "insurerOrganizationLocal", + "required": "n" + }, + { + "fieldname": "insurer", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "insurers" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "insurerRefname", + "required": "n" + }, + { + "fieldname": "insurancePolicyNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insurancePolicyNumber", + "required": "n" + }, + { + "fieldname": "insuranceRenewalDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceRenewalDate", + "required": "n" + }, + { + "fieldname": "insuranceReferenceNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceReferenceNumber", + "required": "n" + }, + { + "fieldname": "insuranceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceNote", + "required": "n" + }, + { + "fieldname": "currentLocation", + "transforms": { + "authority": [ + "locationauthorities", + "location" + ] + }, + "source_type": "authority", + "source_name": "location/local", + "namespace": "intakes_common", + "xpath": [ + "currentLocationGroupList", + "currentLocationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationLocationLocal", + "required": "n" + }, + { + "fieldname": "currentLocation", + "transforms": { + "authority": [ + "locationauthorities", + "offsite_sla" + ] + }, + "source_type": "authority", + "source_name": "location/offsite", + "namespace": "intakes_common", + "xpath": [ + "currentLocationGroupList", + "currentLocationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationLocationOffsite", + "required": "n" + }, + { + "fieldname": "currentLocation", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "intakes_common", + "xpath": [ + "currentLocationGroupList", + "currentLocationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationOrganizationLocal", + "required": "n" + }, + { + "fieldname": "currentLocation", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "intakes_common", + "xpath": [ + "currentLocationGroupList", + "currentLocationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationPlaceLocal", + "required": "n" + }, + { + "fieldname": "currentLocation", + "transforms": { + }, + "source_type": "refname", + "source_name": "location/local", + "namespace": "intakes_common", + "xpath": [ + "currentLocationGroupList", + "currentLocationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationRefname", + "required": "n" + }, + { + "fieldname": "currentLocationFitness", + "transforms": { + "vocabulary": "conditionfitness" + }, + "source_type": "vocabulary", + "source_name": "conditionfitness", + "namespace": "intakes_common", + "xpath": [ + "currentLocationGroupList", + "currentLocationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationFitness", + "required": "n" + }, + { + "fieldname": "currentLocationFitness", + "transforms": { + }, + "source_type": "refname", + "source_name": "conditionfitness", + "namespace": "intakes_common", + "xpath": [ + "currentLocationGroupList", + "currentLocationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationFitnessRefname", + "required": "n" + }, + { + "fieldname": "currentLocationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + "currentLocationGroupList", + "currentLocationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationNote", + "required": "n" + }, + { + "fieldname": "locationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "locationDate", + "required": "n" + }, + { + "fieldname": "normalLocation", + "transforms": { + "authority": [ + "locationauthorities", + "location" + ] + }, + "source_type": "authority", + "source_name": "location/local", + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "normalLocationLocationLocal", + "required": "n" + }, + { + "fieldname": "normalLocation", + "transforms": { + "authority": [ + "locationauthorities", + "offsite_sla" + ] + }, + "source_type": "authority", + "source_name": "location/offsite", + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "normalLocationLocationOffsite", + "required": "n" + }, + { + "fieldname": "normalLocation", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "normalLocationOrganizationLocal", + "required": "n" + }, + { + "fieldname": "normalLocation", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "normalLocationPlaceLocal", + "required": "n" + }, + { + "fieldname": "normalLocation", + "transforms": { + }, + "source_type": "refname", + "source_name": "location/local", + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "normalLocationRefname", + "required": "n" + }, + { + "fieldname": "conditionCheckMethod", + "transforms": { + "vocabulary": "conditioncheckmethod" + }, + "source_type": "vocabulary", + "source_name": "conditioncheckmethod", + "namespace": "intakes_common", + "xpath": [ + "conditionCheckMethods" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckMethod", + "required": "n" + }, + { + "fieldname": "conditionCheckMethod", + "transforms": { + }, + "source_type": "refname", + "source_name": "conditioncheckmethod", + "namespace": "intakes_common", + "xpath": [ + "conditionCheckMethods" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckMethodRefname", + "required": "n" + }, + { + "fieldname": "conditionCheckReason", + "transforms": { + "vocabulary": "conditioncheckreason" + }, + "source_type": "vocabulary", + "source_name": "conditioncheckreason", + "namespace": "intakes_common", + "xpath": [ + "conditionCheckReasons" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckReason", + "required": "n" + }, + { + "fieldname": "conditionCheckReason", + "transforms": { + }, + "source_type": "refname", + "source_name": "conditioncheckreason", + "namespace": "intakes_common", + "xpath": [ + "conditionCheckReasons" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckReasonRefname", + "required": "n" + }, + { + "fieldname": "conditionCheckerOrAssessor", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "conditionCheckersOrAssessors" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckerOrAssessorPersonLocal", + "required": "n" + }, + { + "fieldname": "conditionCheckerOrAssessor", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "intakes_common", + "xpath": [ + "conditionCheckersOrAssessors" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckerOrAssessorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "conditionCheckerOrAssessor", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "intakes_common", + "xpath": [ + "conditionCheckersOrAssessors" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckerOrAssessorRefname", + "required": "n" + }, + { + "fieldname": "conditionCheckDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckDate", + "required": "n" + }, + { + "fieldname": "conditionCheckReferenceNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckReferenceNumber", + "required": "n" + }, + { + "fieldname": "conditionCheckNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "intakes_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "conditionCheckNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanin.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanin.json new file mode 100644 index 00000000..9b849240 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanin.json @@ -0,0 +1,615 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "loanin", + "document_name": "loansin", + "service_name": "Loanin", + "service_path": "loansin", + "service_type": "procedure", + "object_name": "Loanin", + "ns_uri": { + "loansin_common": "http://collectionspace.org/services/loanin" + }, + "identifier_field": "loanInNumber", + "search_field": "loanInNumber" + }, + "docstructure": { + "loansin_common": { + "loanStatusGroupList": { + "loanStatusGroup": { + } + }, + "lenderGroupList": { + "lenderGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "loanInNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "loanInNumber", + "required": "y" + }, + { + "fieldname": "loanPurpose", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "loanPurposes", + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "analysis", + "conservationotherrequestedservices", + "exhibition", + "longtermcollectionsmanagementandstorage", + "photography", + "research", + "scientificorexhibitpreparation" + ], + "datacolumn": "loanPurpose", + "required": "n" + }, + { + "fieldname": "loanGroup", + "transforms": { + "vocabulary": "deaccessionapprovalgroup" + }, + "source_type": "vocabulary", + "source_name": "deaccessionapprovalgroup", + "namespace": "loansin_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanGroup", + "required": "n" + }, + { + "fieldname": "loanGroup", + "transforms": { + }, + "source_type": "refname", + "source_name": "deaccessionapprovalgroup", + "namespace": "loansin_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanGroupRefname", + "required": "n" + }, + { + "fieldname": "loanIndividual", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanIndividual", + "required": "n" + }, + { + "fieldname": "loanIndividual", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanIndividualRefname", + "required": "n" + }, + { + "fieldname": "loanStatus", + "transforms": { + "vocabulary": "loanoutstatus" + }, + "source_type": "vocabulary", + "source_name": "loanoutstatus", + "namespace": "loansin_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanStatus", + "required": "n" + }, + { + "fieldname": "loanStatus", + "transforms": { + }, + "source_type": "refname", + "source_name": "loanoutstatus", + "namespace": "loansin_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanStatusRefname", + "required": "n" + }, + { + "fieldname": "loanStatusDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansin_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanStatusDate", + "required": "n" + }, + { + "fieldname": "loanStatusNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansin_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanStatusNote", + "required": "n" + }, + { + "fieldname": "lender", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + "lenderGroupList", + "lenderGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "lenderPersonLocal", + "required": "n" + }, + { + "fieldname": "lender", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "loansin_common", + "xpath": [ + "lenderGroupList", + "lenderGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "lenderOrganizationLocal", + "required": "n" + }, + { + "fieldname": "lender", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + "lenderGroupList", + "lenderGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "lenderRefname", + "required": "n" + }, + { + "fieldname": "lendersContact", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + "lenderGroupList", + "lenderGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "lendersContact", + "required": "n" + }, + { + "fieldname": "lendersContact", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + "lenderGroupList", + "lenderGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "lendersContactRefname", + "required": "n" + }, + { + "fieldname": "lendersAuthorizer", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + "lenderGroupList", + "lenderGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "lendersAuthorizer", + "required": "n" + }, + { + "fieldname": "lendersAuthorizer", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + "lenderGroupList", + "lenderGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "lendersAuthorizerRefname", + "required": "n" + }, + { + "fieldname": "lendersAuthorizationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansin_common", + "xpath": [ + "lenderGroupList", + "lenderGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "lendersAuthorizationDate", + "required": "n" + }, + { + "fieldname": "borrowersContact", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowersContact", + "required": "n" + }, + { + "fieldname": "borrowersContact", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowersContactRefname", + "required": "n" + }, + { + "fieldname": "borrowersAuthorizer", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowersAuthorizer", + "required": "n" + }, + { + "fieldname": "borrowersAuthorizer", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowersAuthorizerRefname", + "required": "n" + }, + { + "fieldname": "borrowersAuthorizationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowersAuthorizationDate", + "required": "n" + }, + { + "fieldname": "loanInConditions", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "loanInConditions", + "required": "n" + }, + { + "fieldname": "loanInNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "loanInNote", + "required": "n" + }, + { + "fieldname": "loanInDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "loanInDate", + "required": "n" + }, + { + "fieldname": "loanReturnDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "loanReturnDate", + "required": "n" + }, + { + "fieldname": "loanRenewalApplicationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansin_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "loanRenewalApplicationDate", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanout.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanout.json new file mode 100644 index 00000000..52a81316 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanout.json @@ -0,0 +1,603 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "loanout", + "document_name": "loansout", + "service_name": "Loanout", + "service_path": "loansout", + "service_type": "procedure", + "object_name": "Loanout", + "ns_uri": { + "loansout_common": "http://collectionspace.org/services/loanout" + }, + "identifier_field": "loanOutNumber", + "search_field": "loanOutNumber" + }, + "docstructure": { + "loansout_common": { + "loanStatusGroupList": { + "loanStatusGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "loanOutNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "loanOutNumber", + "required": "y" + }, + { + "fieldname": "loanPurpose", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "loanPurposes", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "analysis", + "conservationotherrequestedservices", + "exhibition", + "longtermcollectionsmanagementandstorage", + "photography", + "research", + "scientificorexhibitpreparation" + ], + "datacolumn": "loanPurpose", + "required": "n" + }, + { + "fieldname": "lendersAuthorizer", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "lendersAuthorizer", + "required": "n" + }, + { + "fieldname": "lendersAuthorizer", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "lendersAuthorizerRefname", + "required": "n" + }, + { + "fieldname": "lendersContact", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "lendersContact", + "required": "n" + }, + { + "fieldname": "lendersContact", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "lendersContactRefname", + "required": "n" + }, + { + "fieldname": "lendersAuthorizationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "lendersAuthorizationDate", + "required": "n" + }, + { + "fieldname": "borrower", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowerPersonLocal", + "required": "n" + }, + { + "fieldname": "borrower", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowerOrganizationLocal", + "required": "n" + }, + { + "fieldname": "borrower", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowerRefname", + "required": "n" + }, + { + "fieldname": "borrowersContact", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowersContact", + "required": "n" + }, + { + "fieldname": "borrowersContact", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowersContactRefname", + "required": "n" + }, + { + "fieldname": "borrowersAuthorizer", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowersAuthorizer", + "required": "n" + }, + { + "fieldname": "borrowersAuthorizer", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowersAuthorizerRefname", + "required": "n" + }, + { + "fieldname": "borrowersAuthorizationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "borrowersAuthorizationDate", + "required": "n" + }, + { + "fieldname": "specialConditionsOfLoan", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "specialConditionsOfLoan", + "required": "n" + }, + { + "fieldname": "loanOutNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "loanOutNote", + "required": "n" + }, + { + "fieldname": "loanGroup", + "transforms": { + "vocabulary": "deaccessionapprovalgroup" + }, + "source_type": "vocabulary", + "source_name": "deaccessionapprovalgroup", + "namespace": "loansout_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanGroup", + "required": "n" + }, + { + "fieldname": "loanGroup", + "transforms": { + }, + "source_type": "refname", + "source_name": "deaccessionapprovalgroup", + "namespace": "loansout_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanGroupRefname", + "required": "n" + }, + { + "fieldname": "loanIndividual", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanIndividual", + "required": "n" + }, + { + "fieldname": "loanIndividual", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "loansout_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanIndividualRefname", + "required": "n" + }, + { + "fieldname": "loanStatus", + "transforms": { + "vocabulary": "loanoutstatus" + }, + "source_type": "vocabulary", + "source_name": "loanoutstatus", + "namespace": "loansout_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanStatus", + "required": "n" + }, + { + "fieldname": "loanStatus", + "transforms": { + }, + "source_type": "refname", + "source_name": "loanoutstatus", + "namespace": "loansout_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanStatusRefname", + "required": "n" + }, + { + "fieldname": "loanStatusDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansout_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanStatusDate", + "required": "n" + }, + { + "fieldname": "loanStatusNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansout_common", + "xpath": [ + "loanStatusGroupList", + "loanStatusGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "loanStatusNote", + "required": "n" + }, + { + "fieldname": "loanOutDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "loanOutDate", + "required": "n" + }, + { + "fieldname": "loanReturnDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "loanReturnDate", + "required": "n" + }, + { + "fieldname": "loanRenewalApplicationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "loansout_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "loanRenewalApplicationDate", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-local.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-local.json new file mode 100644 index 00000000..517f6fee --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-local.json @@ -0,0 +1,517 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "location", + "document_name": "locations", + "service_name": "Locations", + "service_path": "locationauthorities", + "service_type": "authority", + "object_name": "Locationitem", + "ns_uri": { + "locations_common": "http://collectionspace.org/services/location" + }, + "identifier_field": "shortIdentifier", + "search_field": "locationTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "location" + }, + { + "name": "Offsite", + "subtype": "offsite_sla" + } + ], + "authority_type": "locationauthorities", + "authority_subtype": "location" + }, + "docstructure": { + "locations_common": { + "locTermGroupList": { + "locTermGroup": { + } + }, + "conditionGroupList": { + "conditionGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "locationTermStatuses", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "locationTermTypes", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "locationtermflag" + }, + "source_type": "vocabulary", + "source_name": "locationtermflag", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "locationtermflag", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "locationType", + "transforms": { + "vocabulary": "locationtype" + }, + "source_type": "vocabulary", + "source_name": "locationtype", + "namespace": "locations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "locationType", + "required": "n" + }, + { + "fieldname": "locationType", + "transforms": { + }, + "source_type": "refname", + "source_name": "locationtype", + "namespace": "locations_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "locationTypeRefname", + "required": "n" + }, + { + "fieldname": "securityNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "securityNote", + "required": "n" + }, + { + "fieldname": "address", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "address", + "required": "n" + }, + { + "fieldname": "accessNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "accessNote", + "required": "n" + }, + { + "fieldname": "conditionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "conditionGroupList", + "conditionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "conditionNote", + "required": "n" + }, + { + "fieldname": "conditionNoteDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "conditionGroupList", + "conditionGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "conditionNoteDate", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-offsite.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-offsite.json new file mode 100644 index 00000000..083f4f59 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-offsite.json @@ -0,0 +1,517 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "location", + "document_name": "locations", + "service_name": "Locations", + "service_path": "locationauthorities", + "service_type": "authority", + "object_name": "Locationitem", + "ns_uri": { + "locations_common": "http://collectionspace.org/services/location" + }, + "identifier_field": "shortIdentifier", + "search_field": "locationTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "location" + }, + { + "name": "Offsite", + "subtype": "offsite_sla" + } + ], + "authority_type": "locationauthorities", + "authority_subtype": "offsite_sla" + }, + "docstructure": { + "locations_common": { + "locTermGroupList": { + "locTermGroup": { + } + }, + "conditionGroupList": { + "conditionGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "locationTermStatuses", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "locationTermTypes", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "locationtermflag" + }, + "source_type": "vocabulary", + "source_name": "locationtermflag", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "locationtermflag", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "locTermGroupList", + "locTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "locationType", + "transforms": { + "vocabulary": "locationtype" + }, + "source_type": "vocabulary", + "source_name": "locationtype", + "namespace": "locations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "locationType", + "required": "n" + }, + { + "fieldname": "locationType", + "transforms": { + }, + "source_type": "refname", + "source_name": "locationtype", + "namespace": "locations_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "locationTypeRefname", + "required": "n" + }, + { + "fieldname": "securityNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "securityNote", + "required": "n" + }, + { + "fieldname": "address", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "address", + "required": "n" + }, + { + "fieldname": "accessNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "accessNote", + "required": "n" + }, + { + "fieldname": "conditionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "conditionGroupList", + "conditionGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "conditionNote", + "required": "n" + }, + { + "fieldname": "conditionNoteDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "locations_common", + "xpath": [ + "conditionGroupList", + "conditionGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "conditionNoteDate", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_media.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_media.json new file mode 100644 index 00000000..220902e1 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_media.json @@ -0,0 +1,972 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "media", + "document_name": "media", + "service_name": "Media", + "service_path": "media", + "service_type": "procedure", + "object_name": "Media", + "ns_uri": { + "media_common": "http://collectionspace.org/services/media" + }, + "identifier_field": "identificationNumber", + "search_field": "identificationNumber" + }, + "docstructure": { + "media_common": { + "publishToList": { + }, + "measuredPartGroupList": { + "measuredPartGroup": { + "dimensionSubGroupList": { + "dimensionSubGroup": { + } + } + } + }, + "languageList": { + }, + "relationList": { + }, + "typeList": { + }, + "dateGroupList": { + }, + "subjectList": { + } + }, + "blobs_common": { + } + }, + "mappings": [ + { + "fieldname": "identificationNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "identificationNumber", + "required": "y" + }, + { + "fieldname": "title", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "title", + "required": "n" + }, + { + "fieldname": "publishTo", + "transforms": { + "vocabulary": "publishto" + }, + "source_type": "vocabulary", + "source_name": "publishto", + "namespace": "media_common", + "xpath": [ + "publishToList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "publishTo", + "required": "n" + }, + { + "fieldname": "publishTo", + "transforms": { + }, + "source_type": "refname", + "source_name": "publishto", + "namespace": "media_common", + "xpath": [ + "publishToList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "publishToRefname", + "required": "n" + }, + { + "fieldname": "name", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "blobs_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "name", + "required": "n" + }, + { + "fieldname": "mimeType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "blobs_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "mimeType", + "required": "n" + }, + { + "fieldname": "length", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "blobs_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "length", + "required": "n" + }, + { + "fieldname": "externalUrl", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "externalUrl", + "required": "n" + }, + { + "fieldname": "measuredPart", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "measuredParts", + "namespace": "media_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "base", + "frame", + "framed", + "image-size", + "mount", + "paper-size", + "plate-size", + "unframed" + ], + "datacolumn": "measuredPart", + "required": "n" + }, + { + "fieldname": "dimensionSummary", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "dimensionSummary", + "required": "n" + }, + { + "fieldname": "dimension", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "dimensions", + "namespace": "media_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "area", + "base", + "circumference", + "count", + "depth", + "diameter", + "height", + "length", + "running-time", + "target", + "thickness", + "volume", + "weight", + "width" + ], + "datacolumn": "dimension", + "required": "n" + }, + { + "fieldname": "measuredBy", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "media_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "measuredByPersonLocal", + "required": "n" + }, + { + "fieldname": "measuredBy", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "media_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "measuredByOrganizationLocal", + "required": "n" + }, + { + "fieldname": "measuredBy", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "media_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "measuredByRefname", + "required": "n" + }, + { + "fieldname": "measurementMethod", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "measurementMethods", + "namespace": "media_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "balance_beam_scale", + "electronic_distance_measurement", + "goniometer", + "hydraulic_or_pneumatic_scale", + "measuring_tape_cloth", + "measuring_tape_metal", + "microscopy_reticule", + "odometer", + "optical_range_finder", + "osteometric_board", + "pacing_pedometer", + "protractor", + "ruler", + "sliding_calipers", + "spreading_calipers", + "spring_scale", + "stadia_transit", + "standard_mesh_screen", + "taping_chaining", + "theodolite_total_station" + ], + "datacolumn": "measurementMethod", + "required": "n" + }, + { + "fieldname": "value", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "value", + "required": "n" + }, + { + "fieldname": "measurementUnit", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "measurementUnits", + "namespace": "media_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "acres", + "carats", + "centimeters", + "cubic-centimeters", + "feet", + "grams", + "inches", + "kilograms", + "liters", + "meters", + "millimeters", + "minutes", + "pixels", + "pounds", + "square-feet", + "stories" + ], + "datacolumn": "measurementUnit", + "required": "n" + }, + { + "fieldname": "valueQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "valueQualifier", + "required": "n" + }, + { + "fieldname": "valueDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + "measuredPartGroupList", + "measuredPartGroup", + "dimensionSubGroupList", + "dimensionSubGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "valueDate", + "required": "n" + }, + { + "fieldname": "contributor", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "contributorPersonLocal", + "required": "n" + }, + { + "fieldname": "contributor", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "contributorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "contributor", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "contributorRefname", + "required": "n" + }, + { + "fieldname": "creator", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "creatorPersonLocal", + "required": "n" + }, + { + "fieldname": "creator", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "creatorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "creator", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "creatorRefname", + "required": "n" + }, + { + "fieldname": "language", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "media_common", + "xpath": [ + "languageList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "language", + "required": "n" + }, + { + "fieldname": "language", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "media_common", + "xpath": [ + "languageList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "languageRefname", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "publisherPersonLocal", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "publisherOrganizationLocal", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "publisherRefname", + "required": "n" + }, + { + "fieldname": "relation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + "relationList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "relation", + "required": "n" + }, + { + "fieldname": "copyrightStatement", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "copyrightStatement", + "required": "n" + }, + { + "fieldname": "type", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "mediaTypes", + "namespace": "media_common", + "xpath": [ + "typeList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + "dataset", + "document", + "moving_image", + "sound", + "still_image" + ], + "datacolumn": "type", + "required": "n" + }, + { + "fieldname": "coverage", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "coverage", + "required": "n" + }, + { + "fieldname": "dateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + "dateGroupList" + ], + "data_type": "structured date group", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "dateGroup", + "required": "n" + }, + { + "fieldname": "source", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "source", + "required": "n" + }, + { + "fieldname": "subject", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + "subjectList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "subject", + "required": "n" + }, + { + "fieldname": "rightsHolder", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "rightsHolderPersonLocal", + "required": "n" + }, + { + "fieldname": "rightsHolder", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "rightsHolderOrganizationLocal", + "required": "n" + }, + { + "fieldname": "rightsHolder", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "rightsHolderRefname", + "required": "n" + }, + { + "fieldname": "description", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "description", + "required": "n" + }, + { + "fieldname": "altText", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "media_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "altText", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_movement.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_movement.json new file mode 100644 index 00000000..9e09fb6d --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_movement.json @@ -0,0 +1,570 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "movement", + "document_name": "movements", + "service_name": "Movements", + "service_path": "movements", + "service_type": "procedure", + "object_name": "Movement", + "ns_uri": { + "movements_common": "http://collectionspace.org/services/movement" + }, + "identifier_field": "movementReferenceNumber", + "search_field": "movementReferenceNumber" + }, + "docstructure": { + "movements_common": { + "movementMethods": { + }, + "inventoryContactList": { + } + } + }, + "mappings": [ + { + "fieldname": "movementReferenceNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "movementReferenceNumber", + "required": "y" + }, + { + "fieldname": "normalLocation", + "transforms": { + "authority": [ + "locationauthorities", + "location" + ] + }, + "source_type": "authority", + "source_name": "location/local", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "normalLocationLocationLocal", + "required": "n" + }, + { + "fieldname": "normalLocation", + "transforms": { + "authority": [ + "locationauthorities", + "offsite_sla" + ] + }, + "source_type": "authority", + "source_name": "location/offsite", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "normalLocationLocationOffsite", + "required": "n" + }, + { + "fieldname": "normalLocation", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "normalLocationOrganizationLocal", + "required": "n" + }, + { + "fieldname": "normalLocation", + "transforms": { + }, + "source_type": "refname", + "source_name": "location/local", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "normalLocationRefname", + "required": "n" + }, + { + "fieldname": "currentLocation", + "transforms": { + "authority": [ + "locationauthorities", + "location" + ] + }, + "source_type": "authority", + "source_name": "location/local", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationLocationLocal", + "required": "y" + }, + { + "fieldname": "currentLocation", + "transforms": { + "authority": [ + "locationauthorities", + "offsite_sla" + ] + }, + "source_type": "authority", + "source_name": "location/offsite", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationLocationOffsite", + "required": "y" + }, + { + "fieldname": "currentLocation", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationOrganizationLocal", + "required": "y" + }, + { + "fieldname": "currentLocation", + "transforms": { + }, + "source_type": "refname", + "source_name": "location/local", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationRefname", + "required": "y" + }, + { + "fieldname": "currentLocationFitness", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "locationFitnesses", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "dangerous", + "suitable", + "temporary", + "unsuitable" + ], + "datacolumn": "currentLocationFitness", + "required": "n" + }, + { + "fieldname": "currentLocationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "currentLocationNote", + "required": "n" + }, + { + "fieldname": "locationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "locationDate", + "required": "n" + }, + { + "fieldname": "reasonForMove", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "moveReasons", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "conservation", + "exhibition", + "inventory", + "loan", + "newstoragelocation", + "photography", + "research" + ], + "datacolumn": "reasonForMove", + "required": "n" + }, + { + "fieldname": "movementMethod", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "moveMethods", + "namespace": "movements_common", + "xpath": [ + "movementMethods" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + "forklift", + "handcarried", + "trolley" + ], + "datacolumn": "movementMethod", + "required": "n" + }, + { + "fieldname": "plannedRemovalDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "plannedRemovalDate", + "required": "n" + }, + { + "fieldname": "removalDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "removalDate", + "required": "n" + }, + { + "fieldname": "movementContact", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "movementContact", + "required": "n" + }, + { + "fieldname": "movementContact", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "movementContactRefname", + "required": "n" + }, + { + "fieldname": "movementNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "movementNote", + "required": "n" + }, + { + "fieldname": "inventoryActionRequired", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "invActions", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "conservation", + "preservation", + "re-housing" + ], + "datacolumn": "inventoryActionRequired", + "required": "n" + }, + { + "fieldname": "frequencyForInventory", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "invFreqs", + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "annually", + "daily", + "monthly", + "semi-annually", + "weekly" + ], + "datacolumn": "frequencyForInventory", + "required": "n" + }, + { + "fieldname": "inventoryDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "inventoryDate", + "required": "n" + }, + { + "fieldname": "nextInventoryDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "nextInventoryDate", + "required": "n" + }, + { + "fieldname": "inventoryContact", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "movements_common", + "xpath": [ + "inventoryContactList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "inventoryContact", + "required": "n" + }, + { + "fieldname": "inventoryContact", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "movements_common", + "xpath": [ + "inventoryContactList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "inventoryContactRefname", + "required": "n" + }, + { + "fieldname": "inventoryNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "movements_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "inventoryNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_nonhierarchicalrelationship.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_nonhierarchicalrelationship.json new file mode 100644 index 00000000..8bf49bd4 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_nonhierarchicalrelationship.json @@ -0,0 +1,165 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "nonhierarchicalrelationship", + "document_name": "relations", + "service_name": "Relations", + "service_path": "relations", + "service_type": "relation", + "object_name": "Non-Hierarchy Relation", + "ns_uri": { + "relations_common": "http://collectionspace.org/services/relation" + }, + "identifier_field": "subjectCsid", + "search_field": "term" + }, + "docstructure": { + "relations_common": { + "subjectCsid": { + }, + "relationshipType": { + }, + "objectCsid": { + } + } + }, + "mappings": [ + { + "fieldname": "subjectType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "fakeProfileTypes", + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + "acquisitions", + "claims", + "collectionobjects", + "conditionchecks", + "conservation", + "exhibitions", + "groups", + "insurances", + "intakes", + "loansin", + "loansout", + "media", + "movements", + "objectexit", + "osteology", + "transports", + "uoc", + "valuationcontrols" + ], + "datacolumn": "item1_type", + "required": "y in template" + }, + { + "fieldname": "subjectCsid", + "transforms": { + "special": [ + "obj_to_csid" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "item1_id", + "required": "y" + }, + { + "fieldname": "relationshipType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "relationshiptype", + "required": "y", + "to_template": false + }, + { + "fieldname": "objectType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "fakeProfileTypes", + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + "acquisitions", + "claims", + "collectionobjects", + "conditionchecks", + "conservation", + "exhibitions", + "groups", + "insurances", + "intakes", + "loansin", + "loansout", + "media", + "movements", + "objectexit", + "osteology", + "transports", + "uoc", + "valuationcontrols" + ], + "datacolumn": "item2_type", + "required": "y in template" + }, + { + "fieldname": "objectCsid", + "transforms": { + "special": [ + "obj_to_csid" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "item2_id", + "required": "y" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objectexit.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objectexit.json new file mode 100644 index 00000000..2409ea35 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objectexit.json @@ -0,0 +1,715 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "objectexit", + "document_name": "objectexit", + "service_name": "ObjectExit", + "service_path": "objectexit", + "service_type": "procedure", + "object_name": "ObjectExit", + "ns_uri": { + "objectexit_common": "http://collectionspace.org/services/objectexit" + }, + "identifier_field": "exitNumber", + "search_field": "exitNumber" + }, + "docstructure": { + "objectexit_common": { + "exitMethods": { + }, + "deacApprovalGroupList": { + "deacApprovalGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "exitNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "exitNumber", + "required": "y" + }, + { + "fieldname": "exitDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "exitDateGroup", + "required": "n" + }, + { + "fieldname": "exitReason", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "exitReasons", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "betterExampleExists", + "cantPreserve", + "deteriorated", + "nagpraRepatriation", + "noLongerUseful", + "notCollectionThemed" + ], + "datacolumn": "exitReason", + "required": "n" + }, + { + "fieldname": "exitQuantity", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "integer", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "exitQuantity", + "required": "n" + }, + { + "fieldname": "exitMethod", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "exitMethods", + "namespace": "objectexit_common", + "xpath": [ + "exitMethods" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + "deaccession", + "disposal", + "transfer" + ], + "datacolumn": "exitMethod", + "required": "n" + }, + { + "fieldname": "deaccessionApprovalGroup", + "transforms": { + "vocabulary": "deaccessionapprovalgroup" + }, + "source_type": "vocabulary", + "source_name": "deaccessionapprovalgroup", + "namespace": "objectexit_common", + "xpath": [ + "deacApprovalGroupList", + "deacApprovalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "deaccessionApprovalGroup", + "required": "n" + }, + { + "fieldname": "deaccessionApprovalGroup", + "transforms": { + }, + "source_type": "refname", + "source_name": "deaccessionapprovalgroup", + "namespace": "objectexit_common", + "xpath": [ + "deacApprovalGroupList", + "deacApprovalGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "deaccessionApprovalGroupRefname", + "required": "n" + }, + { + "fieldname": "deaccessionApprovalIndividual", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "objectexit_common", + "xpath": [ + "deacApprovalGroupList", + "deacApprovalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "deaccessionApprovalIndividual", + "required": "n" + }, + { + "fieldname": "deaccessionApprovalIndividual", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "objectexit_common", + "xpath": [ + "deacApprovalGroupList", + "deacApprovalGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "deaccessionApprovalIndividualRefname", + "required": "n" + }, + { + "fieldname": "deaccessionApprovalStatus", + "transforms": { + "vocabulary": "deaccessionapprovalstatus" + }, + "source_type": "vocabulary", + "source_name": "deaccessionapprovalstatus", + "namespace": "objectexit_common", + "xpath": [ + "deacApprovalGroupList", + "deacApprovalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "deaccessionApprovalStatus", + "required": "n" + }, + { + "fieldname": "deaccessionApprovalStatus", + "transforms": { + }, + "source_type": "refname", + "source_name": "deaccessionapprovalstatus", + "namespace": "objectexit_common", + "xpath": [ + "deacApprovalGroupList", + "deacApprovalGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "deaccessionApprovalStatusRefname", + "required": "n" + }, + { + "fieldname": "deaccessionApprovalDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + "deacApprovalGroupList", + "deacApprovalGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "deaccessionApprovalDate", + "required": "n" + }, + { + "fieldname": "deaccessionApprovalNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + "deacApprovalGroupList", + "deacApprovalGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "deaccessionApprovalNote", + "required": "n" + }, + { + "fieldname": "exitNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "exitNote", + "required": "n" + }, + { + "fieldname": "packingNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "packingNote", + "required": "n" + }, + { + "fieldname": "deaccessionDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "deaccessionDate", + "required": "n" + }, + { + "fieldname": "disposalDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "disposalDate", + "required": "n" + }, + { + "fieldname": "disposalMethod", + "transforms": { + "vocabulary": "disposalmethod" + }, + "source_type": "vocabulary", + "source_name": "disposalmethod", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "disposalMethod", + "required": "n" + }, + { + "fieldname": "disposalMethod", + "transforms": { + }, + "source_type": "refname", + "source_name": "disposalmethod", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "disposalMethodRefname", + "required": "n" + }, + { + "fieldname": "displosalReason", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "displosalReason", + "required": "n" + }, + { + "fieldname": "disposalProposedRecipient", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "disposalProposedRecipientPersonLocal", + "required": "n" + }, + { + "fieldname": "disposalProposedRecipient", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "disposalProposedRecipientOrganizationLocal", + "required": "n" + }, + { + "fieldname": "disposalProposedRecipient", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "disposalProposedRecipientRefname", + "required": "n" + }, + { + "fieldname": "disposalRecipient", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "disposalRecipientPersonLocal", + "required": "n" + }, + { + "fieldname": "disposalRecipient", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "disposalRecipientOrganizationLocal", + "required": "n" + }, + { + "fieldname": "disposalRecipient", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "disposalRecipientRefname", + "required": "n" + }, + { + "fieldname": "disposalCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "disposalCurrency", + "required": "n" + }, + { + "fieldname": "disposalCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "disposalCurrencyRefname", + "required": "n" + }, + { + "fieldname": "displosalValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "displosalValue", + "required": "n" + }, + { + "fieldname": "groupDisposalCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "groupDisposalCurrency", + "required": "n" + }, + { + "fieldname": "groupDisposalCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "groupDisposalCurrencyRefname", + "required": "n" + }, + { + "fieldname": "groupDisplosalValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "groupDisplosalValue", + "required": "n" + }, + { + "fieldname": "displosalProvisos", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "displosalProvisos", + "required": "n" + }, + { + "fieldname": "displosalNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "objectexit_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "displosalNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objecthierarchy.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objecthierarchy.json new file mode 100644 index 00000000..bbffba1a --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objecthierarchy.json @@ -0,0 +1,123 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "objecthierarchy", + "document_name": "relations", + "service_name": "Relations", + "service_path": "relations", + "service_type": "relation", + "object_name": "Object Hierarchy Relation", + "ns_uri": { + "relations_common": "http://collectionspace.org/services/relation" + }, + "identifier_field": "subjectCsid", + "search_field": "objectNumber" + }, + "docstructure": { + "relations_common": { + "subjectCsid": { + }, + "subjectDocumentType": { + }, + "relationshipType": { + }, + "relationshipMetaType": { + }, + "objectCsid": { + }, + "objectDocumentType": { + } + } + }, + "mappings": [ + { + "fieldname": "subjectCsid", + "transforms": { + "special": [ + "obj_num_to_csid" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "narrower_object_number", + "required": "y" + }, + { + "fieldname": "relationshipType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "relationshiptype", + "required": "y", + "to_template": false + }, + { + "fieldname": "relationshipMetaType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "objectParentTypes", + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + "set", + "derivative", + "separable-part", + "non-separable-part", + "recto", + "verso" + ], + "datacolumn": "relationship_type", + "required": "n" + }, + { + "fieldname": "objectCsid", + "transforms": { + "special": [ + "obj_num_to_csid" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "relations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "broader_object_number", + "required": "y" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-local.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-local.json new file mode 100644 index 00000000..abe64f32 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-local.json @@ -0,0 +1,1330 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "organization", + "document_name": "organizations", + "service_name": "Organizations", + "service_path": "orgauthorities", + "service_type": "authority", + "object_name": "Organization", + "ns_uri": { + "organizations_common": "http://collectionspace.org/services/organization", + "contacts_common": "http://collectionspace.org/services/contact" + }, + "identifier_field": "shortIdentifier", + "search_field": "organizationTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "organization" + }, + { + "name": "ULAN", + "subtype": "ulan_oa" + } + ], + "authority_type": "orgauthorities", + "authority_subtype": "organization" + }, + "docstructure": { + "organizations_common": { + "orgTermGroupList": { + "orgTermGroup": { + } + }, + "organizationRecordTypes": { + }, + "groups": { + }, + "functions": { + }, + "historyNotes": { + }, + "contactGroupList": { + "contactGroup": { + } + } + }, + "contacts_common": { + "emailGroupList": { + "emailGroup": { + } + }, + "telephoneNumberGroupList": { + "telephoneNumberGroup": { + } + }, + "faxNumberGroupList": { + "faxNumberGroup": { + } + }, + "webAddressGroupList": { + "webAddressGroup": { + } + }, + "addressGroupList": { + "addressGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "orgTermStatuses", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "orgTermTypes", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "orgtermflag" + }, + "source_type": "vocabulary", + "source_name": "orgtermflag", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "orgtermflag", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "mainBodyName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "mainBodyName", + "required": "n" + }, + { + "fieldname": "additionsToName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionsToName", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "organizationRecordType", + "transforms": { + "vocabulary": "organizationtype" + }, + "source_type": "vocabulary", + "source_name": "organizationtype", + "namespace": "organizations_common", + "xpath": [ + "organizationRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "organizationRecordType", + "required": "n" + }, + { + "fieldname": "organizationRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "organizationtype", + "namespace": "organizations_common", + "xpath": [ + "organizationRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "organizationRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "foundingDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "foundingDateGroup", + "required": "n" + }, + { + "fieldname": "foundingPlace", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "foundingPlace", + "required": "n" + }, + { + "fieldname": "dissolutionDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "dissolutionDateGroup", + "required": "n" + }, + { + "fieldname": "group", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "groups" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "group", + "required": "n" + }, + { + "fieldname": "function", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "functions" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "function", + "required": "n" + }, + { + "fieldname": "historyNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "historyNotes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "historyNote", + "required": "n" + }, + { + "fieldname": "contactName", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactName", + "required": "n" + }, + { + "fieldname": "contactName", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactNameRefname", + "required": "n" + }, + { + "fieldname": "contactRole", + "transforms": { + "vocabulary": "contactrole" + }, + "source_type": "vocabulary", + "source_name": "contactrole", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactRole", + "required": "n" + }, + { + "fieldname": "contactRole", + "transforms": { + }, + "source_type": "refname", + "source_name": "contactrole", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactRoleRefname", + "required": "n" + }, + { + "fieldname": "contactDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactDateGroup", + "required": "n" + }, + { + "fieldname": "contactEndDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactEndDateGroup", + "required": "n" + }, + { + "fieldname": "contactStatus", + "transforms": { + "vocabulary": "contactstatus" + }, + "source_type": "vocabulary", + "source_name": "contactstatus", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactStatus", + "required": "n" + }, + { + "fieldname": "contactStatus", + "transforms": { + }, + "source_type": "refname", + "source_name": "contactstatus", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactStatusRefname", + "required": "n" + }, + { + "fieldname": "email", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "emailGroupList", + "emailGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "email", + "required": "n" + }, + { + "fieldname": "emailType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "emailTypes", + "namespace": "contacts_common", + "xpath": [ + "emailGroupList", + "emailGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "other", + "personal" + ], + "datacolumn": "emailType", + "required": "n" + }, + { + "fieldname": "telephoneNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "telephoneNumberGroupList", + "telephoneNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "telephoneNumber", + "required": "n" + }, + { + "fieldname": "telephoneNumberType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "telephoneNumberTypes", + "namespace": "contacts_common", + "xpath": [ + "telephoneNumberGroupList", + "telephoneNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "mobile", + "other" + ], + "datacolumn": "telephoneNumberType", + "required": "n" + }, + { + "fieldname": "faxNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "faxNumberGroupList", + "faxNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "faxNumber", + "required": "n" + }, + { + "fieldname": "faxNumberType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "faxNumberTypes", + "namespace": "contacts_common", + "xpath": [ + "faxNumberGroupList", + "faxNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "other" + ], + "datacolumn": "faxNumberType", + "required": "n" + }, + { + "fieldname": "webAddress", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "webAddressGroupList", + "webAddressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "webAddress", + "required": "n" + }, + { + "fieldname": "webAddressType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "webAddressTypes", + "namespace": "contacts_common", + "xpath": [ + "webAddressGroupList", + "webAddressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "other", + "personal" + ], + "datacolumn": "webAddressType", + "required": "n" + }, + { + "fieldname": "addressPlace1", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace1", + "required": "n" + }, + { + "fieldname": "addressPlace2", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace2", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipality", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvince", + "required": "n" + }, + { + "fieldname": "addressPostCode", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPostCode", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "addressCountries", + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "AD", + "AE", + "AF", + "AG", + "AI", + "AL", + "AM", + "AO", + "AQ", + "AR", + "AS", + "AT", + "AU", + "AW", + "AX", + "AZ", + "BA", + "BB", + "BD", + "BE", + "BF", + "BG", + "BH", + "BI", + "BJ", + "BL", + "BM", + "BN", + "BO", + "BQ", + "BR", + "BS", + "BT", + "BV", + "BW", + "BY", + "BZ", + "CA", + "CC", + "CD", + "CF", + "CG", + "CH", + "CI", + "CK", + "CL", + "CM", + "CN", + "CO", + "CR", + "CU", + "CV", + "CW", + "CX", + "CY", + "CZ", + "DE", + "DJ", + "DK", + "DM", + "DO", + "DZ", + "EC", + "EE", + "EG", + "EH", + "ER", + "ES", + "ET", + "FI", + "FJ", + "FK", + "FM", + "FO", + "FR", + "GA", + "GB", + "GD", + "GE", + "GF", + "GG", + "GH", + "GI", + "GL", + "GM", + "GN", + "GP", + "GQ", + "GR", + "GS", + "GT", + "GU", + "GW", + "GY", + "HK", + "HM", + "HN", + "HR", + "HT", + "HU", + "ID", + "IE", + "IL", + "IM", + "IN", + "IO", + "IQ", + "IR", + "IS", + "IT", + "JE", + "JM", + "JO", + "JP", + "KE", + "KG", + "KH", + "KI", + "KM", + "KN", + "KP", + "KR", + "KW", + "KY", + "KZ", + "LA", + "LB", + "LC", + "LI", + "LK", + "LR", + "LS", + "LT", + "LU", + "LV", + "LY", + "MA", + "MC", + "MD", + "ME", + "MF", + "MG", + "MH", + "MK", + "ML", + "MM", + "MN", + "MO", + "MP", + "MQ", + "MR", + "MS", + "MT", + "MU", + "MV", + "MW", + "MX", + "MY", + "MZ", + "NA", + "NC", + "NE", + "NF", + "NG", + "NI", + "NL", + "NO", + "NP", + "NR", + "NU", + "NZ", + "OM", + "PA", + "PE", + "PF", + "PG", + "PH", + "PK", + "PL", + "PM", + "PN", + "PR", + "PS", + "PT", + "PW", + "PY", + "QA", + "RE", + "RO", + "RS", + "RU", + "RW", + "SA", + "SB", + "SC", + "SD", + "SE", + "SG", + "SH", + "SI", + "SJ", + "SK", + "SL", + "SM", + "SN", + "SO", + "SR", + "SS", + "ST", + "SV", + "SX", + "SY", + "SZ", + "TC", + "TD", + "TF", + "TG", + "TH", + "TJ", + "TK", + "TL", + "TM", + "TN", + "TO", + "TR", + "TT", + "TV", + "TW", + "TZ", + "UA", + "UG", + "UM", + "US", + "UY", + "UZ", + "VA", + "VC", + "VE", + "VG", + "VI", + "VN", + "VU", + "WF", + "WS", + "YE", + "YT", + "ZA", + "ZM", + "ZW" + ], + "datacolumn": "addressCountry", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "addressTypes", + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "other" + ], + "datacolumn": "addressType", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-ulan.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-ulan.json new file mode 100644 index 00000000..1866f948 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-ulan.json @@ -0,0 +1,1330 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "organization", + "document_name": "organizations", + "service_name": "Organizations", + "service_path": "orgauthorities", + "service_type": "authority", + "object_name": "Organization", + "ns_uri": { + "organizations_common": "http://collectionspace.org/services/organization", + "contacts_common": "http://collectionspace.org/services/contact" + }, + "identifier_field": "shortIdentifier", + "search_field": "organizationTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "organization" + }, + { + "name": "ULAN", + "subtype": "ulan_oa" + } + ], + "authority_type": "orgauthorities", + "authority_subtype": "ulan_oa" + }, + "docstructure": { + "organizations_common": { + "orgTermGroupList": { + "orgTermGroup": { + } + }, + "organizationRecordTypes": { + }, + "groups": { + }, + "functions": { + }, + "historyNotes": { + }, + "contactGroupList": { + "contactGroup": { + } + } + }, + "contacts_common": { + "emailGroupList": { + "emailGroup": { + } + }, + "telephoneNumberGroupList": { + "telephoneNumberGroup": { + } + }, + "faxNumberGroupList": { + "faxNumberGroup": { + } + }, + "webAddressGroupList": { + "webAddressGroup": { + } + }, + "addressGroupList": { + "addressGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "orgTermStatuses", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "orgTermTypes", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "orgtermflag" + }, + "source_type": "vocabulary", + "source_name": "orgtermflag", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "orgtermflag", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "mainBodyName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "mainBodyName", + "required": "n" + }, + { + "fieldname": "additionsToName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionsToName", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "orgTermGroupList", + "orgTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "organizationRecordType", + "transforms": { + "vocabulary": "organizationtype" + }, + "source_type": "vocabulary", + "source_name": "organizationtype", + "namespace": "organizations_common", + "xpath": [ + "organizationRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "organizationRecordType", + "required": "n" + }, + { + "fieldname": "organizationRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "organizationtype", + "namespace": "organizations_common", + "xpath": [ + "organizationRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "organizationRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "foundingDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "foundingDateGroup", + "required": "n" + }, + { + "fieldname": "foundingPlace", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "foundingPlace", + "required": "n" + }, + { + "fieldname": "dissolutionDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "dissolutionDateGroup", + "required": "n" + }, + { + "fieldname": "group", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "groups" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "group", + "required": "n" + }, + { + "fieldname": "function", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "functions" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "function", + "required": "n" + }, + { + "fieldname": "historyNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "historyNotes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "historyNote", + "required": "n" + }, + { + "fieldname": "contactName", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactName", + "required": "n" + }, + { + "fieldname": "contactName", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactNameRefname", + "required": "n" + }, + { + "fieldname": "contactRole", + "transforms": { + "vocabulary": "contactrole" + }, + "source_type": "vocabulary", + "source_name": "contactrole", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactRole", + "required": "n" + }, + { + "fieldname": "contactRole", + "transforms": { + }, + "source_type": "refname", + "source_name": "contactrole", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactRoleRefname", + "required": "n" + }, + { + "fieldname": "contactDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactDateGroup", + "required": "n" + }, + { + "fieldname": "contactEndDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactEndDateGroup", + "required": "n" + }, + { + "fieldname": "contactStatus", + "transforms": { + "vocabulary": "contactstatus" + }, + "source_type": "vocabulary", + "source_name": "contactstatus", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactStatus", + "required": "n" + }, + { + "fieldname": "contactStatus", + "transforms": { + }, + "source_type": "refname", + "source_name": "contactstatus", + "namespace": "organizations_common", + "xpath": [ + "contactGroupList", + "contactGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "contactStatusRefname", + "required": "n" + }, + { + "fieldname": "email", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "emailGroupList", + "emailGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "email", + "required": "n" + }, + { + "fieldname": "emailType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "emailTypes", + "namespace": "contacts_common", + "xpath": [ + "emailGroupList", + "emailGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "other", + "personal" + ], + "datacolumn": "emailType", + "required": "n" + }, + { + "fieldname": "telephoneNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "telephoneNumberGroupList", + "telephoneNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "telephoneNumber", + "required": "n" + }, + { + "fieldname": "telephoneNumberType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "telephoneNumberTypes", + "namespace": "contacts_common", + "xpath": [ + "telephoneNumberGroupList", + "telephoneNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "mobile", + "other" + ], + "datacolumn": "telephoneNumberType", + "required": "n" + }, + { + "fieldname": "faxNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "faxNumberGroupList", + "faxNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "faxNumber", + "required": "n" + }, + { + "fieldname": "faxNumberType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "faxNumberTypes", + "namespace": "contacts_common", + "xpath": [ + "faxNumberGroupList", + "faxNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "other" + ], + "datacolumn": "faxNumberType", + "required": "n" + }, + { + "fieldname": "webAddress", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "webAddressGroupList", + "webAddressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "webAddress", + "required": "n" + }, + { + "fieldname": "webAddressType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "webAddressTypes", + "namespace": "contacts_common", + "xpath": [ + "webAddressGroupList", + "webAddressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "other", + "personal" + ], + "datacolumn": "webAddressType", + "required": "n" + }, + { + "fieldname": "addressPlace1", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace1", + "required": "n" + }, + { + "fieldname": "addressPlace2", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace2", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipality", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvince", + "required": "n" + }, + { + "fieldname": "addressPostCode", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPostCode", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "addressCountries", + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "AD", + "AE", + "AF", + "AG", + "AI", + "AL", + "AM", + "AO", + "AQ", + "AR", + "AS", + "AT", + "AU", + "AW", + "AX", + "AZ", + "BA", + "BB", + "BD", + "BE", + "BF", + "BG", + "BH", + "BI", + "BJ", + "BL", + "BM", + "BN", + "BO", + "BQ", + "BR", + "BS", + "BT", + "BV", + "BW", + "BY", + "BZ", + "CA", + "CC", + "CD", + "CF", + "CG", + "CH", + "CI", + "CK", + "CL", + "CM", + "CN", + "CO", + "CR", + "CU", + "CV", + "CW", + "CX", + "CY", + "CZ", + "DE", + "DJ", + "DK", + "DM", + "DO", + "DZ", + "EC", + "EE", + "EG", + "EH", + "ER", + "ES", + "ET", + "FI", + "FJ", + "FK", + "FM", + "FO", + "FR", + "GA", + "GB", + "GD", + "GE", + "GF", + "GG", + "GH", + "GI", + "GL", + "GM", + "GN", + "GP", + "GQ", + "GR", + "GS", + "GT", + "GU", + "GW", + "GY", + "HK", + "HM", + "HN", + "HR", + "HT", + "HU", + "ID", + "IE", + "IL", + "IM", + "IN", + "IO", + "IQ", + "IR", + "IS", + "IT", + "JE", + "JM", + "JO", + "JP", + "KE", + "KG", + "KH", + "KI", + "KM", + "KN", + "KP", + "KR", + "KW", + "KY", + "KZ", + "LA", + "LB", + "LC", + "LI", + "LK", + "LR", + "LS", + "LT", + "LU", + "LV", + "LY", + "MA", + "MC", + "MD", + "ME", + "MF", + "MG", + "MH", + "MK", + "ML", + "MM", + "MN", + "MO", + "MP", + "MQ", + "MR", + "MS", + "MT", + "MU", + "MV", + "MW", + "MX", + "MY", + "MZ", + "NA", + "NC", + "NE", + "NF", + "NG", + "NI", + "NL", + "NO", + "NP", + "NR", + "NU", + "NZ", + "OM", + "PA", + "PE", + "PF", + "PG", + "PH", + "PK", + "PL", + "PM", + "PN", + "PR", + "PS", + "PT", + "PW", + "PY", + "QA", + "RE", + "RO", + "RS", + "RU", + "RW", + "SA", + "SB", + "SC", + "SD", + "SE", + "SG", + "SH", + "SI", + "SJ", + "SK", + "SL", + "SM", + "SN", + "SO", + "SR", + "SS", + "ST", + "SV", + "SX", + "SY", + "SZ", + "TC", + "TD", + "TF", + "TG", + "TH", + "TJ", + "TK", + "TL", + "TM", + "TN", + "TO", + "TR", + "TT", + "TV", + "TW", + "TZ", + "UA", + "UG", + "UM", + "US", + "UY", + "UZ", + "VA", + "VC", + "VE", + "VG", + "VI", + "VN", + "VU", + "WF", + "WS", + "YE", + "YT", + "ZA", + "ZM", + "ZW" + ], + "datacolumn": "addressCountry", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "addressTypes", + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "other" + ], + "datacolumn": "addressType", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_osteology.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_osteology.json new file mode 100644 index 00000000..e62a4867 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_osteology.json @@ -0,0 +1,1153 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "osteology", + "document_name": "osteology", + "service_name": "Osteology", + "service_path": "osteology", + "service_type": "procedure", + "object_name": "Osteology", + "ns_uri": { + "osteology_common": "http://collectionspace.org/services/osteology", + "osteology_anthropology": "http://collectionspace.org/services/osteology/domain/anthropology" + }, + "identifier_field": "InventoryID", + "search_field": "InventoryID" + }, + "docstructure": { + "osteology_common": { + "osteoAgeEstimateGroupList": { + "osteoAgeEstimateGroup": { + } + }, + "sexDeterminationGroupList": { + "sexDeterminationGroup": { + } + } + }, + "osteology_anthropology": { + "cranialDeformationCategories": { + }, + "trepanationGroupList": { + "trepanationGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "InventoryID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "InventoryID", + "required": "y" + }, + { + "fieldname": "osteoAgeEstimateVerbatim", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + "osteoAgeEstimateGroupList", + "osteoAgeEstimateGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "osteoAgeEstimateVerbatim", + "required": "n" + }, + { + "fieldname": "osteoAgeEstimateLower", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + "osteoAgeEstimateGroupList", + "osteoAgeEstimateGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "osteoAgeEstimateLower", + "required": "n" + }, + { + "fieldname": "osteoAgeEstimateUpper", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + "osteoAgeEstimateGroupList", + "osteoAgeEstimateGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "osteoAgeEstimateUpper", + "required": "n" + }, + { + "fieldname": "osteoAgeEstimateDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + "osteoAgeEstimateGroupList", + "osteoAgeEstimateGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "osteoAgeEstimateDateGroup", + "required": "n" + }, + { + "fieldname": "osteoAgeEstimateAnalyst", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "osteology_common", + "xpath": [ + "osteoAgeEstimateGroupList", + "osteoAgeEstimateGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "osteoAgeEstimateAnalyst", + "required": "n" + }, + { + "fieldname": "osteoAgeEstimateAnalyst", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "osteology_common", + "xpath": [ + "osteoAgeEstimateGroupList", + "osteoAgeEstimateGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "osteoAgeEstimateAnalystRefname", + "required": "n" + }, + { + "fieldname": "osteoAgeEstimateNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + "osteoAgeEstimateGroupList", + "osteoAgeEstimateGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "osteoAgeEstimateNote", + "required": "n" + }, + { + "fieldname": "sexDetermination", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "sexDeterminations", + "namespace": "osteology_common", + "xpath": [ + "sexDeterminationGroupList", + "sexDeterminationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "Female", + "Indeterminate", + "Male", + "Possibly female", + "Possibly male", + "Probably female", + "Probably male", + "Unknown" + ], + "datacolumn": "sexDetermination", + "required": "n" + }, + { + "fieldname": "sexDeterminationDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + "sexDeterminationGroupList", + "sexDeterminationGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "sexDeterminationDateGroup", + "required": "n" + }, + { + "fieldname": "sexDeterminationAnalyst", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "osteology_common", + "xpath": [ + "sexDeterminationGroupList", + "sexDeterminationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "sexDeterminationAnalyst", + "required": "n" + }, + { + "fieldname": "sexDeterminationAnalyst", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "osteology_common", + "xpath": [ + "sexDeterminationGroupList", + "sexDeterminationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "sexDeterminationAnalystRefname", + "required": "n" + }, + { + "fieldname": "sexDeterminationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + "sexDeterminationGroupList", + "sexDeterminationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "sexDeterminationNote", + "required": "n" + }, + { + "fieldname": "completeness", + "transforms": { + "vocabulary": "osteocompleteness" + }, + "source_type": "vocabulary", + "source_name": "osteocompleteness", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "completeness", + "required": "n" + }, + { + "fieldname": "completeness", + "transforms": { + }, + "source_type": "refname", + "source_name": "osteocompleteness", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "completenessRefname", + "required": "n" + }, + { + "fieldname": "completenessNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "completenessNote", + "required": "n" + }, + { + "fieldname": "molarsPresent", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "molarsPresent", + "required": "n" + }, + { + "fieldname": "dentitionScore", + "transforms": { + "vocabulary": "dentitionscore" + }, + "source_type": "vocabulary", + "source_name": "dentitionscore", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "dentitionScore", + "required": "n" + }, + { + "fieldname": "dentitionScore", + "transforms": { + }, + "source_type": "refname", + "source_name": "dentitionscore", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "dentitionScoreRefname", + "required": "n" + }, + { + "fieldname": "dentitionNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "dentitionNote", + "required": "n" + }, + { + "fieldname": "mortuaryTreatment", + "transforms": { + "vocabulary": "mortuarytreatment" + }, + "source_type": "vocabulary", + "source_name": "mortuarytreatment", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "mortuaryTreatment", + "required": "n" + }, + { + "fieldname": "mortuaryTreatment", + "transforms": { + }, + "source_type": "refname", + "source_name": "mortuarytreatment", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "mortuaryTreatmentRefname", + "required": "n" + }, + { + "fieldname": "mortuaryTreatmentNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "mortuaryTreatmentNote", + "required": "n" + }, + { + "fieldname": "behrensmeyerSingleLower", + "transforms": { + "special": [ + "behrensmeyer_translate" + ], + "vocabulary": "behrensmeyer" + }, + "source_type": "vocabulary", + "source_name": "behrensmeyer", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "behrensmeyerSingleLower", + "required": "n" + }, + { + "fieldname": "behrensmeyerSingleLower", + "transforms": { + }, + "source_type": "refname", + "source_name": "behrensmeyer", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "behrensmeyerSingleLowerRefname", + "required": "n" + }, + { + "fieldname": "behrensmeyerUpper", + "transforms": { + "special": [ + "behrensmeyer_translate" + ], + "vocabulary": "behrensmeyer" + }, + "source_type": "vocabulary", + "source_name": "behrensmeyer", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "behrensmeyerUpper", + "required": "n" + }, + { + "fieldname": "behrensmeyerUpper", + "transforms": { + }, + "source_type": "refname", + "source_name": "behrensmeyer", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "behrensmeyerUpperRefname", + "required": "n" + }, + { + "fieldname": "NotesOnElementInventory", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "NotesOnElementInventory", + "required": "n" + }, + { + "fieldname": "pathologyNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "pathologyNote", + "required": "n" + }, + { + "fieldname": "InventoryIsComplete", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "InventoryIsComplete", + "required": "n" + }, + { + "fieldname": "inventoryAnalyst", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "inventoryAnalyst", + "required": "n" + }, + { + "fieldname": "inventoryAnalyst", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "inventoryAnalystRefname", + "required": "n" + }, + { + "fieldname": "inventoryDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "inventoryDate", + "required": "n" + }, + { + "fieldname": "Notes_DentalPathology", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "Notes_DentalPathology", + "required": "n" + }, + { + "fieldname": "Notes_CranialPathology", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "Notes_CranialPathology", + "required": "n" + }, + { + "fieldname": "Notes_PostcranialPathology", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "Notes_PostcranialPathology", + "required": "n" + }, + { + "fieldname": "Notes_CulturalModifications", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "Notes_CulturalModifications", + "required": "n" + }, + { + "fieldname": "Notes_NHTaphonomicAlterations", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "Notes_NHTaphonomicAlterations", + "required": "n" + }, + { + "fieldname": "Notes_CuratorialSuffixing", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "Notes_CuratorialSuffixing", + "required": "n" + }, + { + "fieldname": "cranialDeformationPresent", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "cranialDeformationPresent", + "required": "n" + }, + { + "fieldname": "cranialDeformationCategory", + "transforms": { + "vocabulary": "cranialdeformationcategory" + }, + "source_type": "vocabulary", + "source_name": "cranialdeformationcategory", + "namespace": "osteology_anthropology", + "xpath": [ + "cranialDeformationCategories" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "cranialDeformationCategory", + "required": "n" + }, + { + "fieldname": "cranialDeformationCategory", + "transforms": { + }, + "source_type": "refname", + "source_name": "cranialdeformationcategory", + "namespace": "osteology_anthropology", + "xpath": [ + "cranialDeformationCategories" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "cranialDeformationCategoryRefname", + "required": "n" + }, + { + "fieldname": "cranialDeformationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "cranialDeformationNote", + "required": "n" + }, + { + "fieldname": "trepanationPresent", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "trepanationPresent", + "required": "n" + }, + { + "fieldname": "trepanationLocation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + "trepanationGroupList", + "trepanationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "trepanationLocation", + "required": "n" + }, + { + "fieldname": "trepanationDimensionMax", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + "trepanationGroupList", + "trepanationGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "trepanationDimensionMax", + "required": "n" + }, + { + "fieldname": "trepanationDimensionMin", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + "trepanationGroupList", + "trepanationGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "trepanationDimensionMin", + "required": "n" + }, + { + "fieldname": "trepanationTechnique", + "transforms": { + "vocabulary": "trepanationtechnique" + }, + "source_type": "vocabulary", + "source_name": "trepanationtechnique", + "namespace": "osteology_anthropology", + "xpath": [ + "trepanationGroupList", + "trepanationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "trepanationTechnique", + "required": "n" + }, + { + "fieldname": "trepanationTechnique", + "transforms": { + }, + "source_type": "refname", + "source_name": "trepanationtechnique", + "namespace": "osteology_anthropology", + "xpath": [ + "trepanationGroupList", + "trepanationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "trepanationTechniqueRefname", + "required": "n" + }, + { + "fieldname": "trepanationHealing", + "transforms": { + "vocabulary": "trepanationhealing" + }, + "source_type": "vocabulary", + "source_name": "trepanationhealing", + "namespace": "osteology_anthropology", + "xpath": [ + "trepanationGroupList", + "trepanationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "trepanationHealing", + "required": "n" + }, + { + "fieldname": "trepanationHealing", + "transforms": { + }, + "source_type": "refname", + "source_name": "trepanationhealing", + "namespace": "osteology_anthropology", + "xpath": [ + "trepanationGroupList", + "trepanationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "trepanationHealingRefname", + "required": "n" + }, + { + "fieldname": "trepanationCertainty", + "transforms": { + "vocabulary": "trepanationcertainty" + }, + "source_type": "vocabulary", + "source_name": "trepanationcertainty", + "namespace": "osteology_anthropology", + "xpath": [ + "trepanationGroupList", + "trepanationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "trepanationCertainty", + "required": "n" + }, + { + "fieldname": "trepanationCertainty", + "transforms": { + }, + "source_type": "refname", + "source_name": "trepanationcertainty", + "namespace": "osteology_anthropology", + "xpath": [ + "trepanationGroupList", + "trepanationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "trepanationCertaintyRefname", + "required": "n" + }, + { + "fieldname": "trepanationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + "trepanationGroupList", + "trepanationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "trepanationNote", + "required": "n" + }, + { + "fieldname": "trepanationGeneralNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "osteology_anthropology", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "trepanationGeneralNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-local.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-local.json new file mode 100644 index 00000000..cc584e19 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-local.json @@ -0,0 +1,1403 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "person", + "document_name": "persons", + "service_name": "Persons", + "service_path": "personauthorities", + "service_type": "authority", + "object_name": "Person", + "ns_uri": { + "persons_common": "http://collectionspace.org/services/person", + "contacts_common": "http://collectionspace.org/services/contact" + }, + "identifier_field": "shortIdentifier", + "search_field": "personTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "person" + }, + { + "name": "ULAN", + "subtype": "ulan_pa" + } + ], + "authority_type": "personauthorities", + "authority_subtype": "person" + }, + "docstructure": { + "persons_common": { + "personTermGroupList": { + "personTermGroup": { + } + }, + "personRecordTypes": { + }, + "occupations": { + }, + "schoolsOrStyles": { + }, + "groups": { + }, + "nationalities": { + } + }, + "contacts_common": { + "emailGroupList": { + "emailGroup": { + } + }, + "telephoneNumberGroupList": { + "telephoneNumberGroup": { + } + }, + "faxNumberGroupList": { + "faxNumberGroup": { + } + }, + "webAddressGroupList": { + "webAddressGroup": { + } + }, + "addressGroupList": { + "addressGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "personTermStatuses", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "personTermTypes", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "persontermflag" + }, + "source_type": "vocabulary", + "source_name": "persontermflag", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "persontermflag", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "salutation", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "salutations", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "dear", + "hello", + "to" + ], + "datacolumn": "salutation", + "required": "n" + }, + { + "fieldname": "title", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "personTitles", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "Admiral", + "Baron", + "Baroness", + "Captain", + "Commander", + "Commodore", + "Count", + "Countess", + "Dame", + "Dr", + "General", + "Governor", + "Honorable", + "Judge", + "King", + "Lady", + "Lord", + "Miss", + "Mr", + "Mrs", + "Ms", + "Prince", + "Princess", + "Professor", + "Queen", + "Reverend", + "Saint", + "Sir" + ], + "datacolumn": "title", + "required": "n" + }, + { + "fieldname": "foreName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "foreName", + "required": "n" + }, + { + "fieldname": "middleName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "middleName", + "required": "n" + }, + { + "fieldname": "surName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "surName", + "required": "n" + }, + { + "fieldname": "nameAdditions", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nameAdditions", + "required": "n" + }, + { + "fieldname": "initials", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "initials", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "personRecordType", + "transforms": { + "vocabulary": "persontermtype" + }, + "source_type": "vocabulary", + "source_name": "persontermtype", + "namespace": "persons_common", + "xpath": [ + "personRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "personRecordType", + "required": "n" + }, + { + "fieldname": "personRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "persontermtype", + "namespace": "persons_common", + "xpath": [ + "personRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "personRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "gender", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "genders", + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "agender", + "bigender", + "dyadic", + "female", + "feminine", + "gender-fluid", + "gender-neutral", + "gender-non-binary", + "genderqueer", + "intersex", + "male", + "masculine", + "pansexual", + "polygender", + "questioning", + "transgender", + "transsexual", + "two-spirit" + ], + "datacolumn": "gender", + "required": "n" + }, + { + "fieldname": "occupation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "occupations" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "occupation", + "required": "n" + }, + { + "fieldname": "schoolOrStyle", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "schoolsOrStyles" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "schoolOrStyle", + "required": "n" + }, + { + "fieldname": "group", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "groups" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "group", + "required": "n" + }, + { + "fieldname": "nationality", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "nationalities" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "nationality", + "required": "n" + }, + { + "fieldname": "nameNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "nameNote", + "required": "n" + }, + { + "fieldname": "birthDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "birthDateGroup", + "required": "n" + }, + { + "fieldname": "birthPlace", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "birthPlace", + "required": "n" + }, + { + "fieldname": "deathDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "deathDateGroup", + "required": "n" + }, + { + "fieldname": "deathPlace", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "deathPlace", + "required": "n" + }, + { + "fieldname": "bioNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "bioNote", + "required": "n" + }, + { + "fieldname": "email", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "emailGroupList", + "emailGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "email", + "required": "n" + }, + { + "fieldname": "emailType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "emailTypes", + "namespace": "contacts_common", + "xpath": [ + "emailGroupList", + "emailGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "other", + "personal" + ], + "datacolumn": "emailType", + "required": "n" + }, + { + "fieldname": "telephoneNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "telephoneNumberGroupList", + "telephoneNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "telephoneNumber", + "required": "n" + }, + { + "fieldname": "telephoneNumberType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "telephoneNumberTypes", + "namespace": "contacts_common", + "xpath": [ + "telephoneNumberGroupList", + "telephoneNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "mobile", + "other" + ], + "datacolumn": "telephoneNumberType", + "required": "n" + }, + { + "fieldname": "faxNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "faxNumberGroupList", + "faxNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "faxNumber", + "required": "n" + }, + { + "fieldname": "faxNumberType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "faxNumberTypes", + "namespace": "contacts_common", + "xpath": [ + "faxNumberGroupList", + "faxNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "other" + ], + "datacolumn": "faxNumberType", + "required": "n" + }, + { + "fieldname": "webAddress", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "webAddressGroupList", + "webAddressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "webAddress", + "required": "n" + }, + { + "fieldname": "webAddressType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "webAddressTypes", + "namespace": "contacts_common", + "xpath": [ + "webAddressGroupList", + "webAddressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "other", + "personal" + ], + "datacolumn": "webAddressType", + "required": "n" + }, + { + "fieldname": "addressPlace1", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace1", + "required": "n" + }, + { + "fieldname": "addressPlace2", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace2", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipality", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvince", + "required": "n" + }, + { + "fieldname": "addressPostCode", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPostCode", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "addressCountries", + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "AD", + "AE", + "AF", + "AG", + "AI", + "AL", + "AM", + "AO", + "AQ", + "AR", + "AS", + "AT", + "AU", + "AW", + "AX", + "AZ", + "BA", + "BB", + "BD", + "BE", + "BF", + "BG", + "BH", + "BI", + "BJ", + "BL", + "BM", + "BN", + "BO", + "BQ", + "BR", + "BS", + "BT", + "BV", + "BW", + "BY", + "BZ", + "CA", + "CC", + "CD", + "CF", + "CG", + "CH", + "CI", + "CK", + "CL", + "CM", + "CN", + "CO", + "CR", + "CU", + "CV", + "CW", + "CX", + "CY", + "CZ", + "DE", + "DJ", + "DK", + "DM", + "DO", + "DZ", + "EC", + "EE", + "EG", + "EH", + "ER", + "ES", + "ET", + "FI", + "FJ", + "FK", + "FM", + "FO", + "FR", + "GA", + "GB", + "GD", + "GE", + "GF", + "GG", + "GH", + "GI", + "GL", + "GM", + "GN", + "GP", + "GQ", + "GR", + "GS", + "GT", + "GU", + "GW", + "GY", + "HK", + "HM", + "HN", + "HR", + "HT", + "HU", + "ID", + "IE", + "IL", + "IM", + "IN", + "IO", + "IQ", + "IR", + "IS", + "IT", + "JE", + "JM", + "JO", + "JP", + "KE", + "KG", + "KH", + "KI", + "KM", + "KN", + "KP", + "KR", + "KW", + "KY", + "KZ", + "LA", + "LB", + "LC", + "LI", + "LK", + "LR", + "LS", + "LT", + "LU", + "LV", + "LY", + "MA", + "MC", + "MD", + "ME", + "MF", + "MG", + "MH", + "MK", + "ML", + "MM", + "MN", + "MO", + "MP", + "MQ", + "MR", + "MS", + "MT", + "MU", + "MV", + "MW", + "MX", + "MY", + "MZ", + "NA", + "NC", + "NE", + "NF", + "NG", + "NI", + "NL", + "NO", + "NP", + "NR", + "NU", + "NZ", + "OM", + "PA", + "PE", + "PF", + "PG", + "PH", + "PK", + "PL", + "PM", + "PN", + "PR", + "PS", + "PT", + "PW", + "PY", + "QA", + "RE", + "RO", + "RS", + "RU", + "RW", + "SA", + "SB", + "SC", + "SD", + "SE", + "SG", + "SH", + "SI", + "SJ", + "SK", + "SL", + "SM", + "SN", + "SO", + "SR", + "SS", + "ST", + "SV", + "SX", + "SY", + "SZ", + "TC", + "TD", + "TF", + "TG", + "TH", + "TJ", + "TK", + "TL", + "TM", + "TN", + "TO", + "TR", + "TT", + "TV", + "TW", + "TZ", + "UA", + "UG", + "UM", + "US", + "UY", + "UZ", + "VA", + "VC", + "VE", + "VG", + "VI", + "VN", + "VU", + "WF", + "WS", + "YE", + "YT", + "ZA", + "ZM", + "ZW" + ], + "datacolumn": "addressCountry", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "addressTypes", + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "other" + ], + "datacolumn": "addressType", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-ulan.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-ulan.json new file mode 100644 index 00000000..d5ce4ae6 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-ulan.json @@ -0,0 +1,1403 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "person", + "document_name": "persons", + "service_name": "Persons", + "service_path": "personauthorities", + "service_type": "authority", + "object_name": "Person", + "ns_uri": { + "persons_common": "http://collectionspace.org/services/person", + "contacts_common": "http://collectionspace.org/services/contact" + }, + "identifier_field": "shortIdentifier", + "search_field": "personTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "person" + }, + { + "name": "ULAN", + "subtype": "ulan_pa" + } + ], + "authority_type": "personauthorities", + "authority_subtype": "ulan_pa" + }, + "docstructure": { + "persons_common": { + "personTermGroupList": { + "personTermGroup": { + } + }, + "personRecordTypes": { + }, + "occupations": { + }, + "schoolsOrStyles": { + }, + "groups": { + }, + "nationalities": { + } + }, + "contacts_common": { + "emailGroupList": { + "emailGroup": { + } + }, + "telephoneNumberGroupList": { + "telephoneNumberGroup": { + } + }, + "faxNumberGroupList": { + "faxNumberGroup": { + } + }, + "webAddressGroupList": { + "webAddressGroup": { + } + }, + "addressGroupList": { + "addressGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "personTermStatuses", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "personTermTypes", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "persontermflag" + }, + "source_type": "vocabulary", + "source_name": "persontermflag", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "persontermflag", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "salutation", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "salutations", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "dear", + "hello", + "to" + ], + "datacolumn": "salutation", + "required": "n" + }, + { + "fieldname": "title", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "personTitles", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "Admiral", + "Baron", + "Baroness", + "Captain", + "Commander", + "Commodore", + "Count", + "Countess", + "Dame", + "Dr", + "General", + "Governor", + "Honorable", + "Judge", + "King", + "Lady", + "Lord", + "Miss", + "Mr", + "Mrs", + "Ms", + "Prince", + "Princess", + "Professor", + "Queen", + "Reverend", + "Saint", + "Sir" + ], + "datacolumn": "title", + "required": "n" + }, + { + "fieldname": "foreName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "foreName", + "required": "n" + }, + { + "fieldname": "middleName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "middleName", + "required": "n" + }, + { + "fieldname": "surName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "surName", + "required": "n" + }, + { + "fieldname": "nameAdditions", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nameAdditions", + "required": "n" + }, + { + "fieldname": "initials", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "initials", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "personTermGroupList", + "personTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "personRecordType", + "transforms": { + "vocabulary": "persontermtype" + }, + "source_type": "vocabulary", + "source_name": "persontermtype", + "namespace": "persons_common", + "xpath": [ + "personRecordTypes" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "personRecordType", + "required": "n" + }, + { + "fieldname": "personRecordType", + "transforms": { + }, + "source_type": "refname", + "source_name": "persontermtype", + "namespace": "persons_common", + "xpath": [ + "personRecordTypes" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "personRecordTypeRefname", + "required": "n" + }, + { + "fieldname": "gender", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "genders", + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "agender", + "bigender", + "dyadic", + "female", + "feminine", + "gender-fluid", + "gender-neutral", + "gender-non-binary", + "genderqueer", + "intersex", + "male", + "masculine", + "pansexual", + "polygender", + "questioning", + "transgender", + "transsexual", + "two-spirit" + ], + "datacolumn": "gender", + "required": "n" + }, + { + "fieldname": "occupation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "occupations" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "occupation", + "required": "n" + }, + { + "fieldname": "schoolOrStyle", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "schoolsOrStyles" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "schoolOrStyle", + "required": "n" + }, + { + "fieldname": "group", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "groups" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "group", + "required": "n" + }, + { + "fieldname": "nationality", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + "nationalities" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "nationality", + "required": "n" + }, + { + "fieldname": "nameNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "nameNote", + "required": "n" + }, + { + "fieldname": "birthDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "birthDateGroup", + "required": "n" + }, + { + "fieldname": "birthPlace", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "birthPlace", + "required": "n" + }, + { + "fieldname": "deathDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "deathDateGroup", + "required": "n" + }, + { + "fieldname": "deathPlace", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "deathPlace", + "required": "n" + }, + { + "fieldname": "bioNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "persons_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "bioNote", + "required": "n" + }, + { + "fieldname": "email", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "emailGroupList", + "emailGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "email", + "required": "n" + }, + { + "fieldname": "emailType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "emailTypes", + "namespace": "contacts_common", + "xpath": [ + "emailGroupList", + "emailGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "other", + "personal" + ], + "datacolumn": "emailType", + "required": "n" + }, + { + "fieldname": "telephoneNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "telephoneNumberGroupList", + "telephoneNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "telephoneNumber", + "required": "n" + }, + { + "fieldname": "telephoneNumberType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "telephoneNumberTypes", + "namespace": "contacts_common", + "xpath": [ + "telephoneNumberGroupList", + "telephoneNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "mobile", + "other" + ], + "datacolumn": "telephoneNumberType", + "required": "n" + }, + { + "fieldname": "faxNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "faxNumberGroupList", + "faxNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "faxNumber", + "required": "n" + }, + { + "fieldname": "faxNumberType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "faxNumberTypes", + "namespace": "contacts_common", + "xpath": [ + "faxNumberGroupList", + "faxNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "other" + ], + "datacolumn": "faxNumberType", + "required": "n" + }, + { + "fieldname": "webAddress", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "webAddressGroupList", + "webAddressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "webAddress", + "required": "n" + }, + { + "fieldname": "webAddressType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "webAddressTypes", + "namespace": "contacts_common", + "xpath": [ + "webAddressGroupList", + "webAddressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "other", + "personal" + ], + "datacolumn": "webAddressType", + "required": "n" + }, + { + "fieldname": "addressPlace1", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace1", + "required": "n" + }, + { + "fieldname": "addressPlace2", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace2", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipality", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvince", + "required": "n" + }, + { + "fieldname": "addressPostCode", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPostCode", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "addressCountries", + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "AD", + "AE", + "AF", + "AG", + "AI", + "AL", + "AM", + "AO", + "AQ", + "AR", + "AS", + "AT", + "AU", + "AW", + "AX", + "AZ", + "BA", + "BB", + "BD", + "BE", + "BF", + "BG", + "BH", + "BI", + "BJ", + "BL", + "BM", + "BN", + "BO", + "BQ", + "BR", + "BS", + "BT", + "BV", + "BW", + "BY", + "BZ", + "CA", + "CC", + "CD", + "CF", + "CG", + "CH", + "CI", + "CK", + "CL", + "CM", + "CN", + "CO", + "CR", + "CU", + "CV", + "CW", + "CX", + "CY", + "CZ", + "DE", + "DJ", + "DK", + "DM", + "DO", + "DZ", + "EC", + "EE", + "EG", + "EH", + "ER", + "ES", + "ET", + "FI", + "FJ", + "FK", + "FM", + "FO", + "FR", + "GA", + "GB", + "GD", + "GE", + "GF", + "GG", + "GH", + "GI", + "GL", + "GM", + "GN", + "GP", + "GQ", + "GR", + "GS", + "GT", + "GU", + "GW", + "GY", + "HK", + "HM", + "HN", + "HR", + "HT", + "HU", + "ID", + "IE", + "IL", + "IM", + "IN", + "IO", + "IQ", + "IR", + "IS", + "IT", + "JE", + "JM", + "JO", + "JP", + "KE", + "KG", + "KH", + "KI", + "KM", + "KN", + "KP", + "KR", + "KW", + "KY", + "KZ", + "LA", + "LB", + "LC", + "LI", + "LK", + "LR", + "LS", + "LT", + "LU", + "LV", + "LY", + "MA", + "MC", + "MD", + "ME", + "MF", + "MG", + "MH", + "MK", + "ML", + "MM", + "MN", + "MO", + "MP", + "MQ", + "MR", + "MS", + "MT", + "MU", + "MV", + "MW", + "MX", + "MY", + "MZ", + "NA", + "NC", + "NE", + "NF", + "NG", + "NI", + "NL", + "NO", + "NP", + "NR", + "NU", + "NZ", + "OM", + "PA", + "PE", + "PF", + "PG", + "PH", + "PK", + "PL", + "PM", + "PN", + "PR", + "PS", + "PT", + "PW", + "PY", + "QA", + "RE", + "RO", + "RS", + "RU", + "RW", + "SA", + "SB", + "SC", + "SD", + "SE", + "SG", + "SH", + "SI", + "SJ", + "SK", + "SL", + "SM", + "SN", + "SO", + "SR", + "SS", + "ST", + "SV", + "SX", + "SY", + "SZ", + "TC", + "TD", + "TF", + "TG", + "TH", + "TJ", + "TK", + "TL", + "TM", + "TN", + "TO", + "TR", + "TT", + "TV", + "TW", + "TZ", + "UA", + "UG", + "UM", + "US", + "UY", + "UZ", + "VA", + "VC", + "VE", + "VG", + "VI", + "VN", + "VU", + "WF", + "WS", + "YE", + "YT", + "ZA", + "ZM", + "ZW" + ], + "datacolumn": "addressCountry", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "addressTypes", + "namespace": "contacts_common", + "xpath": [ + "addressGroupList", + "addressGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "business", + "home", + "other" + ], + "datacolumn": "addressType", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-local.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-local.json new file mode 100644 index 00000000..e779d20a --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-local.json @@ -0,0 +1,1697 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "place", + "document_name": "places", + "service_name": "Places", + "service_path": "placeauthorities", + "service_type": "authority", + "object_name": "Placeitem", + "ns_uri": { + "places_common": "http://collectionspace.org/services/place" + }, + "identifier_field": "shortIdentifier", + "search_field": "placeTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "place" + }, + { + "name": "TGN", + "subtype": "tgn_place" + } + ], + "authority_type": "placeauthorities", + "authority_subtype": "place" + }, + "docstructure": { + "places_common": { + "placeTermGroupList": { + "placeTermGroup": { + } + }, + "placeOwnerGroupList": { + "placeOwnerGroup": { + } + }, + "addrGroupList": { + "addrGroup": { + } + }, + "placeGeoRefGroupList": { + "placeGeoRefGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "placeTermStatuses", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "placeTermTypes", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "common", + "descriptive", + "local", + "native", + "non-native", + "spelling-variant", + "technical-scientific" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "placetermflag" + }, + "source_type": "vocabulary", + "source_name": "placetermflag", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "placetermflag", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "historicalStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "placeHistoricalStatuses", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "both", + "current", + "historical" + ], + "datacolumn": "historicalStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "nameAbbrev", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nameAbbrev", + "required": "n" + }, + { + "fieldname": "nameNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nameNote", + "required": "n" + }, + { + "fieldname": "nameDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nameDateGroup", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "placeType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "placeTypes", + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "autonomous-region", + "borough", + "city", + "collection-site", + "continent", + "country", + "country-code", + "county", + "dependent-state", + "deserted-settlement", + "district-national", + "general-region", + "governorate", + "inhabited-place", + "island", + "island-group", + "localilty", + "metropolitan-area", + "municipality", + "nation", + "national-division", + "neighborhood", + "occupied-territory", + "prefecture", + "province", + "region", + "state", + "state-province", + "territory", + "township", + "union-territory", + "unitary-authority", + "urban-prefecture", + "water-body" + ], + "datacolumn": "placeType", + "required": "n" + }, + { + "fieldname": "placeSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "placeSource", + "required": "n" + }, + { + "fieldname": "owner", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "places_common", + "xpath": [ + "placeOwnerGroupList", + "placeOwnerGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ownerPersonLocal", + "required": "n" + }, + { + "fieldname": "owner", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "places_common", + "xpath": [ + "placeOwnerGroupList", + "placeOwnerGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ownerOrganizationLocal", + "required": "n" + }, + { + "fieldname": "owner", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "places_common", + "xpath": [ + "placeOwnerGroupList", + "placeOwnerGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ownerRefname", + "required": "n" + }, + { + "fieldname": "ownershipDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeOwnerGroupList", + "placeOwnerGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ownershipDateGroup", + "required": "n" + }, + { + "fieldname": "ownershipNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeOwnerGroupList", + "placeOwnerGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ownershipNote", + "required": "n" + }, + { + "fieldname": "placeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "placeNote", + "required": "n" + }, + { + "fieldname": "addressPlace1", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace1", + "required": "n" + }, + { + "fieldname": "addressPlace2", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace2", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityPlaceLocal", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityPlaceTgn", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityRefname", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvincePlaceLocal", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvincePlaceTgn", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvinceRefname", + "required": "n" + }, + { + "fieldname": "addressPostCode", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPostCode", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryPlaceLocal", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryPlaceTgn", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryRefname", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + "vocabulary": "addresstype" + }, + "source_type": "vocabulary", + "source_name": "addresstype", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressType", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + }, + "source_type": "refname", + "source_name": "addresstype", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressTypeRefname", + "required": "n" + }, + { + "fieldname": "vCoordinates", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vCoordinates", + "required": "n" + }, + { + "fieldname": "vLatitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vLatitude", + "required": "n" + }, + { + "fieldname": "vLongitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vLongitude", + "required": "n" + }, + { + "fieldname": "vCoordSys", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "coordinateSystems", + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "altitude-depth", + "latitude-longitude", + "national-grid-reference", + "utm" + ], + "datacolumn": "vCoordSys", + "required": "n" + }, + { + "fieldname": "vSpatialReferenceSystem", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "spatialRefSystems", + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "epsg4267-nad27", + "epsg4269-nad83", + "epsg4326-wgs84", + "unknown" + ], + "datacolumn": "vSpatialReferenceSystem", + "required": "n" + }, + { + "fieldname": "vElevation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vElevation", + "required": "n" + }, + { + "fieldname": "vDepth", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vDepth", + "required": "n" + }, + { + "fieldname": "vDistanceAboveSurface", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vDistanceAboveSurface", + "required": "n" + }, + { + "fieldname": "vUnitofMeasure", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "localityUnits", + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "acres", + "centimeters", + "feet", + "hectares", + "inches", + "kilometers", + "meters", + "miles", + "millimeters", + "square-feet", + "square-meters", + "square-yards", + "stories" + ], + "datacolumn": "vUnitofMeasure", + "required": "n" + }, + { + "fieldname": "minElevationInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "minElevationInMeters", + "required": "n" + }, + { + "fieldname": "maxElevationInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "maxElevationInMeters", + "required": "n" + }, + { + "fieldname": "minDepthInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "minDepthInMeters", + "required": "n" + }, + { + "fieldname": "maxDepthInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "maxDepthInMeters", + "required": "n" + }, + { + "fieldname": "minDistanceAboveSurfaceInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "minDistanceAboveSurfaceInMeters", + "required": "n" + }, + { + "fieldname": "maxDistanceAboveSurfaceInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "maxDistanceAboveSurfaceInMeters", + "required": "n" + }, + { + "fieldname": "vCoordSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vCoordSource", + "required": "n" + }, + { + "fieldname": "vCoordSourceRefId", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vCoordSourceRefId", + "required": "n" + }, + { + "fieldname": "decimalLatitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "decimalLatitude", + "required": "n" + }, + { + "fieldname": "decimalLongitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "decimalLongitude", + "required": "n" + }, + { + "fieldname": "geodeticDatum", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "geodeticDatums", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "ADG66", + "NAD27", + "NAD83", + "NAD83&WGS84", + "Not Recorded", + "WGS84" + ], + "datacolumn": "geodeticDatum", + "required": "n" + }, + { + "fieldname": "coordUncertaintyInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "integer", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "coordUncertaintyInMeters", + "required": "n" + }, + { + "fieldname": "coordPrecision", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "coordPrecision", + "required": "n" + }, + { + "fieldname": "pointRadiusSpatialFit", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "pointRadiusSpatialFit", + "required": "n" + }, + { + "fieldname": "footprintWKT", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "footprintWKT", + "required": "n" + }, + { + "fieldname": "footprintSRS", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "footprintSRS", + "required": "n" + }, + { + "fieldname": "footprintSpatialFit", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "footprintSpatialFit", + "required": "n" + }, + { + "fieldname": "geoReferencedBy", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoReferencedByPersonLocal", + "required": "n" + }, + { + "fieldname": "geoReferencedBy", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoReferencedByOrganizationLocal", + "required": "n" + }, + { + "fieldname": "geoReferencedBy", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoReferencedByRefname", + "required": "n" + }, + { + "fieldname": "geoRefDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefDateGroup", + "required": "n" + }, + { + "fieldname": "geoRefProtocol", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "geoRefProtocols", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "biogeomancer", + "chapman-wieczorek-2006-guide-best-practices-georeferencing", + "georeferencing-dummies", + "manis-herpnet-ornis-georeferencing-guidelines" + ], + "datacolumn": "geoRefProtocol", + "required": "n" + }, + { + "fieldname": "geoRefSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefSource", + "required": "n" + }, + { + "fieldname": "geoRefVerificationStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "geoRefVerificationStatuses", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "unverified", + "verified-contributor", + "verified-data-custodian" + ], + "datacolumn": "geoRefVerificationStatus", + "required": "n" + }, + { + "fieldname": "geoRefRemarks", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefRemarks", + "required": "n" + }, + { + "fieldname": "geoRefPlaceName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefPlaceName", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-tgn.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-tgn.json new file mode 100644 index 00000000..e4eaf606 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-tgn.json @@ -0,0 +1,1697 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "place", + "document_name": "places", + "service_name": "Places", + "service_path": "placeauthorities", + "service_type": "authority", + "object_name": "Placeitem", + "ns_uri": { + "places_common": "http://collectionspace.org/services/place" + }, + "identifier_field": "shortIdentifier", + "search_field": "placeTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "place" + }, + { + "name": "TGN", + "subtype": "tgn_place" + } + ], + "authority_type": "placeauthorities", + "authority_subtype": "tgn_place" + }, + "docstructure": { + "places_common": { + "placeTermGroupList": { + "placeTermGroup": { + } + }, + "placeOwnerGroupList": { + "placeOwnerGroup": { + } + }, + "addrGroupList": { + "addrGroup": { + } + }, + "placeGeoRefGroupList": { + "placeGeoRefGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "placeTermStatuses", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "placeTermTypes", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "common", + "descriptive", + "local", + "native", + "non-native", + "spelling-variant", + "technical-scientific" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "placetermflag" + }, + "source_type": "vocabulary", + "source_name": "placetermflag", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "placetermflag", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "historicalStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "placeHistoricalStatuses", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "both", + "current", + "historical" + ], + "datacolumn": "historicalStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "nameAbbrev", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nameAbbrev", + "required": "n" + }, + { + "fieldname": "nameNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nameNote", + "required": "n" + }, + { + "fieldname": "nameDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "nameDateGroup", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeTermGroupList", + "placeTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "placeType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "placeTypes", + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "autonomous-region", + "borough", + "city", + "collection-site", + "continent", + "country", + "country-code", + "county", + "dependent-state", + "deserted-settlement", + "district-national", + "general-region", + "governorate", + "inhabited-place", + "island", + "island-group", + "localilty", + "metropolitan-area", + "municipality", + "nation", + "national-division", + "neighborhood", + "occupied-territory", + "prefecture", + "province", + "region", + "state", + "state-province", + "territory", + "township", + "union-territory", + "unitary-authority", + "urban-prefecture", + "water-body" + ], + "datacolumn": "placeType", + "required": "n" + }, + { + "fieldname": "placeSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "placeSource", + "required": "n" + }, + { + "fieldname": "owner", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "places_common", + "xpath": [ + "placeOwnerGroupList", + "placeOwnerGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ownerPersonLocal", + "required": "n" + }, + { + "fieldname": "owner", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "places_common", + "xpath": [ + "placeOwnerGroupList", + "placeOwnerGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ownerOrganizationLocal", + "required": "n" + }, + { + "fieldname": "owner", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "places_common", + "xpath": [ + "placeOwnerGroupList", + "placeOwnerGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ownerRefname", + "required": "n" + }, + { + "fieldname": "ownershipDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeOwnerGroupList", + "placeOwnerGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ownershipDateGroup", + "required": "n" + }, + { + "fieldname": "ownershipNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeOwnerGroupList", + "placeOwnerGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "ownershipNote", + "required": "n" + }, + { + "fieldname": "placeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "placeNote", + "required": "n" + }, + { + "fieldname": "addressPlace1", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace1", + "required": "n" + }, + { + "fieldname": "addressPlace2", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace2", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityPlaceLocal", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityPlaceTgn", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityRefname", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvincePlaceLocal", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvincePlaceTgn", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvinceRefname", + "required": "n" + }, + { + "fieldname": "addressPostCode", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPostCode", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryPlaceLocal", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryPlaceTgn", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryRefname", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + "vocabulary": "addresstype" + }, + "source_type": "vocabulary", + "source_name": "addresstype", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressType", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + }, + "source_type": "refname", + "source_name": "addresstype", + "namespace": "places_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressTypeRefname", + "required": "n" + }, + { + "fieldname": "vCoordinates", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vCoordinates", + "required": "n" + }, + { + "fieldname": "vLatitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vLatitude", + "required": "n" + }, + { + "fieldname": "vLongitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vLongitude", + "required": "n" + }, + { + "fieldname": "vCoordSys", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "coordinateSystems", + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "altitude-depth", + "latitude-longitude", + "national-grid-reference", + "utm" + ], + "datacolumn": "vCoordSys", + "required": "n" + }, + { + "fieldname": "vSpatialReferenceSystem", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "spatialRefSystems", + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "epsg4267-nad27", + "epsg4269-nad83", + "epsg4326-wgs84", + "unknown" + ], + "datacolumn": "vSpatialReferenceSystem", + "required": "n" + }, + { + "fieldname": "vElevation", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vElevation", + "required": "n" + }, + { + "fieldname": "vDepth", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vDepth", + "required": "n" + }, + { + "fieldname": "vDistanceAboveSurface", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vDistanceAboveSurface", + "required": "n" + }, + { + "fieldname": "vUnitofMeasure", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "localityUnits", + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "acres", + "centimeters", + "feet", + "hectares", + "inches", + "kilometers", + "meters", + "miles", + "millimeters", + "square-feet", + "square-meters", + "square-yards", + "stories" + ], + "datacolumn": "vUnitofMeasure", + "required": "n" + }, + { + "fieldname": "minElevationInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "minElevationInMeters", + "required": "n" + }, + { + "fieldname": "maxElevationInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "maxElevationInMeters", + "required": "n" + }, + { + "fieldname": "minDepthInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "minDepthInMeters", + "required": "n" + }, + { + "fieldname": "maxDepthInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "maxDepthInMeters", + "required": "n" + }, + { + "fieldname": "minDistanceAboveSurfaceInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "minDistanceAboveSurfaceInMeters", + "required": "n" + }, + { + "fieldname": "maxDistanceAboveSurfaceInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "maxDistanceAboveSurfaceInMeters", + "required": "n" + }, + { + "fieldname": "vCoordSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vCoordSource", + "required": "n" + }, + { + "fieldname": "vCoordSourceRefId", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "vCoordSourceRefId", + "required": "n" + }, + { + "fieldname": "decimalLatitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "decimalLatitude", + "required": "n" + }, + { + "fieldname": "decimalLongitude", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "decimalLongitude", + "required": "n" + }, + { + "fieldname": "geodeticDatum", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "geodeticDatums", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "ADG66", + "NAD27", + "NAD83", + "NAD83&WGS84", + "Not Recorded", + "WGS84" + ], + "datacolumn": "geodeticDatum", + "required": "n" + }, + { + "fieldname": "coordUncertaintyInMeters", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "integer", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "coordUncertaintyInMeters", + "required": "n" + }, + { + "fieldname": "coordPrecision", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "coordPrecision", + "required": "n" + }, + { + "fieldname": "pointRadiusSpatialFit", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "pointRadiusSpatialFit", + "required": "n" + }, + { + "fieldname": "footprintWKT", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "footprintWKT", + "required": "n" + }, + { + "fieldname": "footprintSRS", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "footprintSRS", + "required": "n" + }, + { + "fieldname": "footprintSpatialFit", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "footprintSpatialFit", + "required": "n" + }, + { + "fieldname": "geoReferencedBy", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoReferencedByPersonLocal", + "required": "n" + }, + { + "fieldname": "geoReferencedBy", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoReferencedByOrganizationLocal", + "required": "n" + }, + { + "fieldname": "geoReferencedBy", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoReferencedByRefname", + "required": "n" + }, + { + "fieldname": "geoRefDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "structured date group", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefDateGroup", + "required": "n" + }, + { + "fieldname": "geoRefProtocol", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "geoRefProtocols", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "biogeomancer", + "chapman-wieczorek-2006-guide-best-practices-georeferencing", + "georeferencing-dummies", + "manis-herpnet-ornis-georeferencing-guidelines" + ], + "datacolumn": "geoRefProtocol", + "required": "n" + }, + { + "fieldname": "geoRefSource", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefSource", + "required": "n" + }, + { + "fieldname": "geoRefVerificationStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "geoRefVerificationStatuses", + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "unverified", + "verified-contributor", + "verified-data-custodian" + ], + "datacolumn": "geoRefVerificationStatus", + "required": "n" + }, + { + "fieldname": "geoRefRemarks", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefRemarks", + "required": "n" + }, + { + "fieldname": "geoRefPlaceName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "places_common", + "xpath": [ + "placeGeoRefGroupList", + "placeGeoRefGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "geoRefPlaceName", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-common.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-common.json new file mode 100644 index 00000000..c2c779a8 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-common.json @@ -0,0 +1,797 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "taxon", + "document_name": "taxon", + "service_name": "Taxon", + "service_path": "taxonomyauthority", + "service_type": "authority", + "object_name": "Taxon", + "ns_uri": { + "taxon_common": "http://collectionspace.org/services/taxonomy" + }, + "identifier_field": "shortIdentifier", + "search_field": "taxonTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "taxon" + }, + { + "name": "Common", + "subtype": "common_ta" + } + ], + "authority_type": "taxonomyauthority", + "authority_subtype": "common_ta" + }, + "docstructure": { + "taxon_common": { + "taxonTermGroupList": { + "taxonTermGroup": { + } + }, + "taxonAuthorGroupList": { + "taxonAuthorGroup": { + } + }, + "taxonCitationList": { + }, + "commonNameGroupList": { + "commonNameGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termFormattedDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFormattedDisplayName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonTermStatuses", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonTermTypes", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "taxontermflag" + }, + "source_type": "vocabulary", + "source_name": "taxontermflag", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "taxontermflag", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "taxonomicStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonomicStatuses", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "invalid", + "misapplied name", + "valid" + ], + "datacolumn": "taxonomicStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "taxonRank", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonRanks", + "namespace": "taxon_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "class", + "division", + "domain", + "family", + "genus", + "kingdom", + "order", + "phylum", + "species" + ], + "datacolumn": "taxonRank", + "required": "n" + }, + { + "fieldname": "taxonCurrency", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonCurrencies", + "namespace": "taxon_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "archaic", + "current", + "obsolete" + ], + "datacolumn": "taxonCurrency", + "required": "n" + }, + { + "fieldname": "taxonAuthor", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "taxon_common", + "xpath": [ + "taxonAuthorGroupList", + "taxonAuthorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "taxonAuthorPersonLocal", + "required": "n" + }, + { + "fieldname": "taxonAuthor", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "taxon_common", + "xpath": [ + "taxonAuthorGroupList", + "taxonAuthorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "taxonAuthorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "taxonAuthor", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "taxon_common", + "xpath": [ + "taxonAuthorGroupList", + "taxonAuthorGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "taxonAuthorRefname", + "required": "n" + }, + { + "fieldname": "taxonAuthorType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonAuthorTypes", + "namespace": "taxon_common", + "xpath": [ + "taxonAuthorGroupList", + "taxonAuthorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "ascribed", + "parenthetical" + ], + "datacolumn": "taxonAuthorType", + "required": "n" + }, + { + "fieldname": "taxonYear", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "taxonYear", + "required": "n" + }, + { + "fieldname": "taxonIsNamedHybrid", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "taxonIsNamedHybrid", + "required": "n" + }, + { + "fieldname": "taxonCitation", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "taxonCitationList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "taxonCitationCitationLocal", + "required": "n" + }, + { + "fieldname": "taxonCitation", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "taxon_common", + "xpath": [ + "taxonCitationList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "taxonCitationCitationWorldcat", + "required": "n" + }, + { + "fieldname": "taxonCitation", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "taxonCitationList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "taxonCitationRefname", + "required": "n" + }, + { + "fieldname": "taxonNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "taxonNote", + "required": "n" + }, + { + "fieldname": "commonName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonName", + "required": "n" + }, + { + "fieldname": "commonNameLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonNameLanguage", + "required": "n" + }, + { + "fieldname": "commonNameLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonNameLanguageRefname", + "required": "n" + }, + { + "fieldname": "commonNameSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonNameSource", + "required": "n" + }, + { + "fieldname": "commonNameSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonNameSourceRefname", + "required": "n" + }, + { + "fieldname": "commonNameSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonNameSourceDetail", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-local.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-local.json new file mode 100644 index 00000000..7c4cb9e5 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-local.json @@ -0,0 +1,797 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "taxon", + "document_name": "taxon", + "service_name": "Taxon", + "service_path": "taxonomyauthority", + "service_type": "authority", + "object_name": "Taxon", + "ns_uri": { + "taxon_common": "http://collectionspace.org/services/taxonomy" + }, + "identifier_field": "shortIdentifier", + "search_field": "taxonTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "taxon" + }, + { + "name": "Common", + "subtype": "common_ta" + } + ], + "authority_type": "taxonomyauthority", + "authority_subtype": "taxon" + }, + "docstructure": { + "taxon_common": { + "taxonTermGroupList": { + "taxonTermGroup": { + } + }, + "taxonAuthorGroupList": { + "taxonAuthorGroup": { + } + }, + "taxonCitationList": { + }, + "commonNameGroupList": { + "commonNameGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termFormattedDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFormattedDisplayName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonTermStatuses", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "provisional", + "rejected", + "under review" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonTermTypes", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "alternate descriptor", + "descriptor", + "used for term" + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "taxontermflag" + }, + "source_type": "vocabulary", + "source_name": "taxontermflag", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "taxontermflag", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "taxonomicStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonomicStatuses", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "accepted", + "invalid", + "misapplied name", + "valid" + ], + "datacolumn": "taxonomicStatus", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "taxonTermGroupList", + "taxonTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "taxonRank", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonRanks", + "namespace": "taxon_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "class", + "division", + "domain", + "family", + "genus", + "kingdom", + "order", + "phylum", + "species" + ], + "datacolumn": "taxonRank", + "required": "n" + }, + { + "fieldname": "taxonCurrency", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonCurrencies", + "namespace": "taxon_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "archaic", + "current", + "obsolete" + ], + "datacolumn": "taxonCurrency", + "required": "n" + }, + { + "fieldname": "taxonAuthor", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "taxon_common", + "xpath": [ + "taxonAuthorGroupList", + "taxonAuthorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "taxonAuthorPersonLocal", + "required": "n" + }, + { + "fieldname": "taxonAuthor", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "taxon_common", + "xpath": [ + "taxonAuthorGroupList", + "taxonAuthorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "taxonAuthorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "taxonAuthor", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "taxon_common", + "xpath": [ + "taxonAuthorGroupList", + "taxonAuthorGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "taxonAuthorRefname", + "required": "n" + }, + { + "fieldname": "taxonAuthorType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "taxonAuthorTypes", + "namespace": "taxon_common", + "xpath": [ + "taxonAuthorGroupList", + "taxonAuthorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "ascribed", + "parenthetical" + ], + "datacolumn": "taxonAuthorType", + "required": "n" + }, + { + "fieldname": "taxonYear", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "taxonYear", + "required": "n" + }, + { + "fieldname": "taxonIsNamedHybrid", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "taxonIsNamedHybrid", + "required": "n" + }, + { + "fieldname": "taxonCitation", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "taxonCitationList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "taxonCitationCitationLocal", + "required": "n" + }, + { + "fieldname": "taxonCitation", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "taxon_common", + "xpath": [ + "taxonCitationList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "taxonCitationCitationWorldcat", + "required": "n" + }, + { + "fieldname": "taxonCitation", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "taxonCitationList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "taxonCitationRefname", + "required": "n" + }, + { + "fieldname": "taxonNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "taxonNote", + "required": "n" + }, + { + "fieldname": "commonName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonName", + "required": "n" + }, + { + "fieldname": "commonNameLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonNameLanguage", + "required": "n" + }, + { + "fieldname": "commonNameLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonNameLanguageRefname", + "required": "n" + }, + { + "fieldname": "commonNameSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonNameSource", + "required": "n" + }, + { + "fieldname": "commonNameSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonNameSourceRefname", + "required": "n" + }, + { + "fieldname": "commonNameSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "taxon_common", + "xpath": [ + "commonNameGroupList", + "commonNameGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "commonNameSourceDetail", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_transport.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_transport.json new file mode 100644 index 00000000..cc29a146 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_transport.json @@ -0,0 +1,1314 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "transport", + "document_name": "transports", + "service_name": "Transport", + "service_path": "transports", + "service_type": "procedure", + "object_name": "Transport", + "ns_uri": { + "transports_common": "http://collectionspace.org/services/transport" + }, + "identifier_field": "transportReferenceNumber", + "search_field": "transportReferenceNumber" + }, + "docstructure": { + "transports_common": { + "transportTrackingNumberGroupList": { + "transportTrackingNumberGroup": { + } + }, + "courierGroupList": { + "courierGroup": { + } + }, + "additionalCostsGroupList": { + "additionalCostsGroup": { + } + }, + "shippingQuoteGroupList": { + "shippingQuoteGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "transportReferenceNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportReferenceNumber", + "required": "y" + }, + { + "fieldname": "transportMethod", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "transportMethodTypes", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "LOFO freight", + "cargo aircraft", + "combi aircraft", + "common carrier", + "exclusive-use truck", + "expedited use freight", + "mail", + "non-commercial carrier", + "ocean freight", + "passenger aircraft", + "shuttle service" + ], + "datacolumn": "transportMethod", + "required": "n" + }, + { + "fieldname": "numberOfCrates", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "integer", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "numberOfCrates", + "required": "n" + }, + { + "fieldname": "transporter", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transporterPersonLocal", + "required": "n" + }, + { + "fieldname": "transporter", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transporterOrganizationLocal", + "required": "n" + }, + { + "fieldname": "transporter", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transporterRefname", + "required": "n" + }, + { + "fieldname": "transporterContact", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transporterContact", + "required": "n" + }, + { + "fieldname": "transporterContact", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transporterContactRefname", + "required": "n" + }, + { + "fieldname": "transporterContactNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transporterContactNumber", + "required": "n" + }, + { + "fieldname": "transportAuthorizer", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportAuthorizer", + "required": "n" + }, + { + "fieldname": "transportAuthorizer", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportAuthorizerRefname", + "required": "n" + }, + { + "fieldname": "transportAuthorizationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportAuthorizationDate", + "required": "n" + }, + { + "fieldname": "transportTrackingNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + "transportTrackingNumberGroupList", + "transportTrackingNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "transportTrackingNumber", + "required": "n" + }, + { + "fieldname": "transportTrackingNumberNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + "transportTrackingNumberGroupList", + "transportTrackingNumberGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "transportTrackingNumberNote", + "required": "n" + }, + { + "fieldname": "departurePoint", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "departurePointOrganizationLocal", + "required": "n" + }, + { + "fieldname": "departurePoint", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "departurePointPlaceLocal", + "required": "n" + }, + { + "fieldname": "departurePoint", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "departurePointRefname", + "required": "n" + }, + { + "fieldname": "transportDepartureDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportDepartureDate", + "required": "n" + }, + { + "fieldname": "transportDepartureTime", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportDepartureTime", + "required": "n" + }, + { + "fieldname": "destination", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "destinationPlaceLocal", + "required": "n" + }, + { + "fieldname": "destination", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "destinationOrganizationLocal", + "required": "n" + }, + { + "fieldname": "destination", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "destinationRefname", + "required": "n" + }, + { + "fieldname": "transportArrivalDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportArrivalDate", + "required": "n" + }, + { + "fieldname": "transportArrivalTime", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportArrivalTime", + "required": "n" + }, + { + "fieldname": "courier", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + "courierGroupList", + "courierGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "courierPersonLocal", + "required": "n" + }, + { + "fieldname": "courier", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "transports_common", + "xpath": [ + "courierGroupList", + "courierGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "courierOrganizationLocal", + "required": "n" + }, + { + "fieldname": "courier", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + "courierGroupList", + "courierGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "courierRefname", + "required": "n" + }, + { + "fieldname": "courierContactNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + "courierGroupList", + "courierGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "courierContactNumber", + "required": "n" + }, + { + "fieldname": "transportRemarks", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportRemarks", + "required": "n" + }, + { + "fieldname": "transportCostType", + "transforms": { + "vocabulary": "transportcosttype" + }, + "source_type": "vocabulary", + "source_name": "transportcosttype", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportCostType", + "required": "n" + }, + { + "fieldname": "transportCostType", + "transforms": { + }, + "source_type": "refname", + "source_name": "transportcosttype", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportCostTypeRefname", + "required": "n" + }, + { + "fieldname": "transportCostResponsibleParty", + "transforms": { + "vocabulary": "transportresponsibleparty" + }, + "source_type": "vocabulary", + "source_name": "transportresponsibleparty", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportCostResponsibleParty", + "required": "n" + }, + { + "fieldname": "transportCostResponsibleParty", + "transforms": { + }, + "source_type": "refname", + "source_name": "transportresponsibleparty", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "transportCostResponsiblePartyRefname", + "required": "n" + }, + { + "fieldname": "insuranceCostResponsibleParty", + "transforms": { + "vocabulary": "transportresponsibleparty" + }, + "source_type": "vocabulary", + "source_name": "transportresponsibleparty", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceCostResponsibleParty", + "required": "n" + }, + { + "fieldname": "insuranceCostResponsibleParty", + "transforms": { + }, + "source_type": "refname", + "source_name": "transportresponsibleparty", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "insuranceCostResponsiblePartyRefname", + "required": "n" + }, + { + "fieldname": "finalShippingCostCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "finalShippingCostCurrency", + "required": "n" + }, + { + "fieldname": "finalShippingCostCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "finalShippingCostCurrencyRefname", + "required": "n" + }, + { + "fieldname": "finalShippingCostValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "finalShippingCostValue", + "required": "n" + }, + { + "fieldname": "customsBroker", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsBrokerPersonLocal", + "required": "n" + }, + { + "fieldname": "customsBroker", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsBrokerOrganizationLocal", + "required": "n" + }, + { + "fieldname": "customsBroker", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsBrokerRefname", + "required": "n" + }, + { + "fieldname": "customsBrokerContact", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsBrokerContact", + "required": "n" + }, + { + "fieldname": "customsBrokerContact", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsBrokerContactRefname", + "required": "n" + }, + { + "fieldname": "customsDeclaredValueCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsDeclaredValueCurrency", + "required": "n" + }, + { + "fieldname": "customsDeclaredValueCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsDeclaredValueCurrencyRefname", + "required": "n" + }, + { + "fieldname": "customsDeclaredValueAmount", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsDeclaredValueAmount", + "required": "n" + }, + { + "fieldname": "customsFeeCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsFeeCurrency", + "required": "n" + }, + { + "fieldname": "customsFeeCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsFeeCurrencyRefname", + "required": "n" + }, + { + "fieldname": "customsFeeValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsFeeValue", + "required": "n" + }, + { + "fieldname": "customsFeeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "customsFeeNote", + "required": "n" + }, + { + "fieldname": "additionalCostsType", + "transforms": { + "vocabulary": "transportadditionalcosttype" + }, + "source_type": "vocabulary", + "source_name": "transportadditionalcosttype", + "namespace": "transports_common", + "xpath": [ + "additionalCostsGroupList", + "additionalCostsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalCostsType", + "required": "n" + }, + { + "fieldname": "additionalCostsType", + "transforms": { + }, + "source_type": "refname", + "source_name": "transportadditionalcosttype", + "namespace": "transports_common", + "xpath": [ + "additionalCostsGroupList", + "additionalCostsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalCostsTypeRefname", + "required": "n" + }, + { + "fieldname": "additionalCostsCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "transports_common", + "xpath": [ + "additionalCostsGroupList", + "additionalCostsGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalCostsCurrency", + "required": "n" + }, + { + "fieldname": "additionalCostsCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "transports_common", + "xpath": [ + "additionalCostsGroupList", + "additionalCostsGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalCostsCurrencyRefname", + "required": "n" + }, + { + "fieldname": "additionalCostsValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + "additionalCostsGroupList", + "additionalCostsGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "additionalCostsValue", + "required": "n" + }, + { + "fieldname": "shippingQuoteProvider", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + "shippingQuoteGroupList", + "shippingQuoteGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "shippingQuoteProviderPersonLocal", + "required": "n" + }, + { + "fieldname": "shippingQuoteProvider", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "transports_common", + "xpath": [ + "shippingQuoteGroupList", + "shippingQuoteGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "shippingQuoteProviderOrganizationLocal", + "required": "n" + }, + { + "fieldname": "shippingQuoteProvider", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "transports_common", + "xpath": [ + "shippingQuoteGroupList", + "shippingQuoteGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "shippingQuoteProviderRefname", + "required": "n" + }, + { + "fieldname": "shippingQuoteCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "transports_common", + "xpath": [ + "shippingQuoteGroupList", + "shippingQuoteGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "shippingQuoteCurrency", + "required": "n" + }, + { + "fieldname": "shippingQuoteCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "transports_common", + "xpath": [ + "shippingQuoteGroupList", + "shippingQuoteGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "shippingQuoteCurrencyRefname", + "required": "n" + }, + { + "fieldname": "shippingQuoteValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + "shippingQuoteGroupList", + "shippingQuoteGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "shippingQuoteValue", + "required": "n" + }, + { + "fieldname": "shippingQuoteDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "transports_common", + "xpath": [ + "shippingQuoteGroupList", + "shippingQuoteGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "shippingQuoteDate", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_uoc.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_uoc.json new file mode 100644 index 00000000..e8a0c7ab --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_uoc.json @@ -0,0 +1,1267 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "uoc", + "document_name": "uoc", + "service_name": "Uoc", + "service_path": "uoc", + "service_type": "procedure", + "object_name": "Uoc", + "ns_uri": { + "uoc_common": "http://collectionspace.org/services/uoc" + }, + "identifier_field": "referenceNumber", + "search_field": "referenceNumber" + }, + "docstructure": { + "uoc_common": { + "methodList": { + }, + "collectionTypeList": { + }, + "materialTypeList": { + }, + "userGroupList": { + "userGroup": { + } + }, + "occasionList": { + }, + "authorizationGroupList": { + "authorizationGroup": { + } + }, + "useDateGroupList": { + "useDateGroup": { + } + }, + "staffGroupList": { + "staffGroup": { + } + }, + "locationList": { + }, + "feeGroupList": { + "feeGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "referenceNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "referenceNumber", + "required": "y" + }, + { + "fieldname": "method", + "transforms": { + "vocabulary": "uocmethods" + }, + "source_type": "vocabulary", + "source_name": "uocmethods", + "namespace": "uoc_common", + "xpath": [ + "methodList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "method", + "required": "n" + }, + { + "fieldname": "method", + "transforms": { + }, + "source_type": "refname", + "source_name": "uocmethods", + "namespace": "uoc_common", + "xpath": [ + "methodList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "methodRefname", + "required": "n" + }, + { + "fieldname": "collectionType", + "transforms": { + "vocabulary": "uoccollectiontypes" + }, + "source_type": "vocabulary", + "source_name": "uoccollectiontypes", + "namespace": "uoc_common", + "xpath": [ + "collectionTypeList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "collectionType", + "required": "n" + }, + { + "fieldname": "collectionType", + "transforms": { + }, + "source_type": "refname", + "source_name": "uoccollectiontypes", + "namespace": "uoc_common", + "xpath": [ + "collectionTypeList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "collectionTypeRefname", + "required": "n" + }, + { + "fieldname": "projectId", + "transforms": { + "vocabulary": "uocprojectid" + }, + "source_type": "vocabulary", + "source_name": "uocprojectid", + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "projectId", + "required": "n" + }, + { + "fieldname": "projectId", + "transforms": { + }, + "source_type": "refname", + "source_name": "uocprojectid", + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "projectIdRefname", + "required": "n" + }, + { + "fieldname": "subcollection", + "transforms": { + "vocabulary": "uocsubcollections" + }, + "source_type": "vocabulary", + "source_name": "uocsubcollections", + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "subcollection", + "required": "n" + }, + { + "fieldname": "subcollection", + "transforms": { + }, + "source_type": "refname", + "source_name": "uocsubcollections", + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "subcollectionRefname", + "required": "n" + }, + { + "fieldname": "materialType", + "transforms": { + "vocabulary": "uocmaterialtypes" + }, + "source_type": "vocabulary", + "source_name": "uocmaterialtypes", + "namespace": "uoc_common", + "xpath": [ + "materialTypeList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "materialType", + "required": "n" + }, + { + "fieldname": "materialType", + "transforms": { + }, + "source_type": "refname", + "source_name": "uocmaterialtypes", + "namespace": "uoc_common", + "xpath": [ + "materialTypeList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "materialTypeRefname", + "required": "n" + }, + { + "fieldname": "user", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "uoc_common", + "xpath": [ + "userGroupList", + "userGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "userPersonLocal", + "required": "n" + }, + { + "fieldname": "user", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "uoc_common", + "xpath": [ + "userGroupList", + "userGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "userOrganizationLocal", + "required": "n" + }, + { + "fieldname": "user", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "uoc_common", + "xpath": [ + "userGroupList", + "userGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "userRefname", + "required": "n" + }, + { + "fieldname": "userUocRole", + "transforms": { + "vocabulary": "uocuserroles" + }, + "source_type": "vocabulary", + "source_name": "uocuserroles", + "namespace": "uoc_common", + "xpath": [ + "userGroupList", + "userGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "userUocRole", + "required": "n" + }, + { + "fieldname": "userUocRole", + "transforms": { + }, + "source_type": "refname", + "source_name": "uocuserroles", + "namespace": "uoc_common", + "xpath": [ + "userGroupList", + "userGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "userUocRoleRefname", + "required": "n" + }, + { + "fieldname": "userInstitution", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "uoc_common", + "xpath": [ + "userGroupList", + "userGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "userInstitution", + "required": "n" + }, + { + "fieldname": "userInstitution", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "uoc_common", + "xpath": [ + "userGroupList", + "userGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "userInstitutionRefname", + "required": "n" + }, + { + "fieldname": "userInstitutionRole", + "transforms": { + "vocabulary": "uocusertypes" + }, + "source_type": "vocabulary", + "source_name": "uocusertypes", + "namespace": "uoc_common", + "xpath": [ + "userGroupList", + "userGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "userInstitutionRole", + "required": "n" + }, + { + "fieldname": "userInstitutionRole", + "transforms": { + }, + "source_type": "refname", + "source_name": "uocusertypes", + "namespace": "uoc_common", + "xpath": [ + "userGroupList", + "userGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "userInstitutionRoleRefname", + "required": "n" + }, + { + "fieldname": "title", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "title", + "required": "n" + }, + { + "fieldname": "dateRequested", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "dateRequested", + "required": "n" + }, + { + "fieldname": "dateCompleted", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "dateCompleted", + "required": "n" + }, + { + "fieldname": "occasion", + "transforms": { + "authority": [ + "conceptauthorities", + "occasion" + ] + }, + "source_type": "authority", + "source_name": "concept/occasion", + "namespace": "uoc_common", + "xpath": [ + "occasionList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "occasion", + "required": "n" + }, + { + "fieldname": "occasion", + "transforms": { + }, + "source_type": "refname", + "source_name": "concept/occasion", + "namespace": "uoc_common", + "xpath": [ + "occasionList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "occasionRefname", + "required": "n" + }, + { + "fieldname": "projectDescription", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "projectDescription", + "required": "n" + }, + { + "fieldname": "authorizedBy", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "uoc_common", + "xpath": [ + "authorizationGroupList", + "authorizationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "authorizedByPersonLocal", + "required": "n" + }, + { + "fieldname": "authorizedBy", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "uoc_common", + "xpath": [ + "authorizationGroupList", + "authorizationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "authorizedByOrganizationLocal", + "required": "n" + }, + { + "fieldname": "authorizedBy", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "uoc_common", + "xpath": [ + "authorizationGroupList", + "authorizationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "authorizedByRefname", + "required": "n" + }, + { + "fieldname": "authorizationDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "authorizationGroupList", + "authorizationGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "authorizationDate", + "required": "n" + }, + { + "fieldname": "authorizationStatus", + "transforms": { + "vocabulary": "uocauthorizationstatuses" + }, + "source_type": "vocabulary", + "source_name": "uocauthorizationstatuses", + "namespace": "uoc_common", + "xpath": [ + "authorizationGroupList", + "authorizationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "authorizationStatus", + "required": "n" + }, + { + "fieldname": "authorizationStatus", + "transforms": { + }, + "source_type": "refname", + "source_name": "uocauthorizationstatuses", + "namespace": "uoc_common", + "xpath": [ + "authorizationGroupList", + "authorizationGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "authorizationStatusRefname", + "required": "n" + }, + { + "fieldname": "authorizationNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "authorizationGroupList", + "authorizationGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "authorizationNote", + "required": "n" + }, + { + "fieldname": "useDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "useDateGroupList", + "useDateGroup" + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "useDate", + "required": "n" + }, + { + "fieldname": "useDateTimeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "useDateGroupList", + "useDateGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "useDateTimeNote", + "required": "n" + }, + { + "fieldname": "useDateNumberOfVisitors", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "useDateGroupList", + "useDateGroup" + ], + "data_type": "integer", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "useDateNumberOfVisitors", + "required": "n" + }, + { + "fieldname": "useDateHoursSpent", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "useDateGroupList", + "useDateGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "useDateHoursSpent", + "required": "n" + }, + { + "fieldname": "useDateVisitorNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "useDateGroupList", + "useDateGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "useDateVisitorNote", + "required": "n" + }, + { + "fieldname": "endDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "endDate", + "required": "n" + }, + { + "fieldname": "staffName", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "uoc_common", + "xpath": [ + "staffGroupList", + "staffGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "staffNamePersonLocal", + "required": "n" + }, + { + "fieldname": "staffName", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "uoc_common", + "xpath": [ + "staffGroupList", + "staffGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "staffNameOrganizationLocal", + "required": "n" + }, + { + "fieldname": "staffName", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "uoc_common", + "xpath": [ + "staffGroupList", + "staffGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "staffNameRefname", + "required": "n" + }, + { + "fieldname": "staffRole", + "transforms": { + "vocabulary": "uocstaffroles" + }, + "source_type": "vocabulary", + "source_name": "uocstaffroles", + "namespace": "uoc_common", + "xpath": [ + "staffGroupList", + "staffGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "staffRole", + "required": "n" + }, + { + "fieldname": "staffRole", + "transforms": { + }, + "source_type": "refname", + "source_name": "uocstaffroles", + "namespace": "uoc_common", + "xpath": [ + "staffGroupList", + "staffGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "staffRoleRefname", + "required": "n" + }, + { + "fieldname": "staffHours", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "staffGroupList", + "staffGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "staffHours", + "required": "n" + }, + { + "fieldname": "staffNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "staffGroupList", + "staffGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "staffNote", + "required": "n" + }, + { + "fieldname": "location", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "uoc_common", + "xpath": [ + "locationList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "locationOrganizationLocal", + "required": "n" + }, + { + "fieldname": "location", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "uoc_common", + "xpath": [ + "locationList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "locationPlaceLocal", + "required": "n" + }, + { + "fieldname": "location", + "transforms": { + "authority": [ + "locationauthorities", + "location" + ] + }, + "source_type": "authority", + "source_name": "location/local", + "namespace": "uoc_common", + "xpath": [ + "locationList" + ], + "data_type": "string", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "locationLocationLocal", + "required": "n" + }, + { + "fieldname": "location", + "transforms": { + }, + "source_type": "refname", + "source_name": "organization/local", + "namespace": "uoc_common", + "xpath": [ + "locationList" + ], + "data_type": "csrefname", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "locationRefname", + "required": "n" + }, + { + "fieldname": "feeCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "uoc_common", + "xpath": [ + "feeGroupList", + "feeGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "feeCurrency", + "required": "n" + }, + { + "fieldname": "feeCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "uoc_common", + "xpath": [ + "feeGroupList", + "feeGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "feeCurrencyRefname", + "required": "n" + }, + { + "fieldname": "feeValue", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "feeGroupList", + "feeGroup" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "feeValue", + "required": "n" + }, + { + "fieldname": "feePaid", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "feeGroupList", + "feeGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "feePaid", + "required": "n" + }, + { + "fieldname": "feeNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + "feeGroupList", + "feeGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "feeNote", + "required": "n" + }, + { + "fieldname": "note", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "note", + "required": "n" + }, + { + "fieldname": "provisos", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "provisos", + "required": "n" + }, + { + "fieldname": "obligationsFulfilled", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "obligationsFulfilled", + "required": "n" + }, + { + "fieldname": "result", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "uoc_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "result", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_valuation.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_valuation.json new file mode 100644 index 00000000..4f5c7af7 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_valuation.json @@ -0,0 +1,250 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "valuation", + "document_name": "valuationcontrols", + "service_name": "Valuationcontrols", + "service_path": "valuationcontrols", + "service_type": "procedure", + "object_name": "Valuationcontrol", + "ns_uri": { + "valuationcontrols_common": "http://collectionspace.org/services/valuationcontrol" + }, + "identifier_field": "valuationcontrolRefNumber", + "search_field": "valuationcontrolRefNumber" + }, + "docstructure": { + "valuationcontrols_common": { + "valueAmountsList": { + "valueAmounts": { + } + } + } + }, + "mappings": [ + { + "fieldname": "valuationcontrolRefNumber", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "valuationcontrols_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "valuationcontrolRefNumber", + "required": "y" + }, + { + "fieldname": "valueCurrency", + "transforms": { + "vocabulary": "currency" + }, + "source_type": "vocabulary", + "source_name": "currency", + "namespace": "valuationcontrols_common", + "xpath": [ + "valueAmountsList", + "valueAmounts" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "valueCurrency", + "required": "n" + }, + { + "fieldname": "valueCurrency", + "transforms": { + }, + "source_type": "refname", + "source_name": "currency", + "namespace": "valuationcontrols_common", + "xpath": [ + "valueAmountsList", + "valueAmounts" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "valueCurrencyRefname", + "required": "n" + }, + { + "fieldname": "valueAmount", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "valuationcontrols_common", + "xpath": [ + "valueAmountsList", + "valueAmounts" + ], + "data_type": "float", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "valueAmount", + "required": "n" + }, + { + "fieldname": "valueDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "valuationcontrols_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "valueDate", + "required": "n" + }, + { + "fieldname": "valueRenewalDate", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "valuationcontrols_common", + "xpath": [ + + ], + "data_type": "date", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "valueRenewalDate", + "required": "n" + }, + { + "fieldname": "valueSource", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "valuationcontrols_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "valueSourcePersonLocal", + "required": "n" + }, + { + "fieldname": "valueSource", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "valuationcontrols_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "valueSourceOrganizationLocal", + "required": "n" + }, + { + "fieldname": "valueSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "valuationcontrols_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "valueSourceRefname", + "required": "n" + }, + { + "fieldname": "valueType", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "valueTypes", + "namespace": "valuationcontrols_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + "Current Value", + "Original Value", + "Replacement Value" + ], + "datacolumn": "valueType", + "required": "n" + }, + { + "fieldname": "valueNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "valuationcontrols_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "valueNote", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-cona.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-cona.json new file mode 100644 index 00000000..ee7bf369 --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-cona.json @@ -0,0 +1,988 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "work", + "document_name": "works", + "service_name": "Works", + "service_path": "workauthorities", + "service_type": "authority", + "object_name": "Workitem", + "ns_uri": { + "works_common": "http://collectionspace.org/services/work" + }, + "identifier_field": "shortIdentifier", + "search_field": "workTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "work" + }, + { + "name": "CONA", + "subtype": "cona_work" + } + ], + "authority_type": "workauthorities", + "authority_subtype": "cona_work" + }, + "docstructure": { + "works_common": { + "workTermGroupList": { + "workTermGroup": { + } + }, + "workDateGroupList": { + }, + "creatorGroupList": { + "creatorGroup": { + } + }, + "publisherGroupList": { + "publisherGroup": { + } + }, + "addrGroupList": { + "addrGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "workTermStatuses", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "complete", + "inprogress", + "quickaddedneedsattention" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "worktermflag" + }, + "source_type": "vocabulary", + "source_name": "worktermflag", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "worktermflag", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "workType", + "transforms": { + "vocabulary": "worktype" + }, + "source_type": "vocabulary", + "source_name": "worktype", + "namespace": "works_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "workType", + "required": "n" + }, + { + "fieldname": "workType", + "transforms": { + }, + "source_type": "refname", + "source_name": "worktype", + "namespace": "works_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "workTypeRefname", + "required": "n" + }, + { + "fieldname": "workDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workDateGroupList" + ], + "data_type": "structured date group", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "workDateGroup", + "required": "n" + }, + { + "fieldname": "workHistoryNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "workHistoryNote", + "required": "n" + }, + { + "fieldname": "creator", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "works_common", + "xpath": [ + "creatorGroupList", + "creatorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "creatorPersonLocal", + "required": "n" + }, + { + "fieldname": "creator", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "works_common", + "xpath": [ + "creatorGroupList", + "creatorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "creatorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "creator", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "works_common", + "xpath": [ + "creatorGroupList", + "creatorGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "creatorRefname", + "required": "n" + }, + { + "fieldname": "creatorType", + "transforms": { + "vocabulary": "workcreatortype" + }, + "source_type": "vocabulary", + "source_name": "workcreatortype", + "namespace": "works_common", + "xpath": [ + "creatorGroupList", + "creatorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "creatorType", + "required": "n" + }, + { + "fieldname": "creatorType", + "transforms": { + }, + "source_type": "refname", + "source_name": "workcreatortype", + "namespace": "works_common", + "xpath": [ + "creatorGroupList", + "creatorGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "creatorTypeRefname", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "works_common", + "xpath": [ + "publisherGroupList", + "publisherGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherPersonLocal", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "works_common", + "xpath": [ + "publisherGroupList", + "publisherGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherOrganizationLocal", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "works_common", + "xpath": [ + "publisherGroupList", + "publisherGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherRefname", + "required": "n" + }, + { + "fieldname": "publisherType", + "transforms": { + "vocabulary": "workpublishertype" + }, + "source_type": "vocabulary", + "source_name": "workpublishertype", + "namespace": "works_common", + "xpath": [ + "publisherGroupList", + "publisherGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherType", + "required": "n" + }, + { + "fieldname": "publisherType", + "transforms": { + }, + "source_type": "refname", + "source_name": "workpublishertype", + "namespace": "works_common", + "xpath": [ + "publisherGroupList", + "publisherGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherTypeRefname", + "required": "n" + }, + { + "fieldname": "addressPlace1", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace1", + "required": "n" + }, + { + "fieldname": "addressPlace2", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace2", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityPlaceLocal", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityPlaceTgn", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityRefname", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvincePlaceLocal", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvincePlaceTgn", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvinceRefname", + "required": "n" + }, + { + "fieldname": "addressPostCode", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPostCode", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryPlaceLocal", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryPlaceTgn", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryRefname", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + "vocabulary": "addresstype" + }, + "source_type": "vocabulary", + "source_name": "addresstype", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressType", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + }, + "source_type": "refname", + "source_name": "addresstype", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressTypeRefname", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-local.json b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-local.json new file mode 100644 index 00000000..4cf697bd --- /dev/null +++ b/data/mappers/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-local.json @@ -0,0 +1,988 @@ +{ + "config": { + "profile_basename": "ohc", + "version": "1-0-6", + "recordtype": "work", + "document_name": "works", + "service_name": "Works", + "service_path": "workauthorities", + "service_type": "authority", + "object_name": "Workitem", + "ns_uri": { + "works_common": "http://collectionspace.org/services/work" + }, + "identifier_field": "shortIdentifier", + "search_field": "workTermGroupList/0/termDisplayName", + "authority_subtypes": [ + { + "name": "Local", + "subtype": "work" + }, + { + "name": "CONA", + "subtype": "cona_work" + } + ], + "authority_type": "workauthorities", + "authority_subtype": "work" + }, + "docstructure": { + "works_common": { + "workTermGroupList": { + "workTermGroup": { + } + }, + "workDateGroupList": { + }, + "creatorGroupList": { + "creatorGroup": { + } + }, + "publisherGroupList": { + "publisherGroup": { + } + }, + "addrGroupList": { + "addrGroup": { + } + } + } + }, + "mappings": [ + { + "fieldname": "termDisplayName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termDisplayName", + "required": "y" + }, + { + "fieldname": "termName", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termName", + "required": "n" + }, + { + "fieldname": "termQualifier", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termQualifier", + "required": "n" + }, + { + "fieldname": "termStatus", + "transforms": { + }, + "source_type": "optionlist", + "source_name": "workTermStatuses", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + "complete", + "inprogress", + "quickaddedneedsattention" + ], + "datacolumn": "termStatus", + "required": "n" + }, + { + "fieldname": "termType", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termType", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + "vocabulary": "worktermflag" + }, + "source_type": "vocabulary", + "source_name": "worktermflag", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlag", + "required": "n" + }, + { + "fieldname": "termFlag", + "transforms": { + }, + "source_type": "refname", + "source_name": "worktermflag", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termFlagRefname", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + "vocabulary": "languages" + }, + "source_type": "vocabulary", + "source_name": "languages", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguage", + "required": "n" + }, + { + "fieldname": "termLanguage", + "transforms": { + }, + "source_type": "refname", + "source_name": "languages", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termLanguageRefname", + "required": "n" + }, + { + "fieldname": "termPrefForLang", + "transforms": { + "special": [ + "boolean" + ] + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "boolean", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termPrefForLang", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "citation" + ] + }, + "source_type": "authority", + "source_name": "citation/local", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationLocal", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + "authority": [ + "citationauthorities", + "worldcat" + ] + }, + "source_type": "authority", + "source_name": "citation/worldcat", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceCitationWorldcat", + "required": "n" + }, + { + "fieldname": "termSource", + "transforms": { + }, + "source_type": "refname", + "source_name": "citation/local", + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceRefname", + "required": "n" + }, + { + "fieldname": "termSourceDetail", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceDetail", + "required": "n" + }, + { + "fieldname": "termSourceID", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceID", + "required": "n" + }, + { + "fieldname": "termSourceNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workTermGroupList", + "workTermGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "termSourceNote", + "required": "n" + }, + { + "fieldname": "workType", + "transforms": { + "vocabulary": "worktype" + }, + "source_type": "vocabulary", + "source_name": "worktype", + "namespace": "works_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "workType", + "required": "n" + }, + { + "fieldname": "workType", + "transforms": { + }, + "source_type": "refname", + "source_name": "worktype", + "namespace": "works_common", + "xpath": [ + + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "workTypeRefname", + "required": "n" + }, + { + "fieldname": "workDateGroup", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "workDateGroupList" + ], + "data_type": "structured date group", + "repeats": "y", + "in_repeating_group": "n", + "opt_list_values": [ + + ], + "datacolumn": "workDateGroup", + "required": "n" + }, + { + "fieldname": "workHistoryNote", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "n/a", + "opt_list_values": [ + + ], + "datacolumn": "workHistoryNote", + "required": "n" + }, + { + "fieldname": "creator", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "works_common", + "xpath": [ + "creatorGroupList", + "creatorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "creatorPersonLocal", + "required": "n" + }, + { + "fieldname": "creator", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "works_common", + "xpath": [ + "creatorGroupList", + "creatorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "creatorOrganizationLocal", + "required": "n" + }, + { + "fieldname": "creator", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "works_common", + "xpath": [ + "creatorGroupList", + "creatorGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "creatorRefname", + "required": "n" + }, + { + "fieldname": "creatorType", + "transforms": { + "vocabulary": "workcreatortype" + }, + "source_type": "vocabulary", + "source_name": "workcreatortype", + "namespace": "works_common", + "xpath": [ + "creatorGroupList", + "creatorGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "creatorType", + "required": "n" + }, + { + "fieldname": "creatorType", + "transforms": { + }, + "source_type": "refname", + "source_name": "workcreatortype", + "namespace": "works_common", + "xpath": [ + "creatorGroupList", + "creatorGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "creatorTypeRefname", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + "authority": [ + "personauthorities", + "person" + ] + }, + "source_type": "authority", + "source_name": "person/local", + "namespace": "works_common", + "xpath": [ + "publisherGroupList", + "publisherGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherPersonLocal", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + "authority": [ + "orgauthorities", + "organization" + ] + }, + "source_type": "authority", + "source_name": "organization/local", + "namespace": "works_common", + "xpath": [ + "publisherGroupList", + "publisherGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherOrganizationLocal", + "required": "n" + }, + { + "fieldname": "publisher", + "transforms": { + }, + "source_type": "refname", + "source_name": "person/local", + "namespace": "works_common", + "xpath": [ + "publisherGroupList", + "publisherGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherRefname", + "required": "n" + }, + { + "fieldname": "publisherType", + "transforms": { + "vocabulary": "workpublishertype" + }, + "source_type": "vocabulary", + "source_name": "workpublishertype", + "namespace": "works_common", + "xpath": [ + "publisherGroupList", + "publisherGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherType", + "required": "n" + }, + { + "fieldname": "publisherType", + "transforms": { + }, + "source_type": "refname", + "source_name": "workpublishertype", + "namespace": "works_common", + "xpath": [ + "publisherGroupList", + "publisherGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "publisherTypeRefname", + "required": "n" + }, + { + "fieldname": "addressPlace1", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace1", + "required": "n" + }, + { + "fieldname": "addressPlace2", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPlace2", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityPlaceLocal", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityPlaceTgn", + "required": "n" + }, + { + "fieldname": "addressMunicipality", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressMunicipalityRefname", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvincePlaceLocal", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvincePlaceTgn", + "required": "n" + }, + { + "fieldname": "addressStateOrProvince", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressStateOrProvinceRefname", + "required": "n" + }, + { + "fieldname": "addressPostCode", + "transforms": { + }, + "source_type": "na", + "source_name": null, + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressPostCode", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + "authority": [ + "placeauthorities", + "place" + ] + }, + "source_type": "authority", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryPlaceLocal", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + "authority": [ + "placeauthorities", + "tgn_place" + ] + }, + "source_type": "authority", + "source_name": "place/tgn", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryPlaceTgn", + "required": "n" + }, + { + "fieldname": "addressCountry", + "transforms": { + }, + "source_type": "refname", + "source_name": "place/local", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressCountryRefname", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + "vocabulary": "addresstype" + }, + "source_type": "vocabulary", + "source_name": "addresstype", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "string", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressType", + "required": "n" + }, + { + "fieldname": "addressType", + "transforms": { + }, + "source_type": "refname", + "source_name": "addresstype", + "namespace": "works_common", + "xpath": [ + "addrGroupList", + "addrGroup" + ], + "data_type": "csrefname", + "repeats": "n", + "in_repeating_group": "y", + "opt_list_values": [ + + ], + "datacolumn": "addressTypeRefname", + "required": "n" + } + ] +} \ No newline at end of file diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_collectionobject-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_collectionobject-template.csv deleted file mode 100644 index d66ab662..00000000 --- a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_collectionobject-template.csv +++ /dev/null @@ -1,8 +0,0 @@ -"Before importing CSV, delete initial column and rows above the CSVHEADER row","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -REQUIRED,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n -DATA TYPE,string,integer,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,date,string,string,string,string,string,string,string,float,string,string,date,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,boolean,string,string,string,string,structured date group,string,string,string,string,string,string,string,date,string,string,string,string,string,string,string,string,string,string,string,string,string,string,integer,string,string,string,string,string,structured date group,string,string,string,integer,string,string,integer,boolean,string,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,structured date group,string,string,string,string,float,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,float,float,string,float,string,string,float,float,string,string,float,float,string,string,float,float,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string -REPEATABLE FIELD?,n,n,n,n,y,n,y,n,n,y,y,y,y,n,n,n,n,n,n,n,n,n,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,y,n,n,n,y,y,y,n,y,n,n,y,y,n,n,n,n,n,y,n,n,n,n,n,n,n,n,y,y,y,y,y,n,n,n,n,n,n,n,n,n,n,n,n,y,n,n,n,n,n,n,y,n,n,y,y,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,y,y,y,n,y,n,n,y,y,y,y,y,y,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,y,y,y,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,y,n,n,n,n,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n -REPEATING FIELD GROUP,"","",otherNumberList < otherNumber,otherNumberList < otherNumber,"","","","","","","","","",objectNameList < objectNameGroup,objectNameList < objectNameGroup,objectNameList < objectNameGroup,objectNameList < objectNameGroup,objectNameList < objectNameGroup,objectNameList < objectNameGroup,assocPeopleGroupList < assocPeopleGroup,assocPeopleGroupList < assocPeopleGroup,assocPeopleGroupList < assocPeopleGroup,"",annotationGroupList < annotationGroup,annotationGroupList < annotationGroup,annotationGroupList < annotationGroup,annotationGroupList < annotationGroup,measuredPartGroupList < measuredPartGroup,measuredPartGroupList < measuredPartGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,materialGroupList < materialGroup,materialGroupList < materialGroup,materialGroupList < materialGroup,materialGroupList < materialGroup,materialGroupList < materialGroup,titleGroupList < titleGroup,titleGroupList < titleGroup,titleGroupList < titleGroup,titleGroupList < titleGroup < titleTranslationSubGroupList < titleTranslationSubGroup,titleGroupList < titleGroup < titleTranslationSubGroupList < titleTranslationSubGroup,usageGroupList < usageGroup,usageGroupList < usageGroup,oaiSiteGroupList < oaiSiteGroup,oaiSiteGroupList < oaiSiteGroup,oaiSiteGroupList < oaiSiteGroup,"","","","","","","","","","","","","","",techniqueGroupList < techniqueGroup,techniqueGroupList < techniqueGroup,objectProductionPlaceGroupList < objectProductionPlaceGroup,objectProductionPlaceGroupList < objectProductionPlaceGroup,objectProductionPlaceGroupList < objectProductionPlaceGroup,"",objectProductionPeopleGroupList < objectProductionPeopleGroup,objectProductionPeopleGroupList < objectProductionPeopleGroup,objectProductionPeopleGroupList < objectProductionPeopleGroup,objectProductionPersonGroupList < objectProductionPersonGroup,objectProductionPersonGroupList < objectProductionPersonGroup,objectProductionOrganizationGroupList < objectProductionOrganizationGroup,objectProductionOrganizationGroupList < objectProductionOrganizationGroup,"","","","","","",nagpraDetermGroupList < nagpraDetermGroup,nagpraDetermGroupList < nagpraDetermGroup,nagpraDetermGroupList < nagpraDetermGroup,nagpraDetermGroupList < nagpraDetermGroup,nagpraDetermGroupList < nagpraDetermGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,"",accessLimitationsGroupList < accessLimitationsGroup,accessLimitationsGroupList < accessLimitationsGroup,accessLimitationsGroupList < accessLimitationsGroup,accessLimitationsGroupList < accessLimitationsGroup,accessLimitationsGroupList < accessLimitationsGroup,accessLimitationsGroupList < accessLimitationsGroup,"","","","","","","","",objectComponentGroupList < objectComponentGroup,objectComponentGroupList < objectComponentGroup,"","","","","","",taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup < mortuaryTreatmentGroupList < mortuaryTreatmentGroup,commingledRemainsGroupList < commingledRemainsGroup < mortuaryTreatmentGroupList < mortuaryTreatmentGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,"","","","","","",contentObjectGroupList < contentObjectGroup,contentObjectGroupList < contentObjectGroup,"","","","","","","",contentEventNameGroupList < contentEventNameGroup,contentEventNameGroupList < contentEventNameGroup,contentOtherGroupList < contentOtherGroup,contentOtherGroupList < contentOtherGroup,"",textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,assocActivityGroupList < assocActivityGroup,assocActivityGroupList < assocActivityGroup,assocActivityGroupList < assocActivityGroup,assocObjectGroupList < assocObjectGroup,assocObjectGroupList < assocObjectGroup,assocObjectGroupList < assocObjectGroup,assocConceptGroupList < assocConceptGroup,assocConceptGroupList < assocConceptGroup,assocConceptGroupList < assocConceptGroup,assocCulturalContextGroupList < assocCulturalContextGroup,assocCulturalContextGroupList < assocCulturalContextGroup,assocCulturalContextGroupList < assocCulturalContextGroup,assocOrganizationGroupList < assocOrganizationGroup,assocOrganizationGroupList < assocOrganizationGroup,assocOrganizationGroupList < assocOrganizationGroup,assocPersonGroupList < assocPersonGroup,assocPersonGroupList < assocPersonGroup,assocPersonGroupList < assocPersonGroup,assocPlaceGroupList < assocPlaceGroup,assocPlaceGroupList < assocPlaceGroup,assocPlaceGroupList < assocPlaceGroup,"","","","","","","",assocDateGroupList < assocDateGroup,assocDateGroupList < assocDateGroup,assocDateGroupList < assocDateGroup,"",anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,"","","","","","","","","",referenceGroupList < referenceGroup,referenceGroupList < referenceGroup,referenceGroupList < referenceGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,objectNameList < objectNameGroup,technicalAttributeGroupList < technicalAttributeGroup,technicalAttributeGroupList < technicalAttributeGroup,technicalAttributeGroupList < technicalAttributeGroup -VALUE SOURCE TYPE,na,na,na,optionlist,optionlist,optionlist,authority,vocabulary,optionlist,na,authority,vocabulary,vocabulary,authority,optionlist,optionlist,optionlist,vocabulary,na,authority,na,na,na,authority,vocabulary,na,na,optionlist,na,optionlist,authority,authority,optionlist,na,optionlist,na,na,authority,na,na,na,na,na,vocabulary,optionlist,na,vocabulary,na,na,authority,authority,na,na,vocabulary,authority,authority,na,authority,authority,authority,na,na,na,na,na,vocabulary,na,vocabulary,authority,authority,vocabulary,na,authority,authority,vocabulary,authority,vocabulary,authority,vocabulary,na,vocabulary,vocabulary,vocabulary,na,na,authority,vocabulary,authority,authority,na,na,authority,authority,authority,authority,na,na,na,vocabulary,vocabulary,na,authority,authority,na,optionlist,na,na,na,na,vocabulary,na,na,optionlist,na,optionlist,optionlist,vocabulary,vocabulary,na,optionlist,authority,vocabulary,authority,authority,na,authority,vocabulary,na,na,na,vocabulary,na,na,optionlist,vocabulary,vocabulary,na,vocabulary,vocabulary,na,na,vocabulary,na,authority,na,optionlist,na,optionlist,na,authority,authority,na,optionlist,authority,authority,na,na,na,na,na,na,authority,authority,vocabulary,na,optionlist,optionlist,optionlist,na,na,na,na,na,authority,authority,na,optionlist,optionlist,na,na,na,na,na,na,na,na,authority,na,na,na,na,na,authority,na,na,authority,na,na,na,na,na,na,na,authority,na,authority,na,na,na,na,na,na,authority,authority,na,optionlist,authority,optionlist,vocabulary,na,na,na,na,na,na,na,na,na,na,na,authority,authority,na,na,authority,na,optionlist,optionlist,optionlist,optionlist,na,na,na,na,vocabulary,na,na,optionlist,na,optionlist,na,na,na,optionlist,na,na,na,optionlist,na,na,na,optionlist,na,na,na,na,na,na,na,na,na,na,optionlist,na,optionlist,na,na,optionlist,optionlist,optionlist,optionlist -VALUE SOURCE,"","","","AccessCommingledID, AccessSkeletalID, Additional File Number, Archives/Library Negative Number, Barcode Number, Community NID, Digital Heritage Collection NID, Digital Heritage Item NID, FIPS Number, Field Sheet Number, Fine Arts Card Number, OAI Number, OHI Number, OhioPix File Name, Old Ledger #1, Old Ledger #2, Original Collection Number, Other Number, Previous Catalog Number, Punch Card Number, Researcher Number, SOD Number, STARid","archaeology, archaeology-nagpra, collection-management, design, education, history, natural-history, registrar, sites","active-use-collection, architectural-salvaged-collection, education-collection, outdoor-collection, permanent-collection, props-and-design, sites-and-facilities",work/local,descriptionlevel,"approved, in-process, new, ready-for-review, revision-needed, temporary","",concept/ethfilecode,publishto,inventorystatus,concept/nomenclature,"current, out of date, unknown","primary, secondary","classified, denomination, simple, taxonomic, typological",languages,"",concept/ethculture,"","","",person/local,annotationtype,"","","base, frame, framed, image-size, mount, paper-size, plate-size, unframed","","area, base, circumference, count, depth, diameter, height, length, running-time, target, thickness, volume, weight, width",person/local,organization/local,"balance_beam_scale, electronic_distance_measurement, goniometer, hydraulic_or_pneumatic_scale, measuring_tape_cloth, measuring_tape_metal, microscopy_reticule, odometer, optical_range_finder, osteometric_board, pacing_pedometer, protractor, ruler, sliding_calipers, spreading_calipers, spring_scale, stadia_transit, standard_mesh_screen, taping_chaining, theodolite_total_station","","acres, carats, centimeters, cubic-centimeters, feet, grams, inches, kilograms, liters, meters, millimeters, minutes, pixels, pounds, square-feet, stories","","",concept/material,"","","","","",languages,"assigned-by-artist, book-title, collection, site","",languages,"","",place/local,place/tgn,"","",collectionmethod,place/local,place/tgn,"",person/local,person/local,organization/local,"","","","","",namedtimeperiods,"",prodtechniquetype,place/local,place/tgn,prodplacerole,"",concept/archculture,concept/ethculture,prodpeoplerole,person/local,prodpersonrole,organization/local,prodorgrole,"",nagprainventory,nagpracategory,graveassoccode,"","",concept/archculture,nagpradetermtype,person/local,organization/local,"","",person/local,organization/local,person/local,organization/local,"","","",limitationtype,limitationlevel,"",person/local,organization/local,"","dried fungus, egg, envelope, feather, fossil, fossil tracks, hair, herbarium sheet, liquid preservation, live mount, mineral, nest, ore, pellet, pinned, pressed plant, replica, rock, seeds, shell, skeletal, slide, study skin, tanned hide, wood sample","","","","",apparelsizes,"","","blade, buttonhole, handle, sleeve","","female, indeterminate, male, mixed","adult/mature, egg, fetus, indeterminate, larva, multiple, pupa, seed, subadult/immature, unknown",majortaxon,agequalifier,"","days, months, weeks, years",taxon/local,taxonqualifier,person/local,organization/local,"",organization/local,taxonkind,"","","",bodyside,"","","Female, Indeterminate, Male, Possibly female, Possibly male, Probably female, Probably male, Unknown",agerange,mortuarytreatment,"",behrensmeyer,behrensmeyer,"","",languages,"",concept/associated,"","back, base, bottom, front, inside, left, outside, recto, right, rim, top, verso","","food, furniture","",person/local,person/ulan,"","carolingian-miniscule, gothic-script, palmer-method, roman-cursive, rustic-capitals, spencerian-method, square-capitals",organization/local,organization/ulan,"","","","","","",person/local,organization/local,languages,"","back, base, bottom, front, inside, left, outside, recto, right, rim, top, verso","carolingian-miniscule, gothic-script, palmer-method, roman-cursive, rustic-capitals, spencerian-method, square-capitals","brand, credits, decoration, estate-stamp, graffiti, label, maker's-mark, plaque, signage","","","","","",person/local,organization/local,"","back, base, bottom, front, inside, left, outside, recto, right, rim, top, verso","brand, credits, decoration, estate-stamp, graffiti, label, maker's-mark, plaque, signage","","","","","","","","",concept/associated,"","","","","",organization/local,"","",person/local,"","","","","","","",organization/local,"",person/local,"","","","","","",person/local,organization/local,"","company, private, public",place/local,"bequest, exchange, gift, purchase, transfer, treasure",currency,"","","","","","","","","","","",citation/local,citation/worldcat,"","",place/local,"","Abbeville, Aberdeenshire (UK), Acadia, Acaponeta, Accomack, Ada, Adair, Adams, Addison, Agusan del Norte, Ahuacatlan, Aiken, Aitkin, Alachua, Alamance, Alameda, Alamosa, Albany, Albemarle, Alcona, Alcorn, Aleutians East, Aleutians West, Alexander, Alexandria, Alfalfa, Alger, Allamakee, Allegan, Allegany, Alleghany, Allegheny, Allen, Allendale, Alpena, Alpine, Amador, Amazonas, Amelia, Amherst, Amite, Anchorage, Anderson, Andrew, Andrews, Androscoggin, Angelina, Anglesey, Anglesey (UK), Angus (Forfarshire) (UK), Anne Arundel, Anoka, Anson, Antelope, Antonina, Antrim, Antrim (UK), Apache, Appanoose, Appling, Appomattox, Aransas, Arapahoe, Archer, Archuleta, Arenac, Argyll (Argyllshire) (UK), Arkansas, Arlington, Armagh (UK), Armstrong, Aroostook, Arran, Island of, Arthur, Ascension, Ashe, Ashland, Ashley, Ashtabula, Asotin, Assumption, Atascosa, Atchison, Athens, Atkinson, Atlantic, Atoka, Attala, Audrain, Audubon, Auglaize, Augusta, Aurora, Austin, Autauga, Avery, Avoyelles, Ayopaya, Ayrshire (UK), Ba, Baca, Bacon, Bagua, Bailey, Baker, Baldwin, Ballard, Baltimore, Bamberg, Bandera, Banffshire (UK), Banks, Banner, Bannock, Baraga, Barber, Barbour, Barnes, Barnstable, Barnwell, Barreiras, Barren, Barron, Barrow, Barry, Bartholomew, Barton, Bartow, Bastrop, Bates, Bath, Baxter, Bay, Bayfield, Baylor, Beadle, Bear Lake, Beaufort, Beauregard, Beaver, Beaverhead, Becker, Beckham, Bedford, Bedfordshire (UK), Bee, Belknap, Bell, Belmont, Beltrami, Ben Hill, Benewah, Bennett, Bennington, Benson, Bent, Benton, Benzie, Bergen, Berkeley, Berks, Berkshire, Berkshire (UK), Bernalillo, Berrien, Bertie, Berwickshire (UK), Bethel, Bexar, Bibb, Bienville, Big Horn, Big Stone, Billings, Bingham, Black Hawk, Blackford, Bladen, Blaine, Blair, Blanco, Bland, Bleckley, Bledsoe, Blount, Blue Earth, Boise, Bolivar, Bollinger, Bon Homme, Bonaventure, Bond, Bongara, Bonner, Bonneville, Boone, Borden, Bosque, Bossier, Botetourt, Bothwell Municipality, Bottineau, Boulder, Boundary, Bourbon, Bowie, Bowman, Box Butte, Box Elder, Boyd, Boyle, Bracken, Bradford, Bradley, Branch, Brantley, Braxton, Brazoria, Brazos, Breathitt, Breckinridge, Brecknockshire (Breconshire) (UK), Bremer, Brevard, Brewster, Briscoe, Bristol, Bristol Bay, Broadwater, Bronx, Brooke, Brookings, Brooks, Broome, Broomfield, Broward, Brown, Brule, Brunswick, Bryan, Buchanan, Buckingham, Buckinghamshire (UK), Bucks, Buena Vista, Buffalo, Bullitt, Bulloch, Bullock, Buncombe, Bureau, Burke, Burleigh, Burleson, Burlington, Burnet, Burnett, Burnie Municipality, Burt, Buteshire (UK), Butler, Butte, Butts, Cabarrus, Cabell, Cache, Caddo, Caernarfonshire (Carnarvonshire) (UK), Caithness (UK), Cajamarca, Calaveras, Calcasieu, Caldwell, Caledonia, Calhoun, Callahan, Callaway, Calloway, Calumet, Calvert, Camas, Cambria, Cambridgeshire (UK), Camden, Cameron, Camp, Campbell, Canadian, Candelaria, Candler, Cannon, Canyon, Cape Girardeau, Cape May, Capiz, Carangola, Carbon, Cardiganshire (UK), Caribou, Carlisle, Carlton, Carmarthenshire (UK), Caroline, Carroll, Carson, Carson City, Carter, Carteret, Carver, Cascade, Casey, Cass, Cassia, Castro, Castrovirreina, Caswell, Catahoula, Catawba, Catoosa, Catron, Cattaraugus, Cautin, Cavalier, Cayuga, Cecil, Cedar, Celendin, Centre, Cerro Gordo, Chachapoyas, Chaffee, Chambers, Champaign, Chariton, Charles, Charles City, Charles Mix, Charleston, Charlevoix, Charlotte, Charlottesville, Charlton, Chase, Chatham, Chattahoochee, Chattooga, Chautauqua, Chaves, Cheatham, Cheboygan, Chelan, Chemung, Chenango, Cherokee, Cherry, Chesapeake, Cheshire, Cheshire (UK), Chester, Chesterfield, Cheyenne, Chiang Mai, Changwat, Chickasaw, Chicligasta, Chicot, Childress, Chilton, Chippewa, Chisago, Chittenden, Choctaw, Chouteau, Chowan, Christian, Churchill, Cibola, Cimarron, Citrus, Clackamas, Clackmannanshire (UK), Claiborne, Clallam, Clare, Clarendon, Clarion, Clark, Clarke, Clatsop, Clay, Clayton, Clear Creek, Clearfield, Clearwater, Cleburne, Clermont, Cleveland, Clinch, Clinton, Cloud, Coahoma, Coal, Cobb, Cochise, Cochran, Cocke, Coconino, Codington, Coffee, Coffey, Coke, Colbert, Cole, Coleman, Coles, Colfax, Colleton, Collier, Collin, Collingsworth, Colonial Heights, Colorado, Colquitt, Columbia, Columbiana, Columbus, Colusa, Comal, Comanche, Comondú, Compostela, Concho, Concordia, Conecuh, Conejos, Contra Costa, Converse, Conway, Cook, Cooke, Cooper, Coos, Coosa, Copiah, Cornwall, Cornwall (UK), Corson, Cortland, Corumba, Coryell, Coshocton, Costilla, Cottle, Cotton, Cottonwood, Covington, Coweta, Cowley, Cowlitz, Craig, Craighead, Crane, Craven, Crawford, Creek, Crenshaw, Crisp, Crittenden, Crockett, Cromartyshire (UK), Crook, Crosby, Cross, Crow Wing, Crowley, Culberson, Cullman, Culpeper, Cumberland, Cumberland (UK), Cuming, Currituck, Curry, Custer, Cuyahoga, Dade, Daggett, Dakota, Dale, Dallam, Dallas, Dane, Daniels, Danville, Dare, Darke, Darlington, Dauphin, Davidson, Davie, Daviess, Davis, Davison, Dawes, Dawson, Day, De Baca, De Kalb, De Soto, De Witt, DeKalb, DeSoto, DeWitt, Deaf Smith, Dearborn, Decatur, Deer Lodge, Defiance, Del Norte, Delaware, Deloraine Municipality, Delta, Denali, Denbighshire (UK), Dent, Denton, Denver, Derbyshire (UK), Des Moines, Deschutes, Desha, Deuel, Devon (UK), Dewey, Diamantina, Dickens, Dickenson, Dickey, Dickinson, Dickson, Dillingham, Dillon, Dimmit, Dinwiddie, District of Columbia, Divide, Dixie, Dixon, Doddridge, Dodge, Dolores, Dona Ana, Doniphan, Donley, Dooly, Door, Dorchester, Dorset (UK), Dougherty, Douglas, Down (UK), Doña Ana, Drew, Du Page, DuPage, Dubois, Dubuque, Duchesne, Dukes, Dumbartonshire (UK), Dumfriesshire (UK), Dundy, Dunklin, Dunn, Duplin, Durham, Durham (UK), Dutchess, Duval, Dyer, Eagle, Early, East Baton Rouge, East Carroll, East Feliciana, East Lothian (UK), Eastland, Eaton, Eau Claire, Echols, Ector, Eddy, Edgar, Edgecombe, Edgefield, Edmonson, Edmunds, Edwards, Effingham, El Dorado, El Paso, Elbert, Elk, Elkhart, Elko, Elliott, Ellis, Ellsworth, Elmore, Emanuel, Emery, Emmet, Emmons, Emporia, Ensenada, Erath, Erie, Escambia, Esmeralda, Esmeraldas, Esperance Municipality, Essex, Essex (MA), Essex (UK), Estill, Etowah, Eureka, Evangeline, Evans, Fairbanks North Star, Fairfax, Fairfield, Fall River, Fallon, Falls, Falls Church, Fannin, Faribault, Faulk, Faulkner, Fauquier, Fayette, Fentress, Fergus, Fermanagh (UK), Ferry, Fife (UK), Fillmore, Fingal Municipality, Finney, Fisher, Flagler, Flathead, Fleming, Flintshire (UK), Florence, Florida, Floyd, Fluvanna, Foard, Fond Du Lac, Fond du Lac, Ford, Forest, Forrest, Forsyth, Fort Bend, Foster, Fountain, Franklin, Frederick, Fredericksburg, Freeborn, Freestone, Fremont, Fresno, Frio, Frontier, Fulton, Furnas, Gadsden, Gage, Gaines, Galapagos, Galax, Gallatin, Gallia, Galveston, Galway, Garden, Garfield, Garland, Garrard, Garrett, Garvin, Garza, Gasconade, Gaston, Gates, Geary, Geauga, Gem, Genesee, Geneva, Gentry, George, Georgetown, Gibson, Gila, Gilchrist, Giles, Gillespie, Gilliam, Gilmer, Gilpin, Glacier, Glades, Gladwin, Glamorgan (UK), Glamorgan Municipality, Glascock, Glasscock, Glenn, Glenorchy Municipality, Gloucester, Gloucestershire (UK), Glynn, Gogebic, Golden Valley, Goliad, Gonzales, Goochland, Goodhue, Gooding, Gordon, Gormanston Municipality, Goshen, Gosper, Gouveia, Gove, Grady, Grafton, Graham, Grainger, Grand, Grand Forks, Grand Isle, Grand Traverse, Granite, Grant, Granville, Gratiot, Graves, Gray, Grays Harbor, Grayson, Greeley, Green, Green Lake, Greenbrier, Greene, Greenlee, Greensville, Greenup, Greenville, Greenwood, Greer, Gregg, Gregory, Grenada, Griggs, Grimes, Grundy, Guadalupe, Guaraquecaba, Guaratuba, Guernsey, Guilford, Gulf, Gunnison, Guthrie, Gwinnett, Haakon, Habersham, Haines, Hale, Halifax, Hall, Hamblen, Hamilton, Hamilton Municipality, Hamlin, Hampden, Hampshire, Hampshire (UK), Hampton, Hancock, Hand, Hanover, Hansford, Hanson, Haralson, Hardee, Hardeman, Hardin, Harding, Hardy, Harford, Harlan, Harmon, Harnett, Harney, Harper, Harris, Harrison, Harrisonburg, Hart, Hartford, Hartley, Harvey, Haskell, Hawaii, Hawkins, Hayes, Hays, Haywood, Heard, Hemphill, Hempstead, Henderson, Hendricks, Hendry, Hennepin, Henrico, Henry, Herefordshire (UK), Herkimer, Hernando, Hertford, Hertfordshire (UK), Hettinger, Hickman, Hickory, Hidalgo, Highland, Highlands, Hill, Hillsborough, Hillsdale, Hinds, Hinsdale, Hitchcock, Hobart Municipality, Hocking, Hockley, Hodgeman, Hoke, Holmes, Holt, Honolulu, Hood, Hood River, Hooker, Hoonah–Angoon, Hopewell, Hopkins, Horry, Hot Spring, Hot Springs, Houghton, Houston, Howard, Howell, Huancabamba, Huanuco, Hubbard, Hudson, Hudspeth, Huerfano, Hughes, Humboldt, Humphreys, Hunt, Hunterdon, Huntingdon, Huntingdonshire (UK), Huntington, Huron, Hutchinson, Hyde, Iberia, Iberville, Ida, Idaho, Imperial, Independence, Indian River, Indiana, Ingham, Inverness-shire (UK), Inyo, Ionia, Iosco, Iowa, Iredell, Irion, Iron, Iroquois, Irwin, Isabella, Isanti, Island, Isle of Wight, Issaquena, Itasca, Itawamba, Ixtlan, Izard, Jack, Jackson, Jaguariaiya, Jalisco, James City, Jasper, Jay, Jeff Davis, Jefferson, Jefferson Davis, Jenkins, Jennings, Jerauld, Jerome, Jersey, Jessamine, Jewell, Jim Hogg, Jim Wells, Jo Daviess, Johnson, Johnston, Jolo Group, Jones, Josephine, Juab, Judith Basin, Juneau, Juniata, Juquila, Kalamazoo, Kalawao, Kalkaska, Kanabec, Kanawha, Kandavu, Kandiyohi, Kane, Kankakee, Karnes, Kauai, Kaufman, Kay, Kearney, Kearny, Keith, Kemper, Kenai Peninsula, Kendall, Kenedy, Kennebec, Kenosha, Kent, Kent (UK), Kentish Municipality, Kenton, Keokuk, Kepulauan, Kepulauan Kangean Islands, Kern, Kerr, Kershaw, Ketchikan Gateway, Kewaunee, Keweenaw, Keya Paha, Kidder, Kimball, Kimble, Kincardineshire (UK), King, King George, King William, King and Queen, Kingborough Municipality, Kingfisher, Kingman, Kings, Kingsbury, Kinney, Kinross-shire (UK), Kiowa, Kirkcudbrightshire (UK), Kit Carson, Kitsap, Kittitas, Kittson, Klamath, Kleberg, Klickitat, Knott, Knox, Kodiak Island, Koochiching, Kootenai, Korinthos, Koro, Kosciusko, Kossuth, La Crosse, La Paz, La Plata, La Salle, LaGrange, LaMoure, LaPorte, LaRue, LaSalle, Labette, Lac qui Parle, Lackawanna, Laclede, Lafayette, Lafourche, Lake, Lake and Peninsula, Lake of the Woods, Lamar, Lamas, Lamb, Lamoille, Lampasas, Lanarkshire (UK), Lancashire (UK), Lancaster, Lander, Lane, Langlade, Lanier, Lapeer, Laramie, Larecaja, Larimer, Las Animas, Lassen, Latah, Latimer, Lauderdale, Launceston Municipality, Laurel, Laurens, Lavaca, Lawrence, Le Flore, Le Sueur, Lea, Leake, Leavenworth, Lebanon, Lee, Leelanau, Leflore, Lehigh, Leicestershire (UK), Lemhi, Lenawee, Lenoir, Leon, Leslie, Letcher, Levy, Lewis, Lewis and Clark, Lexington, Liberty, Licking, Lilydale Municipality, Limestone, Lincoln, Lincolnshire (UK), Linn, Lipscomb, Litchfield, Little River, Live Oak, Livingston, Llano, Logan, Loja, Londonderry (UK), Long, Longford Municipality, Lonoke, Lorain, Loreto, Los Alamos, Los Angeles, Los Cabos, Loudon, Loudoun, Louisa, Loup, Love, Loving, Lowndes, Lubbock, Lucas, Luce, Lumpkin, Luna, Lunenburg, Luzerne, Lycoming, Lyman, Lynchburg, Lynn, Lyon, Mackinac, Macomb, Macon, Macoupin, Madera, Madison, Magoffin, Mahaska, Mahnomen, Mahoning, Major, Malheur, Manabi, Manassas, Manassas Park, Manatee, Manistee, Manitowoc, Marathon, Marengo, Maricopa, Maries, Marin, Marinette, Marion, Mariposa, Marlboro, Marquette, Marshall, Martin, Martinsville, Mason, Massac, Matagorda, Matanuska-Susitna, Mathews, Maui, Maury, Maverick, Mayes, McClain, McCone, McCook, McCormick, McCracken, McCreary, McCulloch, McCurtain, McDonald, McDonough, McDowell, McDuffie, McHenry, McIntosh, McKean, McKenzie, McKinley, McLean, McLennan, McLeod, McMinn, McMullen, McNairy, McPherson, Meade, Meagher, Mecklenburg, Mecosta, Medina, Meeker, Meigs, Mellette, Menard, Mendocino, Menifee, Menominee, Merced, Mercer, Merionethshire (UK), Meriwether, Merrick, Merrimack, Mesa, Metcalfe, Mexicali, Miahuatlan, Miami, Miami-Dade, Middlesex, Middlesex (UK), Midland, Midlothian (UK), Mifflin, Milam, Millard, Mille Lacs, Miller, Mills, Milwaukee, Miner, Mineral, Mingo, Minidoka, Minnehaha, Missaukee, Mississippi, Missoula, Mitchell, Mizque, Mobile, Modoc, Moffat, Mohave, Moniteau, Monmouth, Monmouthshire (UK), Mono, Monona, Monongalia, Monroe, Montague, Montcalm, Monterey, Montezuma, Montgomery, Montgomeryshire (UK), Montmorency, Montour, Montrose, Moody, Moore, Mora, Morayshire (UK), Morehouse, Morgan, Morrill, Morris, Morrison, Morro do Chapeu, Morrow, Morton, Motley, Moultrie, Mountrail, Mower, Muhlenberg, Mulegé, Multnomah, Murray, Muscatine, Muscogee, Muskegon, Muskingum, Muskogee, Musselshell, Nacogdoches, Nairnshire (UK), Nakhon Ratchasima, Changwat, Nance, Nantucket, Nantucket (MA), Napa, Nash, Nassau, Natchitoches, Natrona, Navajo, Navarro, Nelson, Nemaha, Neosho, Neshoba, Ness, Nevada, New Castle, New Hanover, New Haven, New Kent, New London, New Madrid, New Norfolk Municipality, New York, Newaygo, Newberry, Newport, Newport News, Newton, Nez Perc, Nez Perce, Niagara, Nicholas, Nicholson, Nicollet, Niobrara, Noble, Nobles, Nodaway, Nolan, Nome, Norfolk, Norfolk (UK), Norman, North Slope, Northampton, Northamptonshire (UK), Northumberland, Northumberland (UK), Northwest Arctic, Norton, Nottinghamshire (UK), Nottoway, Nowata, Noxubee, Nuckolls, Nueces, Nueva Vizcaya, Nye, O'Brien, Oakland, Oatlands Municipality, Obion, Ocean, Oceana, Ochiltree, Oconee, Oconto, Ogemaw, Ogle, Oglethorpe, Ohio, Okaloosa, Okanogan, Okeechobee, Okfuskee, Oklahoma, Okmulgee, Oktibbeha, Oldham, Oliver, Olmsted, Oneida, Onondaga, Onslow, Ontario, Ontonagon, Orange, Orangeburg, Oregon, Orkney (UK), Orleans, Osage, Osborne, Osceola, Oscoda, Oswego, Otero, Otoe, Otsego, Ottawa, Otter Tail, Ouachita, Ouray, Outagamie, Overton, Owen, Owsley, Owyhee, Oxford, Oxfordshire (UK), Ozark, Ozaukee, Pacific, Page, Palm Beach, Palmeira, Palo Alto, Palo Pinto, Pamlico, Pampanga, Pangasinan, Panola, Paranagua, Park, Parke, Parker, Parmer, Pasco, Pasquotank, Passaic, Patrick, Paulding, Pawnee, Payette, Payne, Peach, Pearl River, Pecos, Peeblesshire (UK), Pembina, Pembrokeshire (UK), Pemiscot, Pend Oreille, Pender, Pendleton, Penguin Municipality, Pennington, Penobscot, Peoria, Pepin, Perkins, Perquimans, Perry, Pershing, Person, Perthshire (UK), Petersburg, Petroleum, Pettis, Phelps, Philadelphia, Phillips, Piatt, Pickaway, Pickens, Pickett, Pierce, Pike, Pima, Pinal, Pine, Pinellas, Pipestone, Piscataquis, Pitkin, Pitt, Pittsburg, Pittsylvania, Piura, Piute, Placer, Plaquemines, Platte, Pleasants, Plumas, Plymouth, Pocahontas, Pochutla, Poinsett, Pointe Coupee, Polk, Pondera, Pontotoc, Pope, Poquoson, Portage, Porter, Portland Municipality, Portsmouth, Posey, Pottawatomie, Pottawattamie, Potter, Powder River, Powell, Power, Poweshiek, Powhatan, Prairie, Pratt, Preble, Prentiss, Presidio, Presque Isle, Preston, Price, Prince Edward, Prince George, Prince George's, Prince William, Prince of Wales-Hyder, Providence, Prowers, Pueblo, Pujili, Pulaski, Pushmataha, Putnam, Quay, Queen Anne's, Queen Elizabeth Islands, Queens, Quezon, Quitman, Quito, Rabun, Racine, Radford, Radnorshire (UK), Raiatea, Rains, Raleigh, Ralls, Ramsey, Randall, Randolph, Rankin, Ransom, Rapides, Rappahannock, Rarotonga, Ravalli, Rawlins, Ray, Reagan, Real, Red Lake, Red River, Red Willow, Redwood, Reeves, Refugio, Renfrewshire (UK), Reno, Rensselaer, Renville, Republic, Rewa, Reynolds, Rhea, Rice, Rich, Richardson, Richland, Richmond, Riley, Ringarooma Municipality, Ringgold, Rio Arriba, Rio Blanco, Rio Branco, Rio Grande, Rio Verde, Ripley, Ritchie, Riverside, Rizal, Roane, Roanoke, Roberts, Robertson, Robeson, Rock, Rock Island, Rockbridge, Rockcastle, Rockdale, Rockingham, Rockland, Rockwall, Roger Mills, Rogers, Rolette, Rooks, Roosevelt, Rosarito, Playas de, Roscommon, Roseau, Rosebud, Ross, Ross Municipality, Ross-shire (UK), Routt, Rowan, Roxburghshire (UK), Runnels, Rush, Rusk, Russell, Russell Islands, Rutherford, Rutland, Rutland (UK), Sabah, Sabine, Sac, Sacramento, Sagadahoc, Saginaw, Saguache, Salem, Saline, Salt Lake, Saluda, Sampson, San Augustine, San Benito, San Bernardino, San Blas, San Diego, San Francisco, San Ignacio, San Jacinto, San Joaquin, San Juan, San Luis Obispo, San Mateo, San Miguel, San Patricio, San Pedro Lagunillas, San Pedro Lagunitas, San Saba, Sanborn, Sanders, Sandoval, Sandusky, Sangamon, Sanilac, Sanpete, Santa Barbara, Santa Clara, Santa Cruz, Santa Fe, Santa Maria del Oro, Santa Rosa, Santa Victoria, Sarasota, Saratoga, Sarawak, Sargent, Sarpy, Sauk, Saunders, Sawyer, Schenectady, Schleicher, Schley, Schoharie, Schoolcraft, Schuyler, Schuylkill, Scioto, Scotland, Scott, Scotts Bluff, Scottsdale Municipality, Screven, Scurry, Searcy, Sebastian, Sedgwick, Selkirkshire (UK), Seminole, Seneca, Senyavin Islands, Sequatchie, Sequoyah, Sevier, Seward, Shackelford, Shannon, Sharkey, Sharp, Shasta, Shawano, Shawnee, Sheboygan, Sheffield Municipality, Shelby, Shenandoah, Sherburne, Sheridan, Sherman, Shetland (UK), Shiawassee, Shoshone, Shropshire (UK), Sibley, Sierra, Silver Bow, Simpson, Sioux, Siskiyou, Sitka, Skagit, Skagway, Skamania, Slope, Smith, Smyth, Snohomish, Snyder, Socorro, Sola de Vega, Solano, Somerset, Somerset (UK), Somervell, Sonoma, Sorell Municipality, Southampton, Southeast Fairbanks, Spalding, Spartanburg, Spencer, Spink, Spokane, Spotsylvania, Spring Bay Municipality, St. Bernard, St. Charles, St. Clair, St. Croix, St. Francis, St. Francois, St. Helena, St. James, St. John the Baptist, St. Johns, St. Joseph, St. Landry, St. Lawrence, St. Leonards Municipality, St. Louis, St. Lucie, St. Martin, St. Mary, St. Mary's, St. Tammany, Stafford, Staffordshire (UK), Stanislaus, Stanley, Stanly, Stanton, Stark, Starke, Starr, Staunton, Ste. Genevieve, Stearns, Steele, Stephens, Stephenson, Sterling, Steuben, Stevens, Stewart, Stillwater, Stirlingshire (UK), Stoddard, Stokes, Stone, Stonewall, Storey, Story, Strafford, Stutsman, Sublette, Sud Yungas, Suffolk, Suffolk (UK), Sullivan, Sully, Summers, Summit, Sumner, Sumter, Sunflower, Surrey (UK), Surry, Susquehanna, Sussex, Sussex (UK), Sutherland (UK), Sutter, Sutton, Suwannee, Swain, Sweet Grass, Sweetwater, Swift, Swisher, Switzerland, Tahiti, Talbot, Taliaferro, Talladega, Tallahatchie, Tallapoosa, Taltal, Tama, Taney, Tangipahoa, Taos, Tarrant, Tasman Municipality, Tate, Tattnall, Taylor, Tazewell, Tecate, Tehama, Telfair, Teller, Tensas, Tepic, Terrebonne, Terrell, Terry, Teton, Texas, Thayer, Thomas, Throckmorton, Thurston, Tift, Tijuana, Tillamook, Tillman, Tioga, Tippah, Tippecanoe, Tipton, Tishomingo, Titus, Todd, Tolland, Tom Green, Tompkins, Tompkins (NY), Tooele, Toole, Toombs, Torrance, Towner, Towns, Traill, Transylvania, Traverse, Travis, Treasure, Trego, Trempealeau, Treutlen, Trigg, Trimble, Trinity, Tripp, Troup, Trousdale, Trumbull, Tucker, Tulare, Tulsa, Tunica, Tuolumne, Turner, Tuscaloosa, Tuscarawas, Tuscola, Twiggs, Twin Falls, Tyler, Tyrone (UK), Tyrrell, Uinta, Uintah, Ulster, Ulverstone Municipality, Umatilla, Unicoi, Union, Unknown, Unknown, Upshur, Upson, Upton, Urubamba, Utah, Uvalde, Val Verde, Valdez–Cordova, Valencia, Valley, Van Buren, Van Wert, Van Zandt, Vance, Vanderburgh, Vanua Levu, Venango, Ventura, Vermilion, Vermillion, Vernon, Victoria, Vigo, Vilas, Vinton, Virginia Beach, Viti Levu, Volusia, Wabash, Wabasha, Wabaunsee, Wade Hampton, Wadena, Wagoner, Wahkiakum, Wake, Wakulla, Waldo, Walker, Walla Walla, Wallace, Waller, Wallowa, Walsh, Walthall, Walton, Walworth, Wapello, Waratah Municipality, Ward, Ware, Warren, Warrick, Warwickshire (UK), Wasatch, Wasco, Waseca, Washakie, Washburn, Washington, Washita, Washoe, Washtenaw, Watauga, Watonwan, Waukesha, Waupaca, Waushara, Wayne, Waynesboro, Weakley, Webb, Weber, Webster, Weld, Wells, West Baton Rouge, West Carroll, West Feliciana, West Lothian (Linlithgowshire) (UK), Westchester, Westmoreland, Westmorland (UK), Weston, Wetzel, Wexford, Wharton, Whatcom, Wheatland, Wheeler, White, White Pine, Whiteside, Whitfield, Whitley, Whitman, Wibaux, Wichita, Wicomico, Wigtownshire (UK), Wilbarger, Wilcox, Wilkes, Wilkin, Wilkinson, Will, Will (IL), Willacy, Williams, Williamsburg, Williamson, Wilson, Wiltshire (UK), Winchester, Windham, Windsor, Winkler, Winn, Winnebago, Winneshiek, Winona, Winston, Wirt, Wise, Wolfe, Wood, Woodbury, Woodford, Woodruff, Woods, Woodson, Woodward, Worcester, Worcestershire (UK), Worth, Wrangell, Wright, Wyandot, Wyandotte, Wyoming, Wythe, Yadkin, Yakima, Yakutat, Yalobusha, Yamhill, Yancey, Yankton, Yates, Yavapai, Yazoo, Yell, Yellow Medicine, Yellowstone, Yoakum, Yolo, York, Yorkshire (UK), Young, Yuba, Yukon–Koyukuk, Yuma, Zambales, Zapata, Zavala, Zeehan Municipality, Zhongdian, Ziebach","'Eua, AK, AL, ALB, AR, ARIZ, AZ, AZ Territory, Aamzonas, Acre, Alajuela, Alajuelo, Alberta, Alger, Alta Verapaz, Amazonas, Ancash, Anhui, Antioquia, Antofagasta, Apurimac, Aragua, Araucania, Arequipa, Artigas, Atacama, Atlantida, Ayacucho, Azuay, B.C.S., BCS, BN, Bac Phan, Bahia, Baja California, Baja California Sur, Baja Verapaz, Baleares, Baluchistan, Banguey Island, Barinas, Benguet, Binh Tri Thien, Tinh, Biobio, Regio del, Bismarck Archipelago, Bohol, Bolivar, Boyaca, British Columbia, Brunei, Buenos Aires, Bulacan, CA, CHI, CO, CO Territory, COCA, COL, COP, CT, Cajamarca, Campeche, Canar, Cape Province, Carchi, Caroline Islands, Cartago, Cascajal, Cataluna, Cauca, Cebu, Central, Chalatenango, Chia, Chiang Mai, Changwat, Chiapas, Chihuahua, Chimaltenango, Chimborazo, Chinandega, Chiriqui, Chontales, Chupadero, Chuquisaca, Coahuila, Cochabamba, Cocle, Colima, Comayagua, Concepcion, Coquimbo, Cordoba, Cortes, Costa, Cotopaxi, Cundinamarca, Cuzco, DE, DUR, Darien, Dept. La e, Dept. Mag, Distrito Federal, Durango, East Malaysia, East Sepik, Eastern Division, Eastern Divsion, El Progreso, Esmeraldas, Esteli, FL, Florida, Fujian, GA, GRO, GUAM, Gansu, Goias, Golestan, Granada, Guanacaste, Guanajuato, Guangdong, Guatemala, Guayas, Guerrero, Guizhou, HI, Ha Bach, Tinh, Hainan, Halland, Hamadan, Heidelberg, Heredia, Hidalgo, Honshu, Huancabamba, Huancavelica, Huanuco, Hubei, Huehuetena, Huehuetenango, Humacao, IA, ID, IL, IN, Idaho, Insular, Ipiros, Iqnique Province, Iringa, Isabela, Izabel, JAL, Jalisco, Jalsico, Jawa Timur, Jiangsu, Jujuy, Junin, KS, KY, Kangean, Khorasan Province, Kkanh Hoa, KwaZulu-Natal, LA, LASAN, La Habana, La Libertad, La Paz, La Vega, Lambayeque, Las Villas, Leon, Lima, Limon, Loja, Loreto, Luzon, MA, MD, ME, MI, MIC, MICH, MN, MO, MON, MS, MT, MX, Madre de Dios, Magdalena, Maldonado, Manabi, Manitoba, Mariana Islands, Mato Grosso, Matto Grosso, Mayaguez, Mazandaran, Merida, Meta, Mexico, Michoacan, Minas Gerais, Mindanao, Misiones, Montevideo, Morazan, Morelos, N. Segovia, NAY, NC, ND, NE, NH, NJ, NL, NM, NM-TX, NV, NY, Narino, Nayarit, Neuvo Leon, Nevada, New Brunswick, New South Wales, Newfoundland, Nord, Norte, Norte de Santander, North Ayrshire, Northeastern, Northern, Northern Division, Northern Territory, Northwest Frontier, Northwest Territories, Nova Scotia, Nuevo Leon, Nunavut, O, OH, OK, OR, OR (?), OR or WA, Oaxaca, Ontario, Oregon, Oriente, Otuzco, PA, PE, PMG, PRE, PUE, Palawan, Panama, Panay, Paraguari, Parana, Paris, Pasco, Pataz, Peloponnisos, Peten, Pichincha, Piura, Pohnpei, Pomeroon-Supernaam, Portuguesa, Potosi, Prince Edward Island, Puebla, Puerto Rico, Puno, Puntarenas, Quang Ngai, Quebec, Queensland, Quezaltenango, Quezon, Quiche, RI, Rio de Janeiro, Rizal, S Catarina, S L Potosi, S.L. Potos, SC, SD, SIN, SL Potosi, SON, Sabah, Salta, Samar, San Blas, San Jose, San Luis, San Luis Potosi, San Luis a, San Martin, San Miguel, San Pedro, Santa Barbara, Santa Catarina, Santa Cruz, Santander, Santiago, Region Met, Sao Paulo, Sarawak, Saskatchewan, Savaii Island, Scotland, Semnan, Seybo, Sichuan, Sierra, Sinaloa, Societe, Iles de la, Societe, Isles de la, Sonora, Sonsonate, South Australia, Southern Cook Island, St. Andrew, St. Croix, Stann Creek, Sulu, Sumatera, TAB, TAM, TN, TX, TX , TX-NM, Tabasco, Tachira, Tacna, Tamaulipas, Tarank Province, Tarija, Tarma, Tasmania, Tehran, Tierra del Fuego, Tlaxcala, Toledo, Tongatapu, Trelawny, Trujillo, Tuamotu, Archipel de, Tubuai, Iles, Tucuman, Tutuila Island, UT, Unknown, Upolu Island, Utah, VA, VT, Valle, Valparaiso, Vaupes, Veracruz, Verguas, Victoria, WA, WA Territory, WAS, WI, WN, WV, WY, Wales, Western Australia, Western Cape, Wyoming, Xizang, Yaracuy, Yoro, Yucatan, Yukon Territory, Yunnan, Zacatecas, Zhejiang, Zulia, w TX to NM, w. TX - El Paso, NM, w. TX - El Paso,NM","AD, AE, AI, AL, AO, AQ, AT, AW, AX, AZ, Afghanistan, Algeria, American Samoa, Antigua, Antigua and Barbuda, Argentina, Armenia, Australia, BA, BB, BD, BF, BG, BH, BI, BJ, BL, BQ, BS, BT, BV, BW, BY, Belgium, Belize, Bermuda, Bolivia, Borneo, Brazil, Brunei, CC, CF, CG, CH, CI, CV, CW, CX, CY, CZ, Cambodia, Cameroon, Canada, Chile, China, Colombia, Cook Islands, Costa Rica, Croatia, Cuba, D R Congo, DJ, DM, Denmark, Dominican Republic, EE, EG, EH, ER, ET, Ecuador, El Salvador, Ellas, Equatorial Guinea, Espana, FK, FO, Fiji, Finland, France, GA, GD, GE, GF, GG, GH, GI, GM, GN, GS, GU, GW, Germany, Greenland, Guadeloupe, Guatemala, Guyana, HK, HM, HN, Haiti, Hispaniola, Honduras, IM, IO, IQ, Iceland, India, Indonesia, Iran, Ireland, Israel, Italy, JE, Jamaica, Japan, Jordan, KG, KI, KM, KN, KP, KW, KY, KZ, Kenya, LA, LI, LR, LS, LT, LU, LV, LY, Lebanon, MC, MD, ME, MF, MK, ML, MO, MP, MQ, MR, MS, MT, MU, MV, MZ, Madagascar, Malawi, Malaysia, Marshall Islands, Mexico, Micronesia, Mongolia, Morocco, Myanmar, NE, NF, NG, NR, Namibia, Nepal, Netherlands, Netherlands Antilles, New Caledonia, New Zealand, Nicaragua, Nihon, Niue, Norway, OM, PF, PL, PM, PN, PS, PW, Pakistan, Panama, Papua New Guinea, Paraguay, Peru, Philippines, Polynesia, Polynesie francaise, Portugal, Prathet Thai, Puerto Rico, QA, RO, RS, RW, Republica Dominicana, Reunion, Russia, SA, SG, SJ, SK, SL, SM, SN, SO, SS, ST, SX, SZ, Saint Helena, Saint Lucia, Samoa, Scotland, Seychelles, Slovenia, Solomon Islands, South Africa, South Korea, Spain, Sri Lanka, Sudan, Suriname, Sweden, Syria, TC, TD, TF, TG, TJ, TK, TL, TM, TN, TV, Taiwan, Tanzania, Thailand, Tonga, Trinidad and Tobago, Turkey, UA, UM, USA, UZ, Uganda, United Kingdom, Uruguay, VA, VC, VG, Vanuatu, Venezuela, Viet Nam, Virgin Islands, WF, Western Samoa, YE, YT, ZM, ZW, Zhonghua, unknown","North America, pacificocean","","","","",vcoordsys,"","","ADG66, NAD27, NAD83, NAD83&WGS84, Not Recorded, WGS84","","feet, kilometers, meters, miles, unknown","","","","centimeters, fathoms, feet, furlongs, inches, kilometers, meters, miles, rods, uncertain","","","","feet, meters, uncertain","","","","centimeters, fathoms, feet, furlongs, inches, kilometers, meters, miles, rods, uncertain","","","","","","","","","","","biogeomancer, chapman-wieczorek-2006-guide-best-practices-georeferencing, georeferencing-dummies, manis-herpnet-ornis-georeferencing-guidelines","","unverified, verified-contributor, verified-data-custodian","","","AASLH Nomenclature, Bennyhoff Olivella bead typology, Getty Art & Architecture Thesaurus, Gifford worked bone typology, Gifford worked shell typology, Heizer projectile point typology, Justice projectile point typology, Local OHC, Meighan historic glass bead typology, Treganza clay artifact typology, no system","magnetic-tape-type, record-speed","78, metal",rpm -CSVHEADER,objectNumber,numberOfObjects,numberValue,numberType,responsibleDepartment,collection,namedCollection,descriptionLevel,recordStatus,briefDescription,ethnoFileCode,publishTo,inventoryStatus,objectName,objectNameCurrency,objectNameLevel,objectNameType,objectNameLanguage,objectNameNote,assocPeople,assocPeopleType,assocPeopleNote,comment,annotationAuthor,annotationType,annotationDate,annotationNote,measuredPart,dimensionSummary,dimension,measuredByPersonLocal,measuredByOrganizationLocal,measurementMethod,value,measurementUnit,valueQualifier,valueDate,material,materialComponent,materialComponentNote,materialName,materialSource,title,titleLanguage,titleType,titleTranslation,titleTranslationLanguage,usage,usageNote,oaiCollectionPlacePlaceLocal,oaiCollectionPlacePlaceTgn,oaiLocVerbatim,fieldCollectionDateGroup,fieldCollectionMethod,fieldCollectionPlacePlaceLocal,fieldCollectionPlacePlaceTgn,fieldLocVerbatim,fieldCollectionSource,fieldCollectorPersonLocal,fieldCollectorOrganizationLocal,fieldCollectionNumber,fieldColEventName,fieldCollectionFeature,fieldCollectionNote,objectProductionDateGroup,namedTimePeriod,technique,techniqueType,objectProductionPlacePlaceLocal,objectProductionPlacePlaceTgn,objectProductionPlaceRole,objectProductionReason,objectProductionPeopleConceptArchculture,objectProductionPeopleConceptEthculture,objectProductionPeopleRole,objectProductionPerson,objectProductionPersonRole,objectProductionOrganization,objectProductionOrganizationRole,objectProductionNote,nagpraInventoryName,nagpraCategory,graveAssocCode,repatriationNote,nagpraCulturalDetermination,nagpraDetermCulture,nagpraDetermType,nagpraDetermByPersonLocal,nagpraDetermByOrganizationLocal,nagpraDetermNote,nagpraReportFiled,nagpraReportFiledWithPersonLocal,nagpraReportFiledWithOrganizationLocal,nagpraReportFiledByPersonLocal,nagpraReportFiledByOrganizationLocal,nagpraReportFiledDate,nagpraReportFiledNote,culturalCareNote,limitationType,limitationLevel,limitationDetails,requester,requestOnBehalfOf,requestDate,form,copyNumber,editionNumber,style,color,apparelSize,physicalDescription,distinguishingFeatures,objectComponentName,objectComponentInformation,sex,phase,majorTaxon,ageQualifier,age,ageUnit,taxon,qualifier,identByPersonLocal,identByOrganizationLocal,identDateGroup,institution,identKind,notes,minIndividuals,bone,side,count,dentition,commingledRemainsGroup_sex,ageRange,mortuaryTreatment,mortuaryTreatmentNote,behrensmeyerSingleLower,behrensmeyerUpper,commingledRemainsNote,contentDescription,contentLanguage,contentActivity,contentConcept,contentDateGroup,contentPosition,contentObject,contentObjectType,contentPeople,contentPersonPersonLocal,contentPersonPersonUlan,contentPlace,contentScript,contentOrganizationOrganizationLocal,contentOrganizationOrganizationUlan,contentEventName,contentEventNameType,contentOther,contentOtherType,contentNote,inscriptionContent,inscriptionContentInscriberPersonLocal,inscriptionContentInscriberOrganizationLocal,inscriptionContentLanguage,inscriptionContentDateGroup,inscriptionContentPosition,inscriptionContentScript,inscriptionContentType,inscriptionContentMethod,inscriptionContentInterpretation,inscriptionContentTranslation,inscriptionContentTransliteration,inscriptionDescription,inscriptionDescriptionInscriberPersonLocal,inscriptionDescriptionInscriberOrganizationLocal,inscriptionDescriptionDateGroup,inscriptionDescriptionPosition,inscriptionDescriptionType,inscriptionDescriptionMethod,inscriptionDescriptionInterpretation,assocActivity,assocActivityType,assocActivityNote,assocObject,assocObjectType,assocObjectNote,assocConcept,assocConceptType,assocConceptNote,assocCulturalContext,assocCulturalContextType,assocCulturalContextNote,assocOrganization,assocOrganizationType,assocOrganizationNote,assocPerson,assocPersonType,assocPersonNote,assocPlace,assocPlaceType,assocPlaceNote,assocEventName,assocEventNameType,assocEventOrganization,assocEventPeople,assocEventPerson,assocEventPlace,assocEventNote,assocStructuredDateGroup,assocDateType,assocDateNote,objectHistoryNote,anthroOwnerPersonLocal,anthroOwnerOrganizationLocal,anthroOwnershipDateGroup,anthroOwnershipCategory,anthroOwnershipPlace,anthroOwnershipMethod,anthroOwnershipPriceCurrency,anthroOwnershipPriceAmount,anthroOwnershipNote,ownersPersonalExperience,ownersPersonalResponse,ownersReference,ownersContributionNote,viewersRole,viewersPersonalExperience,viewersPersonalResponse,viewersReference,viewersContributionNote,referenceCitationLocal,referenceCitationWorldcat,referenceNote,localityGroup_fieldLocVerbatim,fieldLocPlace,taxonomicRange,fieldLocCounty,fieldLocState,fieldLocCountry,fieldLocHigherGeography,vLatitude,vLongitude,vCoordinates,vOtherCoords,vCoordSys,decimalLatitude,decimalLongitude,geodeticDatum,coordUncertainty,coordUncertaintyUnit,vDepth,minDepth,maxDepth,depthUnit,vElevation,minElevation,maxElevation,elevationUnit,vDistanceAboveSurface,minDistanceAboveSurface,maxDistanceAboveSurface,distanceAboveSurfaceUnit,localityNote,localitySource,localitySourceDetail,pointRadiusSpatialFit,footprintWKT,footprintSRS,footprintSpatialFit,coordPrecision,geoRefencedBy,geoRefDateGroup,geoRefProtocol,geoRefSource,geoRefVerificationStatus,geoRefRemarks,geoRefPlaceName,objectNameSystem,technicalAttribute,technicalAttributeMeasurement,technicalAttributeMeasurementUnit diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_acquisition-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_acquisition-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_acquisition-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_acquisition-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_authorityhierarchy-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_authorityhierarchy-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_authorityhierarchy-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_authorityhierarchy-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_citation-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_citation-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_citation-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_claim-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_claim-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_claim-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_claim-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_collectionobject-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_collectionobject-template.csv new file mode 100644 index 00000000..c0aa7b7a --- /dev/null +++ b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_collectionobject-template.csv @@ -0,0 +1,8 @@ +"Before importing CSV, delete initial column and rows above the CSVHEADER row","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" +REQUIRED,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n +DATA TYPE,string,integer,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,date,string,string,string,string,string,string,string,float,string,string,date,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,boolean,string,string,string,string,structured date group,string,string,string,string,string,string,string,date,string,string,string,string,string,string,string,string,string,string,string,string,string,string,integer,string,string,string,string,string,structured date group,string,string,string,integer,string,string,integer,boolean,string,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,structured date group,string,string,string,string,float,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,float,float,string,float,string,string,float,float,string,string,float,float,string,string,float,float,string,string,string,string,string,string,string,string,string,string,structured date group,string,string,string,string,string,string,string,string,string +REPEATABLE FIELD?,n,n,n,n,y,n,y,n,n,y,y,y,y,n,n,n,n,n,n,n,n,n,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,y,n,n,n,y,y,y,n,y,n,n,y,y,n,n,n,n,n,y,n,n,n,n,n,n,n,n,y,y,y,y,y,n,n,n,n,n,n,n,n,n,n,n,n,y,n,n,n,n,n,n,y,n,n,y,y,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,y,y,y,n,y,n,n,y,y,y,y,y,y,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,y,y,y,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,y,n,n,n,n,y,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n +REPEATING FIELD GROUP,"","",otherNumberList < otherNumber,otherNumberList < otherNumber,"","","","","","","","","",objectNameList < objectNameGroup,objectNameList < objectNameGroup,objectNameList < objectNameGroup,objectNameList < objectNameGroup,objectNameList < objectNameGroup,objectNameList < objectNameGroup,assocPeopleGroupList < assocPeopleGroup,assocPeopleGroupList < assocPeopleGroup,assocPeopleGroupList < assocPeopleGroup,"",annotationGroupList < annotationGroup,annotationGroupList < annotationGroup,annotationGroupList < annotationGroup,annotationGroupList < annotationGroup,measuredPartGroupList < measuredPartGroup,measuredPartGroupList < measuredPartGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,measuredPartGroupList < measuredPartGroup < dimensionSubGroupList < dimensionSubGroup,materialGroupList < materialGroup,materialGroupList < materialGroup,materialGroupList < materialGroup,materialGroupList < materialGroup,materialGroupList < materialGroup,titleGroupList < titleGroup,titleGroupList < titleGroup,titleGroupList < titleGroup,titleGroupList < titleGroup < titleTranslationSubGroupList < titleTranslationSubGroup,titleGroupList < titleGroup < titleTranslationSubGroupList < titleTranslationSubGroup,usageGroupList < usageGroup,usageGroupList < usageGroup,oaiSiteGroupList < oaiSiteGroup,oaiSiteGroupList < oaiSiteGroup,oaiSiteGroupList < oaiSiteGroup,"","","","","","","","","","","","","","",techniqueGroupList < techniqueGroup,techniqueGroupList < techniqueGroup,objectProductionPlaceGroupList < objectProductionPlaceGroup,objectProductionPlaceGroupList < objectProductionPlaceGroup,objectProductionPlaceGroupList < objectProductionPlaceGroup,"",objectProductionPeopleGroupList < objectProductionPeopleGroup,objectProductionPeopleGroupList < objectProductionPeopleGroup,objectProductionPeopleGroupList < objectProductionPeopleGroup,objectProductionPersonGroupList < objectProductionPersonGroup,objectProductionPersonGroupList < objectProductionPersonGroup,objectProductionOrganizationGroupList < objectProductionOrganizationGroup,objectProductionOrganizationGroupList < objectProductionOrganizationGroup,"","","","","","",nagpraDetermGroupList < nagpraDetermGroup,nagpraDetermGroupList < nagpraDetermGroup,nagpraDetermGroupList < nagpraDetermGroup,nagpraDetermGroupList < nagpraDetermGroup,nagpraDetermGroupList < nagpraDetermGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,nagpraReportFiledGroupList < nagpraReportFiledGroup,"",accessLimitationsGroupList < accessLimitationsGroup,accessLimitationsGroupList < accessLimitationsGroup,accessLimitationsGroupList < accessLimitationsGroup,accessLimitationsGroupList < accessLimitationsGroup,accessLimitationsGroupList < accessLimitationsGroup,accessLimitationsGroupList < accessLimitationsGroup,"","","","","","","","",objectComponentGroupList < objectComponentGroup,objectComponentGroupList < objectComponentGroup,"","","","","","",taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,taxonomicIdentGroupList < taxonomicIdentGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup < mortuaryTreatmentGroupList < mortuaryTreatmentGroup,commingledRemainsGroupList < commingledRemainsGroup < mortuaryTreatmentGroupList < mortuaryTreatmentGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,commingledRemainsGroupList < commingledRemainsGroup,"","","","","","",contentObjectGroupList < contentObjectGroup,contentObjectGroupList < contentObjectGroup,"","","","","","","",contentEventNameGroupList < contentEventNameGroup,contentEventNameGroupList < contentEventNameGroup,contentOtherGroupList < contentOtherGroup,contentOtherGroupList < contentOtherGroup,"",textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,textualInscriptionGroupList < textualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,nonTextualInscriptionGroupList < nonTextualInscriptionGroup,assocActivityGroupList < assocActivityGroup,assocActivityGroupList < assocActivityGroup,assocActivityGroupList < assocActivityGroup,assocObjectGroupList < assocObjectGroup,assocObjectGroupList < assocObjectGroup,assocObjectGroupList < assocObjectGroup,assocConceptGroupList < assocConceptGroup,assocConceptGroupList < assocConceptGroup,assocConceptGroupList < assocConceptGroup,assocCulturalContextGroupList < assocCulturalContextGroup,assocCulturalContextGroupList < assocCulturalContextGroup,assocCulturalContextGroupList < assocCulturalContextGroup,assocOrganizationGroupList < assocOrganizationGroup,assocOrganizationGroupList < assocOrganizationGroup,assocOrganizationGroupList < assocOrganizationGroup,assocPersonGroupList < assocPersonGroup,assocPersonGroupList < assocPersonGroup,assocPersonGroupList < assocPersonGroup,assocPlaceGroupList < assocPlaceGroup,assocPlaceGroupList < assocPlaceGroup,assocPlaceGroupList < assocPlaceGroup,"","","","","","","",assocDateGroupList < assocDateGroup,assocDateGroupList < assocDateGroup,assocDateGroupList < assocDateGroup,"",anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,anthroOwnershipGroupList < anthroOwnershipGroup,"","","","","","","","","",referenceGroupList < referenceGroup,referenceGroupList < referenceGroup,referenceGroupList < referenceGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,localityGroupList < localityGroup,objectNameList < objectNameGroup,technicalAttributeGroupList < technicalAttributeGroup,technicalAttributeGroupList < technicalAttributeGroup,technicalAttributeGroupList < technicalAttributeGroup +VALUE SOURCE TYPE,na,na,na,optionlist,optionlist,optionlist,authority,vocabulary,optionlist,na,authority,vocabulary,vocabulary,authority,optionlist,optionlist,optionlist,vocabulary,na,authority,na,na,na,authority,vocabulary,na,na,optionlist,na,optionlist,authority,authority,optionlist,na,optionlist,na,na,authority,na,na,na,na,na,vocabulary,optionlist,na,vocabulary,na,na,authority,authority,na,na,vocabulary,authority,authority,na,authority,authority,authority,na,na,na,na,na,vocabulary,na,vocabulary,authority,authority,vocabulary,na,authority,authority,vocabulary,authority,vocabulary,authority,vocabulary,na,vocabulary,vocabulary,vocabulary,na,na,authority,vocabulary,authority,authority,na,na,authority,authority,authority,authority,na,na,na,vocabulary,vocabulary,na,authority,authority,na,optionlist,na,na,na,na,vocabulary,na,na,optionlist,na,optionlist,optionlist,vocabulary,vocabulary,na,optionlist,authority,vocabulary,authority,authority,na,authority,vocabulary,na,na,na,vocabulary,na,na,optionlist,vocabulary,vocabulary,na,vocabulary,vocabulary,na,na,vocabulary,na,authority,na,optionlist,na,optionlist,na,authority,authority,na,optionlist,authority,authority,na,na,na,na,na,na,authority,authority,vocabulary,na,optionlist,optionlist,optionlist,na,na,na,na,na,authority,authority,na,optionlist,optionlist,na,na,na,na,na,na,na,na,authority,na,na,na,na,na,authority,na,na,authority,na,na,na,na,na,na,na,authority,na,authority,na,na,na,na,na,na,authority,authority,na,optionlist,authority,optionlist,vocabulary,na,na,na,na,na,na,na,na,na,na,na,authority,authority,na,na,authority,na,optionlist,optionlist,optionlist,optionlist,na,na,na,na,vocabulary,na,na,optionlist,na,optionlist,na,na,na,optionlist,na,na,na,optionlist,na,na,na,optionlist,na,na,na,na,na,na,na,na,na,na,optionlist,na,optionlist,na,na,optionlist,optionlist,optionlist,optionlist +VALUE SOURCE,"","","","AccessCommingledID, AccessSkeletalID, Additional File Number, Archives/Library Negative Number, Barcode Number, Community NID, Digital Heritage Collection NID, Digital Heritage Item NID, FIPS Number, Field Sheet Number, Fine Arts Card Number, OAI Number, OHI Number, OhioPix File Name, Old Ledger #1, Old Ledger #2, Original Collection Number, Other Number, Previous Catalog Number, Punch Card Number, Researcher Number, SOD Number, STARid","archaeology, archaeology-nagpra, collection-management, design, education, history, naamcc, natural-history, poindexter-village, registrar, sites","active-use-collection, architectural-salvaged-collection, education-collection, outdoor-collection, permanent-collection, props-and-design, sites-and-facilities",work/local,descriptionlevel,"approved, in-process, new, ready-for-review, revision-needed, temporary","",concept/ethfilecode,publishto,inventorystatus,concept/nomenclature,"current, out of date, unknown","primary, secondary","classified, denomination, simple, taxonomic, typological",languages,"",concept/ethculture,"","","",person/local,annotationtype,"","","base, frame, framed, image-size, mount, paper-size, plate-size, unframed","","area, base, circumference, count, depth, diameter, height, length, running-time, target, thickness, volume, weight, width",person/local,organization/local,"balance_beam_scale, electronic_distance_measurement, goniometer, hydraulic_or_pneumatic_scale, measuring_tape_cloth, measuring_tape_metal, microscopy_reticule, odometer, optical_range_finder, osteometric_board, pacing_pedometer, protractor, ruler, sliding_calipers, spreading_calipers, spring_scale, stadia_transit, standard_mesh_screen, taping_chaining, theodolite_total_station","","acres, carats, centimeters, cubic-centimeters, feet, grams, inches, kilograms, liters, meters, millimeters, minutes, pixels, pounds, square-feet, stories","","",concept/material,"","","","","",languages,"assigned-by-artist, book-title, collection, site","",languages,"","",place/local,place/tgn,"","",collectionmethod,place/local,place/tgn,"",person/local,person/local,organization/local,"","","","","",namedtimeperiods,"",prodtechniquetype,place/local,place/tgn,prodplacerole,"",concept/archculture,concept/ethculture,prodpeoplerole,person/local,prodpersonrole,organization/local,prodorgrole,"",nagprainventory,nagpracategory,graveassoccode,"","",concept/archculture,nagpradetermtype,person/local,organization/local,"","",person/local,organization/local,person/local,organization/local,"","","",limitationtype,limitationlevel,"",person/local,organization/local,"","dried fungus, egg, envelope, feather, fossil, fossil tracks, hair, herbarium sheet, liquid preservation, live mount, mineral, nest, ore, pellet, pinned, pressed plant, replica, rock, seeds, shell, skeletal, slide, study skin, tanned hide, wood sample","","","","",apparelsizes,"","","blade, buttonhole, handle, sleeve","","female, indeterminate, male, mixed","adult/mature, egg, fetus, indeterminate, larva, multiple, pupa, seed, subadult/immature, unknown",majortaxon,agequalifier,"","days, months, weeks, years",taxon/local,taxonqualifier,person/local,organization/local,"",organization/local,taxonkind,"","","",bodyside,"","","Female, Indeterminate, Male, Possibly female, Possibly male, Probably female, Probably male, Unknown",agerange,mortuarytreatment,"",behrensmeyer,behrensmeyer,"","",languages,"",concept/associated,"","back, base, bottom, front, inside, left, outside, recto, right, rim, top, verso","","food, furniture","",person/local,person/ulan,"","carolingian-miniscule, gothic-script, palmer-method, roman-cursive, rustic-capitals, spencerian-method, square-capitals",organization/local,organization/ulan,"","","","","","",person/local,organization/local,languages,"","back, base, bottom, front, inside, left, outside, recto, right, rim, top, verso","carolingian-miniscule, gothic-script, palmer-method, roman-cursive, rustic-capitals, spencerian-method, square-capitals","brand, credits, decoration, estate-stamp, graffiti, label, maker's-mark, plaque, signage","","","","","",person/local,organization/local,"","back, base, bottom, front, inside, left, outside, recto, right, rim, top, verso","brand, credits, decoration, estate-stamp, graffiti, label, maker's-mark, plaque, signage","","","","","","","","",concept/associated,"","","","","",organization/local,"","",person/local,"","","","","","","",organization/local,"",person/local,"","","","","","",person/local,organization/local,"","company, private, public",place/local,"bequest, exchange, gift, purchase, transfer, treasure",currency,"","","","","","","","","","","",citation/local,citation/worldcat,"","",place/local,"","Abbeville, Aberdeenshire (UK), Acadia, Acaponeta, Accomack, Ada, Adair, Adams, Addison, Agusan del Norte, Ahuacatlan, Aiken, Aitkin, Alachua, Alamance, Alameda, Alamosa, Albany, Albemarle, Alcona, Alcorn, Aleutians East, Aleutians West, Alexander, Alexandria, Alfalfa, Alger, Allamakee, Allegan, Allegany, Alleghany, Allegheny, Allen, Allendale, Alpena, Alpine, Amador, Amazonas, Amelia, Amherst, Amite, Anchorage, Anderson, Andrew, Andrews, Androscoggin, Angelina, Anglesey, Anglesey (UK), Angus (Forfarshire) (UK), Anne Arundel, Anoka, Anson, Antelope, Antonina, Antrim, Antrim (UK), Apache, Appanoose, Appling, Appomattox, Aransas, Arapahoe, Archer, Archuleta, Arenac, Argyll (Argyllshire) (UK), Arkansas, Arlington, Armagh (UK), Armstrong, Aroostook, Arran, Island of, Arthur, Ascension, Ashe, Ashland, Ashley, Ashtabula, Asotin, Assumption, Atascosa, Atchison, Athens, Atkinson, Atlantic, Atoka, Attala, Audrain, Audubon, Auglaize, Augusta, Aurora, Austin, Autauga, Avery, Avoyelles, Ayopaya, Ayrshire (UK), Ba, Baca, Bacon, Bagua, Bailey, Baker, Baldwin, Ballard, Baltimore, Bamberg, Bandera, Banffshire (UK), Banks, Banner, Bannock, Baraga, Barber, Barbour, Barnes, Barnstable, Barnwell, Barreiras, Barren, Barron, Barrow, Barry, Bartholomew, Barton, Bartow, Bastrop, Bates, Bath, Baxter, Bay, Bayfield, Baylor, Beadle, Bear Lake, Beaufort, Beauregard, Beaver, Beaverhead, Becker, Beckham, Bedford, Bedfordshire (UK), Bee, Belknap, Bell, Belmont, Beltrami, Ben Hill, Benewah, Bennett, Bennington, Benson, Bent, Benton, Benzie, Bergen, Berkeley, Berks, Berkshire, Berkshire (UK), Bernalillo, Berrien, Bertie, Berwickshire (UK), Bethel, Bexar, Bibb, Bienville, Big Horn, Big Stone, Billings, Bingham, Black Hawk, Blackford, Bladen, Blaine, Blair, Blanco, Bland, Bleckley, Bledsoe, Blount, Blue Earth, Boise, Bolivar, Bollinger, Bon Homme, Bonaventure, Bond, Bongara, Bonner, Bonneville, Boone, Borden, Bosque, Bossier, Botetourt, Bothwell Municipality, Bottineau, Boulder, Boundary, Bourbon, Bowie, Bowman, Box Butte, Box Elder, Boyd, Boyle, Bracken, Bradford, Bradley, Branch, Brantley, Braxton, Brazoria, Brazos, Breathitt, Breckinridge, Brecknockshire (Breconshire) (UK), Bremer, Brevard, Brewster, Briscoe, Bristol, Bristol Bay, Broadwater, Bronx, Brooke, Brookings, Brooks, Broome, Broomfield, Broward, Brown, Brule, Brunswick, Bryan, Buchanan, Buckingham, Buckinghamshire (UK), Bucks, Buena Vista, Buffalo, Bullitt, Bulloch, Bullock, Buncombe, Bureau, Burke, Burleigh, Burleson, Burlington, Burnet, Burnett, Burnie Municipality, Burt, Buteshire (UK), Butler, Butte, Butts, Cabarrus, Cabell, Cache, Caddo, Caernarfonshire (Carnarvonshire) (UK), Caithness (UK), Cajamarca, Calaveras, Calcasieu, Caldwell, Caledonia, Calhoun, Callahan, Callaway, Calloway, Calumet, Calvert, Camas, Cambria, Cambridgeshire (UK), Camden, Cameron, Camp, Campbell, Canadian, Candelaria, Candler, Cannon, Canyon, Cape Girardeau, Cape May, Capiz, Carangola, Carbon, Cardiganshire (UK), Caribou, Carlisle, Carlton, Carmarthenshire (UK), Caroline, Carroll, Carson, Carson City, Carter, Carteret, Carver, Cascade, Casey, Cass, Cassia, Castro, Castrovirreina, Caswell, Catahoula, Catawba, Catoosa, Catron, Cattaraugus, Cautin, Cavalier, Cayuga, Cecil, Cedar, Celendin, Centre, Cerro Gordo, Chachapoyas, Chaffee, Chambers, Champaign, Chariton, Charles, Charles City, Charles Mix, Charleston, Charlevoix, Charlotte, Charlottesville, Charlton, Chase, Chatham, Chattahoochee, Chattooga, Chautauqua, Chaves, Cheatham, Cheboygan, Chelan, Chemung, Chenango, Cherokee, Cherry, Chesapeake, Cheshire, Cheshire (UK), Chester, Chesterfield, Cheyenne, Chiang Mai, Changwat, Chickasaw, Chicligasta, Chicot, Childress, Chilton, Chippewa, Chisago, Chittenden, Choctaw, Chouteau, Chowan, Christian, Churchill, Cibola, Cimarron, Citrus, Clackamas, Clackmannanshire (UK), Claiborne, Clallam, Clare, Clarendon, Clarion, Clark, Clarke, Clatsop, Clay, Clayton, Clear Creek, Clearfield, Clearwater, Cleburne, Clermont, Cleveland, Clinch, Clinton, Cloud, Coahoma, Coal, Cobb, Cochise, Cochran, Cocke, Coconino, Codington, Coffee, Coffey, Coke, Colbert, Cole, Coleman, Coles, Colfax, Colleton, Collier, Collin, Collingsworth, Colonial Heights, Colorado, Colquitt, Columbia, Columbiana, Columbus, Colusa, Comal, Comanche, Comondú, Compostela, Concho, Concordia, Conecuh, Conejos, Contra Costa, Converse, Conway, Cook, Cooke, Cooper, Coos, Coosa, Copiah, Cornwall, Cornwall (UK), Corson, Cortland, Corumba, Coryell, Coshocton, Costilla, Cottle, Cotton, Cottonwood, Covington, Coweta, Cowley, Cowlitz, Craig, Craighead, Crane, Craven, Crawford, Creek, Crenshaw, Crisp, Crittenden, Crockett, Cromartyshire (UK), Crook, Crosby, Cross, Crow Wing, Crowley, Culberson, Cullman, Culpeper, Cumberland, Cumberland (UK), Cuming, Currituck, Curry, Custer, Cuyahoga, Dade, Daggett, Dakota, Dale, Dallam, Dallas, Dane, Daniels, Danville, Dare, Darke, Darlington, Dauphin, Davidson, Davie, Daviess, Davis, Davison, Dawes, Dawson, Day, De Baca, De Kalb, De Soto, De Witt, DeKalb, DeSoto, DeWitt, Deaf Smith, Dearborn, Decatur, Deer Lodge, Defiance, Del Norte, Delaware, Deloraine Municipality, Delta, Denali, Denbighshire (UK), Dent, Denton, Denver, Derbyshire (UK), Des Moines, Deschutes, Desha, Deuel, Devon (UK), Dewey, Diamantina, Dickens, Dickenson, Dickey, Dickinson, Dickson, Dillingham, Dillon, Dimmit, Dinwiddie, District of Columbia, Divide, Dixie, Dixon, Doddridge, Dodge, Dolores, Dona Ana, Doniphan, Donley, Dooly, Door, Dorchester, Dorset (UK), Dougherty, Douglas, Down (UK), Doña Ana, Drew, Du Page, DuPage, Dubois, Dubuque, Duchesne, Dukes, Dumbartonshire (UK), Dumfriesshire (UK), Dundy, Dunklin, Dunn, Duplin, Durham, Durham (UK), Dutchess, Duval, Dyer, Eagle, Early, East Baton Rouge, East Carroll, East Feliciana, East Lothian (UK), Eastland, Eaton, Eau Claire, Echols, Ector, Eddy, Edgar, Edgecombe, Edgefield, Edmonson, Edmunds, Edwards, Effingham, El Dorado, El Paso, Elbert, Elk, Elkhart, Elko, Elliott, Ellis, Ellsworth, Elmore, Emanuel, Emery, Emmet, Emmons, Emporia, Ensenada, Erath, Erie, Escambia, Esmeralda, Esmeraldas, Esperance Municipality, Essex, Essex (MA), Essex (UK), Estill, Etowah, Eureka, Evangeline, Evans, Fairbanks North Star, Fairfax, Fairfield, Fall River, Fallon, Falls, Falls Church, Fannin, Faribault, Faulk, Faulkner, Fauquier, Fayette, Fentress, Fergus, Fermanagh (UK), Ferry, Fife (UK), Fillmore, Fingal Municipality, Finney, Fisher, Flagler, Flathead, Fleming, Flintshire (UK), Florence, Florida, Floyd, Fluvanna, Foard, Fond Du Lac, Fond du Lac, Ford, Forest, Forrest, Forsyth, Fort Bend, Foster, Fountain, Franklin, Frederick, Fredericksburg, Freeborn, Freestone, Fremont, Fresno, Frio, Frontier, Fulton, Furnas, Gadsden, Gage, Gaines, Galapagos, Galax, Gallatin, Gallia, Galveston, Galway, Garden, Garfield, Garland, Garrard, Garrett, Garvin, Garza, Gasconade, Gaston, Gates, Geary, Geauga, Gem, Genesee, Geneva, Gentry, George, Georgetown, Gibson, Gila, Gilchrist, Giles, Gillespie, Gilliam, Gilmer, Gilpin, Glacier, Glades, Gladwin, Glamorgan (UK), Glamorgan Municipality, Glascock, Glasscock, Glenn, Glenorchy Municipality, Gloucester, Gloucestershire (UK), Glynn, Gogebic, Golden Valley, Goliad, Gonzales, Goochland, Goodhue, Gooding, Gordon, Gormanston Municipality, Goshen, Gosper, Gouveia, Gove, Grady, Grafton, Graham, Grainger, Grand, Grand Forks, Grand Isle, Grand Traverse, Granite, Grant, Granville, Gratiot, Graves, Gray, Grays Harbor, Grayson, Greeley, Green, Green Lake, Greenbrier, Greene, Greenlee, Greensville, Greenup, Greenville, Greenwood, Greer, Gregg, Gregory, Grenada, Griggs, Grimes, Grundy, Guadalupe, Guaraquecaba, Guaratuba, Guernsey, Guilford, Gulf, Gunnison, Guthrie, Gwinnett, Haakon, Habersham, Haines, Hale, Halifax, Hall, Hamblen, Hamilton, Hamilton Municipality, Hamlin, Hampden, Hampshire, Hampshire (UK), Hampton, Hancock, Hand, Hanover, Hansford, Hanson, Haralson, Hardee, Hardeman, Hardin, Harding, Hardy, Harford, Harlan, Harmon, Harnett, Harney, Harper, Harris, Harrison, Harrisonburg, Hart, Hartford, Hartley, Harvey, Haskell, Hawaii, Hawkins, Hayes, Hays, Haywood, Heard, Hemphill, Hempstead, Henderson, Hendricks, Hendry, Hennepin, Henrico, Henry, Herefordshire (UK), Herkimer, Hernando, Hertford, Hertfordshire (UK), Hettinger, Hickman, Hickory, Hidalgo, Highland, Highlands, Hill, Hillsborough, Hillsdale, Hinds, Hinsdale, Hitchcock, Hobart Municipality, Hocking, Hockley, Hodgeman, Hoke, Holmes, Holt, Honolulu, Hood, Hood River, Hooker, Hoonah–Angoon, Hopewell, Hopkins, Horry, Hot Spring, Hot Springs, Houghton, Houston, Howard, Howell, Huancabamba, Huanuco, Hubbard, Hudson, Hudspeth, Huerfano, Hughes, Humboldt, Humphreys, Hunt, Hunterdon, Huntingdon, Huntingdonshire (UK), Huntington, Huron, Hutchinson, Hyde, Iberia, Iberville, Ida, Idaho, Imperial, Independence, Indian River, Indiana, Ingham, Inverness-shire (UK), Inyo, Ionia, Iosco, Iowa, Iredell, Irion, Iron, Iroquois, Irwin, Isabella, Isanti, Island, Isle of Wight, Issaquena, Itasca, Itawamba, Ixtlan, Izard, Jack, Jackson, Jaguariaiya, Jalisco, James City, Jasper, Jay, Jeff Davis, Jefferson, Jefferson Davis, Jenkins, Jennings, Jerauld, Jerome, Jersey, Jessamine, Jewell, Jim Hogg, Jim Wells, Jo Daviess, Johnson, Johnston, Jolo Group, Jones, Josephine, Juab, Judith Basin, Juneau, Juniata, Juquila, Kalamazoo, Kalawao, Kalkaska, Kanabec, Kanawha, Kandavu, Kandiyohi, Kane, Kankakee, Karnes, Kauai, Kaufman, Kay, Kearney, Kearny, Keith, Kemper, Kenai Peninsula, Kendall, Kenedy, Kennebec, Kenosha, Kent, Kent (UK), Kentish Municipality, Kenton, Keokuk, Kepulauan, Kepulauan Kangean Islands, Kern, Kerr, Kershaw, Ketchikan Gateway, Kewaunee, Keweenaw, Keya Paha, Kidder, Kimball, Kimble, Kincardineshire (UK), King, King George, King William, King and Queen, Kingborough Municipality, Kingfisher, Kingman, Kings, Kingsbury, Kinney, Kinross-shire (UK), Kiowa, Kirkcudbrightshire (UK), Kit Carson, Kitsap, Kittitas, Kittson, Klamath, Kleberg, Klickitat, Knott, Knox, Kodiak Island, Koochiching, Kootenai, Korinthos, Koro, Kosciusko, Kossuth, La Crosse, La Paz, La Plata, La Salle, LaGrange, LaMoure, LaPorte, LaRue, LaSalle, Labette, Lac qui Parle, Lackawanna, Laclede, Lafayette, Lafourche, Lake, Lake and Peninsula, Lake of the Woods, Lamar, Lamas, Lamb, Lamoille, Lampasas, Lanarkshire (UK), Lancashire (UK), Lancaster, Lander, Lane, Langlade, Lanier, Lapeer, Laramie, Larecaja, Larimer, Las Animas, Lassen, Latah, Latimer, Lauderdale, Launceston Municipality, Laurel, Laurens, Lavaca, Lawrence, Le Flore, Le Sueur, Lea, Leake, Leavenworth, Lebanon, Lee, Leelanau, Leflore, Lehigh, Leicestershire (UK), Lemhi, Lenawee, Lenoir, Leon, Leslie, Letcher, Levy, Lewis, Lewis and Clark, Lexington, Liberty, Licking, Lilydale Municipality, Limestone, Lincoln, Lincolnshire (UK), Linn, Lipscomb, Litchfield, Little River, Live Oak, Livingston, Llano, Logan, Loja, Londonderry (UK), Long, Longford Municipality, Lonoke, Lorain, Loreto, Los Alamos, Los Angeles, Los Cabos, Loudon, Loudoun, Louisa, Loup, Love, Loving, Lowndes, Lubbock, Lucas, Luce, Lumpkin, Luna, Lunenburg, Luzerne, Lycoming, Lyman, Lynchburg, Lynn, Lyon, Mackinac, Macomb, Macon, Macoupin, Madera, Madison, Magoffin, Mahaska, Mahnomen, Mahoning, Major, Malheur, Manabi, Manassas, Manassas Park, Manatee, Manistee, Manitowoc, Marathon, Marengo, Maricopa, Maries, Marin, Marinette, Marion, Mariposa, Marlboro, Marquette, Marshall, Martin, Martinsville, Mason, Massac, Matagorda, Matanuska-Susitna, Mathews, Maui, Maury, Maverick, Mayes, McClain, McCone, McCook, McCormick, McCracken, McCreary, McCulloch, McCurtain, McDonald, McDonough, McDowell, McDuffie, McHenry, McIntosh, McKean, McKenzie, McKinley, McLean, McLennan, McLeod, McMinn, McMullen, McNairy, McPherson, Meade, Meagher, Mecklenburg, Mecosta, Medina, Meeker, Meigs, Mellette, Menard, Mendocino, Menifee, Menominee, Merced, Mercer, Merionethshire (UK), Meriwether, Merrick, Merrimack, Mesa, Metcalfe, Mexicali, Miahuatlan, Miami, Miami-Dade, Middlesex, Middlesex (UK), Midland, Midlothian (UK), Mifflin, Milam, Millard, Mille Lacs, Miller, Mills, Milwaukee, Miner, Mineral, Mingo, Minidoka, Minnehaha, Missaukee, Mississippi, Missoula, Mitchell, Mizque, Mobile, Modoc, Moffat, Mohave, Moniteau, Monmouth, Monmouthshire (UK), Mono, Monona, Monongalia, Monroe, Montague, Montcalm, Monterey, Montezuma, Montgomery, Montgomeryshire (UK), Montmorency, Montour, Montrose, Moody, Moore, Mora, Morayshire (UK), Morehouse, Morgan, Morrill, Morris, Morrison, Morro do Chapeu, Morrow, Morton, Motley, Moultrie, Mountrail, Mower, Muhlenberg, Mulegé, Multnomah, Murray, Muscatine, Muscogee, Muskegon, Muskingum, Muskogee, Musselshell, Nacogdoches, Nairnshire (UK), Nakhon Ratchasima, Changwat, Nance, Nantucket, Nantucket (MA), Napa, Nash, Nassau, Natchitoches, Natrona, Navajo, Navarro, Nelson, Nemaha, Neosho, Neshoba, Ness, Nevada, New Castle, New Hanover, New Haven, New Kent, New London, New Madrid, New Norfolk Municipality, New York, Newaygo, Newberry, Newport, Newport News, Newton, Nez Perc, Nez Perce, Niagara, Nicholas, Nicholson, Nicollet, Niobrara, Noble, Nobles, Nodaway, Nolan, Nome, Norfolk, Norfolk (UK), Norman, North Slope, Northampton, Northamptonshire (UK), Northumberland, Northumberland (UK), Northwest Arctic, Norton, Nottinghamshire (UK), Nottoway, Nowata, Noxubee, Nuckolls, Nueces, Nueva Vizcaya, Nye, O'Brien, Oakland, Oatlands Municipality, Obion, Ocean, Oceana, Ochiltree, Oconee, Oconto, Ogemaw, Ogle, Oglethorpe, Ohio, Okaloosa, Okanogan, Okeechobee, Okfuskee, Oklahoma, Okmulgee, Oktibbeha, Oldham, Oliver, Olmsted, Oneida, Onondaga, Onslow, Ontario, Ontonagon, Orange, Orangeburg, Oregon, Orkney (UK), Orleans, Osage, Osborne, Osceola, Oscoda, Oswego, Otero, Otoe, Otsego, Ottawa, Otter Tail, Ouachita, Ouray, Outagamie, Overton, Owen, Owsley, Owyhee, Oxford, Oxfordshire (UK), Ozark, Ozaukee, Pacific, Page, Palm Beach, Palmeira, Palo Alto, Palo Pinto, Pamlico, Pampanga, Pangasinan, Panola, Paranagua, Park, Parke, Parker, Parmer, Pasco, Pasquotank, Passaic, Patrick, Paulding, Pawnee, Payette, Payne, Peach, Pearl River, Pecos, Peeblesshire (UK), Pembina, Pembrokeshire (UK), Pemiscot, Pend Oreille, Pender, Pendleton, Penguin Municipality, Pennington, Penobscot, Peoria, Pepin, Perkins, Perquimans, Perry, Pershing, Person, Perthshire (UK), Petersburg, Petroleum, Pettis, Phelps, Philadelphia, Phillips, Piatt, Pickaway, Pickens, Pickett, Pierce, Pike, Pima, Pinal, Pine, Pinellas, Pipestone, Piscataquis, Pitkin, Pitt, Pittsburg, Pittsylvania, Piura, Piute, Placer, Plaquemines, Platte, Pleasants, Plumas, Plymouth, Pocahontas, Pochutla, Poinsett, Pointe Coupee, Polk, Pondera, Pontotoc, Pope, Poquoson, Portage, Porter, Portland Municipality, Portsmouth, Posey, Pottawatomie, Pottawattamie, Potter, Powder River, Powell, Power, Poweshiek, Powhatan, Prairie, Pratt, Preble, Prentiss, Presidio, Presque Isle, Preston, Price, Prince Edward, Prince George, Prince George's, Prince William, Prince of Wales-Hyder, Providence, Prowers, Pueblo, Pujili, Pulaski, Pushmataha, Putnam, Quay, Queen Anne's, Queen Elizabeth Islands, Queens, Quezon, Quitman, Quito, Rabun, Racine, Radford, Radnorshire (UK), Raiatea, Rains, Raleigh, Ralls, Ramsey, Randall, Randolph, Rankin, Ransom, Rapides, Rappahannock, Rarotonga, Ravalli, Rawlins, Ray, Reagan, Real, Red Lake, Red River, Red Willow, Redwood, Reeves, Refugio, Renfrewshire (UK), Reno, Rensselaer, Renville, Republic, Rewa, Reynolds, Rhea, Rice, Rich, Richardson, Richland, Richmond, Riley, Ringarooma Municipality, Ringgold, Rio Arriba, Rio Blanco, Rio Branco, Rio Grande, Rio Verde, Ripley, Ritchie, Riverside, Rizal, Roane, Roanoke, Roberts, Robertson, Robeson, Rock, Rock Island, Rockbridge, Rockcastle, Rockdale, Rockingham, Rockland, Rockwall, Roger Mills, Rogers, Rolette, Rooks, Roosevelt, Rosarito, Playas de, Roscommon, Roseau, Rosebud, Ross, Ross Municipality, Ross-shire (UK), Routt, Rowan, Roxburghshire (UK), Runnels, Rush, Rusk, Russell, Russell Islands, Rutherford, Rutland, Rutland (UK), Sabah, Sabine, Sac, Sacramento, Sagadahoc, Saginaw, Saguache, Salem, Saline, Salt Lake, Saluda, Sampson, San Augustine, San Benito, San Bernardino, San Blas, San Diego, San Francisco, San Ignacio, San Jacinto, San Joaquin, San Juan, San Luis Obispo, San Mateo, San Miguel, San Patricio, San Pedro Lagunillas, San Pedro Lagunitas, San Saba, Sanborn, Sanders, Sandoval, Sandusky, Sangamon, Sanilac, Sanpete, Santa Barbara, Santa Clara, Santa Cruz, Santa Fe, Santa Maria del Oro, Santa Rosa, Santa Victoria, Sarasota, Saratoga, Sarawak, Sargent, Sarpy, Sauk, Saunders, Sawyer, Schenectady, Schleicher, Schley, Schoharie, Schoolcraft, Schuyler, Schuylkill, Scioto, Scotland, Scott, Scotts Bluff, Scottsdale Municipality, Screven, Scurry, Searcy, Sebastian, Sedgwick, Selkirkshire (UK), Seminole, Seneca, Senyavin Islands, Sequatchie, Sequoyah, Sevier, Seward, Shackelford, Shannon, Sharkey, Sharp, Shasta, Shawano, Shawnee, Sheboygan, Sheffield Municipality, Shelby, Shenandoah, Sherburne, Sheridan, Sherman, Shetland (UK), Shiawassee, Shoshone, Shropshire (UK), Sibley, Sierra, Silver Bow, Simpson, Sioux, Siskiyou, Sitka, Skagit, Skagway, Skamania, Slope, Smith, Smyth, Snohomish, Snyder, Socorro, Sola de Vega, Solano, Somerset, Somerset (UK), Somervell, Sonoma, Sorell Municipality, Southampton, Southeast Fairbanks, Spalding, Spartanburg, Spencer, Spink, Spokane, Spotsylvania, Spring Bay Municipality, St. Bernard, St. Charles, St. Clair, St. Croix, St. Francis, St. Francois, St. Helena, St. James, St. John the Baptist, St. Johns, St. Joseph, St. Landry, St. Lawrence, St. Leonards Municipality, St. Louis, St. Lucie, St. Martin, St. Mary, St. Mary's, St. Tammany, Stafford, Staffordshire (UK), Stanislaus, Stanley, Stanly, Stanton, Stark, Starke, Starr, Staunton, Ste. Genevieve, Stearns, Steele, Stephens, Stephenson, Sterling, Steuben, Stevens, Stewart, Stillwater, Stirlingshire (UK), Stoddard, Stokes, Stone, Stonewall, Storey, Story, Strafford, Stutsman, Sublette, Sud Yungas, Suffolk, Suffolk (UK), Sullivan, Sully, Summers, Summit, Sumner, Sumter, Sunflower, Surrey (UK), Surry, Susquehanna, Sussex, Sussex (UK), Sutherland (UK), Sutter, Sutton, Suwannee, Swain, Sweet Grass, Sweetwater, Swift, Swisher, Switzerland, Tahiti, Talbot, Taliaferro, Talladega, Tallahatchie, Tallapoosa, Taltal, Tama, Taney, Tangipahoa, Taos, Tarrant, Tasman Municipality, Tate, Tattnall, Taylor, Tazewell, Tecate, Tehama, Telfair, Teller, Tensas, Tepic, Terrebonne, Terrell, Terry, Teton, Texas, Thayer, Thomas, Throckmorton, Thurston, Tift, Tijuana, Tillamook, Tillman, Tioga, Tippah, Tippecanoe, Tipton, Tishomingo, Titus, Todd, Tolland, Tom Green, Tompkins, Tompkins (NY), Tooele, Toole, Toombs, Torrance, Towner, Towns, Traill, Transylvania, Traverse, Travis, Treasure, Trego, Trempealeau, Treutlen, Trigg, Trimble, Trinity, Tripp, Troup, Trousdale, Trumbull, Tucker, Tulare, Tulsa, Tunica, Tuolumne, Turner, Tuscaloosa, Tuscarawas, Tuscola, Twiggs, Twin Falls, Tyler, Tyrone (UK), Tyrrell, Uinta, Uintah, Ulster, Ulverstone Municipality, Umatilla, Unicoi, Union, Unknown, Unknown, Upshur, Upson, Upton, Urubamba, Utah, Uvalde, Val Verde, Valdez–Cordova, Valencia, Valley, Van Buren, Van Wert, Van Zandt, Vance, Vanderburgh, Vanua Levu, Venango, Ventura, Vermilion, Vermillion, Vernon, Victoria, Vigo, Vilas, Vinton, Virginia Beach, Viti Levu, Volusia, Wabash, Wabasha, Wabaunsee, Wade Hampton, Wadena, Wagoner, Wahkiakum, Wake, Wakulla, Waldo, Walker, Walla Walla, Wallace, Waller, Wallowa, Walsh, Walthall, Walton, Walworth, Wapello, Waratah Municipality, Ward, Ware, Warren, Warrick, Warwickshire (UK), Wasatch, Wasco, Waseca, Washakie, Washburn, Washington, Washita, Washoe, Washtenaw, Watauga, Watonwan, Waukesha, Waupaca, Waushara, Wayne, Waynesboro, Weakley, Webb, Weber, Webster, Weld, Wells, West Baton Rouge, West Carroll, West Feliciana, West Lothian (Linlithgowshire) (UK), Westchester, Westmoreland, Westmorland (UK), Weston, Wetzel, Wexford, Wharton, Whatcom, Wheatland, Wheeler, White, White Pine, Whiteside, Whitfield, Whitley, Whitman, Wibaux, Wichita, Wicomico, Wigtownshire (UK), Wilbarger, Wilcox, Wilkes, Wilkin, Wilkinson, Will, Will (IL), Willacy, Williams, Williamsburg, Williamson, Wilson, Wiltshire (UK), Winchester, Windham, Windsor, Winkler, Winn, Winnebago, Winneshiek, Winona, Winston, Wirt, Wise, Wolfe, Wood, Woodbury, Woodford, Woodruff, Woods, Woodson, Woodward, Worcester, Worcestershire (UK), Worth, Wrangell, Wright, Wyandot, Wyandotte, Wyoming, Wythe, Yadkin, Yakima, Yakutat, Yalobusha, Yamhill, Yancey, Yankton, Yates, Yavapai, Yazoo, Yell, Yellow Medicine, Yellowstone, Yoakum, Yolo, York, Yorkshire (UK), Young, Yuba, Yukon–Koyukuk, Yuma, Zambales, Zapata, Zavala, Zeehan Municipality, Zhongdian, Ziebach","'Eua, AK, AL, ALB, AR, ARIZ, AZ, AZ Territory, Aamzonas, Acre, Alajuela, Alajuelo, Alberta, Alger, Alta Verapaz, Amazonas, Ancash, Anhui, Antioquia, Antofagasta, Apurimac, Aragua, Araucania, Arequipa, Artigas, Atacama, Atlantida, Ayacucho, Azuay, B.C.S., BCS, BN, Bac Phan, Bahia, Baja California, Baja California Sur, Baja Verapaz, Baleares, Baluchistan, Banguey Island, Barinas, Benguet, Binh Tri Thien, Tinh, Biobio, Regio del, Bismarck Archipelago, Bohol, Bolivar, Boyaca, British Columbia, Brunei, Buenos Aires, Bulacan, CA, CHI, CO, CO Territory, COCA, COL, COP, CT, Cajamarca, Campeche, Canar, Cape Province, Carchi, Caroline Islands, Cartago, Cascajal, Cataluna, Cauca, Cebu, Central, Chalatenango, Chia, Chiang Mai, Changwat, Chiapas, Chihuahua, Chimaltenango, Chimborazo, Chinandega, Chiriqui, Chontales, Chupadero, Chuquisaca, Coahuila, Cochabamba, Cocle, Colima, Comayagua, Concepcion, Coquimbo, Cordoba, Cortes, Costa, Cotopaxi, Cundinamarca, Cuzco, DE, DUR, Darien, Dept. La e, Dept. Mag, Distrito Federal, Durango, East Malaysia, East Sepik, Eastern Division, Eastern Divsion, El Progreso, Esmeraldas, Esteli, FL, Florida, Fujian, GA, GRO, GUAM, Gansu, Goias, Golestan, Granada, Guanacaste, Guanajuato, Guangdong, Guatemala, Guayas, Guerrero, Guizhou, HI, Ha Bach, Tinh, Hainan, Halland, Hamadan, Heidelberg, Heredia, Hidalgo, Honshu, Huancabamba, Huancavelica, Huanuco, Hubei, Huehuetena, Huehuetenango, Humacao, IA, ID, IL, IN, Idaho, Insular, Ipiros, Iqnique Province, Iringa, Isabela, Izabel, JAL, Jalisco, Jalsico, Jawa Timur, Jiangsu, Jujuy, Junin, KS, KY, Kangean, Khorasan Province, Kkanh Hoa, KwaZulu-Natal, LA, LASAN, La Habana, La Libertad, La Paz, La Vega, Lambayeque, Las Villas, Leon, Lima, Limon, Loja, Loreto, Luzon, MA, MD, ME, MI, MIC, MICH, MN, MO, MON, MS, MT, MX, Madre de Dios, Magdalena, Maldonado, Manabi, Manitoba, Mariana Islands, Mato Grosso, Matto Grosso, Mayaguez, Mazandaran, Merida, Meta, Mexico, Michoacan, Minas Gerais, Mindanao, Misiones, Montevideo, Morazan, Morelos, N. Segovia, NAY, NC, ND, NE, NH, NJ, NL, NM, NM-TX, NV, NY, Narino, Nayarit, Neuvo Leon, Nevada, New Brunswick, New South Wales, Newfoundland, Nord, Norte, Norte de Santander, North Ayrshire, Northeastern, Northern, Northern Division, Northern Territory, Northwest Frontier, Northwest Territories, Nova Scotia, Nuevo Leon, Nunavut, O, OH, OK, OR, OR (?), OR or WA, Oaxaca, Ontario, Oregon, Oriente, Otuzco, PA, PE, PMG, PRE, PUE, Palawan, Panama, Panay, Paraguari, Parana, Paris, Pasco, Pataz, Peloponnisos, Peten, Pichincha, Piura, Pohnpei, Pomeroon-Supernaam, Portuguesa, Potosi, Prince Edward Island, Puebla, Puerto Rico, Puno, Puntarenas, Quang Ngai, Quebec, Queensland, Quezaltenango, Quezon, Quiche, RI, Rio de Janeiro, Rizal, S Catarina, S L Potosi, S.L. Potos, SC, SD, SIN, SL Potosi, SON, Sabah, Salta, Samar, San Blas, San Jose, San Luis, San Luis Potosi, San Luis a, San Martin, San Miguel, San Pedro, Santa Barbara, Santa Catarina, Santa Cruz, Santander, Santiago, Region Met, Sao Paulo, Sarawak, Saskatchewan, Savaii Island, Scotland, Semnan, Seybo, Sichuan, Sierra, Sinaloa, Societe, Iles de la, Societe, Isles de la, Sonora, Sonsonate, South Australia, Southern Cook Island, St. Andrew, St. Croix, Stann Creek, Sulu, Sumatera, TAB, TAM, TN, TX, TX , TX-NM, Tabasco, Tachira, Tacna, Tamaulipas, Tarank Province, Tarija, Tarma, Tasmania, Tehran, Tierra del Fuego, Tlaxcala, Toledo, Tongatapu, Trelawny, Trujillo, Tuamotu, Archipel de, Tubuai, Iles, Tucuman, Tutuila Island, UT, Unknown, Upolu Island, Utah, VA, VT, Valle, Valparaiso, Vaupes, Veracruz, Verguas, Victoria, WA, WA Territory, WAS, WI, WN, WV, WY, Wales, Western Australia, Western Cape, Wyoming, Xizang, Yaracuy, Yoro, Yucatan, Yukon Territory, Yunnan, Zacatecas, Zhejiang, Zulia, w TX to NM, w. TX - El Paso, NM, w. TX - El Paso,NM","AD, AE, AI, AL, AO, AQ, AT, AW, AX, AZ, Afghanistan, Algeria, American Samoa, Antigua, Antigua and Barbuda, Argentina, Armenia, Australia, BA, BB, BD, BF, BG, BH, BI, BJ, BL, BQ, BS, BT, BV, BW, BY, Belgium, Belize, Bermuda, Bolivia, Borneo, Brazil, Brunei, CC, CF, CG, CH, CI, CV, CW, CX, CY, CZ, Cambodia, Cameroon, Canada, Chile, China, Colombia, Cook Islands, Costa Rica, Croatia, Cuba, D R Congo, DJ, DM, Denmark, Dominican Republic, EE, EG, EH, ER, ET, Ecuador, El Salvador, Ellas, Equatorial Guinea, Espana, FK, FO, Fiji, Finland, France, GA, GD, GE, GF, GG, GH, GI, GM, GN, GS, GU, GW, Germany, Greenland, Guadeloupe, Guatemala, Guyana, HK, HM, HN, Haiti, Hispaniola, Honduras, IM, IO, IQ, Iceland, India, Indonesia, Iran, Ireland, Israel, Italy, JE, Jamaica, Japan, Jordan, KG, KI, KM, KN, KP, KW, KY, KZ, Kenya, LA, LI, LR, LS, LT, LU, LV, LY, Lebanon, MC, MD, ME, MF, MK, ML, MO, MP, MQ, MR, MS, MT, MU, MV, MZ, Madagascar, Malawi, Malaysia, Marshall Islands, Mexico, Micronesia, Mongolia, Morocco, Myanmar, NE, NF, NG, NR, Namibia, Nepal, Netherlands, Netherlands Antilles, New Caledonia, New Zealand, Nicaragua, Nihon, Niue, Norway, OM, PF, PL, PM, PN, PS, PW, Pakistan, Panama, Papua New Guinea, Paraguay, Peru, Philippines, Polynesia, Polynesie francaise, Portugal, Prathet Thai, Puerto Rico, QA, RO, RS, RW, Republica Dominicana, Reunion, Russia, SA, SG, SJ, SK, SL, SM, SN, SO, SS, ST, SX, SZ, Saint Helena, Saint Lucia, Samoa, Scotland, Seychelles, Slovenia, Solomon Islands, South Africa, South Korea, Spain, Sri Lanka, Sudan, Suriname, Sweden, Syria, TC, TD, TF, TG, TJ, TK, TL, TM, TN, TV, Taiwan, Tanzania, Thailand, Tonga, Trinidad and Tobago, Turkey, UA, UM, USA, UZ, Uganda, United Kingdom, Uruguay, VA, VC, VG, Vanuatu, Venezuela, Viet Nam, Virgin Islands, WF, Western Samoa, YE, YT, ZM, ZW, Zhonghua, unknown","North America, pacificocean","","","","",vcoordsys,"","","ADG66, NAD27, NAD83, NAD83&WGS84, Not Recorded, WGS84","","feet, kilometers, meters, miles, unknown","","","","centimeters, fathoms, feet, furlongs, inches, kilometers, meters, miles, rods, uncertain","","","","feet, meters, uncertain","","","","centimeters, fathoms, feet, furlongs, inches, kilometers, meters, miles, rods, uncertain","","","","","","","","","","","biogeomancer, chapman-wieczorek-2006-guide-best-practices-georeferencing, georeferencing-dummies, manis-herpnet-ornis-georeferencing-guidelines","","unverified, verified-contributor, verified-data-custodian","","","AASLH Nomenclature, Bennyhoff Olivella bead typology, Getty Art & Architecture Thesaurus, Gifford worked bone typology, Gifford worked shell typology, Heizer projectile point typology, Justice projectile point typology, Local OHC, Meighan historic glass bead typology, Treganza clay artifact typology, no system","magnetic-tape-type, record-speed","78, metal",rpm +CSVHEADER,objectNumber,numberOfObjects,numberValue,numberType,responsibleDepartment,collection,namedCollection,descriptionLevel,recordStatus,briefDescription,ethnoFileCode,publishTo,inventoryStatus,objectName,objectNameCurrency,objectNameLevel,objectNameType,objectNameLanguage,objectNameNote,assocPeople,assocPeopleType,assocPeopleNote,comment,annotationAuthor,annotationType,annotationDate,annotationNote,measuredPart,dimensionSummary,dimension,measuredByPersonLocal,measuredByOrganizationLocal,measurementMethod,value,measurementUnit,valueQualifier,valueDate,material,materialComponent,materialComponentNote,materialName,materialSource,title,titleLanguage,titleType,titleTranslation,titleTranslationLanguage,usage,usageNote,oaiCollectionPlacePlaceLocal,oaiCollectionPlacePlaceTgn,oaiLocVerbatim,fieldCollectionDateGroup,fieldCollectionMethod,fieldCollectionPlacePlaceLocal,fieldCollectionPlacePlaceTgn,fieldLocVerbatim,fieldCollectionSource,fieldCollectorPersonLocal,fieldCollectorOrganizationLocal,fieldCollectionNumber,fieldColEventName,fieldCollectionFeature,fieldCollectionNote,objectProductionDateGroup,namedTimePeriod,technique,techniqueType,objectProductionPlacePlaceLocal,objectProductionPlacePlaceTgn,objectProductionPlaceRole,objectProductionReason,objectProductionPeopleConceptArchculture,objectProductionPeopleConceptEthculture,objectProductionPeopleRole,objectProductionPerson,objectProductionPersonRole,objectProductionOrganization,objectProductionOrganizationRole,objectProductionNote,nagpraInventoryName,nagpraCategory,graveAssocCode,repatriationNote,nagpraCulturalDetermination,nagpraDetermCulture,nagpraDetermType,nagpraDetermByPersonLocal,nagpraDetermByOrganizationLocal,nagpraDetermNote,nagpraReportFiled,nagpraReportFiledWithPersonLocal,nagpraReportFiledWithOrganizationLocal,nagpraReportFiledByPersonLocal,nagpraReportFiledByOrganizationLocal,nagpraReportFiledDate,nagpraReportFiledNote,culturalCareNote,limitationType,limitationLevel,limitationDetails,requester,requestOnBehalfOf,requestDate,form,copyNumber,editionNumber,style,color,apparelSize,physicalDescription,distinguishingFeatures,objectComponentName,objectComponentInformation,sex,phase,majorTaxon,ageQualifier,age,ageUnit,taxon,qualifier,identByPersonLocal,identByOrganizationLocal,identDateGroup,institution,identKind,notes,minIndividuals,bone,side,count,dentition,commingledRemainsGroup_sex,ageRange,mortuaryTreatment,mortuaryTreatmentNote,behrensmeyerSingleLower,behrensmeyerUpper,commingledRemainsNote,contentDescription,contentLanguage,contentActivity,contentConcept,contentDateGroup,contentPosition,contentObject,contentObjectType,contentPeople,contentPersonPersonLocal,contentPersonPersonUlan,contentPlace,contentScript,contentOrganizationOrganizationLocal,contentOrganizationOrganizationUlan,contentEventName,contentEventNameType,contentOther,contentOtherType,contentNote,inscriptionContent,inscriptionContentInscriberPersonLocal,inscriptionContentInscriberOrganizationLocal,inscriptionContentLanguage,inscriptionContentDateGroup,inscriptionContentPosition,inscriptionContentScript,inscriptionContentType,inscriptionContentMethod,inscriptionContentInterpretation,inscriptionContentTranslation,inscriptionContentTransliteration,inscriptionDescription,inscriptionDescriptionInscriberPersonLocal,inscriptionDescriptionInscriberOrganizationLocal,inscriptionDescriptionDateGroup,inscriptionDescriptionPosition,inscriptionDescriptionType,inscriptionDescriptionMethod,inscriptionDescriptionInterpretation,assocActivity,assocActivityType,assocActivityNote,assocObject,assocObjectType,assocObjectNote,assocConcept,assocConceptType,assocConceptNote,assocCulturalContext,assocCulturalContextType,assocCulturalContextNote,assocOrganization,assocOrganizationType,assocOrganizationNote,assocPerson,assocPersonType,assocPersonNote,assocPlace,assocPlaceType,assocPlaceNote,assocEventName,assocEventNameType,assocEventOrganization,assocEventPeople,assocEventPerson,assocEventPlace,assocEventNote,assocStructuredDateGroup,assocDateType,assocDateNote,objectHistoryNote,anthroOwnerPersonLocal,anthroOwnerOrganizationLocal,anthroOwnershipDateGroup,anthroOwnershipCategory,anthroOwnershipPlace,anthroOwnershipMethod,anthroOwnershipPriceCurrency,anthroOwnershipPriceAmount,anthroOwnershipNote,ownersPersonalExperience,ownersPersonalResponse,ownersReference,ownersContributionNote,viewersRole,viewersPersonalExperience,viewersPersonalResponse,viewersReference,viewersContributionNote,referenceCitationLocal,referenceCitationWorldcat,referenceNote,localityGroup_fieldLocVerbatim,fieldLocPlace,taxonomicRange,fieldLocCounty,fieldLocState,fieldLocCountry,fieldLocHigherGeography,vLatitude,vLongitude,vCoordinates,vOtherCoords,vCoordSys,decimalLatitude,decimalLongitude,geodeticDatum,coordUncertainty,coordUncertaintyUnit,vDepth,minDepth,maxDepth,depthUnit,vElevation,minElevation,maxElevation,elevationUnit,vDistanceAboveSurface,minDistanceAboveSurface,maxDistanceAboveSurface,distanceAboveSurfaceUnit,localityNote,localitySource,localitySourceDetail,pointRadiusSpatialFit,footprintWKT,footprintSRS,footprintSpatialFit,coordPrecision,geoRefencedBy,geoRefDateGroup,geoRefProtocol,geoRefSource,geoRefVerificationStatus,geoRefRemarks,geoRefPlaceName,objectNameSystem,technicalAttribute,technicalAttributeMeasurement,technicalAttributeMeasurementUnit diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_concept-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_concept-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_concept-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_conditioncheck-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conditioncheck-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_conditioncheck-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conditioncheck-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_conservation-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conservation-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_conservation-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_conservation-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_exhibition-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_exhibition-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_exhibition-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_exhibition-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_group-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_group-template.csv similarity index 78% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_group-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_group-template.csv index 227efa0e..7c341323 100644 --- a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_group-template.csv +++ b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_group-template.csv @@ -4,5 +4,5 @@ DATA TYPE,string,string,string,date,date,string REPEATABLE FIELD?,n,n,n,n,n,n REPEATING FIELD GROUP,"","","","","","" VALUE SOURCE TYPE,na,optionlist,authority,na,na,na -VALUE SOURCE,"","archaeology, archaeology-nagpra, collection-management, design, education, history, natural-history, registrar, sites",person/local,"","","" +VALUE SOURCE,"","archaeology, archaeology-nagpra, collection-management, design, education, history, naamcc, natural-history, poindexter-village, registrar, sites",person/local,"","","" CSVHEADER,title,responsibleDepartment,owner,groupEarliestSingleDate,groupLatestDate,scopeNote diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_insurance-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_insurance-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_insurance-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_insurance-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_intake-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_intake-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_intake-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_intake-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_loanin-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanin-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_loanin-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanin-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_loanout-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanout-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_loanout-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_loanout-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_location-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_location-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_location-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_media-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_media-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_media-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_media-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_movement-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_movement-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_movement-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_movement-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_nonhierarchicalrelationship-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_nonhierarchicalrelationship-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_nonhierarchicalrelationship-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_nonhierarchicalrelationship-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_objectexit-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objectexit-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_objectexit-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objectexit-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_objecthierarchy-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objecthierarchy-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_objecthierarchy-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_objecthierarchy-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_organization-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_organization-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_organization-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_osteology-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_osteology-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_osteology-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_osteology-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_person-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_person-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_person-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_place-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_place-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_place-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_taxon-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_taxon-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_taxon-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_transport-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_transport-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_transport-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_transport-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_uoc-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_uoc-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_uoc-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_uoc-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_valuation-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_valuation-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_valuation-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_valuation-template.csv diff --git a/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_work-template.csv b/data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-template.csv similarity index 100% rename from data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-5/ohc_1-0-5_work-template.csv rename to data/templates/lyrasis_hosted_profiles/release_7_0/ohc_1-0-6/ohc_1-0-6_work-template.csv From ac1f9425b519ba4384f28f30a092dd85227bfda7 Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Wed, 3 Nov 2021 12:55:54 -0400 Subject: [PATCH 4/4] bump version --- lib/cspace_config_untangler/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cspace_config_untangler/version.rb b/lib/cspace_config_untangler/version.rb index d02f6308..237c9480 100644 --- a/lib/cspace_config_untangler/version.rb +++ b/lib/cspace_config_untangler/version.rb @@ -1,3 +1,3 @@ module CspaceConfigUntangler - VERSION = '1.9.7' + VERSION = '1.9.8' end