Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Target namespace: http://schemas.microsoft.com/office/appforoffice/1.1
Referenced by: ContentAppSettings
Specifies the desired width in pixels for the initial content placeholder. This value MUST be between 32 and 1000 pixels.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xs:simpleType name="ST_RequestedWidth"> <xs:restriction base="xs:integer"> <xs:minInclusive value="32"/> <xs:maxInclusive value="1000"/> </xs:restriction> </xs:simpleType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).