PDC File Header¶
Declaration¶
The XML declaration in the PDC file header is mandatory and should not be changed. Only the attributes uuid and customerVersion must be adapted manually.
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="ProemionDataConfiguration.xsl?>
<DataConfig uuid="F1933517-0EB5-4045-A86C-6434D1D77D35" customerVersion="1.0.0" keyPrefix=""
xmlns="https://xml.proemion.com/ProemionDataConfiguration/2012/07"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xmlns:xi="https://www.w3.org/2001/XInclude"
xsi:schemaLocation="https://xml.proemion.com/ProemionDataConfiguration/2012/07 https://xml.proemion.com/ProemionDataConfiguration/2012/07/ProemionDataConfiguration.xsd">
The UUID and customerVersion are displayed in the PDC Management of the DataPortal.
| Description | Declaration |
|---|---|
uuid |
The uuid is the Universal Unique ID of the data structure (PDC) within the Proemion system. It must be changed manually for the configuration of a different machine (e.g. uuid Generator). |
customerVersion |
In the case of enhancements or adaptations of the PDC the customerVersion needs to be updated manually. |
keyPrefix |
unused, can be set to "" |