<xsd:complexType name="errorDetailsType">
<xsd:annotation>
<xsd:documentation>
<doc:purpose>
Object that contails the error details.
</doc:purpose>
<doc:type node="response" unsolicited="true"/>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="row" type="xsd:integer" use="optional"/>
<xsd:attribute name="column" type="xsd:integer" use="optional"/>
<xsd:attribute name="message" type="xsd:string" use="required"/>
</xsd:complexType>
<xsd:complexType name="rebootType">
<xsd:annotation>
<xsd:documentation>
<doc:purpose>
Reboot the printer with the option of downloading
a flash file.
</doc:purpose>
<doc:type node="request"/>
<doc:restriction>
Password required.
</doc:restriction>
<doc:parameter name="type">
Specifies the reboot type. This can be either a
normal reset, or can reboot into download mode.
</doc:parameter>
<doc:parameter name="timeout">
Specifies the maximum amount of time, in minutes,
that the printer will wait between flash data
characters before aborting download and rebooting.
This only applies when 'type' is 'download'.
</doc:parameter>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="type" use="optional" default="reset">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="reset"/>
<xsd:enumeration value="download"/>
<xsd:enumeration value="factory"/>
</xsd:restriction>
</xsd:simpleType>
51
Need help?
Do you have a question about the SL4M and is the answer not in the manual?