2.2.5.30 ScenarioRestrictions

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Indicates the scenarios which apply to the current request.

 <xs:simpleType name="ScenarioRestrictions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="None"/>
         <xs:enumeration value="Forms"/>
         <xs:enumeration value="LegacyWebServices"/>
         <xs:enumeration value="Syndicate"/>
         <xs:enumeration value="LimitedEdit"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

The following table specifies the allowable values for the ScenarioRestrictions simple type.

Value

Meaning

None

MUST NOT be used.

Forms

MUST NOT be used.

LegacyWebServices

The legacy web service scenario. MUST be set if the value of ProtocolClientId element in the parameter as defined in section 2.2.4.20 is set to "ms-soap".   Otherwise MUST NOT be used.

Syndicate

MUST NOT be used.

LimitedEdit

MUST NOT be used.