<xs:element name="contentCopyrights" minOccurs="0">
<xs:annotation>
<xs:documentation>The element contentCopyrights allows specifing differing copyright statements for each labelled element within a unit. The respective elements are referenced using the labelRef attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="copyrightStatement" maxOccurs="unbounded">
<xs:complexType mixed="true">
<xs:attributeGroup ref="elml:LabelRefReq"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |