Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This element is the parent element of properties that are typically used for a document cover page.
Child Elements |
Subclause |
---|---|
Abstract (Document Abstract) |
|
CompanyAddress (Company Address) |
|
CompanyEmail (Company Email Address) |
|
CompanyFax (Company Fax Number) |
|
CompanyPhone (Company Phone Number) |
|
PublishDate (Document Publish Date) |
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>