Definition Type: Element
Name: PowerCounters
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Power.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SuspendTransitions Drilldown into StandbyTransitions Drilldown into OnTransitions Drilldown into HibernateTransitionsXSD Diagram of PowerCounters
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="PowerCounters">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="HibernateTransitions" type="xs:int" />
            <xs:element name="OnTransitions" type="xs:int" />
            <xs:element name="StandbyTransitions" type="xs:int" />
            <xs:element name="SuspendTransitions" type="xs:int" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HibernateTransitions pwg:HibernateTransitions (1) (1)
OnTransitions pwg:OnTransitions (1) (1)
StandbyTransitions pwg:StandbyTransitions (1) (1)
SuspendTransitions pwg:SuspendTransitions (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded