Appendix B
<xsd:complexType name="engineStatusType">
<xsd:annotation>
</xsd:annotation>
<xsd:attribute name="state" use="required">
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="jobStatusType">
<xsd:annotation>
</xsd:annotation>
<xsd:choice minOccurs="1" maxOccurs="1">
</xsd:choice>
<xsd:attribute name="type">
58
<xsd:documentation>
<doc:purpose>
Object that contains engine status.
</doc:purpose>
<doc:type node="response" unsolicited="true"/>
</xsd:documentation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="fault"/>
<xsd:enumeration value="idle"/>
<xsd:enumeration value="offline"/>
<xsd:enumeration value="pause"/>
<xsd:enumeration value="printing"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:documentation>
<doc:purpose>
Object that contains job status.
</doc:purpose>
<doc:parameter name="type">
The type of job status.
</doc:parameter>
<doc:parameter name="jobDetail">
The job details
</doc:parameter>
<doc:parameter name="labelDetail">
The label details
</doc:parameter>
<doc:parameter name="rfidTagDetail">
The rfid details
</doc:parameter>
<doc:type node="response" unsolicited="true"/>
</xsd:documentation>
<xsd:element name="jobDetail" type="jobDetailType"/>
<xsd:element name="labelDetail" type="labelDetailType"/>
<xsd:element name="rfidTagDetail" type="rfidTagDetailType"/>
Need help?
Do you have a question about the SL4M and is the answer not in the manual?