From c2befb46193a4644155a1beee9197906be1af780 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 22 Feb 2016 11:57:00 +0100 Subject: sfx2 classification: add categories example This one has 4 choices, it shows how a category can trigger a specific header, footer or watermark. Also validate the XML file against the XSD as part of the build. Change-Id: Id6cf3de63e7fadd16366465c7721d6052c7c60ed Reviewed-on: https://gerrit.libreoffice.org/22615 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sfx2/classification/example.xml | 69 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 sfx2/classification/example.xml (limited to 'sfx2/classification') diff --git a/sfx2/classification/example.xml b/sfx2/classification/example.xml new file mode 100644 index 000000000000..a409684c4339 --- /dev/null +++ b/sfx2/classification/example.xml @@ -0,0 +1,69 @@ + + + + urn:example:tscp:1 + + + + + + UK Cabinet + 0 + + + + + + Document: Header + Classification: General Business + + + + UK Cabinet + 1 + + + + + + Document: Header + Classification: Confidential + + + Document: Footer + This content is marked Confidential. Do not distribute it externally without business approval. + + + Document: Watermark + Confidential + + + + UK Cabinet + 2 + + + + + + Document: Header + Classification: Internal Only + + + Document: Footer + This content is marked Internal Only. Do not distribute it outside of the business. + + + Document: Watermark + Internal Only + + + + UK Cabinet + 3 + + + + + -- cgit