Definition Type: Element
Name: ElHydrPowerPack
Namespace: http://www.iredes.org/xml/Charger
Containing Schema: IRChargers.xsd
MinOccurs 0
MaxOccurs 3
Abstract False
Collapse XSD Schema Diagram:
Drilldown into TimeToNextService Drilldown into OperationTimeXSD Diagram of ElHydrPowerPack
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="ElHydrPowerPack" minOccurs="0" maxOccurs="3">
    <xsd:complexType>
        <xsd:sequence>
            <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
OperationTime nsB:OperationTime (1) (1)
TimeToNextService nsB:TimeToNextService (1) (1)