Definition Type: Element
Name: LogEntry
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Power.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into PowerStateMessage Drilldown into PowerStateDateAndTime Drilldown into PowerState Drilldown into PowerComponentType Drilldown into PowerComponentReferenceId Drilldown into IdXSD Diagram of LogEntry
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="LogEntry" minOccurs="0" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Id" />
            <xs:element name="PowerComponentReferenceId" type="xs:int" minOccurs="0" />
            <xs:element ref="PowerComponentType" />
            <xs:element ref="PowerState" />
            <xs:element ref="PowerStateDateAndTime" />
            <xs:element ref="PowerStateMessage" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id pwg:Id (1) (1)
PowerComponentReferenceId pwg:PowerComponentReferenceId 0 (1)
PowerComponentType pwg:PowerComponentType (1) (1)
PowerState pwg:PowerState (1) (1)
PowerStateDateAndTime pwg:PowerStateDateAndTime (1) (1)
PowerStateMessage pwg:PowerStateMessage (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded