2.2.5.3 BroadcastState

Namespace: http://schemas.microsoft.com/server/broadcast/2010/main

A simple type that specifies an enumeration of all the possible broadcast session states.

 <xs:simpleType name="BroadcastState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="BroadcastNotStartedYet"/>
     <xs:enumeration value="BroadcastStarted"/>
     <xs:enumeration value="BroadcastEnded"/>
   </xs:restriction>
 </xs:simpleType>

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

Value

Meaning

BroadcastNotStartedYet

The broadcast session has not started yet.

BroadcastStarted

The broadcast session has started but not ended yet.

BroadcastEnded

The broadcast session has ended.