<xsd:complexType name="getStatisticsType">
<xsd:annotation>
<xsd:documentation>
<doc:purpose>
Object requests statistics for a given type.
</doc:purpose>
<doc:type node="request"/>
<doc:response type="RFIDstatisticsType"/>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="RFID"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="clearStatisticsType">
<xsd:annotation>
<xsd:documentation>
<doc:purpose>
Object requests to clear statistics for a given type.
</doc:purpose>
<doc:type node="request"/>
<doc:response type="ackType">
Returns an 'ack' element specifying the success
of the set operation.
</doc:response>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="RFID"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
61
Need help?
Do you have a question about the SL4M and is the answer not in the manual?