Class InstitutionIdentifierCtype


  • public class InstitutionIdentifierCtype
    extends Object

    Java class for institution-identifier-ctype complex type.

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

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