forked from amazingfate/loongoffice
This adds a advanced classification dialog, which enables the user to manually construct a header/footer message from classification properties in cases where the user needs more control. All the text is inserted as fields into the end document and can be changed by changing the document properties. The simple classification still functions as it did before, which is what most users will want to use in this case. The BAF policy has been extended with new xml extension elements: - loext:Marking - loext:IntellectualPropertyPart - loext:IntellectualPropertyPartNumber They are used to fill the values in the advanced classification dialog. Change-Id: Ie2d638d69b8a9b0799cff9c2b785eb789f8af1d5 Reviewed-on: https://gerrit.libreoffice.org/42474 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
77 lines
3.9 KiB
XML
77 lines
3.9 KiB
XML
<?xml version="1.0"?>
|
|
<baf:BusinessAuthorization xmlns:baf="urn:tscp:names:baf:1.1">
|
|
<baf:PolicyAuthorityName>Avtoriteta primera politike TSCP</baf:PolicyAuthorityName>
|
|
<baf:PolicyName>Primer politike TSCP</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="Neposlovno">
|
|
<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="Splošno poslovanje">
|
|
<baf:LabelingRules>
|
|
<baf:VisualMarkingPart>
|
|
<baf:Identifier>Document: Header</baf:Identifier>
|
|
<baf:Value>Stopnja zaupnosti: splošno poslovanje</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="Zaupno">
|
|
<baf:LabelingRules>
|
|
<baf:VisualMarkingPart>
|
|
<baf:Identifier>Document: Header</baf:Identifier>
|
|
<baf:Value>Stopnja zaupnosti: zaupno</baf:Value>
|
|
</baf:VisualMarkingPart>
|
|
<baf:VisualMarkingPart>
|
|
<baf:Identifier>Document: Footer</baf:Identifier>
|
|
<baf:Value>Ta vsebina ima oznako zaupno. Ne razširjajte je zunaj brez poslovne odobritve.</baf:Value>
|
|
</baf:VisualMarkingPart>
|
|
<baf:VisualMarkingPart>
|
|
<baf:Identifier>Document: Watermark</baf:Identifier>
|
|
<baf:Value>Zaupno</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="Interno">
|
|
<baf:LabelingRules>
|
|
<baf:VisualMarkingPart>
|
|
<baf:Identifier>Document: Header</baf:Identifier>
|
|
<baf:Value>Stopnja zaupnosti: interno</baf:Value>
|
|
</baf:VisualMarkingPart>
|
|
<baf:VisualMarkingPart>
|
|
<baf:Identifier>Document: Footer</baf:Identifier>
|
|
<baf:Value>Ta vsebina ima oznako interno. Ne razširjajte je izven podjetja.</baf:Value>
|
|
</baf:VisualMarkingPart>
|
|
<baf:VisualMarkingPart>
|
|
<baf:Identifier>Document: Watermark</baf:Identifier>
|
|
<baf:Value>Interno</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="Primer oznake" />
|
|
<loext:IntellectualPropertyPart Name="Primer - del intelektualne lastnine ena" />
|
|
<loext:IntellectualPropertyPart Name="Primer - del intelektualne lastnine dve" />
|
|
<loext:IntellectualPropertyPartNumber Name="1" />
|
|
<loext:IntellectualPropertyPartNumber Name="2" />
|
|
</baf:Included>
|
|
</baf:BusinessAuthorization>
|
|
<!-- vim:set shiftwidth=4 softtabstop=4 expandtab:
|
|
-->
|