character-records-generator/data/templates/ipc.xml

58 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template name="IPC" schemaVersion="1" species="ipc">
<description>The record format recommended on the IPC wiki page for synthetics.</description>
<record type="public">
<note>Basic identification information visible on all records.</note>
<field label="Designation" type="name" />
<field label="IPC Model" type="subspecies" />
<field label="Pronouns" type="multi-select">
<option value="he/him" label="he/him" />
<option value="she/her" label="she/her" />
<option value="they/them" label="they/them" />
<option value="any/all" label="any/all" />
<option value="it/its" label="it/its" />
</field>
<field label="Citizenship" type="citizenship" />
<field label="Spoken Languages" type="languages" />
<field label="Separator" type="separator" label="Chassis" />
<field label="Positronic Manufacture Date" type="date" placeholder="24-03-2460" />
<field label="Chassis Manufacture Date" type="date" placeholder="24-03-2460" />
<field label="Tag" type="text" />
<field label="Height" type="height" />
<field label="Weight" type="weight" />
<field label="Distinguishing Features" type="textarea" />
<field label="Separator" type="separator" label="Ownership" />
<field label="Ownership Status" type="select">
<option value="company-owned" label="Company Owned" />
<option value="owned" label="Private Owner" />
<option value="free" label="Free" />
</field>
<field label="Owner Name" type="text" />
<field label="Owner Contact Information" type="text" />
</record>
<record type="employment">
<preamble>This information has been verified by employment agents within the External Affairs department, and any comments, questions, or concerns about the legitimacy of such must be sent in a secure document to the same department.</preamble>
<field label="Manufactured By" type="textarea" />
<field label="Employment History" type="list" />
<field label="Qualifications Summary" type="list" />
<field label="Database Certifications" type="list" />
</record>
<record type="medical">
<preamble>The following information is protected by doctor-patient confidentiality laws. Do not release without patient's consent.</preamble>
<field label="Chassis Repair History" type="list" />
<field label="Positronic Repair History" type="list" />
<field label="Software Diagnostics History" type="list" />
<field label="Roboticist Notes" type="list" />
</record>
<record type="security">
<preamble>This information has been verified by employment agents within the External Affairs department, and any comments, questions, or concerns about the legitimacy of such must be sent in a secure document to the same department.</preamble>
<field label="Attitude Towards SCC" type="textarea" />
<field label="Attitude Towards Crew" type="textarea" />
<field label="Arrest History" type="list" />
<field label="Security Notes" type="list" />
</record>
</template>