svghmi/svghmi.py
branchsvghmi
changeset 3289 3c893aed9198
parent 3287 70a76083c59c
child 3290 f0c97422b34a
equal deleted inserted replaced
3288:8f3cb4b47cbb 3289:3c893aed9198
   295     <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   295     <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   296       <xsd:element name="SVGHMI">
   296       <xsd:element name="SVGHMI">
   297         <xsd:complexType>
   297         <xsd:complexType>
   298           <xsd:attribute name="OnStart" type="xsd:string" use="optional" default="chromium {url}"/>
   298           <xsd:attribute name="OnStart" type="xsd:string" use="optional" default="chromium {url}"/>
   299           <xsd:attribute name="OnStop" type="xsd:string" use="optional" default="echo 'please close chromium window at {url}'"/>
   299           <xsd:attribute name="OnStop" type="xsd:string" use="optional" default="echo 'please close chromium window at {url}'"/>
       
   300           <xsd:attribute name="OnWatchdog" type="xsd:string" use="optional" default="echo 'Watchdog for {name} !'"/>
   300           <xsd:attribute name="EnableWatchdog" type="xsd:boolean" use="optional" default="false"/>
   301           <xsd:attribute name="EnableWatchdog" type="xsd:boolean" use="optional" default="false"/>
   301           <xsd:attribute name="WatchdogInitial" use="optional" default="30">
   302           <xsd:attribute name="WatchdogInitial" use="optional" default="30">
   302             <xsd:simpleType>
   303             <xsd:simpleType>
   303                 <xsd:restriction base="xsd:integer">
   304                 <xsd:restriction base="xsd:integer">
   304                     <xsd:minInclusive value="2"/>
   305                     <xsd:minInclusive value="2"/>