diff options
author | Cor Nouws <oolst@nouenoff.nl> | 2016-07-13 09:49:11 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-07-14 07:27:45 +0000 |
commit | f9ef86c7a1c10e16c4aa4988706047058ef7f167 (patch) | |
tree | acde5d3b0b80d78107243f45ce7dc8aabd5f3c92 /sfx2/classification | |
parent | 09f88760acddc96cb38febd36fd987eefaa04bc0 (diff) |
Dutch example.xml - file added too.. - related: tdf#100352
Change-Id: I8f16c5982a4ca10bebf0acd5de718b9dbdfe61d8
Reviewed-on: https://gerrit.libreoffice.org/27200
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sfx2/classification')
-rw-r--r-- | sfx2/classification/example_nl-NL.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/sfx2/classification/example_nl-NL.xml b/sfx2/classification/example_nl-NL.xml new file mode 100644 index 000000000000..7bfd749c470d --- /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: +--> |