Category:Person: Difference between revisions

From Railway Knowledge Base for New Zealand
Jump to navigation Jump to search
(Created page with "{{#default_form:Publisher}}")
 
No edit summary
Line 1: Line 1:
{{#default_form:Publisher}}
<PageSchema>
  <pageforms_Form name="Person">
    <CreateTitle>Create a Person Record</CreateTitle>
    <EditTitle>Edit a Person Record</EditTitle>
    <standardInputs inputFreeText="1" freeTextLabel="Free text"/>
  </pageforms_Form>
  <Template name="Person" format="standard">
    <cargo_TemplateDetails>
      <Table>Person</Table>
    </cargo_TemplateDetails>
    <Field name="PersonID">
      <cargo_Field>
        <Type>Page</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Parameter name="unique"/>
        <Description>data format is P1000001, incremented for every record</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="Surname">
      <Label>Surname</Label>
      <cargo_Field>
        <Type>String</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Surname of this person</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="Initial1">
      <Label>1st Initial</Label>
      <cargo_Field>
        <Type>String</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Parameter name="Size">1</Parameter>
        <Description>First Initial of Person</Description>
      </pageforms_FormInput>
    </Field>
    <Field name="Initial2">
      <Label>2nd Initial</Label>
      <cargo_Field>
        <Type>String</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Parameter name="Size">1</Parameter>
        <Description>Second Initial of Person (if present)</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="Initial3">
      <Label>3rd Initial</Label>
      <cargo_Field>
        <Type>String</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Parameter name="Size">1</Parameter>
        <Description>Third Initial of Person (if present)</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="Initial4">
      <Label>4th Initial</Label>
      <cargo_Field>
        <Type>String</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Parameter name="size">1</Parameter>
        <Description>4th Initial of Person (if present)</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="Initial5">
      <Label>5th Initial</Label>
      <cargo_Field>
        <Type>String</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Parameter name="size">1</Parameter>
        <Description>5th Initial of Person (if present)</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="Initial6">
      <Label>6th Initial</Label>
      <cargo_Field>
        <Type>String</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Parameter name="size">1</Parameter>
        <Description>6th Initial of Person (if present)</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="Gender">
      <Label>gender</Label>
      <cargo_Field>
        <Type>String</Type>
        <AllowedValue>Male</AllowedValue>
        <AllowedValue>Female</AllowedValue>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Select Gender</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="DoBPrefix">
      <Label>DoB Prefix</Label>
      <cargo_Field>
        <Type>String</Type>
        <AllowedValue>circa</AllowedValue>
        <AllowedValue>before</AllowedValue>
        <AllowedValue>after</AllowedValue>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Select Date of Birth prefix if appropriate</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="DateOfBirth">
      <Label>Date of Birth</Label>
      <cargo_Field>
        <Type>Date</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Enter Date of Birth if any parts known</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="DoEPrefix">
      <Label>DoE Prefix</Label>
      <cargo_Field>
        <Type>String</Type>
        <AllowedValue>circa</AllowedValue>
        <AllowedValue>before</AllowedValue>
        <AllowedValue>after</AllowedValue>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Select Date of Employment prefix if appropriate</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="DateOfEmployment">
      <Label>Date Of Employment</Label>
      <cargo_Field>
        <Type>Date</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Enter Date of Employment if any parts known</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="DoMPrefix">
      <Label>DoM Prefix</Label>
      <cargo_Field>
        <Type>String</Type>
        <AllowedValue>circa</AllowedValue>
        <AllowedValue>before</AllowedValue>
        <AllowedValue>after</AllowedValue>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Select Date of marriage prefix if appropriate</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="DateOfMarriage">
      <Label>Date of Marriage</Label>
      <cargo_Field>
        <Type>Date</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Enter Date of Marriage if any parts known</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="DoDPrefix">
      <Label>Date of Death Prefix</Label>
      <cargo_Field>
        <Type>String</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Select Date of Death prefix if appropriate</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="DateOfDeath">
      <Label>Date of Death</Label>
      <cargo_Field>
        <Type>Date</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Enter Date of Death if any parts known</Description>
      </pageforms_FormInput>
    </Field>
    <Field name="Employee">
      <Label>Employee</Label>
      <cargo_Field>
        <Type>String</Type>
        <AllowedValue>Yes</AllowedValue>
        <AllowedValue>No</AllowedValue>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Select Employee status if known</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="Relative">
      <Label>Relative of Employee</Label>
      <cargo_Field>
        <Type>String</Type>
        <AllowedValue>Father</AllowedValue>
        <AllowedValue>Mother</AllowedValue>
        <AllowedValue>Son</AllowedValue>
        <AllowedValue>Daughter</AllowedValue>
        <AllowedValue>Uncle</AllowedValue>
        <AllowedValue>Auntie</AllowedValue>
        <AllowedValue>Cousin</AllowedValue>
        <AllowedValue>Nephew</AllowedValue>
        <AllowedValue>Neice</AllowedValue>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Select relationship</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="RelatedEmployee">
      <Label>Related Employee</Label>
      <cargo_Field>
        <Type>Page</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Enter Unique ID of related Employee eg, P1004172</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="Dignitary">
      <Label>Dignitart</Label>
      <cargo_Field>
        <Type>String</Type>
        <AllowedValue>Yes</AllowedValue>
        <AllowedValue>No</AllowedValue>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Select if this person is/was a dignitary</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="Contractor">
      <Label>Contractor</Label>
      <cargo_Field>
        <Type>String</Type>
        <AllowedValue>Yes</AllowedValue>
        <AllowedValue>No</AllowedValue>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Select if this person was a contractor or contractor's employee</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="Consultant">
      <Label>Consultant</Label>
      <cargo_Field>
        <Type>Page</Type>
        <AllowedValue>Yes</AllowedValue>
        <AllowedValue>No</AllowedValue>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Select if this person was a consultant or consultant's employee</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
    <Field name="DataSource">
      <Label>data Source</Label>
      <cargo_Field>
        <Type>String</Type>
      </cargo_Field>
      <pageforms_FormInput>
        <Description>Enter the source of original data</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
      </pageforms_FormInput>
    </Field>
  </Template>
</PageSchema>{{#default_form:Publisher}}

Revision as of 04:17, 9 May 2023

Page schema
Form: Person
CreateTitle Create a Person Record
EditTitle Edit a Person Record
standardInputs
Template: Person
format standard
Cargo
Table Person
Field: PersonID
Cargo field
Type Page
Allowed values:
Form input
unique
on
Field: Surname
Label Surname
Cargo field
Type String
Allowed values:
Form input
on
Field: Initial1
Label 1st Initial
Cargo field
Type String
Allowed values:
Form input
Size 1
First Initial of Person
Field: Initial2
Label 2nd Initial
Cargo field
Type String
Allowed values:
Form input
Size 1
on
Field: Initial3
Label 3rd Initial
Cargo field
Type String
Allowed values:
Form input
Size 1
on
Field: Initial4
Label 4th Initial
Cargo field
Type String
Allowed values:
Form input
size 1
on
Field: Initial5
Label 5th Initial
Cargo field
Type String
Allowed values:
Form input
size 1
on
Field: Initial6
Label 6th Initial
Cargo field
Type String
Allowed values:
Form input
size 1
on
Field: Gender
Label gender
Cargo field
Type String
Allowed values: Male, Female
Form input
on
Field: DoBPrefix
Label DoB Prefix
Cargo field
Type String
Allowed values: circa, before, after
Form input
on
Field: DateOfBirth
Label Date of Birth
Cargo field
Type Date
Allowed values:
Form input
on
Field: DoEPrefix
Label DoE Prefix
Cargo field
Type String
Allowed values: circa, before, after
Form input
on
Field: DateOfEmployment
Label Date Of Employment
Cargo field
Type Date
Allowed values:
Form input
on
Field: DoMPrefix
Label DoM Prefix
Cargo field
Type String
Allowed values: circa, before, after
Form input
on
Field: DateOfMarriage
Label Date of Marriage
Cargo field
Type Date
Allowed values:
Form input
on
Field: DoDPrefix
Label Date of Death Prefix
Cargo field
Type String
Allowed values:
Form input
on
Field: DateOfDeath
Label Date of Death
Cargo field
Type Date
Allowed values:
Form input
Enter Date of Death if any parts known
Field: Employee
Label Employee
Cargo field
Type String
Allowed values: Yes, No
Form input
on
Field: Relative
Label Relative of Employee
Cargo field
Type String
Allowed values: Father, Mother, Son, Daughter, Uncle, Auntie, Cousin, Nephew, Neice
Form input
on
Field: RelatedEmployee
Label Related Employee
Cargo field
Type Page
Allowed values:
Form input
on
Field: Dignitary
Label Dignitart
Cargo field
Type String
Allowed values: Yes, No
Form input
on
Field: Contractor
Label Contractor
Cargo field
Type String
Allowed values: Yes, No
Form input
on
Field: Consultant
Label Consultant
Cargo field
Type Page
Allowed values: Yes, No
Form input
on
Field: DataSource
Label data Source
Cargo field
Type String
Allowed values:
Form input
on

This category uses the form Publisher.

Pages in category ‘Person’

The following 200 pages are in this category, out of 9,814 total.

(previous page) (next page)

P

(previous page) (next page)