<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="DispFlag" minOccurs="0">
<xsd:annotation>
<xsd:documentation>States under which circumstances the line (message) has to be displayed to the operator (See enumeration)</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="IRtextShort">
<xsd:enumeration value="MachStart">
<xsd:annotation>
<xsd:documentation>To be displayed when the machine is started. Machine start is defined as switching on the main power supply or power generation (Hyd. pump,...)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FileLoad">
<xsd:annotation>
<xsd:documentation>To be displayed as soon as the file is loaded (activated) in the machine's automation system (applicable especially to plan files originating from the mine!)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
|