Definition Type: Element
Name: SupportEntry
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Power.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into PowerState Drilldown into PowerPeakWatts Drilldown into PowerInactiveWatts Drilldown into PowerActiveWatts Drilldown into CanUseInterfaces Drilldown into CanRequestPowerState Drilldown into CanProcessJobs Drilldown into CanAcceptJobsXSD Diagram of SupportEntry
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="SupportEntry" minOccurs="0" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CanAcceptJobs" type="xs:boolean" />
            <xs:element name="CanProcessJobs" type="xs:boolean" />
            <xs:element name="CanRequestPowerState" type="xs:boolean" />
            <xs:element name="CanUseInterfaces" type="xs:string" />
            <xs:element name="PowerActiveWatts" type="xs:int" />
            <xs:element name="PowerInactiveWatts" type="xs:int" />
            <xs:element name="PowerPeakWatts" type="xs:int" />
            <xs:element ref="PowerState" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CanAcceptJobs pwg:CanAcceptJobs (1) (1)
CanProcessJobs pwg:CanProcessJobs (1) (1)
CanRequestPowerState pwg:CanRequestPowerState (1) (1)
CanUseInterfaces pwg:CanUseInterfaces (1) (1)
PowerActiveWatts pwg:PowerActiveWatts (1) (1)
PowerInactiveWatts pwg:PowerInactiveWatts (1) (1)
PowerPeakWatts pwg:PowerPeakWatts (1) (1)
PowerState pwg:PowerState (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded