Definition Type: Element
Name: PowerTransition
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Power.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TransitionEntryXSD Diagram of PowerTransition
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="PowerTransition">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="TransitionEntry" minOccurs="0" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="EndPowerState" type="PowerStateWKV" />
                        <xs:element ref="StartPowerState" />
                        <xs:element name="StateChangeSeconds" type="xs:int" />
                        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransitionEntry pwg:TransitionEntry 0 unbounded