Versions in this module Expand all Collapse all v1 v1.0.1 Oct 25, 2024 Changes in this version + type Any struct + func NewAny() *Any + func (m *Any) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *Any) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *Any) Validate() error + func (m *Any) ValidateWithPath(path string) error + type ElementContainer struct + Choice []*ElementsGroupChoice + func NewElementContainer() *ElementContainer + func (m *ElementContainer) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *ElementContainer) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *ElementContainer) Validate() error + func (m *ElementContainer) ValidateWithPath(path string) error + type ElementsGroup struct + Choice []*ElementsGroupChoice + func NewElementsGroup() *ElementsGroup + func (m *ElementsGroup) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *ElementsGroup) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *ElementsGroup) Validate() error + func (m *ElementsGroup) ValidateWithPath(path string) error + type ElementsGroupChoice struct + Any []*Any + func NewElementsGroupChoice() *ElementsGroupChoice + func (m *ElementsGroupChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *ElementsGroupChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *ElementsGroupChoice) Validate() error + func (m *ElementsGroupChoice) ValidateWithPath(path string) error + type SimpleLiteral struct + func NewSimpleLiteral() *SimpleLiteral + func (m *SimpleLiteral) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *SimpleLiteral) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *SimpleLiteral) Validate() error + func (m *SimpleLiteral) ValidateWithPath(path string) error