Definition Type: ComplexType
Name: ConditionHistoryEntryType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Type: pwg:DeviceConditionType
Containing Schema: Conditions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ClearTime Drilldown into Time Drilldown into Severity Drilldown into Name Drilldown into ConditionId Drilldown into Component Drilldown into DeviceConditionTypeXSD Diagram of ConditionHistoryEntryType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ConditionHistoryEntryType">
    <xs:complexContent>
        <xs:extension base="pwg:DeviceConditionType">
            <xs:sequence>
                <xs:element ref="ClearTime" />
            </xs:sequence>
        </xs:extension>
        <!-- GT: the type this is extending, DeviceConditionType, already has anyAttribute 
				<xs:anyAttribute namespace="##other" processContents="lax"/>
        -->
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Component pwg:Component (1) (1)
ConditionId pwg:ConditionId (1) (1)
Name pwg:Name (1) (1)
Severity pwg:Severity (1) (1)
Time pwg:Time (1) (1)
ClearTime pwg:ClearTime (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:ConditionHistoryEntry