Human

Human
An entity which exhibits the basic characteristics of humans.  
 NOTE: Starting here, we get into the types that may be moved 
      out into application modules.

Complex Type Information

Model

Children: first, last, middle, prefix, suffix

Attributes

QName Type Fixed Default Use Inheritable Annotation
humlName xs:string required
id xs:ID required
isAlias xs:boolean optional

Source

<xs:complexType name="Human">
  <xs:annotation>
    <xs:documentation xml:lang="en">Human An entity which exhibits the basic characteristics of humans. NOTE: Starting here, we get into the types that may be moved out into application modules.</xs:documentation>
    <xs:appinfo>NONE</xs:appinfo>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="HumanNameElements">
      <xs:attributeGroup ref="humlIdentifierAtts"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>