3.3.4.26.2.1 OnStationAdded

 <xsd:element name="OnStationAdded">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element minOccurs="1" maxOccurs="1" name="idStation" type="xsd:unsignedInt"/>
       <xsd:element minOccurs="1" maxOccurs="1" name="idxSplitScreen" type="xsd:unsignedInt"/>
       <xsd:element minOccurs="1" maxOccurs="1" name="idPrimaryStation" type="xsd:unsignedInt"/>
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>

idStation: Contains the ID of the MultiPoint Station. This is an unsigned integer with a range of 1 - n, where n is the number of stations currently available on the server.

idxSplitScreen: Contains the index of the new split-screen station.

idPrimaryStation: Contains the station ID of the primary station.