Class ScriptCtype


  • public class ScriptCtype
    extends Object
    Corresponding to "output:output-type[@code='P307']"

    Java class for script-ctype complex type.

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

     <complexType name="script-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype"/>
             <element name="date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="identifiers" type="{http://www.cienciavitae.pt/ns/output}identifiers-ctype" minOccurs="0"/>
             <element name="authors" type="{http://www.cienciavitae.pt/ns/output}authors-ctype"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>