Definition Type: Element
Name: ChargingLine
Namespace: http://www.iredes.org/xml/Charger
Containing Schema: IRChargers.xsd
MinOccurs 1
MaxOccurs 4
Abstract False
Documentation:
Boom specific performance data
Collapse XSD Schema Diagram:
Drilldown into TimeToNextService Drilldown into OperationTime Drilldown into ChargedMaterialXSD Diagram of ChargingLine
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="ChargingLine" minOccurs="1" maxOccurs="4">
    <xsd:annotation>
        <xsd:documentation>Boom specific performance data</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ChargedMaterial" type="xsd:float">
                <xsd:annotation>
                    <xsd:documentation>Pumped material in kilograms.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="OperationTime" type="xsd:duration" />
            <xsd:element name="TimeToNextService" type="xsd:duration" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ChargedMaterial nsB:ChargedMaterial (1) (1)
OperationTime nsB:OperationTime (1) (1)
TimeToNextService nsB:TimeToNextService (1) (1)