Specifications

Appendix B
120
<!--to the various NRCS status codes. This allows the MOS Gateway to translate-->
<!--the roItemStatus messages received from a MOS into status codes that NRCS -->
<!--can recognize and display. -->
<statusTranslations>
<statusUnknown/>
<statusUnavailable>Bad Clip</statusUnavailable>
<statusUnavailable>Unalloc.</statusUnavailable>
<statusAvailable>UPDATED</statusAvailable>
<statusCueing>Cueing</statusCueing>
<statusCued>Ready</statusCued>
<statusTensionReleased/>
<statusPlayRequested/>
<statusPlaying>ON AIR</statusPlaying>
<statusPaused>PAUSED</statusPaused>
<statusStopped/>
<statusRewinding/>
</statusTranslations>
<mosObjReplication>
<trigger>scheduled</trigger>
<replicationTime>9:47:00 AM</replicationTime>
<clearQueue>true</clearQueue>
<path>mos.omnibus</path>
<mosItemBrowserProgID>OmnibusODCLauncher.Launcher</mosItemBrowserProgID>
<mosItemEditorProgID>OmniBusItemEdit.Edit</mosItemEditorProgID>
</mosObjReplication>
</mosDevice>
<mosDevice>
<!-- The names element contains the mapping of the MOS's mosID value to -->
<!-- an NRCS device name, as well as the network name of the MOS. -->
<names>
<mos>PILOT</mos>
<amcp>pilotem</amcp>
<network>mbtest07</network>
</names>
<!-- Maps a NRCS Running Order Name to a more readable MOS roSlug. -->
<!-- A NRCS Running Order Name is the NRCS server name plus the -->
<!-- running order's complete queue path.If a mapping doesn't exist-->
<!-- then the NRCS Running Order Name is used for the MOS roSlug. -->
<!-- -->
<!--The handlesEmptyStories element specifies whether this device accepts -->
<!--a roStoryInsert message that contains no item. -->
<handlesEmptyStories>YES</handlesEmptyStories>
<!-- -->
<!--The handlesRoStoryMoveMultiple element specifies whether this device -->
<!--supports the roStoryMoveMultiple message. The router defaults to YES. -->
<!--Valid settings are YES or NO -->
<handlesRoStoryMoveMultiple>YES</handlesRoStoryMoveMultiple>
<!-- -->
<!--The handlesRoItemLevelCommands element specifies whether this device -->
<!--supports roItemInsert, roItemDelete and roItemReplace.The router defaults-->
<!--to YES. -->
<!-- Valid settings are YES or NO -->
<handlesRoItemLevelCommands>YES</handlesRoItemLevelCommands>
<!-- -->
<sendRoCreateOnStartLoad>NO</sendRoCreateOnStartLoad>
<handlesSpecMosReqAll>NO</handlesSpecMosReqAll>
<!--The statusTranslations element defines the status strings that correspond -->
<!--to the various NRCS status codes. This allows the MOS Gateway to translate-->