Definition Type: Element
Name: DisplayToOperator
Namespace: http://www.iredes.org/xml
Containing Schema: IRtypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
Documentation:
Up to 10 Strings a 256 char to be displayed as stated in the flag related to the corresponding string.
Collapse XSD Schema Diagram:
Drilldown into DispText Drilldown into AckFlag Drilldown into DispFlagXSD Diagram of DisplayToOperator
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="DisplayToOperator" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Up to 10 Strings a 256 char to be displayed as stated in the flag related to the corresponding string.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <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>
            <xsd:element name="AckFlag" type="IRtext" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Acknowledgement by the operator that he has read the message. (Will be transferred back as soon as the SiteHead is returned to the mine's computer system with the next protocol exchange. Contains the name of the operator (user name in the Automation system) or simply ACK if automation system does not work with user logins.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="DispText" type="IRtextLong" maxOccurs="10" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DispFlag IR:DispFlag 0 (1)
AckFlag IR:AckFlag 0 (1)
DispText IR:DispText (1) 10