Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Argument ¶
type Argument struct {
XMLName xml.Name `xml:"argument"`
Id string `xml:"id,attr"`
Strict bool `xml:"strict,attr"`
Pro bool `xml:"pro,attr"`
Scheme string `xml:"scheme,attr"`
Weight float64 `xml:"weight,attr"`
Value float64 `xml:"value,attr"`
Metadata Metadata `xml:"metadata"`
Conclusion Conclusion `xml:"conclusion"`
Premises Premises `xml:"premises"`
}
type CAF ¶
type CAF struct {
XMLName xml.Name `xml:"caf"`
Version string `xml:"version,attr"`
Metadata Metadata `xml:"metadata"`
Statements Statements `xml:"statements"`
Arguments Arguments `xml:"arguments"`
References References `xml:"references"`
}
type Conclusion ¶
type Description ¶
type Descriptions ¶
type Descriptions struct {
XMLName xml.Name `xml:"descriptions"`
Content []Description `xml:"description"`
}
type Metadata ¶
type Metadata struct {
XMLName xml.Name `xml:"metadata"`
Key string `xml:"key,attr"`
Contributor string `xml:"contributor,attr"`
Coverage string `xml:"coverage,attr"`
Creator string `xml:"creator,attr"`
Date string `xml:"date,attr"`
Format string `xml:"format,attr"`
Identifier string `xml:"identifier,attr"`
Language string `xml:"language,attr"`
Publisher string `xml:"publisher,attr"`
Relation string `xml:"relation,attr"`
Rights string `xml:"rights,attr"`
Source string `xml:"source,attr"`
Subject string `xml:"subject,attr"`
Title string `xml:"title,attr"`
Type string `xml:"type,attr"`
Descriptions Descriptions `xml:"descriptions"`
}
type References ¶
type Statement ¶
type Statement struct {
XMLName xml.Name `xml:"statement"`
Id string `xml:"id,attr"`
Weight float64 `xml:"weight,attr"`
Value float64 `xml:"value,attr"`
Standard string `xml:"standard,attr"`
Atom string `xml:"atom,attr"`
Main bool `xml:"main,attr"`
Metadata Metadata `xml:"metadata"`
Texts Descriptions `xml:"descriptions"`
}
type Statements ¶
Click to show internal directories.
Click to hide internal directories.