Definition Type: Element
Name: TransitionEntry
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Power.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into StateChangeSeconds Drilldown into StartPowerState Drilldown into EndPowerStateXSD Diagram of TransitionEntry
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EndPowerState pwg:EndPowerState (1) (1)
StartPowerState pwg:StartPowerState (1) (1)
StateChangeSeconds pwg:StateChangeSeconds (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded