3.5.1.1.1.6 CoverPageProperties (Cover Page Properties)

This element is the parent element of properties that are typically used for a document cover page.

Child Elements

Subclause

Abstract (Document Abstract)

§3.5.1.1.1.1, Abstract

CompanyAddress (Company Address)

§3.5.1.1.1.2, CompanyAddress

CompanyEmail (Company Email Address)

§3.5.1.1.1.3, CompanyEmail

CompanyFax (Company Fax Number)

§3.5.1.1.1.4, CompanyFax

CompanyPhone (Company Phone Number)

§3.5.1.1.1.5, CompanyPhone

PublishDate (Document Publish Date)

§3.5.1.1.1.7, PublishDate

The following XML Schema fragment defines the contents of this element:

 <complexType name="CT_CoverPageProperties">
   <sequence>
     <element name="PublishDate" type="ST_PublishDate"/>
     <element name="Abstract" type="xsd:string"/>
     <element name="CompanyAddress" type="xsd:string"/>
     <element name="CompanyPhone" type="xsd:string"/>
     <element name="CompanyFax" type="xsd:string"/>
     <element name="CompanyEmail" type="xsd:string"/>
   </sequence>
 </complexType>