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: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> |