Versions in this module Expand all Collapse all v0 v0.7.1 Jan 17, 2024 v0.7.0 Jan 16, 2024 Changes in this version + type All struct + Annotation *Annotation + Elements []Element + XMLName xml.Name + type Annotation struct + Documentations []Documentation + XMLName xml.Name + type Attribute struct + Name string + Type string + Use string + XMLName xml.Name + type AttributeGroup struct + Attributes []Attribute + Name string + Ref string + XMLName xml.Name + type ComplexContent struct + Annotation *Annotation + Extension Extension + Mixed bool + XMLName xml.Name + type ComplexType struct + All *All + AttributeGroups []AttributeGroup + ComplexContent *ComplexContent + Mixed bool + Name string + Sequence *Sequence + SimpleContent *SimpleContent + XMLName xml.Name + type Documentation struct + Content string + Language string + XMLName xml.Name + type Element struct + Annotation *Annotation + Key bool + Multiple bool + Name string + Nillable bool + Reference string + SimpleType *SimpleType + StrMaxOccurs string + Type string + XMLName xml.Name + func (e *Element) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + type Extension struct + Attributes []Attribute + Base string + Sequence *Sequence + XMLName xml.Name + type Restriction struct + Attributes []Attribute + Base string + Enumerations []struct{ ... } + MaxInclusive ... + MinInclusive ... + Pattern ... + SimpleContent ... + XMLName xml.Name + type Schema struct + Annotation []Annotation + AttributeGroups []AttributeGroup + ComplexTypes []ComplexType + Meta meta.Data + SimpleTypes []SimpleType + XMLName xml.Name + func (s *Schema) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + type Sequence struct + Annotation *Annotation + Elements []Element + MaxOccurs int + MinOccurs int + Multiple bool + StrMaxOccurs string + XMLName xml.Name + func (s *Sequence) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + type SimpleContent struct + Annotation *Annotation + Extension *Extension + XMLName xml.Name + type SimpleType struct + Annotation *Annotation + Name string + Restriction Restriction + XMLName xml.Name