101 lines
4.3 KiB
XML
Executable File
101 lines
4.3 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
//
|
|
// Driver.xml - XML definition for the initial Mocha `Patient` 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="{bb1d56b4-c063-4232-a789-93c8419e2d31}" defaultObjectSourceId="{062B57B5-D728-4DF8-903A-AD79D843B5CA}">
|
|
<instances>
|
|
<instance id="{45c48b5c-2816-40d1-8139-927f008e2939}" superClassId="{d3f2529d-6daf-4789-93da-8be5348d3aec}">
|
|
<translations>
|
|
<!-- Class.has title Translation -->
|
|
<translation relationshipInstanceId="&IDR_Class__has_title__Translation;">
|
|
<translationValues>
|
|
<translationValue languageInstanceId="&IDI_Language_English;" value="Driver" />
|
|
<translationValue languageInstanceId="&IDI_Language_Spanish;" value="Chofer" />
|
|
</translationValues>
|
|
</translation>
|
|
<!-- Class.has description Translation -->
|
|
<translation relationshipInstanceId="{3B29DC78-B30A-46AA-9B20-2573239CECD9}">
|
|
<translationValues>
|
|
<translationValue languageInstanceId="&IDI_Language_English;" value="" />
|
|
</translationValues>
|
|
</translation>
|
|
</translations>
|
|
<relationships>
|
|
<relationship relationshipInstanceId="&IDR_Class__has__Attribute;">
|
|
<targetInstances>
|
|
<instanceReference instanceId="&IDA_Name;" />
|
|
<instanceReference instanceId="&IDA_Abstract;" />
|
|
<instanceReference instanceId="{0DD670AF-498D-4FEC-A2CF-20E3E56EB732}" />
|
|
</targetInstances>
|
|
</relationship>
|
|
<relationship relationshipInstanceId="&IDR_Class__has_summary__Report_Field;">
|
|
<targetInstances>
|
|
<!-- Businesses for Driver -->
|
|
<instanceReference instanceId="{2230e67f-bd34-441f-a2e4-90ed8e7adf02}" />
|
|
</targetInstances>
|
|
</relationship>
|
|
<relationship relationshipInstanceId="&IDR_Class__has_related__Task;">
|
|
<!-- Class `Driver`.has related Task -->
|
|
<targetInstances>
|
|
<!-- `View Assigned Vehicles` -->
|
|
<instanceReference instanceId="{2541aa87-d88d-425e-917c-14235e471c11}" />
|
|
<!-- `View Citations and Violations` -->
|
|
<instanceReference instanceId="{16ce9599-b7ee-4b3e-a7f0-6bd4f7be1d22}" />
|
|
</targetInstances>
|
|
</relationship>
|
|
<relationship relationshipInstanceId="{CF396DAA-75EA-4148-8468-C66A71F2262D}">
|
|
<!-- Class `Class`.has default Task `View Class` -->
|
|
<targetInstances>
|
|
<instanceReference instanceId="{2BAC6373-6534-4EC3-AB2A-BA85E6CF0B6B}" />
|
|
</targetInstances>
|
|
</relationship>
|
|
<relationship relationshipInstanceId="&IDR_Instance__for__Module;">
|
|
<targetInstances>
|
|
<!-- Module: Mocha Base System -->
|
|
<instanceReference instanceId="{2f01ac02-f8c7-4e01-88a0-575946ca561d}" />
|
|
</targetInstances>
|
|
</relationship>
|
|
<relationship relationshipInstanceId="&IDR_Class__instance_labeled_by__String;">
|
|
<targetInstances>
|
|
<instanceReference instanceId="{88faa115-d556-4759-b2a0-6c4f7a522b31}" />
|
|
</targetInstances>
|
|
</relationship>
|
|
</relationships>
|
|
</instance>
|
|
|
|
<instance id="{13a7ed3b-b253-4863-9406-afb02bbef43d}" classInstanceId="&IDC_TaskCategory;">
|
|
<translations>
|
|
<translation relationshipInstanceId="{cbf921ce-6c11-4676-b571-ca7ff124f6e6}">
|
|
<translationValues>
|
|
<translationValue languageInstanceId="&IDI_Language_English;" value="Driver" />
|
|
<translationValue languageInstanceId="&IDI_Language_Spanish;" value="Chofer" />
|
|
</translationValues>
|
|
</translation>
|
|
</translations>
|
|
</instance>
|
|
</instances>
|
|
</library>
|
|
</libraries>
|
|
</mocha>
|