Java class for Item element declaration.
<element name="Item">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="startDelay" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" default="0" />
<attribute name="waitingForGuest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="stopDelay" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" default="0" />
<attribute name="startAction" type="{http://www.w3.org/2001/XMLSchema}string" default="powerOn" />
<attribute name="stopAction" type="{http://www.w3.org/2001/XMLSchema}string" default="powerOff" />
<anyAttribute processContents='lax'/>
</restriction>
</complexContent>
</complexType>
</element>