[Table of Contents] [docx version]

Shared MLs Reference Material - Math

Properties (Application Specific File Properties)

This element specifies the application properties of a document. For properties of type string, NCR escape format (_xHHHH_) is used for any invalid XML characters.

Parent Elements

Root element of Shared Extended File Properties part

 

Child Elements

Subclause

Application (Application Name)

§7.2.2.1

AppVersion (Application Version)

§7.2.2.2

Characters (Total Number of Characters)

§7.2.2.3

CharactersWithSpaces (Number of Characters (With Spaces))

§7.2.2.4

Company (Name of Company)

§7.2.2.5

DigSig (Digital Signature)

§7.2.2.6

DocSecurity (Document Security)

§7.2.2.7

HeadingPairs (Heading Pairs)

§7.2.2.8

HiddenSlides (Number of Hidden Slides)

§7.2.2.9

HLinks (Hyperlink List)

§7.2.2.10

HyperlinkBase (Relative Hyperlink Base)

§7.2.2.11

HyperlinksChanged (Hyperlinks Changed)

§7.2.2.12

Lines (Number of Lines)

§7.2.2.13

LinksUpToDate (Links Up-to-Date)

§7.2.2.14

Manager (Name of Manager)

§7.2.2.15

MMClips (Total Number of Multimedia Clips)

§7.2.2.16

Notes (Number of Slides Containing Notes)

§7.2.2.17

Pages (Total Number of Pages)

§7.2.2.18

Paragraphs (Total Number of Paragraphs)

§7.2.2.19

PresentationFormat (Intended Format of Presentation)

§7.2.2.20

ScaleCrop (Thumbnail Display Mode)

§7.2.2.22

SharedDoc (Shared Document)

§7.2.2.23

Slides (Slides Metadata Element)

§7.2.2.24

Template (Name of Document Template)

§7.2.2.25

TitlesOfParts (Part Titles)

§7.2.2.26

TotalTime (Total Edit Time Metadata Element)

§7.2.2.27

Words (Word Count)

§7.2.2.28

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

<complexType name="CT_Properties">

   <all>

   <element name="Template" minOccurs="0" maxOccurs="1" type="xsd:string"/>

   <element name="Manager" minOccurs="0" maxOccurs="1" type="xsd:string"/>

   <element name="Company" minOccurs="0" maxOccurs="1" type="xsd:string"/>

   <element name="Pages" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   <element name="Words" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   <element name="Characters" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   <element name="PresentationFormat" minOccurs="0" maxOccurs="1" type="xsd:string"/>

   <element name="Lines" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   <element name="Paragraphs" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   <element name="Slides" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   <element name="Notes" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   <element name="TotalTime" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   <element name="HiddenSlides" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   <element name="MMClips" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   <element name="ScaleCrop" minOccurs="0" maxOccurs="1" type="xsd:boolean"/>

   <element name="HeadingPairs" minOccurs="0" maxOccurs="1" type="CT_VectorVariant"/>

   <element name="TitlesOfParts" minOccurs="0" maxOccurs="1" type="CT_VectorLpstr"/>

   <element name="LinksUpToDate" minOccurs="0" maxOccurs="1" type="xsd:boolean"/>

   <element name="CharactersWithSpaces" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   <element name="SharedDoc" minOccurs="0" maxOccurs="1" type="xsd:boolean"/>

   <element name="HyperlinkBase" minOccurs="0" maxOccurs="1" type="xsd:string"/>

   <element name="HLinks" minOccurs="0" maxOccurs="1" type="CT_VectorVariant"/>

   <element name="HyperlinksChanged" minOccurs="0" maxOccurs="1" type="xsd:boolean"/>

   <element name="DigSig" minOccurs="0" maxOccurs="1" type="CT_DigSigBlob"/>

   <element name="Application" minOccurs="0" maxOccurs="1" type="xsd:string"/>

   <element name="AppVersion" minOccurs="0" maxOccurs="1" type="xsd:string"/>

   <element name="DocSecurity" minOccurs="0" maxOccurs="1" type="xsd:int"/>

   </all>

</complexType>