Class FieldType

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

public class FieldType 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="{}InterfaceDefinition"/>
       </sequence>
       <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="isArray" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="tupleSize" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}int">
             <minInclusive value="1"/>
             <maxInclusive value="16"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </restriction>
   </complexContent>
 </complexType>