feat(templates): adds species to the ipc templaet
This commit is contained in:
parent
d858fbca99
commit
14df227397
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<template name="IPC" schemaVersion="1">
|
<template name="IPC" schemaVersion="1" species="ipc">
|
||||||
<description>The record format recommended on the IPC wiki page for synthetics.</description>
|
<description>The record format recommended on the IPC wiki page for synthetics.</description>
|
||||||
|
|
||||||
<record type="public">
|
<record type="public">
|
||||||
|
|
@ -10,9 +10,9 @@
|
||||||
<field label="IPC Model" type="subspecies" />
|
<field label="IPC Model" type="subspecies" />
|
||||||
<field label="Tag" type="text" />
|
<field label="Tag" type="text" />
|
||||||
<field label="Ownership Status" type="select">
|
<field label="Ownership Status" type="select">
|
||||||
<option value="company-owned" label="Company Owned">
|
<option value="company-owned" label="Company Owned" />
|
||||||
<option value="owned" label="Private Owner">
|
<option value="owned" label="Private Owner" />
|
||||||
<option value="free" label="Free">
|
<option value="free" label="Free" />
|
||||||
</field>
|
</field>
|
||||||
<field label="Owner Name" type="text" />
|
<field label="Owner Name" type="text" />
|
||||||
<field label="Owner Contact Information" type="text" />
|
<field label="Owner Contact Information" type="text" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue