sfx2/Package_classification.mk | 1 sfx2/classification/example_es-ES.xml | 71 ++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+)
New commits: commit 53da3c198de44d243b5aeb3dd85a73a79a43abe8 Author: B. Antonio Fernández <[email protected]> AuthorDate: Sat Dec 14 18:06:42 2024 -0300 Commit: Xisco Fauli <[email protected]> CommitDate: Mon Dec 16 09:31:53 2024 +0100 Add TSCP example file for Spanish (es-ES) Signed-off-by: Olivier Hallot <[email protected]> Change-Id: I26030116201f37195cdf052f7f5e18786d1d61a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178493 Tested-by: Jenkins (cherry picked from commit 086fb66b36a905e824b0fd8c32eacfe693fcbcef) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178528 Reviewed-by: Xisco Fauli <[email protected]> diff --git a/sfx2/Package_classification.mk b/sfx2/Package_classification.mk index c76e07d17fd0..6a5420e7b7c1 100644 --- a/sfx2/Package_classification.mk +++ b/sfx2/Package_classification.mk @@ -12,6 +12,7 @@ $(eval $(call gb_Package_Package,sfx2_classification,$(SRCDIR)/sfx2)) $(eval $(call gb_Package_add_files,sfx2_classification,$(LIBO_SHARE_FOLDER)/classification,\ classification/example.xml \ classification/example_ca-ES.xml \ + classification/example_es-ES.xml \ classification/example_fr-FR.xml \ classification/example_hu-HU.xml \ classification/example_nl-NL.xml \ diff --git a/sfx2/classification/example_es-ES.xml b/sfx2/classification/example_es-ES.xml new file mode 100644 index 000000000000..8a6c77281f61 --- /dev/null +++ b/sfx2/classification/example_es-ES.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8"?> +<baf:BusinessAuthorization xmlns:baf="urn:tscp:names:baf:1.1"> + <baf:PolicyAuthorityName>Autoridad de políticas TSCP de ejemplo</baf:PolicyAuthorityName> + <baf:PolicyName>Política TSCP de ejemplo</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="Otros asuntos"> + <baf:LabelingRules/> + <baf:ImpactLevel> + <baf:Scale>UK-Cabinet</baf:Scale> + <baf:ConfidentalityValue>0</baf:ConfidentalityValue> + </baf:ImpactLevel> + </baf:BusinessAuthorizationCategory> + <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:general-business" Name="Asuntos generales"> + <baf:LabelingRules> + <baf:VisualMarkingPart> + <baf:Identifier>Document: Header</baf:Identifier> + <baf:Value>Clasificación: Asuntos generales</baf:Value> + </baf:VisualMarkingPart> + </baf:LabelingRules> + <baf:ImpactLevel> + <baf:Scale>UK-Cabinet</baf:Scale> + <baf:ConfidentalityValue>1</baf:ConfidentalityValue> + </baf:ImpactLevel> + </baf:BusinessAuthorizationCategory> + <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:confidential" Name="Confidencial"> + <baf:LabelingRules> + <baf:VisualMarkingPart> + <baf:Identifier>Document: Header</baf:Identifier> + <baf:Value>Clasificación: Confidencial</baf:Value> + </baf:VisualMarkingPart> + <baf:VisualMarkingPart> + <baf:Identifier>Document: Footer</baf:Identifier> + <baf:Value>Este contenido es de carácter confidencial. No lo distribuya externamente sin autorización.</baf:Value> + </baf:VisualMarkingPart> + <baf:VisualMarkingPart> + <baf:Identifier>Document: Watermark</baf:Identifier> + <baf:Value>Confidencial</baf:Value> + </baf:VisualMarkingPart> + </baf:LabelingRules> + <baf:ImpactLevel> + <baf:Scale>UK-Cabinet</baf:Scale> + <baf:ConfidentalityValue>2</baf:ConfidentalityValue> + </baf:ImpactLevel> + </baf:BusinessAuthorizationCategory> + <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:internal-only" Name="Uso interno"> + <baf:LabelingRules> + <baf:VisualMarkingPart> + <baf:Identifier>Document: Header</baf:Identifier> + <baf:Value>Clasificación: Solo de uso interno</baf:Value> + </baf:VisualMarkingPart> + <baf:VisualMarkingPart> + <baf:Identifier>Document: Footer</baf:Identifier> + <baf:Value>Este contenido es solo de uso interno. No lo distribuya externamente.</baf:Value> + </baf:VisualMarkingPart> + <baf:VisualMarkingPart> + <baf:Identifier>Document: Watermark</baf:Identifier> + <baf:Value>Uso interno</baf:Value> + </baf:VisualMarkingPart> + </baf:LabelingRules> + <baf:ImpactLevel> + <baf:Scale>UK-Cabinet</baf:Scale> + <baf:ConfidentalityValue>3</baf:ConfidentalityValue> + </baf:ImpactLevel> + </baf:BusinessAuthorizationCategory> + </baf:Included> +</baf:BusinessAuthorization> +<!-- vim:set shiftwidth=4 softtabstop=4 expandtab: +-->
