
Meta Data AXIS 70U/7000 User’s Manual114
Example: Job Applications
Job Applications The administrator wants to send the following information with the
scanned image (as specified in the “Job Applications” example
above):
1. Job Description
2. Arrival Date
3. Personal Details of Applicant
4. Job Type
The XML DD file generates the required messages (1 to 3) in this
example.
XML DD file 1. Job Description:
(Required information)
2. Arrival Date:
(Required information)
<?xml version = "1.0"?>
<!DOCTYPE MetaDataFile SYSTEM "metadata.dtd">
<MetaDataFile>
<Ask><When><Destination Description="Job
Applications" /></When>
<MetaData Required = "yes"
Id = "JOB_ID"
Prompt = "Job Ref:"
ErrorMessage = "Wrong Job Ref!"
Pattern = "[0-9]{2}-[a-zA-Z]{2}-[0-9]{5}"
DefaultValue = "00-aa-00000"
/>
<MetaData Required = "yes"
Id = "ARRIVAL_DATE"
Prompt = "Arrival date:"
DefaultValue = "00/00/0000"
ErrorMessage = "DD/MM/YYYY"
Pattern = "[0-9]{2}/[0-9]{2}/[0-9]{4}"
/>
Kommentare zu diesen Handbüchern