2023-10-31 11:47:27 -04:00

66 lines
2.6 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<!--
//
// Person.xml - XML definition for the initial Mocha `Person` system class instance
//
// Author:
// Michael Becker <alcexhim@gmail.com>
//
// Copyright (c) 2020 Mike Becker's Software
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<mocha xmlns="urn:net.alcetech.schemas.Mocha">
<libraries>
<library id="{af0e1c56-8e93-4fe6-8d44-142e3b95b016}">
<instances>
<instance id="{949a4462-035d-4a50-a5b1-04988fd01cf9}" classInstanceId="{BFD07772-178C-4885-A6CE-C85076C8461C}">
<relationships>
<relationship relationshipInstanceId="{929B106F-7E3E-4D30-BB84-E450A4FED063}">
<!-- Task.has Prompt -->
<targetInstances>
<!-- Person -->
<instanceReference instanceId="{a5e06edc-3988-4b83-8409-327d88747095}" />
</targetInstances>
</relationship>
<relationship relationshipInstanceId="&IDR_Task__has_initiating__Element;">
<targetInstances>
<instanceReference instanceId="{38cb7ed9-c57e-4061-ba17-88d196c28726}" />
</targetInstances>
</relationship>
<relationship relationshipInstanceId="&IDR_Task__has__Task_Category;">
<targetInstances>
<!-- Instance -->
<instanceReference instanceId="{4b7b3923-5d44-4a24-9478-f84d235ccecd}" />
</targetInstances>
</relationship>
</relationships>
<translations>
<translation relationshipInstanceId="{D97AE03C-261F-4060-A06D-985E26FA662C}">
<translationValues>
<translationValue languageInstanceId="&IDI_Language_English;" value="Edit Personal Information" />
</translationValues>
</translation>
<translation relationshipInstanceId="{A9387898-9DC0-4006-94F1-1FB02EB3ECD7}">
<translationValues>
<translationValue languageInstanceId="&IDI_Language_English;" value="Edits details about a Person" />
</translationValues>
</translation>
</translations>
</instance>
</instances>
</library>
</libraries>
</mocha>