//
// -----------------------------------------------------------------------------
// THIS FILE WAS @generated AUTOMATICALLY. DO NOT MODIFY THIS FILE MANUALLY.
// -----------------------------------------------------------------------------
//
/// Defines the CompatibilityShape Class.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "com14:compatSp")]
pub struct CompatibilityShape {
/// spid
#[sdk(attr(qname = ":spid"))]
#[sdk(string_format(kind = "token"))]
pub shape_id: crate::simple_type::StringValue,
}