Versions in this module Expand all Collapse all v1 v1.1.0 Jun 10, 2021 v1.0.0 Jun 9, 2021 Changes in this version + type CT_Relationship struct + Content string + IdAttr string + TargetAttr string + TargetModeAttr ST_TargetMode + TypeAttr string + func NewCT_Relationship() *CT_Relationship + func (m *CT_Relationship) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *CT_Relationship) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *CT_Relationship) Validate() error + func (m *CT_Relationship) ValidateWithPath(path string) error + type CT_Relationships struct + Relationship []*Relationship + func NewCT_Relationships() *CT_Relationships + func (m *CT_Relationships) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *CT_Relationships) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *CT_Relationships) Validate() error + func (m *CT_Relationships) ValidateWithPath(path string) error + type Relationship struct + func NewRelationship() *Relationship + func (m *Relationship) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *Relationship) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *Relationship) Validate() error + func (m *Relationship) ValidateWithPath(path string) error + type Relationships struct + func NewRelationships() *Relationships + func (m *Relationships) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *Relationships) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *Relationships) Validate() error + func (m *Relationships) ValidateWithPath(path string) error + type ST_TargetMode byte + const ST_TargetModeExternal + const ST_TargetModeInternal + const ST_TargetModeUnset + func (e *ST_TargetMode) UnmarshalXMLAttr(attr xml.Attr) error + func (e ST_TargetMode) MarshalXMLAttr(name xml.Name) (xml.Attr, error) + func (m *ST_TargetMode) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m ST_TargetMode) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m ST_TargetMode) String() string + func (m ST_TargetMode) Validate() error + func (m ST_TargetMode) ValidateWithPath(path string) error