Class JournalReviewingRefereeingCtype


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

    Java class for journal-reviewing-refereeing-ctype complex type.

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

     <complexType name="journal-reviewing-refereeing-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="journal">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.cienciavitae.pt/ns/common>string-555-stype">
                     <attribute name="issn" type="{http://www.cienciavitae.pt/ns/common}string-20-stype" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="press" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="works-reviewed" type="{http://www.cienciavitae.pt/ns/common}int-4-stype" minOccurs="0"/>
             <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-uri-stype" minOccurs="0"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>