elml:PersonReq

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
departement xs:string required
email elml:EmailType required
The attribute email contains a string defining the email address of a contributing person.
institute xs:string required
name xs:string required
The attribute name contains a string defining the name of a contributing person.

Used By

Source

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