Class InterfaceDefinition

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

public class InterfaceDefinition 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="{}componentInfo" minOccurs="0"/>
         <element ref="{}Inheritance" minOccurs="0"/>
         <element ref="{}AdditionalInheritance" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}field" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}containerField" minOccurs="0"/>
         <element ref="{}ContentModel" minOccurs="0"/>
       </sequence>
       <attribute name="specificationSection" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="specificationUrl" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="appinfo" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </restriction>
   </complexContent>
 </complexType>