Class CvTerm


  • public class CvTerm
    extends Object

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="cvIdentifierRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="termAccession" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="termName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="useTermName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="useTerm" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="allowChildren" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="isRepeatable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>