Class ResearchBasedDegreeSupervisionCtype


  • public class ResearchBasedDegreeSupervisionCtype
    extends Object
    Corresponding to "service:service-category[@code='S110']"

    Java class for research-based-degree-supervision-ctype complex type.

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

     <complexType name="research-based-degree-supervision-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
             <element name="tid" type="{http://www.cienciavitae.pt/ns/common}string-15-stype" minOccurs="0"/>
             <element name="thesis-title" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/>
             <element name="student-name">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.cienciavitae.pt/ns/common>string-120-stype">
                     <attribute name="consent-obtained-for-name-release" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="degree-subject" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="degree-type" type="{http://www.cienciavitae.pt/ns/service}degree-type-ctype" minOccurs="0"/>
             <element name="course-code" type="{http://www.cienciavitae.pt/ns/service}course-code-ctype" minOccurs="0"/>
             <element name="degree-status" type="{http://www.cienciavitae.pt/ns/service}degree-status-ctype" minOccurs="0"/>
             <element name="supervisory-type" type="{http://www.cienciavitae.pt/ns/service}supervisory-type-ctype" minOccurs="0"/>
             <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-uri-stype" minOccurs="0"/>
             <element name="academic-institutions" type="{http://www.cienciavitae.pt/ns/common}institutions-ctype" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>