machineEntry Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
description string element 0/1  
identificationNumber string element 0/1  
inventoryNumber string element 0/1  
machineGroupDescription string element 0/1  
machineGroupISort int element 0/1  
machineGroupId int element 0/1  
machineGroupShortDescription string element 0/1  
personalIdStarter int element 0/1  
productionWorkplanId int element 0/1  
starttime long element 0/1  
Properties inherited from baseEntryId
id int element 0/1 Die eindeutige Id des Eintrags

Example

<m----->
  <inventoryNumber>...</inventoryNumber>
  <description>...</description>
  <identificationNumber>...</identificationNumber>
  <machineGroupId>...</machineGroupId>
  <machineGroupDescription>...</machineGroupDescription>
  <personalIdStarter>...</personalIdStarter>
  <starttime>...</starttime>
  <productionWorkplanId>...</productionWorkplanId>
  <machineGroupShortDescription>...</machineGroupShortDescription>
  <machineGroupISort>...</machineGroupISort>
  <id>...</id>
</m----->