summaryrefslogtreecommitdiffstats
path: root/sfx2/classification/example.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:06:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:06:44 +0000
commited5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch)
tree7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /sfx2/classification/example.xml
parentInitial commit. (diff)
downloadlibreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.tar.xz
libreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.zip
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sfx2/classification/example.xml')
-rw-r--r--sfx2/classification/example.xml89
1 files changed, 89 insertions, 0 deletions
diff --git a/sfx2/classification/example.xml b/sfx2/classification/example.xml
new file mode 100644
index 000000000..a5065e3d9
--- /dev/null
+++ b/sfx2/classification/example.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0"?>
+<baf:BusinessAuthorization xmlns:baf="urn:tscp:names:baf:1.1" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0">
+ <!-- Translators: this string can be localized -->
+ <baf:PolicyAuthorityName>TSCP Example Policy Authority</baf:PolicyAuthorityName>
+ <!-- Translators: this string can be localized -->
+ <baf:PolicyName>TSCP Example Policy</baf:PolicyName>
+ <baf:AdministrativeData>
+ <baf:ProgramID>urn:example:tscp:1</baf:ProgramID>
+ </baf:AdministrativeData>
+ <baf:Included>
+ <!-- Translators: the Name attribute in this string can be localized -->
+ <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:non-business" Name="Non-Business" loextAbbreviatedName="NB">
+ <baf:LabelingRules/>
+ <baf:ImpactLevel>
+ <baf:Scale>UK-Cabinet</baf:Scale>
+ <baf:ConfidentalityValue>0</baf:ConfidentalityValue>
+ </baf:ImpactLevel>
+ </baf:BusinessAuthorizationCategory>
+ <!-- Translators: the Name attribute in this string can be localized -->
+ <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:general-business" Name="General Business" loextAbbreviatedName="GB">
+ <baf:LabelingRules>
+ <baf:VisualMarkingPart>
+ <baf:Identifier>Document: Header</baf:Identifier>
+ <!-- Translators: this string can be localized -->
+ <baf:Value>Classification: General Business</baf:Value>
+ </baf:VisualMarkingPart>
+ </baf:LabelingRules>
+ <baf:ImpactLevel>
+ <baf:Scale>UK-Cabinet</baf:Scale>
+ <baf:ConfidentalityValue>1</baf:ConfidentalityValue>
+ </baf:ImpactLevel>
+ </baf:BusinessAuthorizationCategory>
+ <!-- Translators: the Name attribute in this string can be localized -->
+ <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:confidential" Name="Confidential" loextAbbreviatedName="Conf">
+ <baf:LabelingRules>
+ <baf:VisualMarkingPart>
+ <baf:Identifier>Document: Header</baf:Identifier>
+ <!-- Translators: this string can be localized -->
+ <baf:Value>Classification: Confidential</baf:Value>
+ </baf:VisualMarkingPart>
+ <baf:VisualMarkingPart>
+ <baf:Identifier>Document: Footer</baf:Identifier>
+ <!-- Translators: this string can be localized -->
+ <baf:Value>This content is marked Confidential. Do not distribute it externally without business approval.</baf:Value>
+ </baf:VisualMarkingPart>
+ <baf:VisualMarkingPart>
+ <baf:Identifier>Document: Watermark</baf:Identifier>
+ <!-- Translators: this string can be localized -->
+ <baf:Value>Confidential</baf:Value>
+ </baf:VisualMarkingPart>
+ </baf:LabelingRules>
+ <baf:ImpactLevel>
+ <baf:Scale>UK-Cabinet</baf:Scale>
+ <baf:ConfidentalityValue>2</baf:ConfidentalityValue>
+ </baf:ImpactLevel>
+ </baf:BusinessAuthorizationCategory>
+ <!-- Translators: the Name attribute in this string can be localized -->
+ <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:internal-only" Name="Internal Only" loextAbbreviatedName="IO">
+ <baf:LabelingRules>
+ <baf:VisualMarkingPart>
+ <baf:Identifier>Document: Header</baf:Identifier>
+ <!-- Translators: this string can be localized -->
+ <baf:Value>Classification: Internal Only</baf:Value>
+ </baf:VisualMarkingPart>
+ <baf:VisualMarkingPart>
+ <baf:Identifier>Document: Footer</baf:Identifier>
+ <!-- Translators: this string can be localized -->
+ <baf:Value>This content is marked Internal Only. Do not distribute it outside of the business.</baf:Value>
+ </baf:VisualMarkingPart>
+ <baf:VisualMarkingPart>
+ <baf:Identifier>Document: Watermark</baf:Identifier>
+ <!-- Translators: this string can be localized -->
+ <baf:Value>Internal Only</baf:Value>
+ </baf:VisualMarkingPart>
+ </baf:LabelingRules>
+ <baf:ImpactLevel>
+ <baf:Scale>UK-Cabinet</baf:Scale>
+ <baf:ConfidentalityValue>3</baf:ConfidentalityValue>
+ </baf:ImpactLevel>
+ </baf:BusinessAuthorizationCategory>
+ <loext:Marking Name="Example Marking" />
+ <loext:IntellectualPropertyPart Name="Example First IP Part" />
+ <loext:IntellectualPropertyPart Name="Example Second IP Part" />
+ <loext:IntellectualPropertyPartNumber Name="1" />
+ <loext:IntellectualPropertyPartNumber Name="2" />
+ </baf:Included>
+</baf:BusinessAuthorization>
+<!-- vim:set shiftwidth=4 softtabstop=4 expandtab:
+-->