Definition Type: Element
Name: FlushMode
Namespace: http://www.iredes.org/xml/DrillRig
Type: IR:IRtextShort
Containing Schema: DrillRig.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
Flushing mode. Five types valid: Air, Water, Water mist, No flush, Others
Collapse XSD Schema Diagram:
XSD Diagram of FlushMode
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="FlushMode" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Flushing mode. Five types valid: Air, Water, Water mist, No flush, Others</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="IR:IRtextShort">
            <xsd:enumeration value="Air" />
            <xsd:enumeration value="Water" />
            <xsd:enumeration value="Water mist" />
            <xsd:enumeration value="No flush" />
            <xsd:enumeration value="Others">
                <xsd:annotation>
                    <xsd:documentation>Other Method than stated in enumerations</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="Undefined">
                <xsd:annotation>
                    <xsd:documentation>No entry to the value was made at all</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Derivation Tree: