Class InstitutionCtype


  • public class InstitutionCtype
    extends Object

    Java class for institution-ctype complex type.

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

     <complexType name="institution-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="institution-name" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/>
             <element name="institution-address" type="{http://www.cienciavitae.pt/ns/common}institution-address-ctype"/>
             <element name="institution-sector" type="{http://www.cienciavitae.pt/ns/common}institution-sector-ctype"/>
             <element name="institution-identifier" type="{http://www.cienciavitae.pt/ns/common}institution-identifier-ctype" minOccurs="0"/>
             <element name="institution-other-identifiers" type="{http://www.cienciavitae.pt/ns/common}institution-identifiers-ctype" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>