|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<baf:BusinessAuthorization xmlns:baf="urn:tscp:names:baf:1.1"> |
| 3 | + <baf:PolicyAuthorityName>Autoridad de políticas TSCP de ejemplo</baf:PolicyAuthorityName> |
| 4 | + <baf:PolicyName>Política TSCP de ejemplo</baf:PolicyName> |
| 5 | + <baf:AdministrativeData> |
| 6 | + <baf:ProgramID>urn:example:tscp:1</baf:ProgramID> |
| 7 | + </baf:AdministrativeData> |
| 8 | + <baf:Included> |
| 9 | + <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:non-business" Name="Otros asuntos"> |
| 10 | + <baf:LabelingRules/> |
| 11 | + <baf:ImpactLevel> |
| 12 | + <baf:Scale>UK-Cabinet</baf:Scale> |
| 13 | + <baf:ConfidentalityValue>0</baf:ConfidentalityValue> |
| 14 | + </baf:ImpactLevel> |
| 15 | + </baf:BusinessAuthorizationCategory> |
| 16 | + <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:general-business" Name="Asuntos generales"> |
| 17 | + <baf:LabelingRules> |
| 18 | + <baf:VisualMarkingPart> |
| 19 | + <baf:Identifier>Document: Header</baf:Identifier> |
| 20 | + <baf:Value>Clasificación: Asuntos generales</baf:Value> |
| 21 | + </baf:VisualMarkingPart> |
| 22 | + </baf:LabelingRules> |
| 23 | + <baf:ImpactLevel> |
| 24 | + <baf:Scale>UK-Cabinet</baf:Scale> |
| 25 | + <baf:ConfidentalityValue>1</baf:ConfidentalityValue> |
| 26 | + </baf:ImpactLevel> |
| 27 | + </baf:BusinessAuthorizationCategory> |
| 28 | + <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:confidential" Name="Confidencial"> |
| 29 | + <baf:LabelingRules> |
| 30 | + <baf:VisualMarkingPart> |
| 31 | + <baf:Identifier>Document: Header</baf:Identifier> |
| 32 | + <baf:Value>Clasificación: Confidencial</baf:Value> |
| 33 | + </baf:VisualMarkingPart> |
| 34 | + <baf:VisualMarkingPart> |
| 35 | + <baf:Identifier>Document: Footer</baf:Identifier> |
| 36 | + <baf:Value>Este contenido es de carácter confidencial. No lo distribuya externamente sin autorización.</baf:Value> |
| 37 | + </baf:VisualMarkingPart> |
| 38 | + <baf:VisualMarkingPart> |
| 39 | + <baf:Identifier>Document: Watermark</baf:Identifier> |
| 40 | + <baf:Value>Confidencial</baf:Value> |
| 41 | + </baf:VisualMarkingPart> |
| 42 | + </baf:LabelingRules> |
| 43 | + <baf:ImpactLevel> |
| 44 | + <baf:Scale>UK-Cabinet</baf:Scale> |
| 45 | + <baf:ConfidentalityValue>2</baf:ConfidentalityValue> |
| 46 | + </baf:ImpactLevel> |
| 47 | + </baf:BusinessAuthorizationCategory> |
| 48 | + <baf:BusinessAuthorizationCategory Identifier="urn:example:tscp:1:internal-only" Name="Uso interno"> |
| 49 | + <baf:LabelingRules> |
| 50 | + <baf:VisualMarkingPart> |
| 51 | + <baf:Identifier>Document: Header</baf:Identifier> |
| 52 | + <baf:Value>Clasificación: Solo de uso interno</baf:Value> |
| 53 | + </baf:VisualMarkingPart> |
| 54 | + <baf:VisualMarkingPart> |
| 55 | + <baf:Identifier>Document: Footer</baf:Identifier> |
| 56 | + <baf:Value>Este contenido es solo de uso interno. No lo distribuya externamente.</baf:Value> |
| 57 | + </baf:VisualMarkingPart> |
| 58 | + <baf:VisualMarkingPart> |
| 59 | + <baf:Identifier>Document: Watermark</baf:Identifier> |
| 60 | + <baf:Value>Uso interno</baf:Value> |
| 61 | + </baf:VisualMarkingPart> |
| 62 | + </baf:LabelingRules> |
| 63 | + <baf:ImpactLevel> |
| 64 | + <baf:Scale>UK-Cabinet</baf:Scale> |
| 65 | + <baf:ConfidentalityValue>3</baf:ConfidentalityValue> |
| 66 | + </baf:ImpactLevel> |
| 67 | + </baf:BusinessAuthorizationCategory> |
| 68 | + </baf:Included> |
| 69 | +</baf:BusinessAuthorization> |
| 70 | +<!-- vim:set shiftwidth=4 softtabstop=4 expandtab: |
| 71 | +--> |
0 commit comments