type CT_Decorative struct {
ValAttr *bool
}
func NewCT_Decorative() *CT_Decorative
func (m *CT_Decorative) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Decorative) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Decorative) Validate() error
Validate validates the CT_Decorative and its children
func (m *CT_Decorative) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Decorative and its children, prefixing error messages with path
type Decorative struct {
CT_Decorative
}
func NewDecorative() *Decorative
func (m *Decorative) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *Decorative) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *Decorative) Validate() error
Validate validates the Decorative and its children
func (m *Decorative) ValidateWithPath(path string) error
ValidateWithPath validates the Decorative and its children, prefixing error messages with path