feat(templates): adds ipc.xml template

This commit is contained in:
lew 2026-03-24 01:35:24 +00:00
parent 66593d9d3f
commit 2981e2a712
2 changed files with 66 additions and 9 deletions

56
data/templates/ipc.xml Normal file
View file

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<template name="IPC" schemaVersion="1">
<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="text" />
<field label="Positronic Manufacture Date" type="date" placeholder="24-03-2460" />
<field label="Chassis Manufacture Date" type="date" placeholder="24-03-2460" />
<field label="IPC Model" type="subspecies" />
<field label="Tag" type="text" />
<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" />
<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="Height" type="height" />
<field label="Weight" type="weight" />
<field label="Distinguishing Features" type="textarea" />
</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>