2.3.47 CT_ServerEventOsfBinding

Referenced by: CT_ServerEvents

A server event of type OsfBinding, as defined in ST_enmServerEventType (section 2.4.19).

Child Elements:

Name: Specifies the Office Web Extension defined name for the binding.

BindingType: Specifies the type of binding.

ColCount: Specifies the number of columns (1) in the binding.

RowCount: Specifies the number of rows in the binding.

InstanceId: Uniquely identifies the Office Web Extension.

Attributes:

ServerEventType: An ST_enmServerEventType attribute that specifies type of server event that occurred.

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

 <xs:complexType name="CT_ServerEventOsfBinding">
   <xs:complexContent>
     <xs:extension base="CT_ServerEvent">
       <xs:sequence>
         <xs:element name="Name" minOccurs="1" maxOccurs="1" type="xs:string"/>
         <xs:element name="BindingType" minOccurs="1" maxOccurs="1" type="ST_osfBindingType"/>
         <xs:element name="ColCount" minOccurs="1" maxOccurs="1" type="ST_excelColNumber"/>
         <xs:element name="RowCount" minOccurs="1" maxOccurs="1" type="ST_excelRowNumber"/>
         <xs:element name="InstanceId" minOccurs="1" maxOccurs="1" type="xs:string"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).