Class FundingOutputCtype


  • public class FundingOutputCtype
    extends Object

    Java class for funding-output-ctype complex type.

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

     <complexType name="funding-output-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="funding">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>string">
                     <attribute name="id" use="required" type="{http://www.cienciavitae.pt/ns/common}id-stype" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="output">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>string">
                     <attribute name="id" use="required" type="{http://www.cienciavitae.pt/ns/common}id-stype" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>