copyright element

The copyright element describes the copyright information about a document.

Type

Anonymous

Elements and Attributes

Child Elements

Element Description
trademark
year
holder

Attributes

Attribute Type Required Description Possible Values
class Anonymous optional
  • copyright
  • trade
  • registered
  • service

Usage

      <copyright
	class="token"
/>
    

Definition

      <element name="copyright" >
  <complexType>
    <sequence>
      <element name="trademark" type="token">
      </element>
      <element name="year" minOccurs="0" maxOccurs="unbounded" type="integer">
      </element>
      <element name="holder" minOccurs="0" maxOccurs="unbounded" type="token">
      </element>
    </sequence>
    <attribute name="class">
      <simpleType>
        <restriction base="token">
          <enumeration value="copyright" />
          <enumeration value="trade" />
          <enumeration value="registered" />
          <enumeration value="service" />
        </restriction>
      </simpleType>
    </attribute>
    <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup" />
  </complexType>
</element>

    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp