type | restriction of xsd:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |