From: Aron Roberts Date: Wed, 28 Jul 2010 23:12:00 +0000 (+0000) Subject: CSPACE-2501,CSPACE-2451: Added multiple new fields to the CollectionObject schema... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=54476ab1fcd2be3f739fb9c7d9002463dd986c0b;p=tmp%2Fjakarta-migration.git CSPACE-2501,CSPACE-2451: Added multiple new fields to the CollectionObject schema for 1.0 alpha, as well as making several of the new fields, and several existing fields, singly repeatable. Also changed names for many fields, either to work around length limits for generated foreign key identifier names, or for consistency and clarity. --- diff --git a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/layouts-contrib.xml b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/layouts-contrib.xml index 11e69e9f2..0267b47a5 100644 --- a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/layouts-contrib.xml +++ b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/layouts-contrib.xml @@ -13,8 +13,11 @@ objectNumber otherNumber otherNumberType - briefDescription - comments + + + + + distinguishingFeatures numberOfObjects @@ -26,7 +29,7 @@ objectNameType objectNameLanguage - responsibleDepartment + title objectTitleLanguage titleTranslation @@ -71,7 +74,7 @@ dataInputText - + @@ -123,7 +127,7 @@ dataInputText - + + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd index 5f741a708..b0c3f0779 100644 --- a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd +++ b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd @@ -47,8 +47,13 @@ - - + + + + + + + @@ -67,168 +72,333 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectAuthRefsTest.java b/services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectAuthRefsTest.java index 19b7dd9ff..13db2d40b 100644 --- a/services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectAuthRefsTest.java +++ b/services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectAuthRefsTest.java @@ -39,7 +39,16 @@ import org.collectionspace.services.client.OrgAuthorityClientUtils; import org.collectionspace.services.client.PersonAuthorityClient; import org.collectionspace.services.client.PersonAuthorityClientUtils; import org.collectionspace.services.common.authorityref.AuthorityRefList; +import org.collectionspace.services.collectionobject.AssocEventOrganizationList; +import org.collectionspace.services.collectionobject.AssocEventPersonList; +import org.collectionspace.services.collectionobject.AssocOrganizationList; +import org.collectionspace.services.collectionobject.AssocPersonList; import org.collectionspace.services.collectionobject.CollectionobjectsCommon; +import org.collectionspace.services.collectionobject.ContentOrganizationList; +import org.collectionspace.services.collectionobject.ContentPersonList; +import org.collectionspace.services.collectionobject.FieldCollectionSourceList; +import org.collectionspace.services.collectionobject.FieldCollectorList; +import org.collectionspace.services.collectionobject.OwnerList; import org.collectionspace.services.jaxb.AbstractCommonList; import org.jboss.resteasy.client.ClientResponse; @@ -97,25 +106,20 @@ public class CollectionObjectAuthRefsTest extends BaseServiceTest { private String orgAuthCSID = null; private String orgAuthRefName = null; - /** The content organization ref name. */ private String contentOrganizationRefName = null; - - /** The content person ref name. */ private String contentPersonRefName = null; - - /** The inscriber ref names. */ private String contentInscriberRefName = null; private String descriptionInscriberRefName = null; - - /** The object history and association ref names. */ - private String associatedEventOrganizationRefName = null; - private String associatedEventPersonRefName = null; - private String associatedOrganizationRefName = null; - private String associatedPersonRefName = null; + private String assocEventOrganizationRefName = null; + private String assocEventPersonRefName = null; + private String assocOrganizationRefName = null; + private String assocPersonRefName = null; private String ownerRefName = null; + private String fieldCollectionSourceRefName = null; + private String fieldCollectorRefName = null; /** The number of authority references expected. */ - private final int NUM_AUTH_REFS_EXPECTED = 9; + private final int NUM_AUTH_REFS_EXPECTED = 11; /* (non-Javadoc) * @see org.collectionspace.services.client.test.BaseServiceTest#getClientInstance() @@ -169,11 +173,13 @@ public class CollectionObjectAuthRefsTest extends BaseServiceTest { contentPersonRefName, contentInscriberRefName, descriptionInscriberRefName, - associatedEventOrganizationRefName, - associatedEventPersonRefName, - associatedOrganizationRefName, - associatedPersonRefName, - ownerRefName + assocEventOrganizationRefName, + assocEventPersonRefName, + assocOrganizationRefName, + assocPersonRefName, + ownerRefName, + fieldCollectionSourceRefName, + fieldCollectorRefName ); // Submit the request to the service and store the response. @@ -279,16 +285,24 @@ public class CollectionObjectAuthRefsTest extends BaseServiceTest { personIdsCreated.add(csid); csid = createPerson("Asok", "AssociatedEventPerson", "asokAssociatedEventPerson"); - associatedEventPersonRefName = PersonAuthorityClientUtils.getPersonRefName(personAuthCSID, csid, null); + assocEventPersonRefName = PersonAuthorityClientUtils.getPersonRefName(personAuthCSID, csid, null); personIdsCreated.add(csid); csid = createPerson("Andrew", "AssociatedPerson", "andrewAssociatedPerson"); - associatedPersonRefName = PersonAuthorityClientUtils.getPersonRefName(personAuthCSID, csid, null); + assocPersonRefName = PersonAuthorityClientUtils.getPersonRefName(personAuthCSID, csid, null); personIdsCreated.add(csid); csid = createPerson("Owen", "Owner", "owenOwner"); ownerRefName = PersonAuthorityClientUtils.getPersonRefName(personAuthCSID, csid, null); personIdsCreated.add(csid); + + csid = createPerson("Sally", "Field-CollectionSource", "sallyFieldCollectionSource"); + fieldCollectionSourceRefName = PersonAuthorityClientUtils.getPersonRefName(personAuthCSID, csid, null); + personIdsCreated.add(csid); + + csid = createPerson("Fred", "Lector", "fredLector"); + fieldCollectorRefName = PersonAuthorityClientUtils.getPersonRefName(personAuthCSID, csid, null); + personIdsCreated.add(csid); } /** @@ -353,11 +367,11 @@ public class CollectionObjectAuthRefsTest extends BaseServiceTest { orgIdsCreated.add(csid); csid = createOrganization("Associated Event Org", "Associated Event Org City", "associatedEventOrg"); - associatedEventOrganizationRefName = OrgAuthorityClientUtils.getOrgRefName(orgAuthCSID, csid, null); + assocEventOrganizationRefName = OrgAuthorityClientUtils.getOrgRefName(orgAuthCSID, csid, null); orgIdsCreated.add(csid); csid = createOrganization("Associated Org", "Associated Org City", "associatedOrg"); - associatedOrganizationRefName = OrgAuthorityClientUtils.getOrgRefName(orgAuthCSID, csid, null); + assocOrganizationRefName = OrgAuthorityClientUtils.getOrgRefName(orgAuthCSID, csid, null); orgIdsCreated.add(csid); } @@ -400,12 +414,13 @@ public class CollectionObjectAuthRefsTest extends BaseServiceTest { // Check a sample of one or more person authority ref fields Assert.assertEquals(collectionObject.getInscriptionContentInscriber(), contentInscriberRefName); - Assert.assertEquals(collectionObject.getAssociatedPerson(), associatedPersonRefName); - Assert.assertEquals(collectionObject.getOwner(), ownerRefName); + Assert.assertEquals(collectionObject.getAssocPersons().getAssocPerson().get(0), assocPersonRefName); + Assert.assertEquals(collectionObject.getOwners().getOwner().get(0), ownerRefName); + Assert.assertEquals(collectionObject.getFieldCollectionSources().getFieldCollectionSource().get(0), fieldCollectionSourceRefName); // Check a sample of one or more organization authority ref fields - Assert.assertEquals(collectionObject.getContentOrganization(), contentOrganizationRefName); - Assert.assertEquals(collectionObject.getAssociatedEventOrganization(), associatedEventOrganizationRefName); + Assert.assertEquals(collectionObject.getContentOrganizations().getContentOrganization().get(0), contentOrganizationRefName); + Assert.assertEquals(collectionObject.getAssocEventOrganizations().getAssocEventOrganization().get(0), assocEventOrganizationRefName); // Get all of the auth refs and check that the expected number is returned ClientResponse res2 = collectionObjectClient.getAuthorityRefs(knownResourceId); @@ -524,23 +539,64 @@ public class CollectionObjectAuthRefsTest extends BaseServiceTest { String contentPerson, String contentInscriber, String descriptionInscriber, - String associatedEventOrganization, - String associatedEventPerson, - String associatedOrganization, - String associatedPerson, - String owner ) { + String assocEventOrganization, + String assocEventPerson, + String assocOrganization, + String assocPerson, + String owner, + String fieldCollectionSource, + String fieldCollector ) { CollectionobjectsCommon collectionObject = new CollectionobjectsCommon(); collectionObject.setTitle(title); collectionObject.setObjectNumber(objNum); - collectionObject.setContentOrganization(contentOrganization); - collectionObject.setContentPerson(contentPerson); collectionObject.setInscriptionContentInscriber(contentInscriber); collectionObject.setInscriptionDescriptionInscriber(descriptionInscriber); - collectionObject.setAssociatedEventOrganization(associatedEventOrganization); - collectionObject.setAssociatedEventPerson(associatedEventPerson); - collectionObject.setAssociatedOrganization(associatedOrganization); - collectionObject.setAssociatedPerson(associatedPerson); - collectionObject.setOwner(owner); + + ContentOrganizationList contentOrganizationList = new ContentOrganizationList(); + List contentOrganizations = contentOrganizationList.getContentOrganization(); + contentOrganizations.add(contentOrganization); + collectionObject.setContentOrganizations(contentOrganizationList); + + ContentPersonList contentPersonList = new ContentPersonList(); + List contentPersons = contentPersonList.getContentPerson(); + contentPersons.add(contentPerson); + collectionObject.setContentPersons(contentPersonList); + + AssocEventOrganizationList assocEventOrganizationList = new AssocEventOrganizationList(); + List assocEventOrganizations = assocEventOrganizationList.getAssocEventOrganization(); + assocEventOrganizations.add(assocEventOrganization); + collectionObject.setAssocEventOrganizations(assocEventOrganizationList); + + AssocEventPersonList assocEventPersonList = new AssocEventPersonList(); + List assocEventPersons = assocEventPersonList.getAssocEventPerson(); + assocEventPersons.add(assocEventPerson); + collectionObject.setAssocEventPersons(assocEventPersonList); + + AssocOrganizationList assocOrganizationList = new AssocOrganizationList(); + List assocOrganizations = assocOrganizationList.getAssocOrganization(); + assocOrganizations.add(assocOrganization); + collectionObject.setAssocOrganizations(assocOrganizationList); + + AssocPersonList assocPersonList = new AssocPersonList(); + List assocPersons = assocPersonList.getAssocPerson(); + assocPersons.add(assocPerson); + collectionObject.setAssocPersons(assocPersonList); + + OwnerList ownerList = new OwnerList(); + List owners = ownerList.getOwner(); + owners.add(owner); + collectionObject.setOwners(ownerList); + + FieldCollectionSourceList fieldCollectionSourceList = new FieldCollectionSourceList(); + List fieldCollectionSources = fieldCollectionSourceList.getFieldCollectionSource(); + fieldCollectionSources.add(fieldCollectionSource); + collectionObject.setFieldCollectionSources(fieldCollectionSourceList); + + FieldCollectorList FieldCollectorList = new FieldCollectorList(); + List fieldCollectors = FieldCollectorList.getFieldCollector(); + fieldCollectors.add(fieldCollector); + collectionObject.setFieldCollectors(FieldCollectorList); + MultipartOutput multipart = new MultipartOutput(); OutputPart commonPart = multipart.addPart(collectionObject, MediaType.APPLICATION_XML_TYPE); diff --git a/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp1.xml b/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp1.xml index d2946dba8..5660ba962 100644 --- a/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp1.xml +++ b/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp1.xml @@ -5,7 +5,6 @@ XXX otherNumberType briefDescription -comments distFeatures numberOfObjects objectName @@ -19,80 +18,4 @@ responsibleDept1responsibleDept2 title -titleLanguage -titleTranslation -titleType -age -ageQualifier -ageUnit -color -contentActivity -contentConcept -XXX -contentDescription -contentEventName -contentEventNameType -contentNote -contentLanguage -contentObject -contentObjectType -contentOrganization -contentOther -contentOtherType -contentPeople -contentPerson -contentPlace -contentPosition -XXX -copyNumber -dimension -dimensionMeasuredPart -dimensionMeasurementUnit -dimensionValue -XXX -dimensionValueQualifier -editionNumber -
form
-inscriptionContent -inscriptionContentInscriber -inscriptionContentDate -inscriptionContentInterpretation -inscriptionContentLanguage -inscriptionContentMethod -inscriptionContentPosition -inscriptionContentScript -inscriptionContentTranslation -inscriptionContentTransliteration -inscriptionContentType -inscriptionDescription -inscriptionDescriptionInscriber -inscriptionDescriptionDate -inscriptionDescriptionInterpretation -inscriptionDescriptionMethod -inscriptionDescriptionPosition -inscriptionDescriptionType -material -materialComponent -materialComponentNote -materialName -materialSource -objectStatus -phase -physicalDescription -sex - -technicalAttribute -technicalAttributeMeasurement -technicalAttributeMeasurementUnit -objectComponentName -objectComponentInformation -dateAssociation -{"level":"objectLevel","content-script":"descContentScript","content-method":"descContentMethod","otherNumber":"otherNumber"} -dateEarliestSingleCertainty -dateEarlierstSingleQualifier -XXX -dateLatestCertainty -dateLatestQualifier -datePeriod -dateText diff --git a/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp2.xml b/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp2.xml index 237bf512f..c55a973e7 100644 --- a/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp2.xml +++ b/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp2.xml @@ -8,7 +8,6 @@ briefDescription1 briefDescription2 -comments distFeatures numberOfObjects objectName @@ -26,80 +25,4 @@ title -titleLanguage -titleTranslation -titleType -age -ageQualifier -ageUnit -color -contentActivity -contentConcept -XXX -contentDescription -contentEventName -contentEventNameType -contentNote -contentLanguage -contentObject -contentObjectType -contentOrganization -contentOther -contentOtherType -contentPeople -contentPerson -contentPlace -contentPosition -XXX -copyNumber -dimension -dimensionMeasuredPart -dimensionMeasurementUnit -dimensionValue -XXX -dimensionValueQualifier -editionNumber -
form
-inscriptionContent -inscriptionContentInscriber -inscriptionContentDate -inscriptionContentInterpretation -inscriptionContentLanguage -inscriptionContentMethod -inscriptionContentPosition -inscriptionContentScript -inscriptionContentTranslation -inscriptionContentTransliteration -inscriptionContentType -inscriptionDescription -inscriptionDescriptionInscriber -inscriptionDescriptionDate -inscriptionDescriptionInterpretation -inscriptionDescriptionMethod -inscriptionDescriptionPosition -inscriptionDescriptionType -material -materialComponent -materialComponentNote -materialName -materialSource -objectStatus -phase -physicalDescription -sex - -technicalAttribute -technicalAttributeMeasurement -technicalAttributeMeasurementUnit -objectComponentName -objectComponentInformation -dateAssociation -{"level":"objectLevel","content-script":"descContentScript","content-method":"descContentMethod","otherNumber":"otherNumber"} -dateEarliestSingleCertainty -dateEarlierstSingleQualifier -XXX -dateLatestCertainty -dateLatestQualifier -datePeriod -dateText diff --git a/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp3.xml b/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp3.xml index 485039eb5..cf90657b4 100644 --- a/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp3.xml +++ b/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp3.xml @@ -10,7 +10,6 @@ briefDescription2 -comments distFeatures numberOfObjects objectName @@ -29,80 +28,4 @@ title -titleLanguage -titleTranslation -titleType -age -ageQualifier -ageUnit -color -contentActivity -contentConcept -XXX -contentDescription -contentEventName -contentEventNameType -contentNote -contentLanguage -contentObject -contentObjectType -contentOrganization -contentOther -contentOtherType -contentPeople -contentPerson -contentPlace -contentPosition -XXX -copyNumber -dimension -dimensionMeasuredPart -dimensionMeasurementUnit -dimensionValue -XXX -dimensionValueQualifier -editionNumber -
form
-inscriptionContent -inscriptionContentInscriber -inscriptionContentDate -inscriptionContentInterpretation -inscriptionContentLanguage -inscriptionContentMethod -inscriptionContentPosition -inscriptionContentScript -inscriptionContentTranslation -inscriptionContentTransliteration -inscriptionContentType -inscriptionDescription -inscriptionDescriptionInscriber -inscriptionDescriptionDate -inscriptionDescriptionInterpretation -inscriptionDescriptionMethod -inscriptionDescriptionPosition -inscriptionDescriptionType -material -materialComponent -materialComponentNote -materialName -materialSource -objectStatus -phase -physicalDescription -sex - -technicalAttribute -technicalAttributeMeasurement -technicalAttributeMeasurementUnit -objectComponentName -objectComponentInformation -dateAssociation -{"level":"objectLevel","content-script":"descContentScript","content-method":"descContentMethod","otherNumber":"otherNumber"} -dateEarliestSingleCertainty -dateEarlierstSingleQualifier -XXX -dateLatestCertainty -dateLatestQualifier -datePeriod -dateText diff --git a/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp4.xml b/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp4.xml index 9ad7216d9..3e9184c60 100644 --- a/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp4.xml +++ b/services/collectionobject/client/src/test/resources/test-data/repfield_whitesp4.xml @@ -8,7 +8,6 @@ briefDescription1 briefDescription2 -comments distFeatures numberOfObjects objectName @@ -26,80 +25,4 @@ title -titleLanguage -titleTranslation -titleType -age -ageQualifier -ageUnit -color -contentActivity -contentConcept -XXX -contentDescription -contentEventName -contentEventNameType -contentNote -contentLanguage -contentObject -contentObjectType -contentOrganization -contentOther -contentOtherType -contentPeople -contentPerson -contentPlace -contentPosition -XXX -copyNumber -dimension -dimensionMeasuredPart -dimensionMeasurementUnit -dimensionValue -XXX -dimensionValueQualifier -editionNumber -
form
-inscriptionContent -inscriptionContentInscriber -inscriptionContentDate -inscriptionContentInterpretation -inscriptionContentLanguage -inscriptionContentMethod -inscriptionContentPosition -inscriptionContentScript -inscriptionContentTranslation -inscriptionContentTransliteration -inscriptionContentType -inscriptionDescription -inscriptionDescriptionInscriber -inscriptionDescriptionDate -inscriptionDescriptionInterpretation -inscriptionDescriptionMethod -inscriptionDescriptionPosition -inscriptionDescriptionType -material -materialComponent -materialComponentNote -materialName -materialSource -objectStatus -phase -physicalDescription -sex - -technicalAttribute -technicalAttributeMeasurement -technicalAttributeMeasurementUnit -objectComponentName -objectComponentInformation -dateAssociation -{"level":"objectLevel","content-script":"descContentScript","content-method":"descContentMethod","otherNumber":"otherNumber"} -dateEarliestSingleCertainty -dateEarlierstSingleQualifier -XXX -dateLatestCertainty -dateLatestQualifier -datePeriod -dateText diff --git a/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd b/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd index c76e05917..6518e79e5 100644 --- a/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd +++ b/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd @@ -22,7 +22,7 @@ - + @@ -43,11 +43,11 @@ - + - + @@ -56,7 +56,7 @@ - + @@ -75,162 +75,177 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - + + + + + - - + + - - + + + + + + + + + - - - - - - - - - + + + + + + + + + @@ -242,12 +257,168 @@ + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -266,14 +437,14 @@ + minOccurs="1"/> + minOccurs="1"/> + minOccurs="1"/> + minOccurs="1"/> diff --git a/services/common/src/main/config/services/tenant-bindings.xml b/services/common/src/main/config/services/tenant-bindings.xml index b71e9adcc..21726d3f1 100644 --- a/services/common/src/main/config/services/tenant-bindings.xml +++ b/services/common/src/main/config/services/tenant-bindings.xml @@ -63,17 +63,17 @@ versionable="true" auditable="false" label="collectionobjects_common" updated="" order="1"> - authRefcontentOrganization - - - authRefcontentPerson + authRefcontentOrganizations + authRefcontentPersons authRefinscriptionContentInscriber authRefinscriptionDescriptionInscriber - authRefassociatedEventOrganization - authRefassociatedEventPerson - authRefassociatedOrganization - authRefassociatedPerson - authRefowner + authRefassocEventOrganizations + authRefassocEventPersons + authRefassocOrganizations + authRefassocPersons + authRefowners + authReffieldCollectionSources + authReffieldCollectors - authRefcontentOrganization - - authRefcontentPerson + authRefcontentOrganizations + authRefcontentPersons authRefinscriptionContentInscriber authRefinscriptionDescriptionInscriber - authRefassociatedEventOrganization - authRefassociatedEventPerson - authRefassociatedOrganization - authRefassociatedPerson - authRefowner + authRefassocEventOrganizations + authRefassocEventPersons + authRefassocOrganizations + authRefassocPersons + authRefowners + authReffieldCollectionSources + authReffieldCollectors