Class EmploymentServiceCtype


  • public class EmploymentServiceCtype
    extends Object

    Java class for employment-service-ctype complex type.

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

     <complexType name="employment-service-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="employment">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="employment-category" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" minOccurs="0"/>
                       <element name="position-type" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" minOccurs="0"/>
                       <element name="position-title" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" minOccurs="0"/>
                     </sequence>
                     <attribute name="id" use="required" type="{http://www.cienciavitae.pt/ns/common}id-stype" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="service">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="description" type="{http://www.cienciavitae.pt/ns/common}string-555-stype" minOccurs="0"/>
                       <element name="start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
                       <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
                     </sequence>
                     <attribute name="id" use="required" type="{http://www.cienciavitae.pt/ns/common}id-stype" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>