Class Field

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

public class Field 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="{}enumeration" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}componentInfo" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="acceptableNodeTypes" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="accessType" type="{}accessTypeValues" default="inputOutput" />
       <attribute name="additionalEnumerationValuesAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="baseType" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
       <attribute name="componentLevel" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="inheritedFrom" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
       <attribute name="initialX3dVersion" type="{}versionValues" />
       <attribute name="maxExclusive" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
       <attribute name="maxInclusive" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
       <attribute name="minExclusive" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
       <attribute name="minInclusive" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
       <attribute name="simpleType" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
       <attribute name="synonym" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
       <attribute name="type" type="{}fieldTypeValues" default="SFBool" />
       <attribute name="use" default="optional">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="optional"/>
             <enumeration value="required"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>