Class LanguageCompetency


  • public class LanguageCompetency
    extends RecordCtype

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <extension base="{http://www.cienciavitae.pt/ns/common}record-ctype">
           <sequence>
             <element name="language" type="{http://www.cienciavitae.pt/ns/language-competency}language-code-ctype"/>
             <choice>
               <element name="mother-tongue" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
               <group ref="{http://www.cienciavitae.pt/ns/language-competency}language-skills-group"/>
             </choice>
           </sequence>
         </extension>
       </complexContent>
     </complexType>