3.1.5.1.1.2.3.4 st_wopi-zone

The st_wopi-zone simple type indicates the supported protocols, and the preferred network environments of each set of WOPI actions.

Values:

internal-http: Indicates that the WOPI actions associated with this type are intended for use on internal networks (not internet or extranet networks) and use the HTTP protocol.

internal-https: Indicates that the WOPI actions associated with this type are intended for use on internal networks (not internet or extranet networks) and use the HTTPS protocol.

external-http: Indicates that the WOPI actions associated with this type are intended for use on internet or extranet networks and use the HTTP protocol.

external-https: Indicates that the WOPI actions associated with this type are intended for use on internet or extranet networks and use the HTTPS protocol.

The following W3C XML schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="st_wopi-zone">
   <xs:restriction base="xs:string">
     <xs:enumeration value="internal-http" />
     <xs:enumeration value="internal-https" />
     <xs:enumeration value="external-http" />
     <xs:enumeration value="external-https" />
   </xs:restriction>
 </xs:simpleType>