2.6.4.14 ST_PresetMaterialType
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
Referenced by: CT_Props3D
A simple type that specifies the surface appearance. Possible values for this type are listed in the following table. See [ISO/IEC29500-1:2016] section 20.1.10.50 for details regarding the meaning of the listed values.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_PresetMaterialType"> <xsd:restriction base="xsd:token"> <xsd:enumeration value="legacyMatte"/> <xsd:enumeration value="legacyPlastic"/> <xsd:enumeration value="legacyMetal"/> <xsd:enumeration value="legacyWireframe"/> <xsd:enumeration value="matte"/> <xsd:enumeration value="plastic"/> <xsd:enumeration value="metal"/> <xsd:enumeration value="warmMatte"/> <xsd:enumeration value="translucentPowder"/> <xsd:enumeration value="powder"/> <xsd:enumeration value="dkEdge"/> <xsd:enumeration value="softEdge"/> <xsd:enumeration value="clear"/> <xsd:enumeration value="flat"/> <xsd:enumeration value="softmetal"/> <xsd:enumeration value="none"/> </xsd:restriction> </xsd:simpleType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).