1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
//
// -----------------------------------------------------------------------------
// THIS FILE WAS @generated AUTOMATICALLY. DO NOT MODIFY THIS FILE MANUALLY.
// -----------------------------------------------------------------------------
//
/// Defines the CommentAuthorMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:cmAuthorMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_CommentAuthorMonikerList/pc:cmAuthorMkLst")]
pub struct CommentAuthorMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the CommentMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:cmMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_CommentMonikerList/pc:cmMkLst")]
pub struct CommentMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the StringTagMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:tagMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_StringTagMonikerList/pc:tagMkLst")]
pub struct StringTagMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the CustomShowMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:custShowMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_CustomShowMonikerList/pc:custShowMkLst")]
pub struct CustomShowMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the DocumentMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:docMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_DocumentMonikerList/pc:docMkLst")]
pub struct DocumentMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the SectionMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:sectionMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_SectionMonikerList/pc:sectionMkLst")]
pub struct SectionMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the SlideBaseMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:sldBaseMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_SlideBaseMonikerList/pc:sldBaseMkLst")]
pub struct SlideBaseMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the SlideLayoutMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:sldLayoutMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_SlideLayoutMonikerList/pc:sldLayoutMkLst")]
pub struct SlideLayoutMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the MainMasterMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:sldMasterMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_MainMasterMonikerList/pc:sldMasterMkLst")]
pub struct MainMasterMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the SlideMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:sldMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_SlideMonikerList/pc:sldMkLst")]
pub struct SlideMonikerList {
/// _
#[sdk(child(qname = "pc:CT_DocumentMoniker/pc:docMk"))]
pub document_moniker: std::boxed::Box<DocumentMoniker>,
/// _
#[sdk(child(qname = "pc:CT_SlideMoniker/pc:sldMk"))]
pub slide_moniker: std::boxed::Box<SlideMoniker>,
/// _
#[sdk(any)]
pub unknown_xml: Vec<String>,
}
/// Defines the SlidePosMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:sldPosMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_SlidePosMonikerList/pc:sldPosMkLst")]
pub struct SlidePosMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the NotesMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:notesMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_NotesMonikerList/pc:notesMkLst")]
pub struct NotesMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the NotesTextMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:notesTxtMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_NotesTextMonikerList/pc:notesTxtMkLst")]
pub struct NotesTextMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the NotesMasterMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:notesMasterMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_NotesMasterMonikerList/pc:notesMasterMkLst")]
pub struct NotesMasterMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the HandoutMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:handoutMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_HandoutMonikerList/pc:handoutMkLst")]
pub struct HandoutMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the AnimEffectMkLstAnimationEffectMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:animEffectMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_AnimationEffectMonikerList/pc:animEffectMkLst")]
pub struct AnimEffectMkLstAnimationEffectMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the AnimEffectParentMkLstAnimationEffectMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:animEffectParentMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_AnimationEffectMonikerList/pc:animEffectParentMkLst")]
pub struct AnimEffectParentMkLstAnimationEffectMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the OpenXmlAnimationEffectMonikerListElement Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is .
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_AnimationEffectMonikerList/")]
pub struct OpenXmlAnimationEffectMonikerListElement {}
/// Defines the OsfTaskPaneAppMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:tkAppMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_OsfTaskPaneAppMonikerList/pc:tkAppMkLst")]
pub struct OsfTaskPaneAppMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the SummaryZoomMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:tocMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_SummaryZoomMonikerList/pc:tocMkLst")]
pub struct SummaryZoomMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the SectionLinkObjMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:sectionLnkObjMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_SectionLinkObjMonikerList/pc:sectionLnkObjMkLst")]
pub struct SectionLinkObjMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the DesignerTagMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:designTagMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_DesignerTagMonikerList/pc:designTagMkLst")]
pub struct DesignerTagMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the CustomXmlPartMonikerList Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:cXmlMkLst.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_CustomXmlPartMonikerList/pc:cXmlMkLst")]
pub struct CustomXmlPartMonikerList {
#[sdk(any)]
pub xml_children: Vec<String>,
}
/// Defines the DocumentMoniker Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:docMk.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_DocumentMoniker/pc:docMk")]
pub struct DocumentMoniker {}
/// Defines the SlideMoniker Class.
///
/// Available in Office2016 and above.
///
/// When the object is serialized out as xml, it's qualified name is pc:sldMk.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:CT_SlideMoniker/pc:sldMk")]
pub struct SlideMoniker {
/// cId
///
/// Available in Office2016 and above.
///
/// Represents the following attribute in the schema: :cId
#[sdk(attr(qname = ":cId"))]
pub c_id: Option<crate::simple_type::UInt32Value>,
/// sldId
///
/// Available in Office2016 and above.
///
/// Represents the following attribute in the schema: :sldId
#[sdk(attr(qname = ":sldId"))]
#[sdk(number_range(
source = 1u32,
min = "256",
max = "2147483648",
min_inclusive = true,
max_inclusive = false
))]
pub sld_id: crate::simple_type::UInt32Value,
}