2.39.4.1 ST_ClassificationOutcomeType

Target namespace: http://schemas.microsoft.com/office/drawing/2020/classificationShape

Referenced by: CT_ClassificationOutcome

A simple type specifying the content classification outcome type.<617>

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.37 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).