44 lines
2.5 KiB
DTD
44 lines
2.5 KiB
DTD
<!-- Defines XML for Dispatcher options information -->
|
|
|
|
<!-- This DTD is part of JMRI. Copyright 2001-2010. -->
|
|
<!-- -->
|
|
<!-- JMRI is free software; you can redistribute it and/or modify it under -->
|
|
<!-- the terms of version 2 of the GNU General Public License as published -->
|
|
<!-- by the Free Software Foundation. See the "COPYING" file for a copy -->
|
|
<!-- of this license. -->
|
|
<!-- -->
|
|
<!-- JMRI is distributed in the hope that it will be useful, but WITHOUT -->
|
|
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -->
|
|
<!-- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -->
|
|
<!-- for more details. -->
|
|
|
|
<!ELEMENT dispatcheroptions (options)>
|
|
|
|
<!ELEMENT options EMPTY >
|
|
<!ATTLIST options lename CDATA #IMPLIED>
|
|
<!ATTLIST options useconnectivity CDATA #REQUIRED>
|
|
<!ATTLIST options trainsfromroster CDATA #REQUIRED>
|
|
<!ATTLIST options trainsfromtrains CDATA #REQUIRED>
|
|
<!ATTLIST options trainsfromuser CDATA #REQUIRED>
|
|
<!ATTLIST options autoallocate CDATA #REQUIRED>
|
|
<!ATTLIST options autoturnouts CDATA #REQUIRED>
|
|
<!ATTLIST options trustknownturnouts CDATA #REQUIRED>
|
|
<!ATTLIST options hasoccupancydetection CDATA #REQUIRED>
|
|
<!ATTLIST options shortactivetrainnames CDATA #REQUIRED>
|
|
<!ATTLIST options shortnameinblock CDATA #REQUIRED>
|
|
<!ATTLIST options extracolorforallocated CDATA #REQUIRED>
|
|
<!ATTLIST options nameinallocatedblock CDATA #REQUIRED>
|
|
<!ATTLIST options supportvsdecoder CDATA #REQUIRED>
|
|
<!ATTLIST options layoutscale CDATA #REQUIRED>
|
|
<!ATTLIST options usescalemeters CDATA #REQUIRED>
|
|
<!ATTLIST options userosterentryinblock CDATA #REQUIRED>
|
|
<!ATTLIST options usesignaltype CDATA #REQUIRED>
|
|
<!ATTLIST options minthrottleinterval CDATA #REQUIRED>
|
|
<!ATTLIST options fullramptime CDATA #REQUIRED>
|
|
<!ATTLIST options trainsfrom CDATA #REQUIRED>
|
|
<!ATTLIST options autorelease CDATA #REQUIRED>
|
|
<!ATTLIST options useturnoutconnectiondelay CDATA #REQUIRED>
|
|
<!ATTLIST options sslcheckdirectionsensors CDATA #REQUIRED>
|
|
<!ATTLIST options stoppingspeedname CDATA #REQUIRED>
|
|
|