[Libreoffice-commits] core.git: sfx2/classification

Cor Nouws oolst at nouenoff.nl
Thu Jul 14 07:28:13 UTC 2016


 sfx2/classification/example_nl-NL.xml |   71 ++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)

New commits:
commit f9ef86c7a1c10e16c4aa4988706047058ef7f167
Author: Cor Nouws <oolst at nouenoff.nl>
Date:   Wed Jul 13 09:49:11 2016 +0200

    Dutch example.xml - file added too.. - related: tdf#100352
    
    Change-Id: I8f16c5982a4ca10bebf0acd5de718b9dbdfe61d8
    Reviewed-on: https://gerrit.libreoffice.org/27200
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/sfx2/classification/example_nl-NL.xml b/sfx2/classification/example_nl-NL.xml
new file mode 100644
index 0000000..7bfd749
--- /dev/null
+++ b/sfx2/classification/example_nl-NL.xml
@@ -0,0 +1,71 @@
+<?xml version="1.0"?>
+<baf:BusinessAuthorization xmlns:baf="urn:tscp:names:baf:1.1">
+    <baf:PolicyAuthorityName>TSCP Example Policy Authority</baf:PolicyAuthorityName>
+    <baf:PolicyName>TSCP Voorbeeld Policy</baf:PolicyName>
+    <baf:AdministrativeData>
+        <baf:ProgramID>urn:example:tscp:1</baf:ProgramID>
+    </baf:AdministrativeData>
+    <baf:Included>
+        <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:non-business" Name="Non-Business">
+            <baf:LabelingRules/>
+            <baf:ImpactLevel>
+                <baf:Scale>NL Overheid</baf:Scale>
+                <baf:ConfidentalityValue>0</baf:ConfidentalityValue>
+            </baf:ImpactLevel>
+        </baf:BusinessAuthorizationCategory>
+        <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:general-business" Name="General Business">
+            <baf:LabelingRules>
+                <baf:VisualMarkingPart>
+                    <baf:Identifier>Document: Koptekst</baf:Identifier>
+                    <baf:Value>Classificatie: Bedrijfsvertrouwelijk</baf:Value>
+                </baf:VisualMarkingPart>
+            </baf:LabelingRules>
+            <baf:ImpactLevel>
+                <baf:Scale>NL Overheid</baf:Scale>
+                <baf:ConfidentalityValue>1</baf:ConfidentalityValue>
+            </baf:ImpactLevel>
+        </baf:BusinessAuthorizationCategory>
+        <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:confidential" Name="Confidential">
+            <baf:LabelingRules>
+                <baf:VisualMarkingPart>
+                    <baf:Identifier>Document: Koptekst</baf:Identifier>
+                    <baf:Value>Classificatie: Bedrijfsvertrouwelijk</baf:Value>
+                </baf:VisualMarkingPart>
+                <baf:VisualMarkingPart>
+                    <baf:Identifier>Document: Voettekst</baf:Identifier>
+                    <baf:Value>De inhoud van dit document is vertrouwelijk. Verspreid het niet extern zonder de vereiste goedkeuring.</baf:Value>
+                </baf:VisualMarkingPart>
+                <baf:VisualMarkingPart>
+                    <baf:Identifier>Document: Watermerk</baf:Identifier>
+                    <baf:Value>Vertrouwelijk</baf:Value>
+                </baf:VisualMarkingPart>
+            </baf:LabelingRules>
+            <baf:ImpactLevel>
+                <baf:Scale>NL Overheid</baf:Scale>
+                <baf:ConfidentalityValue>2</baf:ConfidentalityValue>
+            </baf:ImpactLevel>
+        </baf:BusinessAuthorizationCategory>
+        <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:internal-only" Name="Internal Only">
+            <baf:LabelingRules>
+                <baf:VisualMarkingPart>
+                    <baf:Identifier>Document: Koptekst</baf:Identifier>
+                    <baf:Value>Classificatie: Vertrouwelijk</baf:Value>
+                </baf:VisualMarkingPart>
+                <baf:VisualMarkingPart>
+                    <baf:Identifier>Document: Voettekst</baf:Identifier>
+                    <baf:Value>De inhoud van dit document is uitsluitend voor intern gebruik. Verspreid het niet extern zonder de vereiste goedkeuring.</baf:Value>
+                </baf:VisualMarkingPart>
+                <baf:VisualMarkingPart>
+                    <baf:Identifier>Document: Watermerk</baf:Identifier>
+                    <baf:Value>Vertrouwelijk</baf:Value>
+                </baf:VisualMarkingPart>
+            </baf:LabelingRules>
+            <baf:ImpactLevel>
+                <baf:Scale>NL Overheid</baf:Scale>
+                <baf:ConfidentalityValue>3</baf:ConfidentalityValue>
+            </baf:ImpactLevel>
+        </baf:BusinessAuthorizationCategory>
+    </baf:Included>
+</baf:BusinessAuthorization>
+<!-- vim:set shiftwidth=4 softtabstop=4 expandtab:
+-->


More information about the Libreoffice-commits mailing list