<xs:attributeGroup name="DeviceInfoAttribs">
<xs:attribute name="CounterUnit" type="jdftyp:string" use="optional"/>
<xs:attribute name="DeviceCondition" type="jdftyp:eDeviceCondition_" use="optional"/>
<xs:attribute name="DeviceID" type="jdftyp:string" use="optional"/>
<xs:attribute name="DeviceOperationMode" type="jdftyp:eDeviceOperationMode_" use="optional"/>
<xs:attribute name="DeviceStatus" type="jdftyp:eDeviceStatus_" use="required"/>
<xs:attribute name="HourCounter" type="jdftyp:duration" use="optional"/>
<xs:attribute name="IdleStartTime" type="jdftyp:dateTime" use="optional"/>
<xs:attribute name="PowerOnTime" type="jdftyp:dateTime" use="optional"/>
<xs:attribute name="ProductionCounter" type="jdftyp:double" use="optional"/>
<xs:attribute name="Speed" type="jdftyp:double" use="optional"/>
<xs:attribute name="StatusDetails" type="jdftyp:shortString" use="optional"/>
<xs:attribute name="TotalProductionCounter" type="jdftyp:double" use="optional"/>
</xs:attributeGroup> |