Definition Type: Element
Name: MwdOn
Namespace: http://www.iredes.org/xml/Charger
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: ChargerbaseClasses.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
Documentation:
Indicate if MWD logging is expected or not. In plan: MWD logging is expected, if TRUE. In quality log: MWD logging was done if TRUE, FALSE if no MWD was done.
Collapse XSD Schema Diagram:
XSD Diagram of MwdOn
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="MwdOn" type="xsd:boolean" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Indicate if MWD logging is expected or not. In plan: MWD logging is expected, if TRUE. In quality log: MWD logging was done if TRUE, FALSE if no MWD was done.</xsd:documentation>
    </xsd:annotation>
</xsd:element>