<xs:attributeGroup name="BirthDateGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to provide a date of birth.</xs:documentation>
</xs:annotation>
<xs:attribute name="BirthDate" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the date of birth as indicated in the document, in ISO 8601 prescribed format.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|