<?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>
|