Files
LinkScope_Client/Core/Entities/Identifiers.xml

35 lines
1.1 KiB
XML

<Identifiers>
<Identification_Number>
<Attributes>
<Attribute default="ID Number" check="String" primary="True">ID Number</Attribute>
</Attributes>
<Icon>
ID_Number.svg
</Icon>
</Identification_Number>
<Passport_Number>
<Attributes>
<Attribute default="Passport Number" check="String" primary="True">Passport Number</Attribute>
</Attributes>
<Icon>
Passport.svg
</Icon>
</Passport_Number>
<Vehicle_Registration>
<Attributes>
<Attribute default="Vehicle Registration Number" check="String" primary="True">Registration Number</Attribute>
</Attributes>
<Icon>
VehicleRegistration.svg
</Icon>
</Vehicle_Registration>
<Flight_Number>
<Attributes>
<Attribute default="Flight Number" check="String" primary="True">Flight Number</Attribute>
<Attribute default="Unknown" check="String" primary="False">Airline</Attribute>
</Attributes>
<Icon>
Flight_Number.svg
</Icon>
</Flight_Number>
</Identifiers>