<?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>
|