type MultiLvlStrLit struct {
chart.CT_MultiLvlStrData
}
func NewMultiLvlStrLit() *MultiLvlStrLit
func (m *MultiLvlStrLit) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *MultiLvlStrLit) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *MultiLvlStrLit) Validate() error
Validate validates the MultiLvlStrLit and its children
func (m *MultiLvlStrLit) ValidateWithPath(path string) error
ValidateWithPath validates the MultiLvlStrLit and its children, prefixing error messages with path