Definition Type: Element
Name: Carrier
Namespace: http://www.iredes.org/xml/Charger
Containing Schema: IRChargers.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
Documentation:
Carrier specific performance data
Collapse XSD Schema Diagram:
Drilldown into TimeTram Drilldown into TimeRun Drilldown into TimeTagXSD Diagram of Carrier
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="Carrier">
    <xsd:annotation>
        <xsd:documentation>Carrier specific performance data</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="TimeTag" type="xsd:dateTime" />
            <xsd:element name="TimeRun" type="xsd:duration" />
            <xsd:element name="TimeTram" type="xsd:duration" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimeTag nsB:TimeTag (1) (1)
TimeRun nsB:TimeRun (1) (1)
TimeTram nsB:TimeTram (1) (1)