age

Age
The huml attributeGroup age is a set of attributes for documenting or determining the age of a human.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
dateOfBirth xs:date required
dateOfDeath xs:date required

Source

<xs:attributeGroup name="age">
  <xs:annotation>
    <xs:documentation xml:lang="en">Age The huml attributeGroup age is a set of attributes for documenting or determining the age of a human.</xs:documentation>
    <xs:appinfo>NONE</xs:appinfo>
  </xs:annotation>
  <xs:attribute name="dateOfBirth" type="xs:date" use="required"/>
  <xs:attribute name="dateOfDeath" type="xs:date" use="required"/>
</xs:attributeGroup>