#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:spPr")]
pub struct ShapeProperties {
#[sdk(attr(qname = ":bwMode"))]
#[sdk(string_format(kind = "token"))]
pub black_white_mode: Option<crate::schemas::a::BlackWhiteModeValues>,
#[sdk(child(qname = "a:xfrm"))]
pub transform2_d: Option<std::boxed::Box<crate::schemas::a::Transform2D>>,
#[sdk(
choice(
child(variant = CustomGeometry, qname = "a:custGeom"),
child(variant = PresetGeometry, qname = "a:prstGeom")
)
)]
pub shape_properties_choice1: Option<ShapePropertiesChoice>,
#[sdk(
choice(
child(variant = NoFill, qname = "a:noFill"),
child(variant = SolidFill, qname = "a:solidFill"),
child(variant = GradientFill, qname = "a:gradFill"),
child(variant = BlipFill, qname = "a:blipFill"),
child(variant = PatternFill, qname = "a:pattFill"),
empty_child(variant = GroupFill, qname = "a:grpFill")
)
)]
pub shape_properties_choice2: Option<ShapePropertiesChoice2>,
#[sdk(child(qname = "a:ln"))]
pub outline: Option<std::boxed::Box<crate::schemas::a::Outline>>,
#[sdk(
choice(
child(variant = EffectList, qname = "a:effectLst"),
child(variant = EffectDag, qname = "a:effectDag")
)
)]
pub shape_properties_choice3: Option<ShapePropertiesChoice3>,
#[sdk(child(qname = "a:scene3d"))]
pub scene3_d_type: Option<std::boxed::Box<crate::schemas::a::Scene3DType>>,
#[sdk(child(qname = "a:sp3d"))]
pub shape3_d_type: Option<std::boxed::Box<crate::schemas::a::Shape3DType>>,
#[sdk(child(qname = "a:extLst"))]
pub shape_properties_extension_list: Option<crate::schemas::a::ShapePropertiesExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:explosion")]
pub struct UnsignedIntegerType {
#[sdk(attr(qname = ":val"))]
pub val: crate::simple_type::UInt32Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:invertIfNegative")]
pub struct InvertIfNegativeBoolean {
#[sdk(attr(qname = ":val"))]
pub val: Option<crate::simple_type::BooleanValue>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:bubble3D")]
pub struct Bubble3DBoolean {
#[sdk(attr(qname = ":val"))]
pub val: Option<crate::simple_type::BooleanValue>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:marker")]
pub struct Marker {
#[sdk(child(qname = "c:symbol"))]
pub symbol: Option<crate::schemas::c::Symbol>,
#[sdk(child(qname = "c:size"))]
pub size: Option<crate::schemas::c::Size>,
#[sdk(child(qname = "c:spPr"))]
pub chart_shape_properties: Option<std::boxed::Box<crate::schemas::c::ChartShapeProperties>>,
#[sdk(child(qname = "c:extLst"))]
pub extension_list: Option<crate::schemas::c::ExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:dLbl")]
pub struct DLbl {
#[sdk(child(qname = "c:idx"))]
pub index: std::boxed::Box<crate::schemas::c::Index>,
#[sdk(
choice(
child(variant = Delete, qname = "c:delete"),
sequence(
variant = Sequence,
child(qname = "c:layout"),
child(qname = "c:tx"),
child(qname = "c:numFmt"),
child(qname = "c:spPr"),
child(qname = "c:txPr"),
child(qname = "c:dLblPos"),
child(qname = "c:showLegendKey"),
child(qname = "c:showVal"),
child(qname = "c:showCatName"),
child(qname = "c:showSerName"),
child(qname = "c:showPercent"),
child(qname = "c:showBubbleSize"),
text_child(qname = "c:separator")
)
)
)]
pub d_lbl_choice: Option<DLblChoice>,
#[sdk(child(qname = "c:extLst"))]
pub d_lbl_extension_list: Option<crate::schemas::c::DLblExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:categoryFilterExceptions")]
pub struct CategoryFilterExceptions {
#[sdk(child(qname = "c16:categoryFilterException"))]
pub category_filter_exception: Vec<CategoryFilterException>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:pivotOptions16")]
pub struct PivotOptions16 {
#[sdk(child(qname = "c16:showExpandCollapseFieldButtons"))]
pub boolean_false: Option<BooleanFalse>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:datapointuniqueidmap")]
pub struct ChartDataPointUniqueIdMap {
#[sdk(child(qname = "c16:ptentry"))]
pub chart_data_point_unique_id_map_entry: Vec<ChartDataPointUniqueIdMapEntry>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:uniqueId")]
pub struct UniqueIdChartUniqueId {
#[sdk(attr(qname = ":val"))]
pub val: crate::simple_type::StringValue,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:uniqueID")]
pub struct UniqueId {
#[sdk(attr(qname = ":val"))]
pub val: crate::simple_type::StringValue,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:categoryFilterException")]
pub struct CategoryFilterException {
#[sdk(child(qname = "c16:uniqueId"))]
pub unique_id_chart_unique_id: std::boxed::Box<UniqueIdChartUniqueId>,
#[sdk(child(qname = "c16:spPr"))]
pub shape_properties: Option<std::boxed::Box<ShapeProperties>>,
#[sdk(child(qname = "c16:explosion"))]
pub unsigned_integer_type: Option<UnsignedIntegerType>,
#[sdk(child(qname = "c16:invertIfNegative"))]
pub invert_if_negative_boolean: Option<InvertIfNegativeBoolean>,
#[sdk(child(qname = "c16:bubble3D"))]
pub bubble3_d_boolean: Option<Bubble3DBoolean>,
#[sdk(child(qname = "c16:marker"))]
pub marker: Option<std::boxed::Box<Marker>>,
#[sdk(child(qname = "c16:dLbl"))]
pub d_lbl: Option<std::boxed::Box<DLbl>>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:numCache")]
pub struct NumberDataType {
#[sdk(text_child(simple_type = "StringValue", qname = "c:formatCode"))]
pub format_code: Option<crate::schemas::c::FormatCode>,
#[sdk(child(qname = "c:ptCount"))]
pub point_count: Option<crate::schemas::c::PointCount>,
#[sdk(child(qname = "c:pt"))]
pub numeric_point: Vec<crate::schemas::c::NumericPoint>,
#[sdk(child(qname = "c:extLst"))]
pub extension_list: Option<crate::schemas::c::ExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:filteredLitCache")]
pub struct NumFilteredLiteralCache {
#[sdk(child(qname = "c16:numCache"))]
pub number_data_type: std::boxed::Box<NumberDataType>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:strCache")]
pub struct StringDataType {
#[sdk(child(qname = "c:ptCount"))]
pub point_count: Option<crate::schemas::c::PointCount>,
#[sdk(child(qname = "c:pt"))]
pub string_point: Vec<crate::schemas::c::StringPoint>,
#[sdk(child(qname = "c:extLst"))]
pub str_data_extension_list: Option<crate::schemas::c::StrDataExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:filteredLitCache")]
pub struct StrFilteredLiteralCache {
#[sdk(child(qname = "c16:strCache"))]
pub string_data_type: std::boxed::Box<StringDataType>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:multiLvlStrCache")]
pub struct MultiLvlStrData {
#[sdk(child(qname = "c:ptCount"))]
pub point_count: Option<crate::schemas::c::PointCount>,
#[sdk(child(qname = "c:lvl"))]
pub level: Vec<crate::schemas::c::Level>,
#[sdk(child(qname = "c:extLst"))]
pub extension_list: Option<crate::schemas::c::ExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:filteredLitCache")]
pub struct MultiLvlStrFilteredLiteralCache {
#[sdk(child(qname = "c16:multiLvlStrCache"))]
pub multi_lvl_str_data: std::boxed::Box<MultiLvlStrData>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:literalDataChart")]
pub struct LiteralDataChart {
#[sdk(attr(qname = ":val"))]
pub val: crate::simple_type::BooleanValue,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:showExpandCollapseFieldButtons")]
pub struct BooleanFalse {
#[sdk(attr(qname = ":val"))]
pub val: Option<crate::simple_type::BooleanValue>,
}
pub type XsdunsignedInt = crate::simple_type::UInt32Value;
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "c16:ptentry")]
pub struct ChartDataPointUniqueIdMapEntry {
#[sdk(text_child(simple_type = "UInt32Value", qname = "c16:ptidx"))]
pub xsdunsigned_int: XsdunsignedInt,
#[sdk(child(qname = "c16:uniqueID"))]
pub unique_id: std::boxed::Box<UniqueId>,
}
#[derive(Clone, Debug, PartialEq)]
pub enum ShapePropertiesChoice {
CustomGeometry(std::boxed::Box<crate::schemas::a::CustomGeometry>),
PresetGeometry(std::boxed::Box<crate::schemas::a::PresetGeometry>),
}
#[derive(Clone, Debug, PartialEq)]
pub enum ShapePropertiesChoice2 {
NoFill(std::boxed::Box<crate::schemas::a::NoFill>),
SolidFill(std::boxed::Box<crate::schemas::a::SolidFill>),
GradientFill(std::boxed::Box<crate::schemas::a::GradientFill>),
BlipFill(std::boxed::Box<crate::schemas::a::BlipFill>),
PatternFill(std::boxed::Box<crate::schemas::a::PatternFill>),
GroupFill,
}
#[derive(Clone, Debug, PartialEq)]
pub enum ShapePropertiesChoice3 {
EffectList(std::boxed::Box<crate::schemas::a::EffectList>),
EffectDag(std::boxed::Box<crate::schemas::a::EffectDag>),
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
pub struct DLblChoiceSequence {
#[sdk(child(qname = "c:layout"))]
pub layout: Option<std::boxed::Box<crate::schemas::c::Layout>>,
#[sdk(child(qname = "c:tx"))]
pub chart_text: Option<std::boxed::Box<crate::schemas::c::ChartText>>,
#[sdk(child(qname = "c:numFmt"))]
pub numbering_format: Option<crate::schemas::c::NumberingFormat>,
#[sdk(child(qname = "c:spPr"))]
pub chart_shape_properties: Option<std::boxed::Box<crate::schemas::c::ChartShapeProperties>>,
#[sdk(child(qname = "c:txPr"))]
pub text_properties: Option<std::boxed::Box<crate::schemas::c::TextProperties>>,
#[sdk(child(qname = "c:dLblPos"))]
pub data_label_position: Option<crate::schemas::c::DataLabelPosition>,
#[sdk(child(qname = "c:showLegendKey"))]
pub show_legend_key: Option<crate::schemas::c::ShowLegendKey>,
#[sdk(child(qname = "c:showVal"))]
pub show_value: Option<crate::schemas::c::ShowValue>,
#[sdk(child(qname = "c:showCatName"))]
pub show_category_name: Option<crate::schemas::c::ShowCategoryName>,
#[sdk(child(qname = "c:showSerName"))]
pub show_series_name: Option<crate::schemas::c::ShowSeriesName>,
#[sdk(child(qname = "c:showPercent"))]
pub show_percent: Option<crate::schemas::c::ShowPercent>,
#[sdk(child(qname = "c:showBubbleSize"))]
pub show_bubble_size: Option<crate::schemas::c::ShowBubbleSize>,
#[sdk(text_child(simple_type = "StringValue", qname = "c:separator"))]
pub separator: Option<crate::schemas::c::Separator>,
}
#[derive(Clone, Debug, PartialEq)]
pub enum DLblChoice {
Delete(std::boxed::Box<crate::schemas::c::Delete>),
Sequence(std::boxed::Box<DLblChoiceSequence>),
}