2.3.6.1.4.8 CoverPageProperties

Specifies the parent element for properties used for the document cover page.

Child elements:

Abstract (section 2.3.6.1.4.3)

CompanyAddress (section 2.3.6.1.4.4)

CompanyEmail (section 2.3.6.1.4.7)

CompanyFax (section 2.3.6.1.4.6)

CompanyPhone (section 2.3.6.1.4.5)

PublishDate (section 2.3.6.1.4.2)

<xsd:complexType name="CT_CoverPageProperties">

  <xsd:sequence>

    <xsd:element name="PublishDate" type="ST_PublishDate"/>

    <xsd:element name="Abstract" type="xsd:string"/>

    <xsd:element name="CompanyAddress" type="xsd:string"/>

    <xsd:element name="CompanyPhone" type="xsd:string"/>

    <xsd:element name="CompanyFax" type="xsd:string"/>

    <xsd:element name="CompanyEmail" type="xsd:string"/>

  </xsd:sequence>

</xsd:complexType>