1- This documentation guids you through the simple steps to add a new document to the Peppol documentation generation tool
1+ This documentation guides you through the simple steps to add a new document (BIS and/or transaction) to the Peppol documentation generation tool
22
3- Step 1 . Add the exampel file to the /structure/source/ directory.
3+ Step 1a . Add the exampel file to the /structure/source/ directory.
44Make sure that the DocumentTerm and properties processing instruction are included
55e.g.
66<?DocumentTerm DespatchAdvice?>
77<?Property key="sch:prefix" PEPPOL-T16?>
88<?Property key="sch:identifier" T16-basic?>
99
10+ Step 1b. Add the folders and documents that are the base of the BIS to the /guides/profiles directory. Normally something existing is copied and given
11+ a suitable name.
12+
1013Step 2. Create namespace document in the /structure/namespace directory if there is no existing namespace document for the transaction
1114
1215Step 3. Add files to /rules/sch/ and the /rules/sch/parts directories copy a simple file e.g. PEPPOLBIS-T122.sch and PEPPOL-M-T122.sch
@@ -19,11 +22,11 @@ Edit the files to the corresponding
1922Step 4. Edit /rules/buildconfig.xml
2023Step 4a. Add unit test folder e.g.
2124<testfolder>unit-advanced-despatch-advice</testfolder>
22- And create the folder for others to add the unit tests
25+ And create the folder for others to add the unit tests. You also need to create a file with the normal naming standard in the new folder.
2326
2427Step 4b. Add snippet folder e.g.
2528<testfolder>snippets/advanceddespatch</testfolder>
26- And create the folder for others to add snippets
29+ And create the folder for others to add snippets. You also need to create a file with the normal naming standard in the new folder.
2730
2831Step 4c. Add base configuration for the transaction e.g.
2932 <configuration>
0 commit comments