Please note that it is necessary only for the actual version
(release/2.12.).

Cheers,
Nafiseh


On Tue, Aug 14, 2018 at 9:59 AM Nafiseh Navabpour <
nafiseh.navabp...@uni-jena.de> wrote:

> Hi everyone,
>
> Attached is the new version of the PartyType.xml.
> Please replace it into your Workspace (~\Workspace\Modules\BAM).
> You can find it also in the public workspace.
>
> Yours,
> Nafiseh
>
>
> --
> Nafiseh Navabpour
> BExIS++ Project Research assistant
> Friedrich-Schiller-University Jena
> Leutragraben 1, Jentower, 07743 Jena
> Phone: +49-(0)3641-946443
>
>
>

-- 
Nafiseh Navabpour
BExIS++ Project Research assistant
Friedrich-Schiller-University Jena
Leutragraben 1, Jentower, 07743 Jena
Phone: +49-(0)3641-946443
<DefaultPartyParameters>
	<PartyTypes>
		<PartyType Name="Person" >
			<Attribute Name="FirstName" DisplayName="First Name" type="String" isValueOptional="false" isMain="true"/>
			<Attribute Name="LastName" DisplayName="Last Name" isValueOptional="false" isMain="true" />
			<Attribute Name="Phone" type="String" />
			<Attribute Name="Mobile" type="String" />
			<Attribute Name="Fax" type="String" />
			<Attribute Name="Street" type="String" />
			<Attribute Name="ZipCode" type="String" />
			<Attribute Name="City" type="String" />
			<Attribute Name="Country" type="String" />
			<Attribute Name="Website" type="String" />
			<Attribute Name="ORCID" type="String" />
			<Attribute Name="VIAF" type="String" />
		</PartyType>
		
		<PartyType Name="Organization" >
			<Attribute Name="Name" type="String" isValueOptional="false" isMain="true" isUnique="true"/>
		</PartyType>
		
		<PartyType Name="Institute" >
			<Attribute Name="Name" type="String" isValueOptional="false" isMain="true" isUnique="true"/>
			<Attribute Name="Street" type="String" />
			<Attribute Name="ZipCode" type="String" />
			<Attribute Name="City" type="String" />
			<Attribute Name="Country" type="String" />
		</PartyType>

		<PartyType Name="Project" >
			<Attribute Name="Name" type="String" isValueOptional="false" isUnique="true"/>
			<Attribute Name="Acronym" type="String" isValueOptional="true" />
			<Attribute Name="FundingOrganisation" DisplayName="Funding Organisation" type="String" isValueOptional="true" />
			<Attribute Name="Grant ID" type="String" isValueOptional="true" />
		</PartyType>
		
		<PartyType Name="Group" >
			<Attribute Name="Name" type="String" isValueOptional="false" isMain="true" isUnique="true"/>
		</PartyType>
		
		<PartyType Name="Dataset" SystemType="true" >
			<Attribute Name="Id" type="String" isValueOptional="false" isMain="true" isUnique="true"/>
			<Attribute Name="Name" type="String" isValueOptional="true" />
		</PartyType>
	</PartyTypes>

	<PartyRelationshipTypes>
		<PartyRelationshipType Name="organizationEmployment" DisplayName="Organization Employment" Description="for which institute is a person working for" IndicatesHierarchy="false" MaxCardinality="50" MinCardinality="1" >
			<PartyTypesPairs>
				<PartyTypesPair SourceType="Person" TargetType="Organization" Title="employment" Description="for which institute is a person working for" />
			</PartyTypesPairs>
		</PartyRelationshipType>
		
		<PartyRelationshipType Name="groupMember" DisplayName="Group Member" Description="in which group is a person working for" IndicatesHierarchy="false" MaxCardinality="50" MinCardinality="0" >
			<PartyTypesPairs>
				<PartyTypesPair SourceType="Person" TargetType="Group" Title="group member" Description="member of one or more group" />
			</PartyTypesPairs>
		</PartyRelationshipType>
		
		<PartyRelationshipType Name="projectMember" DisplayName="Project Member" Description="in which project is a person working for" IndicatesHierarchy="false" MaxCardinality="50" MinCardinality="0" >
			<PartyTypesPairs>
				<PartyTypesPair SourceType="Person" TargetType="Project" Title="project member" Description="member of one or more projects"/>
			</PartyTypesPairs>
		</PartyRelationshipType>
		
		<PartyRelationshipType Name="instituteMember" DisplayName="Institute Member" Description="in which institute is a person working for" IndicatesHierarchy="false" MaxCardinality="50" MinCardinality="0" >
			<PartyTypesPairs>
				<PartyTypesPair SourceType="Person" TargetType="Institute" Title="Institute member" Description="member of one or more Institutes"/>
			</PartyTypesPairs>
		</PartyRelationshipType>
		
		<PartyRelationshipType Name="Owner" IndicatesHierarchy="false" >
			<PartyTypesPairs>
				<PartyTypesPair SourceType="Person" TargetType="Dataset" Title="Owner" PermissionsTemplate="Download, Write,delete ,Grant"/>
			</PartyTypesPairs>
		</PartyRelationshipType>
		
		<PartyRelationshipType Name="PI" IndicatesHierarchy="false" >
			<PartyTypesPairs>
				<PartyTypesPair SourceType="Person" TargetType="Dataset" Title="PI" PermissionsTemplate="Download, Write,delete ,Grant"/>
			</PartyTypesPairs>
		</PartyRelationshipType>
		
	</PartyRelationshipTypes>
</DefaultPartyParameters>
_______________________________________________
bexis2-dev mailing list
bexis2-dev@listserv.uni-jena.de
https://lserv.uni-jena.de/mailman/listinfo/bexis2-dev

Reply via email to