Files
kkfileview/server/LibreOfficePortable/App/libreoffice/share/classification/example_zh-CN.xml
2025-09-22 16:42:37 +08:00

90 lines
5.0 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 示例策略授权</baf:PolicyAuthorityName>
<!-- Translators: this string can be localized -->
<baf:PolicyName>TSCP 示例策略</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="非商务" 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="一般性商务" loextAbbreviatedName="GB">
<baf:LabelingRules>
<baf:VisualMarkingPart>
<baf:Identifier>Document: Header</baf:Identifier>
<!-- Translators: this string can be localized -->
<baf:Value>保密等级一般性商务</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="保密" loextAbbreviatedName="Conf">
<baf:LabelingRules>
<baf:VisualMarkingPart>
<baf:Identifier>Document: Header</baf:Identifier>
<!-- Translators: this string can be localized -->
<baf:Value>保密等级保密</baf:Value>
</baf:VisualMarkingPart>
<baf:VisualMarkingPart>
<baf:Identifier>Document: Footer</baf:Identifier>
<!-- Translators: this string can be localized -->
<baf:Value>此处的内容被标记为保密未经许可请勿对外披露</baf:Value>
</baf:VisualMarkingPart>
<baf:VisualMarkingPart>
<baf:Identifier>Document: Watermark</baf:Identifier>
<!-- Translators: this string can be localized -->
<baf:Value>保密</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="内部专用" loextAbbreviatedName="IO">
<baf:LabelingRules>
<baf:VisualMarkingPart>
<baf:Identifier>Document: Header</baf:Identifier>
<!-- Translators: this string can be localized -->
<baf:Value>保密等级内部专用</baf:Value>
</baf:VisualMarkingPart>
<baf:VisualMarkingPart>
<baf:Identifier>Document: Footer</baf:Identifier>
<!-- Translators: this string can be localized -->
<baf:Value>此处的内容被标记为内部专用未经许可请勿对外披露</baf:Value>
</baf:VisualMarkingPart>
<baf:VisualMarkingPart>
<baf:Identifier>Document: Watermark</baf:Identifier>
<!-- Translators: this string can be localized -->
<baf:Value>内部专用</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="示例标记" />
<loext:IntellectualPropertyPart Name="示例知识产权第一部分" />
<loext:IntellectualPropertyPart Name="示例知识产权第二部分" />
<loext:IntellectualPropertyPartNumber Name="1" />
<loext:IntellectualPropertyPartNumber Name="2" />
</baf:Included>
</baf:BusinessAuthorization>
<!-- vim:set shiftwidth=4 softtabstop=4 expandtab:
-->