elml:contribute

The element contributes acknowledges the contribution of the different authors of a lesson.

Element Information

Model

Children: elml:person

Source

<xs:element name="contribute">
  <xs:annotation>
    <xs:documentation>The element contributes acknowledges the contribution of the different authors of a lesson.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="person" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The element person gives detailed account about the different authors of the lesson.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attributeGroup ref="elml:DidReq"/>
              <xs:attributeGroup ref="elml:PersonReq"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample