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 |
|
hdr |
|
ftr |
|
watermark |
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).