main
1<?xml version="1.0" encoding="utf-8"?>
2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 xmlns="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties"
4 xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"
5 xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
6 targetNamespace="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties"
7 blockDefault="#all" elementFormDefault="qualified">
8 <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"
9 schemaLocation="shared-documentPropertiesVariantTypes.xsd"/>
10 <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
11 schemaLocation="shared-commonSimpleTypes.xsd"/>
12 <xsd:element name="Properties" type="CT_Properties"/>
13 <xsd:complexType name="CT_Properties">
14 <xsd:sequence>
15 <xsd:element name="property" minOccurs="0" maxOccurs="unbounded" type="CT_Property"/>
16 </xsd:sequence>
17 </xsd:complexType>
18 <xsd:complexType name="CT_Property">
19 <xsd:choice minOccurs="1" maxOccurs="1">
20 <xsd:element ref="vt:vector"/>
21 <xsd:element ref="vt:array"/>
22 <xsd:element ref="vt:blob"/>
23 <xsd:element ref="vt:oblob"/>
24 <xsd:element ref="vt:empty"/>
25 <xsd:element ref="vt:null"/>
26 <xsd:element ref="vt:i1"/>
27 <xsd:element ref="vt:i2"/>
28 <xsd:element ref="vt:i4"/>
29 <xsd:element ref="vt:i8"/>
30 <xsd:element ref="vt:int"/>
31 <xsd:element ref="vt:ui1"/>
32 <xsd:element ref="vt:ui2"/>
33 <xsd:element ref="vt:ui4"/>
34 <xsd:element ref="vt:ui8"/>
35 <xsd:element ref="vt:uint"/>
36 <xsd:element ref="vt:r4"/>
37 <xsd:element ref="vt:r8"/>
38 <xsd:element ref="vt:decimal"/>
39 <xsd:element ref="vt:lpstr"/>
40 <xsd:element ref="vt:lpwstr"/>
41 <xsd:element ref="vt:bstr"/>
42 <xsd:element ref="vt:date"/>
43 <xsd:element ref="vt:filetime"/>
44 <xsd:element ref="vt:bool"/>
45 <xsd:element ref="vt:cy"/>
46 <xsd:element ref="vt:error"/>
47 <xsd:element ref="vt:stream"/>
48 <xsd:element ref="vt:ostream"/>
49 <xsd:element ref="vt:storage"/>
50 <xsd:element ref="vt:ostorage"/>
51 <xsd:element ref="vt:vstream"/>
52 <xsd:element ref="vt:clsid"/>
53 </xsd:choice>
54 <xsd:attribute name="fmtid" use="required" type="s:ST_Guid"/>
55 <xsd:attribute name="pid" use="required" type="xsd:int"/>
56 <xsd:attribute name="name" use="optional" type="xsd:string"/>
57 <xsd:attribute name="linkTarget" use="optional" type="xsd:string"/>
58 </xsd:complexType>
59</xsd:schema>