Class CvMappingRule


  • public class CvMappingRule
    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">
           <sequence>
             <element ref="{}CvTerm" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="scopePath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="cvElementPath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="cvTermsCombinationLogic" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="OR"/>
                 <enumeration value="AND"/>
                 <enumeration value="XOR"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="requirementLevel" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="MUST"/>
                 <enumeration value="SHOULD"/>
                 <enumeration value="MAY"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>