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

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

Properties
This component is not nillable.

Model
<...
  AvailableSlots = xs:integer
  FilterWheelDescription = xs:string : UNDEFINED>
(position, desc, slots, Filter, SlotStep )
</...>


Nested Element Summary
baci:ROstringdesc
          
 Filter
          
baci:ROdoubleposition
          
baci:ROlongslots
          
cdb:ArraySlotStep
          

Attribute Summary
 xs:integerAvailableSlots
          
 xs:stringFilterWheelDescription
          

Attribute Detail

AvailableSlots

Type:
xs:integer
Use:
required
Form:
unqualified

FilterWheelDescription

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

Implementors
FILTERWHEEL

Source
<xs:complexType name="FILTERWHEEL">
<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 name="Filter">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="_" type="FILTER"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SlotStep" type="cdb:Array"/>
</xs:sequence>
<xs:attribute default="UNDEFINED" name="FilterWheelDescription" 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.