Class Enumeration

java.lang.Object
org.web3d.x3d.util.x3duom.Enumeration

public class Enumeration extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}allowedElement" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="appinfo" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="documentation" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="loa" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </restriction>
   </complexContent>
 </complexType>