3.1.5.1.1.2.3.2 st_wopi-action-requirements
The st_wopi-action-requirements simple type specifies the capabilities that a WOPI server MUST support to call the associated WOPI action. It is important to note that while the following schema restricts this type to well-known requirements, WOPI servers MUST NOT fail when they encounter additional values not included in this schema.
Values:
update: Indicates that the WOPI server MUST support changes to the file through PutFile (see section 3.3.5.3.2)
locks: Indicates that the WOPI server MUST support the ability to lock the file for editing through Lock (see section 3.3.5.1.14 ), Unlock (see section 3.3.5.1.22), RefreshLock (see section 3.3.5.1.18), and UnlockAndRelock (see section 3.3.5.1.23).
cobalt: Indicates that the WOPI server MUST support the system described in [MS-FSSHTTP] through ExecuteCellStorageRequest (see section 3.3.5.1.7) and ExecuteCellStorageRelativeRequest (see section 3.3.5.1.6).
containers: Indicates that the WOPI server supports accessing folders and folder hierarchy through EnumerateChildren (see section 3.3.5.4.1), CheckFolderInfo (see section 3.3.5.2.1), and DeleteFile (see section 3.3.5.1.5).
The following W3C XML schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.
-
<xs:simpleType name="st_wopi-action-requirements"> <xs:restriction base="xs:string"> <xs:pattern value="/^((update|locks|cobalt|containers)\s*(,\s*|$))* ((update|locks|cobalt|containers)\s*$)/" /> </xs:restriction> </xs:simpleType>