Class IdentifierTypeCtype


  • public class IdentifierTypeCtype
    extends Object

    Java class for identifier-type-ctype complex type.

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

     <complexType name="identifier-type-ctype">
       <simpleContent>
         <extension base="<http://www.cienciavitae.pt/ns/common>string-255-stype">
           <attribute name="code" use="required" type="{http://www.cienciavitae.pt/ns/common-enum}output-identifier-type-enum" />
         </extension>
       </simpleContent>
     </complexType>