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

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

Properties
This component is not nillable.

Model
<...
  LampType = xs:string : NO-LAMP>
(WarmUpTime?, Watt? )
</...>


Nested Element Summary
xs:integerWarmUpTime
          
xs:integerWatt
          

Attribute Summary
 xs:stringLampType
          

Attribute Detail

LampType

Type:
xs:string
Default:
NO-LAMP
Use:
optional
Form:
unqualified

Source
<xs:complexType name="THELAMP">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="WarmUpTime" type="xs:integer"/>
<xs:element default="0" minOccurs="0" name="Watt" type="xs:integer"/>
</xs:sequence>
<xs:attribute default="NO-LAMP" name="LampType" type="xs:string" use="optional"/>
</xs:complexType>


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