<xs:attributeGroup name="PersonReq">
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The attribute name contains a string defining the name of a contributing person.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="email" type="elml:EmailType" use="required">
<xs:annotation>
<xs:documentation>The attribute email contains a string defining the email address of a contributing person.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="elml:InstituteReq"/>
<xs:attributeGroup ref="elml:DepartementReq"/>
</xs:attributeGroup> |