contribute

Complex Type Information

Model

(role) | (entity) | (date) |
Children: date, entity, role

Used By

Source

<xs:complexType name="contribute">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="role"/>
    <xs:group ref="entityUnbounded"/>
    <xs:group ref="date"/>
    <xs:group ref="ex:customElements"/>
  </xs:choice>
  <xs:attributeGroup ref="ag:contribute"/>
  <xs:attributeGroup ref="ex:customAttributes"/>
</xs:complexType>