pub type CommentAuthorMonikerList = Vec<String>;
pub type CommentMonikerList = Vec<String>;
pub type StringTagMonikerList = Vec<String>;
pub type CustomShowMonikerList = Vec<String>;
pub type DocumentMonikerList = Vec<String>;
pub type SectionMonikerList = Vec<String>;
pub type SlideBaseMonikerList = Vec<String>;
pub type SlideLayoutMonikerList = Vec<String>;
pub type MainMasterMonikerList = Vec<String>;
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:sldMkLst")]
pub struct SlideMonikerList {
#[sdk(empty_child(qname = "pc:docMk"))]
pub document_moniker: (),
#[sdk(child(qname = "pc:sldMk"))]
pub slide_moniker: std::boxed::Box<SlideMoniker>,
#[sdk(any)]
pub unknown_xml: Vec<std::boxed::Box<[u8]>>,
}
pub type SlidePosMonikerList = Vec<String>;
pub type NotesMonikerList = Vec<String>;
pub type NotesTextMonikerList = Vec<String>;
pub type NotesMasterMonikerList = Vec<String>;
pub type HandoutMonikerList = Vec<String>;
pub type AnimEffectMkLstAnimationEffectMonikerList = Vec<String>;
pub type AnimEffectParentMkLstAnimationEffectMonikerList = Vec<String>;
pub type OsfTaskPaneAppMonikerList = Vec<String>;
pub type SummaryZoomMonikerList = Vec<String>;
pub type SectionLinkObjMonikerList = Vec<String>;
pub type DesignerTagMonikerList = Vec<String>;
pub type CustomXmlPartMonikerList = Vec<String>;
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "pc:sldMk")]
pub struct SlideMoniker {
#[sdk(attr(qname = ":cId"))]
pub c_id: Option<crate::simple_type::UInt32Value>,
#[sdk(attr(qname = ":sldId"))]
#[sdk(number_range(range = 256..2147483648))]
pub sld_id: crate::simple_type::UInt32Value,
}