2.14.3.1 CT_ReadonlyRecommended
Target namespace: http://schemas.microsoft.com/office/powerpoint/2017/10/main
Referenced by: readonlyRecommended
A complex type that specifies whether the document is opened as read-only with the option to edit.
Attributes:
val: A xsd:boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether the document is opened in read-only with the option to edit.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ReadonlyRecommended"> <xsd:attribute name="val" type="xsd:boolean" use="required"/> </xsd:complexType>
See section 5.11 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).