<property>
(Custom File Property)
This element specifies a single custom file property. Custom file property type is defined through child elements in the File Properties Variant Type namespace. Custom file property value can be set by setting the appropriate Variant Type child element value.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Uniquely relates a custom property with an OLE property. The value of this attribute is a Globally Unique Identifier in the form of {HHHHHHHH-HHHH-HHHH-HHHH-HHHHHHHH} where each H is a hexidecimal. The possible values for this attribute are defined by the ST_Clsid simple type (§7.4.3.2). |
|
Specifies the name of a bookmark in the current document (for WordprocessingML), or a table or named cell (for SpreadsheetML) from which the value of this custom document property should be extracted. If this attribute is present, then any value under this element shall be considered a cache and replaced with the value of this bookmark (if present) on save. If the bookmark is not present, then this link shall be considered broken and the cached value shall be retained. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the name of this custom file property. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Uniquely relates a custom property with an OLE property. The possible values for this attribute are defined by the XML Schema int datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Property">
<choice minOccurs="1" maxOccurs="1">
<element ref="vt:vector"/>
<element ref="vt:array"/>
<element ref="vt:blob"/>
<element ref="vt:oblob"/>
<element ref="vt:empty"/>
<element ref="vt:null"/>
<element ref="vt:i1"/>
<element ref="vt:i2"/>
<element ref="vt:i4"/>
<element ref="vt:i8"/>
<element ref="vt:int"/>
<element ref="vt:ui1"/>
<element ref="vt:ui2"/>
<element ref="vt:ui4"/>
<element ref="vt:ui8"/>
<element ref="vt:uint"/>
<element ref="vt:r4"/>
<element ref="vt:r8"/>
<element ref="vt:decimal"/>
<element ref="vt:lpstr"/>
<element ref="vt:lpwstr"/>
<element ref="vt:bstr"/>
<element ref="vt:date"/>
<element ref="vt:filetime"/>
<element ref="vt:bool"/>
<element ref="vt:cy"/>
<element ref="vt:error"/>
<element ref="vt:stream"/>
<element ref="vt:ostream"/>
<element ref="vt:storage"/>
<element ref="vt:ostorage"/>
<element ref="vt:vstream"/>
<element ref="vt:clsid"/>
<element ref="vt:cf"/>
</choice>
<attribute name="fmtid" use="required" type="vt:ST_Clsid"/>
<attribute name="pid" use="required" type="xsd:int"/>
<attribute name="name" use="optional" type="xsd:string"/>
<attribute name="linkTarget" use="optional" type="xsd:string"/>
</complexType>