Class IdentifierCtype


  • public class IdentifierCtype
    extends Object

    Java class for identifier-ctype complex type.

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

     <complexType name="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="identifier-type" type="{http://www.cienciavitae.pt/ns/output}identifier-type-ctype"/>
             <element name="relationship-type" type="{http://www.cienciavitae.pt/ns/common}identifier-relationship-type-ctype"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>