simpleType illuminatorType
type restriction of xsd:string
properties
base xsd:string
used by
attribute illuminatorElementType/@type
facets
Kind Value Annotation
enumeration pyrotechnics
enumeration spotlight
enumeration floodlight
annotation
documentation
Enumeration of potential illumination types (pyrotechnics, spotlight or floodlight).
appinfo
<jaxb:typesafeEnumClass/>
source <xsd:simpleType name="illuminatorType">
 
<xsd:annotation>
   
<xsd:documentation>Enumeration of potential illumination types (pyrotechnics, spotlight or floodlight).</xsd:documentation>
   
<xsd:appinfo>
     
<jaxb:typesafeEnumClass/>
   
</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="pyrotechnics"/>
   
<xsd:enumeration value="spotlight"/>
   
<xsd:enumeration value="floodlight"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy