urn:schemas-cosylab-com:LAMPWHEEL:1.0
complexType LAMPWHEEL

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:LAMPWHEEL:1.0}LAMPWHEEL (restriction)

Properties
This component is not nillable.

Model
<...
  AvailableSlots = xs:integer
  LampWheelDescription = xs:string : UNDEFINED>
(position, desc, slots, Slot+ )
</...>


Nested Element Summary
baci:ROstringdesc
          
baci:ROdoubleposition
          
SLOTSlot
          
baci:ROlongslots
          

Attribute Summary
 xs:integerAvailableSlots
          
 xs:stringLampWheelDescription
          

Attribute Detail

AvailableSlots

Type:
xs:integer
Use:
required
Form:
unqualified

LampWheelDescription

Type:
xs:string
Default:
UNDEFINED
Use:
optional
Form:
unqualified

Implementors
LAMPWHEEL

Source
<xs:complexType name="LAMPWHEEL">
<xs:sequence>
<xs:element name="position" type="baci:ROdouble"/>
<xs:element name="desc" type="baci:ROstring"/>
<xs:element name="slots" type="baci:ROlong"/>
<xs:element maxOccurs="unbounded" minOccurs="1" name="Slot" type="SLOT"/>
</xs:sequence>
<xs:attribute default="UNDEFINED" name="LampWheelDescription" type="xs:string" use="optional"/>
<xs:attribute name="AvailableSlots" type="xs:integer" use="required"/>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.