Definition Type: Element
Name: EventLog
Namespace: http://www.iredes.org/xml/DrillRig
Containing Schema: DrillRig.xsd
MinOccurs (1)
MaxOccurs 1000
Abstract False
Documentation:
A list of reported and logged events
Collapse XSD Schema Diagram:
Drilldown into Event Drilldown into TimeTagXSD Diagram of EventLog
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="EventLog" maxOccurs="1000">
    <xsd:annotation>
        <xsd:documentation>A list of reported and logged events</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="TimeTag" type="xsd:dateTime">
                <xsd:annotation>
                    <xsd:documentation>Time tag for reported event</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Event" type="IR:IRtextLong">
                <xsd:annotation>
                    <xsd:documentation>Event description</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimeTag DR:TimeTag (1) (1)
Event DR:Event (1) (1)