Compartir a través de


2.15.4.1 ST_ClassificationOutcomeType

Target namespace: http://schemas.microsoft.com/office/powerpoint/2018/4/main

Referenced by: CT_ClassificationOutcome

A simple type specifying the content classification outcome type.

Value

Meaning

none

No classification outcome.

hdr

Header classification outcome.

ftr

Footer classification outcome.

watermark

Watermark classification outcome.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_ClassificationOutcomeType">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="none"/>
     <xsd:enumeration value="hdr"/>
     <xsd:enumeration value="ftr"/>
     <xsd:enumeration value="watermark"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.13 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).