#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "xlrdwi:CT_WebImagesSupportingRichData/xlrdwi:webImagesSrd")]
pub struct WebImagesSupportingRichData {
pub xmlns: Option<String>,
pub xmlns_map: std::collections::HashMap<String, String>,
pub xml_header: crate::common::XmlHeaderType,
pub mc_ignorable: Option<String>,
#[sdk(child(qname = "xlrdwi:CT_WebImageSupportingRichData/xlrdwi:webImageSrd"))]
pub xlrdwi_web_image_srd: Vec<WebImageSupportingRichData>,
#[sdk(child(qname = "x:CT_ExtensionList/xlrdwi:extLst"))]
pub xlrdwi_ext_lst: Option<ExtensionList>,
}
#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "xlrdwi:CT_WebImageSupportingRichData/xlrdwi:webImageSrd")]
pub struct WebImageSupportingRichData {
#[sdk(child(qname = "xlrdwi:CT_WebImageSupportingRichDataRelationship/xlrdwi:address"))]
pub address_web_image_supporting_rich_data_relationship:
std::boxed::Box<AddressWebImageSupportingRichDataRelationship>,
#[sdk(child(
qname = "xlrdwi:CT_WebImageSupportingRichDataRelationship/xlrdwi:moreImagesAddress"
))]
pub more_images_address_web_image_supporting_rich_data_relationship:
Option<MoreImagesAddressWebImageSupportingRichDataRelationship>,
#[sdk(child(qname = "xlrdwi:CT_WebImageSupportingRichDataRelationship/xlrdwi:blip"))]
pub blip_web_image_supporting_rich_data_relationship:
Option<BlipWebImageSupportingRichDataRelationship>,
}
#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "x:CT_ExtensionList/xlrdwi:extLst")]
pub struct ExtensionList {
#[sdk(child(qname = "x:CT_Extension/x:ext"))]
pub extension: Vec<crate::schemas::schemas_openxmlformats_org_spreadsheetml_2006_main::Extension>,
}
#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "xlrdwi:CT_WebImageSupportingRichDataRelationship/xlrdwi:address")]
pub struct AddressWebImageSupportingRichDataRelationship {
#[sdk(attr(qname = "r:id"))]
pub r_id: crate::simple_type::StringValue,
}
#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "xlrdwi:CT_WebImageSupportingRichDataRelationship/xlrdwi:moreImagesAddress")]
pub struct MoreImagesAddressWebImageSupportingRichDataRelationship {
#[sdk(attr(qname = "r:id"))]
pub r_id: crate::simple_type::StringValue,
}
#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "xlrdwi:CT_WebImageSupportingRichDataRelationship/xlrdwi:blip")]
pub struct BlipWebImageSupportingRichDataRelationship {
#[sdk(attr(qname = "r:id"))]
pub r_id: crate::simple_type::StringValue,
}
#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "xlrdwi:CT_WebImageSupportingRichDataRelationship/")]
pub struct OpenXmlWebImageSupportingRichDataRelationshipElement {
#[sdk(attr(qname = "r:id"))]
pub r_id: crate::simple_type::StringValue,
}