<xsd:complexType name="CT_Property">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="vt:vector">
<xsd:annotation>
<xsd:documentation>Vector</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:array">
<xsd:annotation>
<xsd:documentation>Array</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:blob">
<xsd:annotation>
<xsd:documentation>Binary Blob</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:oblob">
<xsd:annotation>
<xsd:documentation>Binary Blob Object</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:empty">
<xsd:annotation>
<xsd:documentation>Empty</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:null">
<xsd:annotation>
<xsd:documentation>Null</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:i1">
<xsd:annotation>
<xsd:documentation>1-Byte Signed Integer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:i2">
<xsd:annotation>
<xsd:documentation>2-Byte Signed Integer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:i4">
<xsd:annotation>
<xsd:documentation>4-Byte Signed Integer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:i8">
<xsd:annotation>
<xsd:documentation>8-Byte Signed Integer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:int">
<xsd:annotation>
<xsd:documentation>Integer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:ui1">
<xsd:annotation>
<xsd:documentation>1-Byte Unsigned Integer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:ui2">
<xsd:annotation>
<xsd:documentation>2-Byte Unsigned Integer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:ui4">
<xsd:annotation>
<xsd:documentation>4-Byte Unsigned Integer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:ui8">
<xsd:annotation>
<xsd:documentation>8-Byte Unsigned Integer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:uint">
<xsd:annotation>
<xsd:documentation>Unsigned Integer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:r4">
<xsd:annotation>
<xsd:documentation>4-Byte Real Number</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:r8">
<xsd:annotation>
<xsd:documentation>8-Byte Real Number</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:decimal">
<xsd:annotation>
<xsd:documentation>Decimal</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:lpstr">
<xsd:annotation>
<xsd:documentation>LPSTR</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:lpwstr">
<xsd:annotation>
<xsd:documentation>LPWSTR</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:bstr">
<xsd:annotation>
<xsd:documentation>Basic String</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:date">
<xsd:annotation>
<xsd:documentation>Date and Time</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:filetime">
<xsd:annotation>
<xsd:documentation>File Time</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:bool">
<xsd:annotation>
<xsd:documentation>Boolean</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:cy">
<xsd:annotation>
<xsd:documentation>Currency</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:error">
<xsd:annotation>
<xsd:documentation>Error Status Code</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:stream">
<xsd:annotation>
<xsd:documentation>Binary Stream</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:ostream">
<xsd:annotation>
<xsd:documentation>Binary Stream Object</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:storage">
<xsd:annotation>
<xsd:documentation>Binary Storage</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:ostorage">
<xsd:annotation>
<xsd:documentation>Binary Storage Object</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:vstream">
<xsd:annotation>
<xsd:documentation>Binary Versioned Stream</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:clsid">
<xsd:annotation>
<xsd:documentation>Class ID</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="vt:cf">
<xsd:annotation>
<xsd:documentation>Clipboard Data</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:attribute name="fmtid" use="required" type="vt:ST_Clsid">
<xsd:annotation>
<xsd:documentation>Format ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="pid" use="required" type="xsd:int">
<xsd:annotation>
<xsd:documentation>Property ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" use="optional" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Custom File Property Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="linkTarget" use="optional" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Bookmark Link Target</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|