Definition Type: Element
Name: SystemHealth
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: SystemHealth.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VendorSMICode Drilldown into VendorName Drilldown into UserApplications Drilldown into UserApplicationPersistenceEnabled Drilldown into UserApplicationEnabled Drilldown into TimeSource Drilldown into ResidentApplications Drilldown into PSTNFaxEnabled Drilldown into MachineTypeModel Drilldown into ForwardingEnabled Drilldown into Firmwares Drilldown into FirewallSetting Drilldown into DefaultPasswordEnabled Drilldown into ConfigurationState Drilldown into CertificationStateXSD Diagram of SystemHealth
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="SystemHealth">
    <!-- See section 5.2 (conformance) in PWG HCD Attributes -->
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="CertificationState" minOccurs="0" />
            <xs:element ref="ConfigurationState" minOccurs="0" />
            <xs:element ref="DefaultPasswordEnabled" />
            <xs:element ref="FirewallSetting" />
            <xs:element ref="Firmwares" />
            <xs:element ref="ForwardingEnabled" />
            <xs:element ref="MachineTypeModel" />
            <xs:element ref="PSTNFaxEnabled" minOccurs="0" />
            <xs:element ref="ResidentApplications" minOccurs="0" />
            <xs:element ref="TimeSource" minOccurs="0" />
            <xs:element ref="UserApplicationEnabled" />
            <xs:element ref="UserApplicationPersistenceEnabled" />
            <xs:element ref="UserApplications" minOccurs="0" />
            <xs:element ref="VendorName" />
            <xs:element ref="VendorSMICode" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CertificationState pwg:CertificationState 0 (1)
ConfigurationState pwg:ConfigurationState 0 (1)
DefaultPasswordEnabled pwg:DefaultPasswordEnabled (1) (1)
FirewallSetting pwg:FirewallSetting (1) (1)
Firmwares pwg:Firmwares (1) (1)
ForwardingEnabled pwg:ForwardingEnabled (1) (1)
MachineTypeModel pwg:MachineTypeModel (1) (1)
PSTNFaxEnabled pwg:PSTNFaxEnabled 0 (1)
ResidentApplications pwg:ResidentApplications 0 (1)
TimeSource pwg:TimeSource 0 (1)
UserApplicationEnabled pwg:UserApplicationEnabled (1) (1)
UserApplicationPersistenceEnabled pwg:UserApplicationPersistenceEnabled (1) (1)
UserApplications pwg:UserApplications 0 (1)
VendorName pwg:VendorName (1) (1)
VendorSMICode pwg:VendorSMICode (1) (1)