generated

package
v0.0.0-...-930ef9c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2016 License: MIT Imports: 1 Imported by: 1

Documentation

Overview

Auto-generated by the "go-xsd" package located at:

github.com/metaleap/go-xsd

Comments on types and fields (if any) are from the XSD file located at:

dev.upstores.com.br/medline/medline.xsd

Index

Constants

This section is empty.

Variables

View Source
var (
	//	Set this to false to break a Walk() immediately as soon as the first error is returned by a custom handler function.
	//	If true, Walk() proceeds and accumulates all errors in the WalkErrors slice.
	WalkContinueOnError = true
	//	Contains all errors accumulated during Walk()s. If you're using this, you need to reset this yourself as needed prior to a fresh Walk().
	WalkErrors []error
	//	Your custom error-handling function, if required.
	WalkOnError func(error)
	//	Provides 357 strong-typed hooks for your own custom handler functions to be invoked when the Walk() method is called on any instance of any (non-attribute-related) struct type defined in this package.
	//	If your custom handler does get called at all for a given struct instance, then it always gets called twice, first with the 'enter' bool argument set to true, then (after having Walk()ed all subordinate struct instances, if any) once again with it set to false.
	WalkHandlers = &XWalkHandlers{}
)

Functions

This section is empty.

Types

type TAbstract

func (*TAbstract) Walk

func (me *TAbstract) Walk() (err error)

If the WalkHandlers.TAbstract function is not nil (ie. was set by outside code), calls it with this TAbstract instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this TAbstract instance.

type TAbstractText

type TAbstractText struct {
	Ttext

	XHasAtts_AttlistAbstractText
}

func (*TAbstractText) Walk

func (me *TAbstractText) Walk() (err error)

If the WalkHandlers.TAbstractText function is not nil (ie. was set by outside code), calls it with this TAbstractText instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TAbstractText instance.

type TAccessionNumberList

type TAccessionNumberList struct {
	XHasElems_AccessionNumber
}

func (*TAccessionNumberList) Walk

func (me *TAccessionNumberList) Walk() (err error)

If the WalkHandlers.TAccessionNumberList function is not nil (ie. was set by outside code), calls it with this TAccessionNumberList instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TAccessionNumberList instance.

type TAffiliationInfo

type TAffiliationInfo struct {
	XHasElem_Affiliation

	XHasElems_Identifier
}

func (*TAffiliationInfo) Walk

func (me *TAffiliationInfo) Walk() (err error)

If the WalkHandlers.TAffiliationInfo function is not nil (ie. was set by outside code), calls it with this TAffiliationInfo instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this TAffiliationInfo instance.

type TArtIdTypeUnion

type TArtIdTypeUnion xsdt.Token

func (TArtIdTypeUnion) IsDoi

func (me TArtIdTypeUnion) IsDoi() bool

Returns true if the value of this enumerated TArtIdTypeUnion is "doi".

func (*TArtIdTypeUnion) Set

func (me *TArtIdTypeUnion) Set(s string)

Since TArtIdTypeUnion is just a simple String type, this merely sets the current value from the specified string.

func (TArtIdTypeUnion) String

func (me TArtIdTypeUnion) String() string

Since TArtIdTypeUnion is just a simple String type, this merely returns the current string value.

func (TArtIdTypeUnion) ToXsdtToken

func (me TArtIdTypeUnion) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TArtIdTypeUnion's alias type xsdt.Token.

type TArtIdTypeUnion1

type TArtIdTypeUnion1 xsdt.Token

func (TArtIdTypeUnion1) IsPii

func (me TArtIdTypeUnion1) IsPii() bool

Returns true if the value of this enumerated TArtIdTypeUnion1 is "pii".

func (*TArtIdTypeUnion1) Set

func (me *TArtIdTypeUnion1) Set(s string)

Since TArtIdTypeUnion1 is just a simple String type, this merely sets the current value from the specified string.

func (TArtIdTypeUnion1) String

func (me TArtIdTypeUnion1) String() string

Since TArtIdTypeUnion1 is just a simple String type, this merely returns the current string value.

func (TArtIdTypeUnion1) ToXsdtToken

func (me TArtIdTypeUnion1) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TArtIdTypeUnion1's alias type xsdt.Token.

type TArtIdTypeUnion2

type TArtIdTypeUnion2 xsdt.Token

func (TArtIdTypeUnion2) IsPmcpid

func (me TArtIdTypeUnion2) IsPmcpid() bool

Returns true if the value of this enumerated TArtIdTypeUnion2 is "pmcpid".

func (*TArtIdTypeUnion2) Set

func (me *TArtIdTypeUnion2) Set(s string)

Since TArtIdTypeUnion2 is just a simple String type, this merely sets the current value from the specified string.

func (TArtIdTypeUnion2) String

func (me TArtIdTypeUnion2) String() string

Since TArtIdTypeUnion2 is just a simple String type, this merely returns the current string value.

func (TArtIdTypeUnion2) ToXsdtToken

func (me TArtIdTypeUnion2) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TArtIdTypeUnion2's alias type xsdt.Token.

type TArtIdTypeUnion3

type TArtIdTypeUnion3 xsdt.Token

func (TArtIdTypeUnion3) IsPmpid

func (me TArtIdTypeUnion3) IsPmpid() bool

Returns true if the value of this enumerated TArtIdTypeUnion3 is "pmpid".

func (*TArtIdTypeUnion3) Set

func (me *TArtIdTypeUnion3) Set(s string)

Since TArtIdTypeUnion3 is just a simple String type, this merely sets the current value from the specified string.

func (TArtIdTypeUnion3) String

func (me TArtIdTypeUnion3) String() string

Since TArtIdTypeUnion3 is just a simple String type, this merely returns the current string value.

func (TArtIdTypeUnion3) ToXsdtToken

func (me TArtIdTypeUnion3) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TArtIdTypeUnion3's alias type xsdt.Token.

type TArtIdTypeUnion4

type TArtIdTypeUnion4 xsdt.Token

func (TArtIdTypeUnion4) IsPmc

func (me TArtIdTypeUnion4) IsPmc() bool

Returns true if the value of this enumerated TArtIdTypeUnion4 is "pmc".

func (*TArtIdTypeUnion4) Set

func (me *TArtIdTypeUnion4) Set(s string)

Since TArtIdTypeUnion4 is just a simple String type, this merely sets the current value from the specified string.

func (TArtIdTypeUnion4) String

func (me TArtIdTypeUnion4) String() string

Since TArtIdTypeUnion4 is just a simple String type, this merely returns the current string value.

func (TArtIdTypeUnion4) ToXsdtToken

func (me TArtIdTypeUnion4) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TArtIdTypeUnion4's alias type xsdt.Token.

type TArtIdTypeUnion5

type TArtIdTypeUnion5 xsdt.Token

func (TArtIdTypeUnion5) IsMid

func (me TArtIdTypeUnion5) IsMid() bool

Returns true if the value of this enumerated TArtIdTypeUnion5 is "mid".

func (*TArtIdTypeUnion5) Set

func (me *TArtIdTypeUnion5) Set(s string)

Since TArtIdTypeUnion5 is just a simple String type, this merely sets the current value from the specified string.

func (TArtIdTypeUnion5) String

func (me TArtIdTypeUnion5) String() string

Since TArtIdTypeUnion5 is just a simple String type, this merely returns the current string value.

func (TArtIdTypeUnion5) ToXsdtToken

func (me TArtIdTypeUnion5) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TArtIdTypeUnion5's alias type xsdt.Token.

type TArtIdTypeUnion6

type TArtIdTypeUnion6 xsdt.Token

func (TArtIdTypeUnion6) IsSici

func (me TArtIdTypeUnion6) IsSici() bool

Returns true if the value of this enumerated TArtIdTypeUnion6 is "sici".

func (*TArtIdTypeUnion6) Set

func (me *TArtIdTypeUnion6) Set(s string)

Since TArtIdTypeUnion6 is just a simple String type, this merely sets the current value from the specified string.

func (TArtIdTypeUnion6) String

func (me TArtIdTypeUnion6) String() string

Since TArtIdTypeUnion6 is just a simple String type, this merely returns the current string value.

func (TArtIdTypeUnion6) ToXsdtToken

func (me TArtIdTypeUnion6) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TArtIdTypeUnion6's alias type xsdt.Token.

type TArticle

func (*TArticle) Walk

func (me *TArticle) Walk() (err error)

If the WalkHandlers.TArticle function is not nil (ie. was set by outside code), calls it with this TArticle instance as the single argument. Then calls the Walk() method on 12/13 embed(s) and 0/0 field(s) belonging to this TArticle instance.

type TArticleDate

func (*TArticleDate) Walk

func (me *TArticleDate) Walk() (err error)

If the WalkHandlers.TArticleDate function is not nil (ie. was set by outside code), calls it with this TArticleDate instance as the single argument. Then calls the Walk() method on 3/4 embed(s) and 0/0 field(s) belonging to this TArticleDate instance.

type TArticleId

type TArticleId struct {
	XHasCdata

	XHasAtts_AttlistArticleId
}

func (*TArticleId) Walk

func (me *TArticleId) Walk() (err error)

If the WalkHandlers.TArticleId function is not nil (ie. was set by outside code), calls it with this TArticleId instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TArticleId instance.

type TArticleIdList

type TArticleIdList struct {
	XHasElems_ArticleId
}

func (*TArticleIdList) Walk

func (me *TArticleIdList) Walk() (err error)

If the WalkHandlers.TArticleIdList function is not nil (ie. was set by outside code), calls it with this TArticleIdList instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TArticleIdList instance.

type TArticleTitle

type TArticleTitle struct {
	Ttext

	XHasAtts_AttlistBookTitle
}

func (*TArticleTitle) Walk

func (me *TArticleTitle) Walk() (err error)

If the WalkHandlers.TArticleTitle function is not nil (ie. was set by outside code), calls it with this TArticleTitle instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TArticleTitle instance.

type TAttlistAbstractTextNlmCategory

type TAttlistAbstractTextNlmCategory xsdt.Token

func (TAttlistAbstractTextNlmCategory) IsBackground

func (me TAttlistAbstractTextNlmCategory) IsBackground() bool

Returns true if the value of this enumerated TAttlistAbstractTextNlmCategory is "BACKGROUND".

func (TAttlistAbstractTextNlmCategory) IsConclusions

func (me TAttlistAbstractTextNlmCategory) IsConclusions() bool

Returns true if the value of this enumerated TAttlistAbstractTextNlmCategory is "CONCLUSIONS".

func (TAttlistAbstractTextNlmCategory) IsMethods

func (me TAttlistAbstractTextNlmCategory) IsMethods() bool

Returns true if the value of this enumerated TAttlistAbstractTextNlmCategory is "METHODS".

func (TAttlistAbstractTextNlmCategory) IsObjective

func (me TAttlistAbstractTextNlmCategory) IsObjective() bool

Returns true if the value of this enumerated TAttlistAbstractTextNlmCategory is "OBJECTIVE".

func (TAttlistAbstractTextNlmCategory) IsResults

func (me TAttlistAbstractTextNlmCategory) IsResults() bool

Returns true if the value of this enumerated TAttlistAbstractTextNlmCategory is "RESULTS".

func (TAttlistAbstractTextNlmCategory) IsUnassigned

func (me TAttlistAbstractTextNlmCategory) IsUnassigned() bool

Returns true if the value of this enumerated TAttlistAbstractTextNlmCategory is "UNASSIGNED".

func (*TAttlistAbstractTextNlmCategory) Set

Since TAttlistAbstractTextNlmCategory is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistAbstractTextNlmCategory) String

Since TAttlistAbstractTextNlmCategory is just a simple String type, this merely returns the current string value.

func (TAttlistAbstractTextNlmCategory) ToXsdtToken

func (me TAttlistAbstractTextNlmCategory) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistAbstractTextNlmCategory's alias type xsdt.Token.

type TAttlistArticleDateDateType

type TAttlistArticleDateDateType xsdt.String

func (TAttlistArticleDateDateType) IsElectronic

func (me TAttlistArticleDateDateType) IsElectronic() bool

Returns true if the value of this enumerated TAttlistArticleDateDateType is "Electronic".

func (*TAttlistArticleDateDateType) Set

Since TAttlistArticleDateDateType is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistArticleDateDateType) String

func (me TAttlistArticleDateDateType) String() string

Since TAttlistArticleDateDateType is just a simple String type, this merely returns the current string value.

func (TAttlistArticleDateDateType) ToXsdtString

func (me TAttlistArticleDateDateType) ToXsdtString() xsdt.String

This convenience method just performs a simple type conversion to TAttlistArticleDateDateType's alias type xsdt.String.

type TAttlistArticlePubModel

type TAttlistArticlePubModel xsdt.Token

func (TAttlistArticlePubModel) IsElectronic

func (me TAttlistArticlePubModel) IsElectronic() bool

Returns true if the value of this enumerated TAttlistArticlePubModel is "Electronic".

func (TAttlistArticlePubModel) IsElectronicECollection

func (me TAttlistArticlePubModel) IsElectronicECollection() bool

Returns true if the value of this enumerated TAttlistArticlePubModel is "Electronic-eCollection".

func (TAttlistArticlePubModel) IsElectronicPrint

func (me TAttlistArticlePubModel) IsElectronicPrint() bool

Returns true if the value of this enumerated TAttlistArticlePubModel is "Electronic-Print".

func (TAttlistArticlePubModel) IsPrint

func (me TAttlistArticlePubModel) IsPrint() bool

Returns true if the value of this enumerated TAttlistArticlePubModel is "Print".

func (TAttlistArticlePubModel) IsPrintElectronic

func (me TAttlistArticlePubModel) IsPrintElectronic() bool

Returns true if the value of this enumerated TAttlistArticlePubModel is "Print-Electronic".

func (*TAttlistArticlePubModel) Set

func (me *TAttlistArticlePubModel) Set(s string)

Since TAttlistArticlePubModel is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistArticlePubModel) String

func (me TAttlistArticlePubModel) String() string

Since TAttlistArticlePubModel is just a simple String type, this merely returns the current string value.

func (TAttlistArticlePubModel) ToXsdtToken

func (me TAttlistArticlePubModel) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistArticlePubModel's alias type xsdt.Token.

type TAttlistAuthorListCompleteYN

type TAttlistAuthorListCompleteYN xsdt.Token

func (TAttlistAuthorListCompleteYN) IsN

Returns true if the value of this enumerated TAttlistAuthorListCompleteYN is "N".

func (TAttlistAuthorListCompleteYN) IsY

Returns true if the value of this enumerated TAttlistAuthorListCompleteYN is "Y".

func (*TAttlistAuthorListCompleteYN) Set

Since TAttlistAuthorListCompleteYN is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistAuthorListCompleteYN) String

Since TAttlistAuthorListCompleteYN is just a simple String type, this merely returns the current string value.

func (TAttlistAuthorListCompleteYN) ToXsdtToken

func (me TAttlistAuthorListCompleteYN) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistAuthorListCompleteYN's alias type xsdt.Token.

type TAttlistAuthorListType

type TAttlistAuthorListType xsdt.Token

func (TAttlistAuthorListType) IsAuthors

func (me TAttlistAuthorListType) IsAuthors() bool

Returns true if the value of this enumerated TAttlistAuthorListType is "authors".

func (TAttlistAuthorListType) IsEditors

func (me TAttlistAuthorListType) IsEditors() bool

Returns true if the value of this enumerated TAttlistAuthorListType is "editors".

func (*TAttlistAuthorListType) Set

func (me *TAttlistAuthorListType) Set(s string)

Since TAttlistAuthorListType is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistAuthorListType) String

func (me TAttlistAuthorListType) String() string

Since TAttlistAuthorListType is just a simple String type, this merely returns the current string value.

func (TAttlistAuthorListType) ToXsdtToken

func (me TAttlistAuthorListType) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistAuthorListType's alias type xsdt.Token.

type TAttlistAuthorValidYN

type TAttlistAuthorValidYN xsdt.Token

func (TAttlistAuthorValidYN) IsN

func (me TAttlistAuthorValidYN) IsN() bool

Returns true if the value of this enumerated TAttlistAuthorValidYN is "N".

func (TAttlistAuthorValidYN) IsY

func (me TAttlistAuthorValidYN) IsY() bool

Returns true if the value of this enumerated TAttlistAuthorValidYN is "Y".

func (*TAttlistAuthorValidYN) Set

func (me *TAttlistAuthorValidYN) Set(s string)

Since TAttlistAuthorValidYN is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistAuthorValidYN) String

func (me TAttlistAuthorValidYN) String() string

Since TAttlistAuthorValidYN is just a simple String type, this merely returns the current string value.

func (TAttlistAuthorValidYN) ToXsdtToken

func (me TAttlistAuthorValidYN) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistAuthorValidYN's alias type xsdt.Token.

type TAttlistCommentsCorrectionsRefType

type TAttlistCommentsCorrectionsRefType xsdt.Token

func (TAttlistCommentsCorrectionsRefType) IsAssociatedDataset

func (me TAttlistCommentsCorrectionsRefType) IsAssociatedDataset() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "AssociatedDataset".

func (TAttlistCommentsCorrectionsRefType) IsAssociatedPublication

func (me TAttlistCommentsCorrectionsRefType) IsAssociatedPublication() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "AssociatedPublication".

func (TAttlistCommentsCorrectionsRefType) IsCites

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "Cites".

func (TAttlistCommentsCorrectionsRefType) IsCommentIn

func (me TAttlistCommentsCorrectionsRefType) IsCommentIn() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "CommentIn".

func (TAttlistCommentsCorrectionsRefType) IsCommentOn

func (me TAttlistCommentsCorrectionsRefType) IsCommentOn() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "CommentOn".

func (TAttlistCommentsCorrectionsRefType) IsErratumFor

func (me TAttlistCommentsCorrectionsRefType) IsErratumFor() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "ErratumFor".

func (TAttlistCommentsCorrectionsRefType) IsErratumIn

func (me TAttlistCommentsCorrectionsRefType) IsErratumIn() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "ErratumIn".

func (TAttlistCommentsCorrectionsRefType) IsOriginalReportIn

func (me TAttlistCommentsCorrectionsRefType) IsOriginalReportIn() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "OriginalReportIn".

func (TAttlistCommentsCorrectionsRefType) IsPartialRetractionIn

func (me TAttlistCommentsCorrectionsRefType) IsPartialRetractionIn() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "PartialRetractionIn".

func (TAttlistCommentsCorrectionsRefType) IsPartialRetractionOf

func (me TAttlistCommentsCorrectionsRefType) IsPartialRetractionOf() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "PartialRetractionOf".

func (TAttlistCommentsCorrectionsRefType) IsReprintIn

func (me TAttlistCommentsCorrectionsRefType) IsReprintIn() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "ReprintIn".

func (TAttlistCommentsCorrectionsRefType) IsReprintOf

func (me TAttlistCommentsCorrectionsRefType) IsReprintOf() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "ReprintOf".

func (TAttlistCommentsCorrectionsRefType) IsRepublishedFrom

func (me TAttlistCommentsCorrectionsRefType) IsRepublishedFrom() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "RepublishedFrom".

func (TAttlistCommentsCorrectionsRefType) IsRepublishedIn

func (me TAttlistCommentsCorrectionsRefType) IsRepublishedIn() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "RepublishedIn".

func (TAttlistCommentsCorrectionsRefType) IsRetractionIn

func (me TAttlistCommentsCorrectionsRefType) IsRetractionIn() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "RetractionIn".

func (TAttlistCommentsCorrectionsRefType) IsRetractionOf

func (me TAttlistCommentsCorrectionsRefType) IsRetractionOf() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "RetractionOf".

func (TAttlistCommentsCorrectionsRefType) IsSummaryForPatientsIn

func (me TAttlistCommentsCorrectionsRefType) IsSummaryForPatientsIn() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "SummaryForPatientsIn".

func (TAttlistCommentsCorrectionsRefType) IsUpdateIn

func (me TAttlistCommentsCorrectionsRefType) IsUpdateIn() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "UpdateIn".

func (TAttlistCommentsCorrectionsRefType) IsUpdateOf

func (me TAttlistCommentsCorrectionsRefType) IsUpdateOf() bool

Returns true if the value of this enumerated TAttlistCommentsCorrectionsRefType is "UpdateOf".

func (*TAttlistCommentsCorrectionsRefType) Set

Since TAttlistCommentsCorrectionsRefType is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistCommentsCorrectionsRefType) String

Since TAttlistCommentsCorrectionsRefType is just a simple String type, this merely returns the current string value.

func (TAttlistCommentsCorrectionsRefType) ToXsdtToken

This convenience method just performs a simple type conversion to TAttlistCommentsCorrectionsRefType's alias type xsdt.Token.

type TAttlistDataBankListCompleteYN

type TAttlistDataBankListCompleteYN xsdt.Token

func (TAttlistDataBankListCompleteYN) IsN

Returns true if the value of this enumerated TAttlistDataBankListCompleteYN is "N".

func (TAttlistDataBankListCompleteYN) IsY

Returns true if the value of this enumerated TAttlistDataBankListCompleteYN is "Y".

func (*TAttlistDataBankListCompleteYN) Set

Since TAttlistDataBankListCompleteYN is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistDataBankListCompleteYN) String

Since TAttlistDataBankListCompleteYN is just a simple String type, this merely returns the current string value.

func (TAttlistDataBankListCompleteYN) ToXsdtToken

func (me TAttlistDataBankListCompleteYN) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistDataBankListCompleteYN's alias type xsdt.Token.

type TAttlistDescriptorNameMajorTopicYN

type TAttlistDescriptorNameMajorTopicYN xsdt.Token

func (TAttlistDescriptorNameMajorTopicYN) IsN

Returns true if the value of this enumerated TAttlistDescriptorNameMajorTopicYN is "N".

func (TAttlistDescriptorNameMajorTopicYN) IsY

Returns true if the value of this enumerated TAttlistDescriptorNameMajorTopicYN is "Y".

func (*TAttlistDescriptorNameMajorTopicYN) Set

Since TAttlistDescriptorNameMajorTopicYN is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistDescriptorNameMajorTopicYN) String

Since TAttlistDescriptorNameMajorTopicYN is just a simple String type, this merely returns the current string value.

func (TAttlistDescriptorNameMajorTopicYN) ToXsdtToken

This convenience method just performs a simple type conversion to TAttlistDescriptorNameMajorTopicYN's alias type xsdt.Token.

type TAttlistDescriptorNameType

type TAttlistDescriptorNameType xsdt.Token

func (TAttlistDescriptorNameType) IsGeographic

func (me TAttlistDescriptorNameType) IsGeographic() bool

Returns true if the value of this enumerated TAttlistDescriptorNameType is "Geographic".

func (*TAttlistDescriptorNameType) Set

Since TAttlistDescriptorNameType is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistDescriptorNameType) String

func (me TAttlistDescriptorNameType) String() string

Since TAttlistDescriptorNameType is just a simple String type, this merely returns the current string value.

func (TAttlistDescriptorNameType) ToXsdtToken

func (me TAttlistDescriptorNameType) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistDescriptorNameType's alias type xsdt.Token.

type TAttlistELocationIDEIdType

type TAttlistELocationIDEIdType xsdt.Token

func (TAttlistELocationIDEIdType) IsDoi

func (me TAttlistELocationIDEIdType) IsDoi() bool

Returns true if the value of this enumerated TAttlistELocationIDEIdType is "doi".

func (TAttlistELocationIDEIdType) IsPii

func (me TAttlistELocationIDEIdType) IsPii() bool

Returns true if the value of this enumerated TAttlistELocationIDEIdType is "pii".

func (*TAttlistELocationIDEIdType) Set

Since TAttlistELocationIDEIdType is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistELocationIDEIdType) String

func (me TAttlistELocationIDEIdType) String() string

Since TAttlistELocationIDEIdType is just a simple String type, this merely returns the current string value.

func (TAttlistELocationIDEIdType) ToXsdtToken

func (me TAttlistELocationIDEIdType) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistELocationIDEIdType's alias type xsdt.Token.

type TAttlistELocationIDValidYN

type TAttlistELocationIDValidYN xsdt.Token

func (TAttlistELocationIDValidYN) IsN

Returns true if the value of this enumerated TAttlistELocationIDValidYN is "N".

func (TAttlistELocationIDValidYN) IsY

Returns true if the value of this enumerated TAttlistELocationIDValidYN is "Y".

func (*TAttlistELocationIDValidYN) Set

Since TAttlistELocationIDValidYN is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistELocationIDValidYN) String

func (me TAttlistELocationIDValidYN) String() string

Since TAttlistELocationIDValidYN is just a simple String type, this merely returns the current string value.

func (TAttlistELocationIDValidYN) ToXsdtToken

func (me TAttlistELocationIDValidYN) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistELocationIDValidYN's alias type xsdt.Token.

type TAttlistGeneralNoteOwner

type TAttlistGeneralNoteOwner xsdt.Token

func (TAttlistGeneralNoteOwner) IsHmd

func (me TAttlistGeneralNoteOwner) IsHmd() bool

Returns true if the value of this enumerated TAttlistGeneralNoteOwner is "HMD".

func (TAttlistGeneralNoteOwner) IsHsr

func (me TAttlistGeneralNoteOwner) IsHsr() bool

Returns true if the value of this enumerated TAttlistGeneralNoteOwner is "HSR".

func (TAttlistGeneralNoteOwner) IsKie

func (me TAttlistGeneralNoteOwner) IsKie() bool

Returns true if the value of this enumerated TAttlistGeneralNoteOwner is "KIE".

func (TAttlistGeneralNoteOwner) IsNasa

func (me TAttlistGeneralNoteOwner) IsNasa() bool

Returns true if the value of this enumerated TAttlistGeneralNoteOwner is "NASA".

func (TAttlistGeneralNoteOwner) IsNlm

func (me TAttlistGeneralNoteOwner) IsNlm() bool

Returns true if the value of this enumerated TAttlistGeneralNoteOwner is "NLM".

func (TAttlistGeneralNoteOwner) IsPip

func (me TAttlistGeneralNoteOwner) IsPip() bool

Returns true if the value of this enumerated TAttlistGeneralNoteOwner is "PIP".

func (*TAttlistGeneralNoteOwner) Set

func (me *TAttlistGeneralNoteOwner) Set(s string)

Since TAttlistGeneralNoteOwner is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistGeneralNoteOwner) String

func (me TAttlistGeneralNoteOwner) String() string

Since TAttlistGeneralNoteOwner is just a simple String type, this merely returns the current string value.

func (TAttlistGeneralNoteOwner) ToXsdtToken

func (me TAttlistGeneralNoteOwner) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistGeneralNoteOwner's alias type xsdt.Token.

type TAttlistGrantListCompleteYN

type TAttlistGrantListCompleteYN xsdt.Token

func (TAttlistGrantListCompleteYN) IsN

Returns true if the value of this enumerated TAttlistGrantListCompleteYN is "N".

func (TAttlistGrantListCompleteYN) IsY

Returns true if the value of this enumerated TAttlistGrantListCompleteYN is "Y".

func (*TAttlistGrantListCompleteYN) Set

Since TAttlistGrantListCompleteYN is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistGrantListCompleteYN) String

func (me TAttlistGrantListCompleteYN) String() string

Since TAttlistGrantListCompleteYN is just a simple String type, this merely returns the current string value.

func (TAttlistGrantListCompleteYN) ToXsdtToken

func (me TAttlistGrantListCompleteYN) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistGrantListCompleteYN's alias type xsdt.Token.

type TAttlistInvestigatorValidYN

type TAttlistInvestigatorValidYN xsdt.Token

func (TAttlistInvestigatorValidYN) IsN

Returns true if the value of this enumerated TAttlistInvestigatorValidYN is "N".

func (TAttlistInvestigatorValidYN) IsY

Returns true if the value of this enumerated TAttlistInvestigatorValidYN is "Y".

func (*TAttlistInvestigatorValidYN) Set

Since TAttlistInvestigatorValidYN is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistInvestigatorValidYN) String

func (me TAttlistInvestigatorValidYN) String() string

Since TAttlistInvestigatorValidYN is just a simple String type, this merely returns the current string value.

func (TAttlistInvestigatorValidYN) ToXsdtToken

func (me TAttlistInvestigatorValidYN) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistInvestigatorValidYN's alias type xsdt.Token.

type TAttlistIssnIssnType

type TAttlistIssnIssnType xsdt.Token

func (TAttlistIssnIssnType) IsElectronic

func (me TAttlistIssnIssnType) IsElectronic() bool

Returns true if the value of this enumerated TAttlistIssnIssnType is "Electronic".

func (TAttlistIssnIssnType) IsPrint

func (me TAttlistIssnIssnType) IsPrint() bool

Returns true if the value of this enumerated TAttlistIssnIssnType is "Print".

func (*TAttlistIssnIssnType) Set

func (me *TAttlistIssnIssnType) Set(s string)

Since TAttlistIssnIssnType is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistIssnIssnType) String

func (me TAttlistIssnIssnType) String() string

Since TAttlistIssnIssnType is just a simple String type, this merely returns the current string value.

func (TAttlistIssnIssnType) ToXsdtToken

func (me TAttlistIssnIssnType) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistIssnIssnType's alias type xsdt.Token.

type TAttlistJournalIssueCitedMedium

type TAttlistJournalIssueCitedMedium xsdt.Token

func (TAttlistJournalIssueCitedMedium) IsInternet

func (me TAttlistJournalIssueCitedMedium) IsInternet() bool

Returns true if the value of this enumerated TAttlistJournalIssueCitedMedium is "Internet".

func (TAttlistJournalIssueCitedMedium) IsPrint

Returns true if the value of this enumerated TAttlistJournalIssueCitedMedium is "Print".

func (*TAttlistJournalIssueCitedMedium) Set

Since TAttlistJournalIssueCitedMedium is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistJournalIssueCitedMedium) String

Since TAttlistJournalIssueCitedMedium is just a simple String type, this merely returns the current string value.

func (TAttlistJournalIssueCitedMedium) ToXsdtToken

func (me TAttlistJournalIssueCitedMedium) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistJournalIssueCitedMedium's alias type xsdt.Token.

type TAttlistKeywordListOwner

type TAttlistKeywordListOwner xsdt.Token

func (TAttlistKeywordListOwner) IsHhs

func (me TAttlistKeywordListOwner) IsHhs() bool

Returns true if the value of this enumerated TAttlistKeywordListOwner is "HHS".

func (TAttlistKeywordListOwner) IsKie

func (me TAttlistKeywordListOwner) IsKie() bool

Returns true if the value of this enumerated TAttlistKeywordListOwner is "KIE".

func (TAttlistKeywordListOwner) IsNasa

func (me TAttlistKeywordListOwner) IsNasa() bool

Returns true if the value of this enumerated TAttlistKeywordListOwner is "NASA".

func (TAttlistKeywordListOwner) IsNlm

func (me TAttlistKeywordListOwner) IsNlm() bool

Returns true if the value of this enumerated TAttlistKeywordListOwner is "NLM".

func (TAttlistKeywordListOwner) IsNlmAuto

func (me TAttlistKeywordListOwner) IsNlmAuto() bool

Returns true if the value of this enumerated TAttlistKeywordListOwner is "NLM-AUTO".

func (TAttlistKeywordListOwner) IsNotnlm

func (me TAttlistKeywordListOwner) IsNotnlm() bool

Returns true if the value of this enumerated TAttlistKeywordListOwner is "NOTNLM".

func (TAttlistKeywordListOwner) IsPip

func (me TAttlistKeywordListOwner) IsPip() bool

Returns true if the value of this enumerated TAttlistKeywordListOwner is "PIP".

func (*TAttlistKeywordListOwner) Set

func (me *TAttlistKeywordListOwner) Set(s string)

Since TAttlistKeywordListOwner is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistKeywordListOwner) String

func (me TAttlistKeywordListOwner) String() string

Since TAttlistKeywordListOwner is just a simple String type, this merely returns the current string value.

func (TAttlistKeywordListOwner) ToXsdtToken

func (me TAttlistKeywordListOwner) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistKeywordListOwner's alias type xsdt.Token.

type TAttlistKeywordMajorTopicYN

type TAttlistKeywordMajorTopicYN xsdt.Token

func (TAttlistKeywordMajorTopicYN) IsN

Returns true if the value of this enumerated TAttlistKeywordMajorTopicYN is "N".

func (TAttlistKeywordMajorTopicYN) IsY

Returns true if the value of this enumerated TAttlistKeywordMajorTopicYN is "Y".

func (*TAttlistKeywordMajorTopicYN) Set

Since TAttlistKeywordMajorTopicYN is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistKeywordMajorTopicYN) String

func (me TAttlistKeywordMajorTopicYN) String() string

Since TAttlistKeywordMajorTopicYN is just a simple String type, this merely returns the current string value.

func (TAttlistKeywordMajorTopicYN) ToXsdtToken

func (me TAttlistKeywordMajorTopicYN) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistKeywordMajorTopicYN's alias type xsdt.Token.

type TAttlistLocationLabelType

type TAttlistLocationLabelType xsdt.Token

func (TAttlistLocationLabelType) IsAppendix

func (me TAttlistLocationLabelType) IsAppendix() bool

Returns true if the value of this enumerated TAttlistLocationLabelType is "appendix".

func (TAttlistLocationLabelType) IsBox

func (me TAttlistLocationLabelType) IsBox() bool

Returns true if the value of this enumerated TAttlistLocationLabelType is "box".

func (TAttlistLocationLabelType) IsChapter

func (me TAttlistLocationLabelType) IsChapter() bool

Returns true if the value of this enumerated TAttlistLocationLabelType is "chapter".

func (TAttlistLocationLabelType) IsFigure

func (me TAttlistLocationLabelType) IsFigure() bool

Returns true if the value of this enumerated TAttlistLocationLabelType is "figure".

func (TAttlistLocationLabelType) IsPart

func (me TAttlistLocationLabelType) IsPart() bool

Returns true if the value of this enumerated TAttlistLocationLabelType is "part".

func (TAttlistLocationLabelType) IsSection

func (me TAttlistLocationLabelType) IsSection() bool

Returns true if the value of this enumerated TAttlistLocationLabelType is "section".

func (TAttlistLocationLabelType) IsTable

func (me TAttlistLocationLabelType) IsTable() bool

Returns true if the value of this enumerated TAttlistLocationLabelType is "table".

func (*TAttlistLocationLabelType) Set

func (me *TAttlistLocationLabelType) Set(s string)

Since TAttlistLocationLabelType is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistLocationLabelType) String

func (me TAttlistLocationLabelType) String() string

Since TAttlistLocationLabelType is just a simple String type, this merely returns the current string value.

func (TAttlistLocationLabelType) ToXsdtToken

func (me TAttlistLocationLabelType) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistLocationLabelType's alias type xsdt.Token.

type TAttlistMedlineCitationOwner

type TAttlistMedlineCitationOwner xsdt.Token

func (TAttlistMedlineCitationOwner) IsHmd

Returns true if the value of this enumerated TAttlistMedlineCitationOwner is "HMD".

func (TAttlistMedlineCitationOwner) IsHsr

Returns true if the value of this enumerated TAttlistMedlineCitationOwner is "HSR".

func (TAttlistMedlineCitationOwner) IsKie

Returns true if the value of this enumerated TAttlistMedlineCitationOwner is "KIE".

func (TAttlistMedlineCitationOwner) IsNasa

func (me TAttlistMedlineCitationOwner) IsNasa() bool

Returns true if the value of this enumerated TAttlistMedlineCitationOwner is "NASA".

func (TAttlistMedlineCitationOwner) IsNlm

Returns true if the value of this enumerated TAttlistMedlineCitationOwner is "NLM".

func (TAttlistMedlineCitationOwner) IsNotnlm

func (me TAttlistMedlineCitationOwner) IsNotnlm() bool

Returns true if the value of this enumerated TAttlistMedlineCitationOwner is "NOTNLM".

func (TAttlistMedlineCitationOwner) IsPip

Returns true if the value of this enumerated TAttlistMedlineCitationOwner is "PIP".

func (*TAttlistMedlineCitationOwner) Set

Since TAttlistMedlineCitationOwner is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistMedlineCitationOwner) String

Since TAttlistMedlineCitationOwner is just a simple String type, this merely returns the current string value.

func (TAttlistMedlineCitationOwner) ToXsdtToken

func (me TAttlistMedlineCitationOwner) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistMedlineCitationOwner's alias type xsdt.Token.

type TAttlistMedlineCitationStatus

type TAttlistMedlineCitationStatus xsdt.Token

func (TAttlistMedlineCitationStatus) IsCompleted

func (me TAttlistMedlineCitationStatus) IsCompleted() bool

Returns true if the value of this enumerated TAttlistMedlineCitationStatus is "Completed".

func (TAttlistMedlineCitationStatus) IsInDataReview

func (me TAttlistMedlineCitationStatus) IsInDataReview() bool

Returns true if the value of this enumerated TAttlistMedlineCitationStatus is "In-Data-Review".

func (TAttlistMedlineCitationStatus) IsInProcess

func (me TAttlistMedlineCitationStatus) IsInProcess() bool

Returns true if the value of this enumerated TAttlistMedlineCitationStatus is "In-Process".

func (TAttlistMedlineCitationStatus) IsMedline

func (me TAttlistMedlineCitationStatus) IsMedline() bool

Returns true if the value of this enumerated TAttlistMedlineCitationStatus is "MEDLINE".

func (TAttlistMedlineCitationStatus) IsOldmedline

func (me TAttlistMedlineCitationStatus) IsOldmedline() bool

Returns true if the value of this enumerated TAttlistMedlineCitationStatus is "OLDMEDLINE".

func (TAttlistMedlineCitationStatus) IsPubMedNotMedline

func (me TAttlistMedlineCitationStatus) IsPubMedNotMedline() bool

Returns true if the value of this enumerated TAttlistMedlineCitationStatus is "PubMed-not-MEDLINE".

func (TAttlistMedlineCitationStatus) IsPublisher

func (me TAttlistMedlineCitationStatus) IsPublisher() bool

Returns true if the value of this enumerated TAttlistMedlineCitationStatus is "Publisher".

func (*TAttlistMedlineCitationStatus) Set

Since TAttlistMedlineCitationStatus is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistMedlineCitationStatus) String

Since TAttlistMedlineCitationStatus is just a simple String type, this merely returns the current string value.

func (TAttlistMedlineCitationStatus) ToXsdtToken

func (me TAttlistMedlineCitationStatus) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistMedlineCitationStatus's alias type xsdt.Token.

type TAttlistOtherAbstractType

type TAttlistOtherAbstractType xsdt.Token

func (TAttlistOtherAbstractType) IsAamc

func (me TAttlistOtherAbstractType) IsAamc() bool

Returns true if the value of this enumerated TAttlistOtherAbstractType is "AAMC".

func (TAttlistOtherAbstractType) IsAids

func (me TAttlistOtherAbstractType) IsAids() bool

Returns true if the value of this enumerated TAttlistOtherAbstractType is "AIDS".

func (TAttlistOtherAbstractType) IsKie

func (me TAttlistOtherAbstractType) IsKie() bool

Returns true if the value of this enumerated TAttlistOtherAbstractType is "KIE".

func (TAttlistOtherAbstractType) IsNasa

func (me TAttlistOtherAbstractType) IsNasa() bool

Returns true if the value of this enumerated TAttlistOtherAbstractType is "NASA".

func (TAttlistOtherAbstractType) IsPip

func (me TAttlistOtherAbstractType) IsPip() bool

Returns true if the value of this enumerated TAttlistOtherAbstractType is "PIP".

func (TAttlistOtherAbstractType) IsPublisher

func (me TAttlistOtherAbstractType) IsPublisher() bool

Returns true if the value of this enumerated TAttlistOtherAbstractType is "Publisher".

func (*TAttlistOtherAbstractType) Set

func (me *TAttlistOtherAbstractType) Set(s string)

Since TAttlistOtherAbstractType is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistOtherAbstractType) String

func (me TAttlistOtherAbstractType) String() string

Since TAttlistOtherAbstractType is just a simple String type, this merely returns the current string value.

func (TAttlistOtherAbstractType) ToXsdtToken

func (me TAttlistOtherAbstractType) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistOtherAbstractType's alias type xsdt.Token.

type TAttlistOtherIDSource

type TAttlistOtherIDSource xsdt.Token

func (TAttlistOtherIDSource) IsArpl

func (me TAttlistOtherIDSource) IsArpl() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "ARPL".

func (TAttlistOtherIDSource) IsClml

func (me TAttlistOtherIDSource) IsClml() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "CLML".

func (TAttlistOtherIDSource) IsCpc

func (me TAttlistOtherIDSource) IsCpc() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "CPC".

func (TAttlistOtherIDSource) IsCpfh

func (me TAttlistOtherIDSource) IsCpfh() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "CPFH".

func (TAttlistOtherIDSource) IsInd

func (me TAttlistOtherIDSource) IsInd() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "IND".

func (TAttlistOtherIDSource) IsKie

func (me TAttlistOtherIDSource) IsKie() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "KIE".

func (TAttlistOtherIDSource) IsNasa

func (me TAttlistOtherIDSource) IsNasa() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "NASA".

func (TAttlistOtherIDSource) IsNlm

func (me TAttlistOtherIDSource) IsNlm() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "NLM".

func (TAttlistOtherIDSource) IsNrcbl

func (me TAttlistOtherIDSource) IsNrcbl() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "NRCBL".

func (TAttlistOtherIDSource) IsPip

func (me TAttlistOtherIDSource) IsPip() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "PIP".

func (TAttlistOtherIDSource) IsPop

func (me TAttlistOtherIDSource) IsPop() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "POP".

func (TAttlistOtherIDSource) IsQcim

func (me TAttlistOtherIDSource) IsQcim() bool

Returns true if the value of this enumerated TAttlistOtherIDSource is "QCIM".

func (*TAttlistOtherIDSource) Set

func (me *TAttlistOtherIDSource) Set(s string)

Since TAttlistOtherIDSource is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistOtherIDSource) String

func (me TAttlistOtherIDSource) String() string

Since TAttlistOtherIDSource is just a simple String type, this merely returns the current string value.

func (TAttlistOtherIDSource) ToXsdtToken

func (me TAttlistOtherIDSource) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistOtherIDSource's alias type xsdt.Token.

type TAttlistQualifierNameMajorTopicYN

type TAttlistQualifierNameMajorTopicYN xsdt.Token

func (TAttlistQualifierNameMajorTopicYN) IsN

Returns true if the value of this enumerated TAttlistQualifierNameMajorTopicYN is "N".

func (TAttlistQualifierNameMajorTopicYN) IsY

Returns true if the value of this enumerated TAttlistQualifierNameMajorTopicYN is "Y".

func (*TAttlistQualifierNameMajorTopicYN) Set

Since TAttlistQualifierNameMajorTopicYN is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistQualifierNameMajorTopicYN) String

Since TAttlistQualifierNameMajorTopicYN is just a simple String type, this merely returns the current string value.

func (TAttlistQualifierNameMajorTopicYN) ToXsdtToken

func (me TAttlistQualifierNameMajorTopicYN) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistQualifierNameMajorTopicYN's alias type xsdt.Token.

type TAttlistSupplMeshNameType

type TAttlistSupplMeshNameType xsdt.Token

func (TAttlistSupplMeshNameType) IsDisease

func (me TAttlistSupplMeshNameType) IsDisease() bool

Returns true if the value of this enumerated TAttlistSupplMeshNameType is "Disease".

func (TAttlistSupplMeshNameType) IsProtocol

func (me TAttlistSupplMeshNameType) IsProtocol() bool

Returns true if the value of this enumerated TAttlistSupplMeshNameType is "Protocol".

func (*TAttlistSupplMeshNameType) Set

func (me *TAttlistSupplMeshNameType) Set(s string)

Since TAttlistSupplMeshNameType is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistSupplMeshNameType) String

func (me TAttlistSupplMeshNameType) String() string

Since TAttlistSupplMeshNameType is just a simple String type, this merely returns the current string value.

func (TAttlistSupplMeshNameType) ToXsdtToken

func (me TAttlistSupplMeshNameType) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistSupplMeshNameType's alias type xsdt.Token.

type TAttlistUrlType

type TAttlistUrlType xsdt.Token

func (TAttlistUrlType) IsFullText

func (me TAttlistUrlType) IsFullText() bool

Returns true if the value of this enumerated TAttlistUrlType is "FullText".

func (TAttlistUrlType) IsFulltext

func (me TAttlistUrlType) IsFulltext() bool

Returns true if the value of this enumerated TAttlistUrlType is "fulltext".

func (TAttlistUrlType) IsSummary

func (me TAttlistUrlType) IsSummary() bool

Returns true if the value of this enumerated TAttlistUrlType is "summary".

func (*TAttlistUrlType) Set

func (me *TAttlistUrlType) Set(s string)

Since TAttlistUrlType is just a simple String type, this merely sets the current value from the specified string.

func (TAttlistUrlType) String

func (me TAttlistUrlType) String() string

Since TAttlistUrlType is just a simple String type, this merely returns the current string value.

func (TAttlistUrlType) ToXsdtToken

func (me TAttlistUrlType) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TAttlistUrlType's alias type xsdt.Token.

type TAuthor

func (*TAuthor) Walk

func (me *TAuthor) Walk() (err error)

If the WalkHandlers.TAuthor function is not nil (ie. was set by outside code), calls it with this TAuthor instance as the single argument. Then calls the Walk() method on 7/8 embed(s) and 0/0 field(s) belonging to this TAuthor instance.

type TAuthorList

type TAuthorList struct {
	XHasElems_Author

	XHasAtts_AttlistAuthorList
}

func (*TAuthorList) Walk

func (me *TAuthorList) Walk() (err error)

If the WalkHandlers.TAuthorList function is not nil (ie. was set by outside code), calls it with this TAuthorList instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TAuthorList instance.

type TBeginningDate

type TBeginningDate struct {
	XHasElem_Season

	XHasElem_Year

	XHasElem_Month

	XHasElem_Day
}

func (*TBeginningDate) Walk

func (me *TBeginningDate) Walk() (err error)

If the WalkHandlers.TBeginningDate function is not nil (ie. was set by outside code), calls it with this TBeginningDate instance as the single argument. Then calls the Walk() method on 4/4 embed(s) and 0/0 field(s) belonging to this TBeginningDate instance.

type TBook

func (*TBook) Walk

func (me *TBook) Walk() (err error)

If the WalkHandlers.TBook function is not nil (ie. was set by outside code), calls it with this TBook instance as the single argument. Then calls the Walk() method on 14/14 embed(s) and 0/0 field(s) belonging to this TBook instance.

type TBookDocument

func (*TBookDocument) Walk

func (me *TBookDocument) Walk() (err error)

If the WalkHandlers.TBookDocument function is not nil (ie. was set by outside code), calls it with this TBookDocument instance as the single argument. Then calls the Walk() method on 18/18 embed(s) and 0/0 field(s) belonging to this TBookDocument instance.

type TBookDocumentSet

type TBookDocumentSet struct {
	XHasElems_BookDocument

	XHasElem_DeleteDocument
}

func (*TBookDocumentSet) Walk

func (me *TBookDocumentSet) Walk() (err error)

If the WalkHandlers.TBookDocumentSet function is not nil (ie. was set by outside code), calls it with this TBookDocumentSet instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this TBookDocumentSet instance.

type TBookTitle

type TBookTitle struct {
	Ttext

	XHasAtts_AttlistBookTitle
}

func (*TBookTitle) Walk

func (me *TBookTitle) Walk() (err error)

If the WalkHandlers.TBookTitle function is not nil (ie. was set by outside code), calls it with this TBookTitle instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TBookTitle instance.

type TChemical

func (*TChemical) Walk

func (me *TChemical) Walk() (err error)

If the WalkHandlers.TChemical function is not nil (ie. was set by outside code), calls it with this TChemical instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this TChemical instance.

type TChemicalList

type TChemicalList struct {
	XHasElems_Chemical
}

func (*TChemicalList) Walk

func (me *TChemicalList) Walk() (err error)

If the WalkHandlers.TChemicalList function is not nil (ie. was set by outside code), calls it with this TChemicalList instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TChemicalList instance.

type TCollectionTitle

type TCollectionTitle struct {
	XHasAtts_AttlistBookTitle

	Ttext
}

func (*TCollectionTitle) Walk

func (me *TCollectionTitle) Walk() (err error)

If the WalkHandlers.TCollectionTitle function is not nil (ie. was set by outside code), calls it with this TCollectionTitle instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TCollectionTitle instance.

type TCommentsCorrections

func (*TCommentsCorrections) Walk

func (me *TCommentsCorrections) Walk() (err error)

If the WalkHandlers.TCommentsCorrections function is not nil (ie. was set by outside code), calls it with this TCommentsCorrections instance as the single argument. Then calls the Walk() method on 3/4 embed(s) and 0/0 field(s) belonging to this TCommentsCorrections instance.

type TCommentsCorrectionsList

type TCommentsCorrectionsList struct {
	XHasElems_CommentsCorrections
}

func (*TCommentsCorrectionsList) Walk

func (me *TCommentsCorrectionsList) Walk() (err error)

If the WalkHandlers.TCommentsCorrectionsList function is not nil (ie. was set by outside code), calls it with this TCommentsCorrectionsList instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TCommentsCorrectionsList instance.

type TContributionDate

type TContributionDate struct {
	XHasElem_Day

	XHasElem_Season

	XHasElem_Year

	XHasElem_Month
}

func (*TContributionDate) Walk

func (me *TContributionDate) Walk() (err error)

If the WalkHandlers.TContributionDate function is not nil (ie. was set by outside code), calls it with this TContributionDate instance as the single argument. Then calls the Walk() method on 4/4 embed(s) and 0/0 field(s) belonging to this TContributionDate instance.

type TDataBank

func (*TDataBank) Walk

func (me *TDataBank) Walk() (err error)

If the WalkHandlers.TDataBank function is not nil (ie. was set by outside code), calls it with this TDataBank instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this TDataBank instance.

type TDataBankList

type TDataBankList struct {
	XHasElems_DataBank

	XHasAtts_AttlistDataBankList
}

func (*TDataBankList) Walk

func (me *TDataBankList) Walk() (err error)

If the WalkHandlers.TDataBankList function is not nil (ie. was set by outside code), calls it with this TDataBankList instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TDataBankList instance.

type TDateCompleted

type TDateCompleted struct {
	XHasElem_Day

	XHasElem_Year

	XHasElem_Month
}

func (*TDateCompleted) Walk

func (me *TDateCompleted) Walk() (err error)

If the WalkHandlers.TDateCompleted function is not nil (ie. was set by outside code), calls it with this TDateCompleted instance as the single argument. Then calls the Walk() method on 3/3 embed(s) and 0/0 field(s) belonging to this TDateCompleted instance.

type TDateCreated

type TDateCreated struct {
	XHasElem_Year

	XHasElem_Month

	XHasElem_Day
}

func (*TDateCreated) Walk

func (me *TDateCreated) Walk() (err error)

If the WalkHandlers.TDateCreated function is not nil (ie. was set by outside code), calls it with this TDateCreated instance as the single argument. Then calls the Walk() method on 3/3 embed(s) and 0/0 field(s) belonging to this TDateCreated instance.

type TDateRevised

type TDateRevised struct {
	XHasElem_Year

	XHasElem_Month

	XHasElem_Day
}

func (*TDateRevised) Walk

func (me *TDateRevised) Walk() (err error)

If the WalkHandlers.TDateRevised function is not nil (ie. was set by outside code), calls it with this TDateRevised instance as the single argument. Then calls the Walk() method on 3/3 embed(s) and 0/0 field(s) belonging to this TDateRevised instance.

type TDeleteCitation

type TDeleteCitation struct {
	XHasElems_Pmid
}

func (*TDeleteCitation) Walk

func (me *TDeleteCitation) Walk() (err error)

If the WalkHandlers.TDeleteCitation function is not nil (ie. was set by outside code), calls it with this TDeleteCitation instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TDeleteCitation instance.

type TDeleteDocument

type TDeleteDocument struct {
	XHasElems_Pmid
}

func (*TDeleteDocument) Walk

func (me *TDeleteDocument) Walk() (err error)

If the WalkHandlers.TDeleteDocument function is not nil (ie. was set by outside code), calls it with this TDeleteDocument instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TDeleteDocument instance.

type TDescriptorName

type TDescriptorName struct {
	XHasAtts_AttlistDescriptorName

	XHasCdata
}

func (*TDescriptorName) Walk

func (me *TDescriptorName) Walk() (err error)

If the WalkHandlers.TDescriptorName function is not nil (ie. was set by outside code), calls it with this TDescriptorName instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TDescriptorName instance.

type TELocationID

type TELocationID struct {
	XHasCdata

	XHasAtts_AttlistELocationID
}

func (*TELocationID) Walk

func (me *TELocationID) Walk() (err error)

If the WalkHandlers.TELocationID function is not nil (ie. was set by outside code), calls it with this TELocationID instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TELocationID instance.

type TEndingDate

func (*TEndingDate) Walk

func (me *TEndingDate) Walk() (err error)

If the WalkHandlers.TEndingDate function is not nil (ie. was set by outside code), calls it with this TEndingDate instance as the single argument. Then calls the Walk() method on 4/4 embed(s) and 0/0 field(s) belonging to this TEndingDate instance.

type TGeneSymbolList

type TGeneSymbolList struct {
	XHasElems_GeneSymbol
}

func (*TGeneSymbolList) Walk

func (me *TGeneSymbolList) Walk() (err error)

If the WalkHandlers.TGeneSymbolList function is not nil (ie. was set by outside code), calls it with this TGeneSymbolList instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TGeneSymbolList instance.

type TGeneralNote

type TGeneralNote struct {
	XHasAtts_AttlistGeneralNote

	XHasCdata
}

func (*TGeneralNote) Walk

func (me *TGeneralNote) Walk() (err error)

If the WalkHandlers.TGeneralNote function is not nil (ie. was set by outside code), calls it with this TGeneralNote instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TGeneralNote instance.

type TGrant

func (*TGrant) Walk

func (me *TGrant) Walk() (err error)

If the WalkHandlers.TGrant function is not nil (ie. was set by outside code), calls it with this TGrant instance as the single argument. Then calls the Walk() method on 4/4 embed(s) and 0/0 field(s) belonging to this TGrant instance.

type TGrantList

type TGrantList struct {
	XHasElems_Grant

	XHasAtts_AttlistGrantList
}

func (*TGrantList) Walk

func (me *TGrantList) Walk() (err error)

If the WalkHandlers.TGrantList function is not nil (ie. was set by outside code), calls it with this TGrantList instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TGrantList instance.

type THistory

type THistory struct {
	XHasElems_PubMedPubDate
}

func (*THistory) Walk

func (me *THistory) Walk() (err error)

If the WalkHandlers.THistory function is not nil (ie. was set by outside code), calls it with this THistory instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this THistory instance.

type TIdentifier

type TIdentifier struct {
	XHasCdata

	XHasAtts_AttlistIdentifier
}

func (*TIdentifier) Walk

func (me *TIdentifier) Walk() (err error)

If the WalkHandlers.TIdentifier function is not nil (ie. was set by outside code), calls it with this TIdentifier instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TIdentifier instance.

type TInvestigator

func (*TInvestigator) Walk

func (me *TInvestigator) Walk() (err error)

If the WalkHandlers.TInvestigator function is not nil (ie. was set by outside code), calls it with this TInvestigator instance as the single argument. Then calls the Walk() method on 6/7 embed(s) and 0/0 field(s) belonging to this TInvestigator instance.

type TInvestigatorList

type TInvestigatorList struct {
	XHasElems_Investigator
}

func (*TInvestigatorList) Walk

func (me *TInvestigatorList) Walk() (err error)

If the WalkHandlers.TInvestigatorList function is not nil (ie. was set by outside code), calls it with this TInvestigatorList instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TInvestigatorList instance.

type TIssn

type TIssn struct {
	XHasCdata

	XHasAtts_AttlistIssn
}

func (*TIssn) Walk

func (me *TIssn) Walk() (err error)

If the WalkHandlers.TIssn function is not nil (ie. was set by outside code), calls it with this TIssn instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TIssn instance.

type TItemList

type TItemList struct {
	XHasElems_Item

	XHasAtts_AttlistItemList
}

func (*TItemList) Walk

func (me *TItemList) Walk() (err error)

If the WalkHandlers.TItemList function is not nil (ie. was set by outside code), calls it with this TItemList instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TItemList instance.

type TJournal

func (*TJournal) Walk

func (me *TJournal) Walk() (err error)

If the WalkHandlers.TJournal function is not nil (ie. was set by outside code), calls it with this TJournal instance as the single argument. Then calls the Walk() method on 4/4 embed(s) and 0/0 field(s) belonging to this TJournal instance.

type TJournalIssue

func (*TJournalIssue) Walk

func (me *TJournalIssue) Walk() (err error)

If the WalkHandlers.TJournalIssue function is not nil (ie. was set by outside code), calls it with this TJournalIssue instance as the single argument. Then calls the Walk() method on 3/4 embed(s) and 0/0 field(s) belonging to this TJournalIssue instance.

type TKeyword

type TKeyword struct {
	Ttext

	XHasAtts_AttlistKeyword
}

func (*TKeyword) Walk

func (me *TKeyword) Walk() (err error)

If the WalkHandlers.TKeyword function is not nil (ie. was set by outside code), calls it with this TKeyword instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TKeyword instance.

type TKeywordList

type TKeywordList struct {
	XHasElems_Keyword

	XHasAtts_AttlistKeywordList
}

func (*TKeywordList) Walk

func (me *TKeywordList) Walk() (err error)

If the WalkHandlers.TKeywordList function is not nil (ie. was set by outside code), calls it with this TKeywordList instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TKeywordList instance.

type TLocationLabel

type TLocationLabel struct {
	XHasCdata

	XHasAtts_AttlistLocationLabel
}

func (*TLocationLabel) Walk

func (me *TLocationLabel) Walk() (err error)

If the WalkHandlers.TLocationLabel function is not nil (ie. was set by outside code), calls it with this TLocationLabel instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TLocationLabel instance.

type TMedlineCitation

func (*TMedlineCitation) Walk

func (me *TMedlineCitation) Walk() (err error)

If the WalkHandlers.TMedlineCitation function is not nil (ie. was set by outside code), calls it with this TMedlineCitation instance as the single argument. Then calls the Walk() method on 20/21 embed(s) and 0/0 field(s) belonging to this TMedlineCitation instance.

type TMedlineCitationSet

type TMedlineCitationSet struct {
	XHasElems_MedlineCitation

	XHasElem_DeleteCitation
}

func (*TMedlineCitationSet) Walk

func (me *TMedlineCitationSet) Walk() (err error)

If the WalkHandlers.TMedlineCitationSet function is not nil (ie. was set by outside code), calls it with this TMedlineCitationSet instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this TMedlineCitationSet instance.

type TMedlineJournalInfo

func (*TMedlineJournalInfo) Walk

func (me *TMedlineJournalInfo) Walk() (err error)

If the WalkHandlers.TMedlineJournalInfo function is not nil (ie. was set by outside code), calls it with this TMedlineJournalInfo instance as the single argument. Then calls the Walk() method on 4/4 embed(s) and 0/0 field(s) belonging to this TMedlineJournalInfo instance.

type TMeshHeading

type TMeshHeading struct {
	XHasElems_QualifierName

	XHasElem_DescriptorName
}

func (*TMeshHeading) Walk

func (me *TMeshHeading) Walk() (err error)

If the WalkHandlers.TMeshHeading function is not nil (ie. was set by outside code), calls it with this TMeshHeading instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this TMeshHeading instance.

type TMeshHeadingList

type TMeshHeadingList struct {
	XHasElems_MeshHeading
}

func (*TMeshHeadingList) Walk

func (me *TMeshHeadingList) Walk() (err error)

If the WalkHandlers.TMeshHeadingList function is not nil (ie. was set by outside code), calls it with this TMeshHeadingList instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TMeshHeadingList instance.

type TNameOfSubstance

type TNameOfSubstance struct {
	XHasCdata

	XHasAtts_AttlistNameOfSubstance
}

func (*TNameOfSubstance) Walk

func (me *TNameOfSubstance) Walk() (err error)

If the WalkHandlers.TNameOfSubstance function is not nil (ie. was set by outside code), calls it with this TNameOfSubstance instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TNameOfSubstance instance.

type TObject

type TObject struct {
	XHasElems_Param

	XHasAtts_AttlistObject
}

func (*TObject) Walk

func (me *TObject) Walk() (err error)

If the WalkHandlers.TObject function is not nil (ie. was set by outside code), calls it with this TObject instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TObject instance.

type TObjectList

type TObjectList struct {
	XHasElems_Object
}

func (*TObjectList) Walk

func (me *TObjectList) Walk() (err error)

If the WalkHandlers.TObjectList function is not nil (ie. was set by outside code), calls it with this TObjectList instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TObjectList instance.

type TOtherAbstract

func (*TOtherAbstract) Walk

func (me *TOtherAbstract) Walk() (err error)

If the WalkHandlers.TOtherAbstract function is not nil (ie. was set by outside code), calls it with this TOtherAbstract instance as the single argument. Then calls the Walk() method on 2/3 embed(s) and 0/0 field(s) belonging to this TOtherAbstract instance.

type TOtherID

type TOtherID struct {
	XHasAtts_AttlistOtherID

	XHasCdata
}

func (*TOtherID) Walk

func (me *TOtherID) Walk() (err error)

If the WalkHandlers.TOtherID function is not nil (ie. was set by outside code), calls it with this TOtherID instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TOtherID instance.

type TPagination

func (*TPagination) Walk

func (me *TPagination) Walk() (err error)

If the WalkHandlers.TPagination function is not nil (ie. was set by outside code), calls it with this TPagination instance as the single argument. Then calls the Walk() method on 3/3 embed(s) and 0/0 field(s) belonging to this TPagination instance.

type TParam

type TParam struct {
	Ttext

	XHasAtts_AttlistParam
}

func (*TParam) Walk

func (me *TParam) Walk() (err error)

If the WalkHandlers.TParam function is not nil (ie. was set by outside code), calls it with this TParam instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TParam instance.

type TPersonalNameSubject

func (*TPersonalNameSubject) Walk

func (me *TPersonalNameSubject) Walk() (err error)

If the WalkHandlers.TPersonalNameSubject function is not nil (ie. was set by outside code), calls it with this TPersonalNameSubject instance as the single argument. Then calls the Walk() method on 4/4 embed(s) and 0/0 field(s) belonging to this TPersonalNameSubject instance.

type TPersonalNameSubjectList

type TPersonalNameSubjectList struct {
	XHasElems_PersonalNameSubject
}

func (*TPersonalNameSubjectList) Walk

func (me *TPersonalNameSubjectList) Walk() (err error)

If the WalkHandlers.TPersonalNameSubjectList function is not nil (ie. was set by outside code), calls it with this TPersonalNameSubjectList instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TPersonalNameSubjectList instance.

type TPmid

type TPmid struct {
	XHasCdata

	XHasAtts_AttlistPmid
}

func (*TPmid) Walk

func (me *TPmid) Walk() (err error)

If the WalkHandlers.TPmid function is not nil (ie. was set by outside code), calls it with this TPmid instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TPmid instance.

type TPubDate

func (*TPubDate) Walk

func (me *TPubDate) Walk() (err error)

If the WalkHandlers.TPubDate function is not nil (ie. was set by outside code), calls it with this TPubDate instance as the single argument. Then calls the Walk() method on 5/5 embed(s) and 0/0 field(s) belonging to this TPubDate instance.

type TPubMedPubDate

type TPubMedPubDate struct {
	TnormalDate

	XHasAtts_AttlistPubMedPubDate
}

func (*TPubMedPubDate) Walk

func (me *TPubMedPubDate) Walk() (err error)

If the WalkHandlers.TPubMedPubDate function is not nil (ie. was set by outside code), calls it with this TPubMedPubDate instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TPubMedPubDate instance.

type TPubStatusUnion

type TPubStatusUnion xsdt.Token

func (TPubStatusUnion) IsReceived

func (me TPubStatusUnion) IsReceived() bool

Returns true if the value of this enumerated TPubStatusUnion is "received".

func (*TPubStatusUnion) Set

func (me *TPubStatusUnion) Set(s string)

Since TPubStatusUnion is just a simple String type, this merely sets the current value from the specified string.

func (TPubStatusUnion) String

func (me TPubStatusUnion) String() string

Since TPubStatusUnion is just a simple String type, this merely returns the current string value.

func (TPubStatusUnion) ToXsdtToken

func (me TPubStatusUnion) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TPubStatusUnion's alias type xsdt.Token.

type TPubStatusUnion1

type TPubStatusUnion1 xsdt.Token

func (TPubStatusUnion1) IsAccepted

func (me TPubStatusUnion1) IsAccepted() bool

Returns true if the value of this enumerated TPubStatusUnion1 is "accepted".

func (*TPubStatusUnion1) Set

func (me *TPubStatusUnion1) Set(s string)

Since TPubStatusUnion1 is just a simple String type, this merely sets the current value from the specified string.

func (TPubStatusUnion1) String

func (me TPubStatusUnion1) String() string

Since TPubStatusUnion1 is just a simple String type, this merely returns the current string value.

func (TPubStatusUnion1) ToXsdtToken

func (me TPubStatusUnion1) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TPubStatusUnion1's alias type xsdt.Token.

type TPubStatusUnion2

type TPubStatusUnion2 xsdt.Token

func (TPubStatusUnion2) IsEpublish

func (me TPubStatusUnion2) IsEpublish() bool

Returns true if the value of this enumerated TPubStatusUnion2 is "epublish".

func (*TPubStatusUnion2) Set

func (me *TPubStatusUnion2) Set(s string)

Since TPubStatusUnion2 is just a simple String type, this merely sets the current value from the specified string.

func (TPubStatusUnion2) String

func (me TPubStatusUnion2) String() string

Since TPubStatusUnion2 is just a simple String type, this merely returns the current string value.

func (TPubStatusUnion2) ToXsdtToken

func (me TPubStatusUnion2) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TPubStatusUnion2's alias type xsdt.Token.

type TPubStatusUnion3

type TPubStatusUnion3 xsdt.Token

func (TPubStatusUnion3) IsPpublish

func (me TPubStatusUnion3) IsPpublish() bool

Returns true if the value of this enumerated TPubStatusUnion3 is "ppublish".

func (*TPubStatusUnion3) Set

func (me *TPubStatusUnion3) Set(s string)

Since TPubStatusUnion3 is just a simple String type, this merely sets the current value from the specified string.

func (TPubStatusUnion3) String

func (me TPubStatusUnion3) String() string

Since TPubStatusUnion3 is just a simple String type, this merely returns the current string value.

func (TPubStatusUnion3) ToXsdtToken

func (me TPubStatusUnion3) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TPubStatusUnion3's alias type xsdt.Token.

type TPubStatusUnion4

type TPubStatusUnion4 xsdt.Token

func (TPubStatusUnion4) IsRevised

func (me TPubStatusUnion4) IsRevised() bool

Returns true if the value of this enumerated TPubStatusUnion4 is "revised".

func (*TPubStatusUnion4) Set

func (me *TPubStatusUnion4) Set(s string)

Since TPubStatusUnion4 is just a simple String type, this merely sets the current value from the specified string.

func (TPubStatusUnion4) String

func (me TPubStatusUnion4) String() string

Since TPubStatusUnion4 is just a simple String type, this merely returns the current string value.

func (TPubStatusUnion4) ToXsdtToken

func (me TPubStatusUnion4) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TPubStatusUnion4's alias type xsdt.Token.

type TPubStatusUnion5

type TPubStatusUnion5 xsdt.Token

func (TPubStatusUnion5) IsAheadofprint

func (me TPubStatusUnion5) IsAheadofprint() bool

Returns true if the value of this enumerated TPubStatusUnion5 is "aheadofprint".

func (*TPubStatusUnion5) Set

func (me *TPubStatusUnion5) Set(s string)

Since TPubStatusUnion5 is just a simple String type, this merely sets the current value from the specified string.

func (TPubStatusUnion5) String

func (me TPubStatusUnion5) String() string

Since TPubStatusUnion5 is just a simple String type, this merely returns the current string value.

func (TPubStatusUnion5) ToXsdtToken

func (me TPubStatusUnion5) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TPubStatusUnion5's alias type xsdt.Token.

type TPubStatusUnion6

type TPubStatusUnion6 xsdt.Token

func (TPubStatusUnion6) IsRetracted

func (me TPubStatusUnion6) IsRetracted() bool

Returns true if the value of this enumerated TPubStatusUnion6 is "retracted".

func (*TPubStatusUnion6) Set

func (me *TPubStatusUnion6) Set(s string)

Since TPubStatusUnion6 is just a simple String type, this merely sets the current value from the specified string.

func (TPubStatusUnion6) String

func (me TPubStatusUnion6) String() string

Since TPubStatusUnion6 is just a simple String type, this merely returns the current string value.

func (TPubStatusUnion6) ToXsdtToken

func (me TPubStatusUnion6) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TPubStatusUnion6's alias type xsdt.Token.

type TPubStatusUnion7

type TPubStatusUnion7 xsdt.Token

func (TPubStatusUnion7) IsEcollection

func (me TPubStatusUnion7) IsEcollection() bool

Returns true if the value of this enumerated TPubStatusUnion7 is "ecollection".

func (*TPubStatusUnion7) Set

func (me *TPubStatusUnion7) Set(s string)

Since TPubStatusUnion7 is just a simple String type, this merely sets the current value from the specified string.

func (TPubStatusUnion7) String

func (me TPubStatusUnion7) String() string

Since TPubStatusUnion7 is just a simple String type, this merely returns the current string value.

func (TPubStatusUnion7) ToXsdtToken

func (me TPubStatusUnion7) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TPubStatusUnion7's alias type xsdt.Token.

type TPublicationType

type TPublicationType struct {
	XHasCdata

	XHasAtts_AttlistNameOfSubstance
}

func (*TPublicationType) Walk

func (me *TPublicationType) Walk() (err error)

If the WalkHandlers.TPublicationType function is not nil (ie. was set by outside code), calls it with this TPublicationType instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TPublicationType instance.

type TPublicationTypeList

type TPublicationTypeList struct {
	XHasElems_PublicationType
}

func (*TPublicationTypeList) Walk

func (me *TPublicationTypeList) Walk() (err error)

If the WalkHandlers.TPublicationTypeList function is not nil (ie. was set by outside code), calls it with this TPublicationTypeList instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TPublicationTypeList instance.

type TPublisher

func (*TPublisher) Walk

func (me *TPublisher) Walk() (err error)

If the WalkHandlers.TPublisher function is not nil (ie. was set by outside code), calls it with this TPublisher instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this TPublisher instance.

type TPubmedArticle

type TPubmedArticle struct {
	XHasElem_MedlineCitation

	XHasElem_PubmedData
}

func (*TPubmedArticle) Walk

func (me *TPubmedArticle) Walk() (err error)

If the WalkHandlers.TPubmedArticle function is not nil (ie. was set by outside code), calls it with this TPubmedArticle instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this TPubmedArticle instance.

type TPubmedArticleSet

type TPubmedArticleSet struct {
	XHasElems_PubmedArticle

	XHasElems_PubmedBookArticle
}

func (*TPubmedArticleSet) Walk

func (me *TPubmedArticleSet) Walk() (err error)

If the WalkHandlers.TPubmedArticleSet function is not nil (ie. was set by outside code), calls it with this TPubmedArticleSet instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this TPubmedArticleSet instance.

type TPubmedBookArticle

type TPubmedBookArticle struct {
	XHasElem_BookDocument

	XHasElem_PubmedBookData
}

func (*TPubmedBookArticle) Walk

func (me *TPubmedBookArticle) Walk() (err error)

If the WalkHandlers.TPubmedBookArticle function is not nil (ie. was set by outside code), calls it with this TPubmedBookArticle instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this TPubmedBookArticle instance.

type TPubmedBookArticleSet

type TPubmedBookArticleSet struct {
	XHasElems_PubmedBookArticle
}

func (*TPubmedBookArticleSet) Walk

func (me *TPubmedBookArticleSet) Walk() (err error)

If the WalkHandlers.TPubmedBookArticleSet function is not nil (ie. was set by outside code), calls it with this TPubmedBookArticleSet instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TPubmedBookArticleSet instance.

type TPubmedBookData

func (*TPubmedBookData) Walk

func (me *TPubmedBookData) Walk() (err error)

If the WalkHandlers.TPubmedBookData function is not nil (ie. was set by outside code), calls it with this TPubmedBookData instance as the single argument. Then calls the Walk() method on 4/4 embed(s) and 0/0 field(s) belonging to this TPubmedBookData instance.

type TPubmedData

func (*TPubmedData) Walk

func (me *TPubmedData) Walk() (err error)

If the WalkHandlers.TPubmedData function is not nil (ie. was set by outside code), calls it with this TPubmedData instance as the single argument. Then calls the Walk() method on 4/4 embed(s) and 0/0 field(s) belonging to this TPubmedData instance.

type TQualifierName

type TQualifierName struct {
	XHasCdata

	XHasAtts_AttlistQualifierName
}

func (*TQualifierName) Walk

func (me *TQualifierName) Walk() (err error)

If the WalkHandlers.TQualifierName function is not nil (ie. was set by outside code), calls it with this TQualifierName instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TQualifierName instance.

type TSection

func (*TSection) Walk

func (me *TSection) Walk() (err error)

If the WalkHandlers.TSection function is not nil (ie. was set by outside code), calls it with this TSection instance as the single argument. Then calls the Walk() method on 2/3 embed(s) and 0/0 field(s) belonging to this TSection instance.

type TSectionTitle

type TSectionTitle struct {
	Ttext

	XHasAtts_AttlistBookTitle
}

func (*TSectionTitle) Walk

func (me *TSectionTitle) Walk() (err error)

If the WalkHandlers.TSectionTitle function is not nil (ie. was set by outside code), calls it with this TSectionTitle instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TSectionTitle instance.

type TSections

type TSections struct {
	XHasElems_Section
}

func (*TSections) Walk

func (me *TSections) Walk() (err error)

If the WalkHandlers.TSections function is not nil (ie. was set by outside code), calls it with this TSections instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TSections instance.

type TSupplMeshList

type TSupplMeshList struct {
	XHasElems_SupplMeshName
}

func (*TSupplMeshList) Walk

func (me *TSupplMeshList) Walk() (err error)

If the WalkHandlers.TSupplMeshList function is not nil (ie. was set by outside code), calls it with this TSupplMeshList instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TSupplMeshList instance.

type TSupplMeshName

type TSupplMeshName struct {
	XHasCdata

	XHasAtts_AttlistSupplMeshName
}

func (*TSupplMeshName) Walk

func (me *TSupplMeshName) Walk() (err error)

If the WalkHandlers.TSupplMeshName function is not nil (ie. was set by outside code), calls it with this TSupplMeshName instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TSupplMeshName instance.

type TUrl

type TUrl struct {
	XHasCdata

	XHasAtts_AttlistUrl
}

func (*TUrl) Walk

func (me *TUrl) Walk() (err error)

If the WalkHandlers.TUrl function is not nil (ie. was set by outside code), calls it with this TUrl instance as the single argument. Then calls the Walk() method on 1/2 embed(s) and 0/0 field(s) belonging to this TUrl instance.

type TartIdType

type TartIdType xsdt.String

func (*TartIdType) Set

func (me *TartIdType) Set(s string)

Since TartIdType is just a simple String type, this merely sets the current value from the specified string.

func (TartIdType) String

func (me TartIdType) String() string

Since TartIdType is just a simple String type, this merely returns the current string value.

func (TartIdType) ToTArtIdTypeUnion

func (me TartIdType) ToTArtIdTypeUnion() TArtIdTypeUnion

TartIdType is an XSD union-type of several types. This is a simple type conversion to TArtIdTypeUnion, but keep in mind the actual value may or may not be a valid TArtIdTypeUnion value.

func (TartIdType) ToTArtIdTypeUnion1

func (me TartIdType) ToTArtIdTypeUnion1() TArtIdTypeUnion1

TartIdType is an XSD union-type of several types. This is a simple type conversion to TArtIdTypeUnion1, but keep in mind the actual value may or may not be a valid TArtIdTypeUnion1 value.

func (TartIdType) ToTArtIdTypeUnion2

func (me TartIdType) ToTArtIdTypeUnion2() TArtIdTypeUnion2

TartIdType is an XSD union-type of several types. This is a simple type conversion to TArtIdTypeUnion2, but keep in mind the actual value may or may not be a valid TArtIdTypeUnion2 value.

func (TartIdType) ToTArtIdTypeUnion3

func (me TartIdType) ToTArtIdTypeUnion3() TArtIdTypeUnion3

TartIdType is an XSD union-type of several types. This is a simple type conversion to TArtIdTypeUnion3, but keep in mind the actual value may or may not be a valid TArtIdTypeUnion3 value.

func (TartIdType) ToTArtIdTypeUnion4

func (me TartIdType) ToTArtIdTypeUnion4() TArtIdTypeUnion4

TartIdType is an XSD union-type of several types. This is a simple type conversion to TArtIdTypeUnion4, but keep in mind the actual value may or may not be a valid TArtIdTypeUnion4 value.

func (TartIdType) ToTArtIdTypeUnion5

func (me TartIdType) ToTArtIdTypeUnion5() TArtIdTypeUnion5

TartIdType is an XSD union-type of several types. This is a simple type conversion to TArtIdTypeUnion5, but keep in mind the actual value may or may not be a valid TArtIdTypeUnion5 value.

func (TartIdType) ToTArtIdTypeUnion6

func (me TartIdType) ToTArtIdTypeUnion6() TArtIdTypeUnion6

TartIdType is an XSD union-type of several types. This is a simple type conversion to TArtIdTypeUnion6, but keep in mind the actual value may or may not be a valid TArtIdTypeUnion6 value.

func (TartIdType) ToTartIdTypeInt

func (me TartIdType) ToTartIdTypeInt() TartIdTypeInt

TartIdType is an XSD union-type of several types. This is a simple type conversion to TartIdTypeInt, but keep in mind the actual value may or may not be a valid TartIdTypeInt value.

func (TartIdType) ToXsdtString

func (me TartIdType) ToXsdtString() xsdt.String

This convenience method just performs a simple type conversion to TartIdType's alias type xsdt.String.

type TartIdTypeInt

type TartIdTypeInt xsdt.Token

func (TartIdTypeInt) IsBookaccession

func (me TartIdTypeInt) IsBookaccession() bool

Returns true if the value of this enumerated TartIdTypeInt is "bookaccession".

func (TartIdTypeInt) IsMedline

func (me TartIdTypeInt) IsMedline() bool

Returns true if the value of this enumerated TartIdTypeInt is "medline".

func (TartIdTypeInt) IsPmcbook

func (me TartIdTypeInt) IsPmcbook() bool

Returns true if the value of this enumerated TartIdTypeInt is "pmcbook".

func (TartIdTypeInt) IsPmcid

func (me TartIdTypeInt) IsPmcid() bool

Returns true if the value of this enumerated TartIdTypeInt is "pmcid".

func (TartIdTypeInt) IsPubmed

func (me TartIdTypeInt) IsPubmed() bool

Returns true if the value of this enumerated TartIdTypeInt is "pubmed".

func (*TartIdTypeInt) Set

func (me *TartIdTypeInt) Set(s string)

Since TartIdTypeInt is just a simple String type, this merely sets the current value from the specified string.

func (TartIdTypeInt) String

func (me TartIdTypeInt) String() string

Since TartIdTypeInt is just a simple String type, this merely returns the current string value.

func (TartIdTypeInt) ToXsdtToken

func (me TartIdTypeInt) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TartIdTypeInt's alias type xsdt.Token.

type TisoLanguageCodes

type TisoLanguageCodes xsdt.Token

func (TisoLanguageCodes) IsAf

func (me TisoLanguageCodes) IsAf() bool

Returns true if the value of this enumerated TisoLanguageCodes is "AF".

func (TisoLanguageCodes) IsAr

func (me TisoLanguageCodes) IsAr() bool

Returns true if the value of this enumerated TisoLanguageCodes is "AR".

func (TisoLanguageCodes) IsAz

func (me TisoLanguageCodes) IsAz() bool

Returns true if the value of this enumerated TisoLanguageCodes is "AZ".

func (TisoLanguageCodes) IsBg

func (me TisoLanguageCodes) IsBg() bool

Returns true if the value of this enumerated TisoLanguageCodes is "BG".

func (TisoLanguageCodes) IsCs

func (me TisoLanguageCodes) IsCs() bool

Returns true if the value of this enumerated TisoLanguageCodes is "CS".

func (TisoLanguageCodes) IsDa

func (me TisoLanguageCodes) IsDa() bool

Returns true if the value of this enumerated TisoLanguageCodes is "DA".

func (TisoLanguageCodes) IsDe

func (me TisoLanguageCodes) IsDe() bool

Returns true if the value of this enumerated TisoLanguageCodes is "DE".

func (TisoLanguageCodes) IsEl

func (me TisoLanguageCodes) IsEl() bool

Returns true if the value of this enumerated TisoLanguageCodes is "EL".

func (TisoLanguageCodes) IsEn

func (me TisoLanguageCodes) IsEn() bool

Returns true if the value of this enumerated TisoLanguageCodes is "EN".

func (TisoLanguageCodes) IsEs

func (me TisoLanguageCodes) IsEs() bool

Returns true if the value of this enumerated TisoLanguageCodes is "ES".

func (TisoLanguageCodes) IsFa

func (me TisoLanguageCodes) IsFa() bool

Returns true if the value of this enumerated TisoLanguageCodes is "FA".

func (TisoLanguageCodes) IsFi

func (me TisoLanguageCodes) IsFi() bool

Returns true if the value of this enumerated TisoLanguageCodes is "FI".

func (TisoLanguageCodes) IsFr

func (me TisoLanguageCodes) IsFr() bool

Returns true if the value of this enumerated TisoLanguageCodes is "FR".

func (TisoLanguageCodes) IsHe

func (me TisoLanguageCodes) IsHe() bool

Returns true if the value of this enumerated TisoLanguageCodes is "HE".

func (TisoLanguageCodes) IsHu

func (me TisoLanguageCodes) IsHu() bool

Returns true if the value of this enumerated TisoLanguageCodes is "HU".

func (TisoLanguageCodes) IsHy

func (me TisoLanguageCodes) IsHy() bool

Returns true if the value of this enumerated TisoLanguageCodes is "HY".

func (TisoLanguageCodes) IsIn

func (me TisoLanguageCodes) IsIn() bool

Returns true if the value of this enumerated TisoLanguageCodes is "IN".

func (TisoLanguageCodes) IsIs

func (me TisoLanguageCodes) IsIs() bool

Returns true if the value of this enumerated TisoLanguageCodes is "IS".

func (TisoLanguageCodes) IsIt

func (me TisoLanguageCodes) IsIt() bool

Returns true if the value of this enumerated TisoLanguageCodes is "IT".

func (TisoLanguageCodes) IsIw

func (me TisoLanguageCodes) IsIw() bool

Returns true if the value of this enumerated TisoLanguageCodes is "IW".

func (TisoLanguageCodes) IsJa

func (me TisoLanguageCodes) IsJa() bool

Returns true if the value of this enumerated TisoLanguageCodes is "JA".

func (TisoLanguageCodes) IsKa

func (me TisoLanguageCodes) IsKa() bool

Returns true if the value of this enumerated TisoLanguageCodes is "KA".

func (TisoLanguageCodes) IsKo

func (me TisoLanguageCodes) IsKo() bool

Returns true if the value of this enumerated TisoLanguageCodes is "KO".

func (TisoLanguageCodes) IsLt

func (me TisoLanguageCodes) IsLt() bool

Returns true if the value of this enumerated TisoLanguageCodes is "LT".

func (TisoLanguageCodes) IsMk

func (me TisoLanguageCodes) IsMk() bool

Returns true if the value of this enumerated TisoLanguageCodes is "MK".

func (TisoLanguageCodes) IsMl

func (me TisoLanguageCodes) IsMl() bool

Returns true if the value of this enumerated TisoLanguageCodes is "ML".

func (TisoLanguageCodes) IsNl

func (me TisoLanguageCodes) IsNl() bool

Returns true if the value of this enumerated TisoLanguageCodes is "NL".

func (TisoLanguageCodes) IsNo

func (me TisoLanguageCodes) IsNo() bool

Returns true if the value of this enumerated TisoLanguageCodes is "NO".

func (TisoLanguageCodes) IsPl

func (me TisoLanguageCodes) IsPl() bool

Returns true if the value of this enumerated TisoLanguageCodes is "PL".

func (TisoLanguageCodes) IsPs

func (me TisoLanguageCodes) IsPs() bool

Returns true if the value of this enumerated TisoLanguageCodes is "PS".

func (TisoLanguageCodes) IsPt

func (me TisoLanguageCodes) IsPt() bool

Returns true if the value of this enumerated TisoLanguageCodes is "PT".

func (TisoLanguageCodes) IsRo

func (me TisoLanguageCodes) IsRo() bool

Returns true if the value of this enumerated TisoLanguageCodes is "RO".

func (TisoLanguageCodes) IsRu

func (me TisoLanguageCodes) IsRu() bool

Returns true if the value of this enumerated TisoLanguageCodes is "RU".

func (TisoLanguageCodes) IsSk

func (me TisoLanguageCodes) IsSk() bool

Returns true if the value of this enumerated TisoLanguageCodes is "SK".

func (TisoLanguageCodes) IsSl

func (me TisoLanguageCodes) IsSl() bool

Returns true if the value of this enumerated TisoLanguageCodes is "SL".

func (TisoLanguageCodes) IsSq

func (me TisoLanguageCodes) IsSq() bool

Returns true if the value of this enumerated TisoLanguageCodes is "SQ".

func (TisoLanguageCodes) IsSr

func (me TisoLanguageCodes) IsSr() bool

Returns true if the value of this enumerated TisoLanguageCodes is "SR".

func (TisoLanguageCodes) IsSv

func (me TisoLanguageCodes) IsSv() bool

Returns true if the value of this enumerated TisoLanguageCodes is "SV".

func (TisoLanguageCodes) IsSw

func (me TisoLanguageCodes) IsSw() bool

Returns true if the value of this enumerated TisoLanguageCodes is "SW".

func (TisoLanguageCodes) IsTh

func (me TisoLanguageCodes) IsTh() bool

Returns true if the value of this enumerated TisoLanguageCodes is "TH".

func (TisoLanguageCodes) IsTr

func (me TisoLanguageCodes) IsTr() bool

Returns true if the value of this enumerated TisoLanguageCodes is "TR".

func (TisoLanguageCodes) IsUk

func (me TisoLanguageCodes) IsUk() bool

Returns true if the value of this enumerated TisoLanguageCodes is "UK".

func (TisoLanguageCodes) IsVi

func (me TisoLanguageCodes) IsVi() bool

Returns true if the value of this enumerated TisoLanguageCodes is "VI".

func (TisoLanguageCodes) IsZh

func (me TisoLanguageCodes) IsZh() bool

Returns true if the value of this enumerated TisoLanguageCodes is "ZH".

func (*TisoLanguageCodes) Set

func (me *TisoLanguageCodes) Set(s string)

Since TisoLanguageCodes is just a simple String type, this merely sets the current value from the specified string.

func (TisoLanguageCodes) String

func (me TisoLanguageCodes) String() string

Since TisoLanguageCodes is just a simple String type, this merely returns the current string value.

func (TisoLanguageCodes) ToXsdtToken

func (me TisoLanguageCodes) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TisoLanguageCodes's alias type xsdt.Token.

type TnormalDate

func (*TnormalDate) Walk

func (me *TnormalDate) Walk() (err error)

If the WalkHandlers.TnormalDate function is not nil (ie. was set by outside code), calls it with this TnormalDate instance as the single argument. Then calls the Walk() method on 6/6 embed(s) and 0/0 field(s) belonging to this TnormalDate instance.

type TpubStatus

type TpubStatus xsdt.String

func (*TpubStatus) Set

func (me *TpubStatus) Set(s string)

Since TpubStatus is just a simple String type, this merely sets the current value from the specified string.

func (TpubStatus) String

func (me TpubStatus) String() string

Since TpubStatus is just a simple String type, this merely returns the current string value.

func (TpubStatus) ToTPubStatusUnion

func (me TpubStatus) ToTPubStatusUnion() TPubStatusUnion

TpubStatus is an XSD union-type of several types. This is a simple type conversion to TPubStatusUnion, but keep in mind the actual value may or may not be a valid TPubStatusUnion value.

func (TpubStatus) ToTPubStatusUnion1

func (me TpubStatus) ToTPubStatusUnion1() TPubStatusUnion1

TpubStatus is an XSD union-type of several types. This is a simple type conversion to TPubStatusUnion1, but keep in mind the actual value may or may not be a valid TPubStatusUnion1 value.

func (TpubStatus) ToTPubStatusUnion2

func (me TpubStatus) ToTPubStatusUnion2() TPubStatusUnion2

TpubStatus is an XSD union-type of several types. This is a simple type conversion to TPubStatusUnion2, but keep in mind the actual value may or may not be a valid TPubStatusUnion2 value.

func (TpubStatus) ToTPubStatusUnion3

func (me TpubStatus) ToTPubStatusUnion3() TPubStatusUnion3

TpubStatus is an XSD union-type of several types. This is a simple type conversion to TPubStatusUnion3, but keep in mind the actual value may or may not be a valid TPubStatusUnion3 value.

func (TpubStatus) ToTPubStatusUnion4

func (me TpubStatus) ToTPubStatusUnion4() TPubStatusUnion4

TpubStatus is an XSD union-type of several types. This is a simple type conversion to TPubStatusUnion4, but keep in mind the actual value may or may not be a valid TPubStatusUnion4 value.

func (TpubStatus) ToTPubStatusUnion5

func (me TpubStatus) ToTPubStatusUnion5() TPubStatusUnion5

TpubStatus is an XSD union-type of several types. This is a simple type conversion to TPubStatusUnion5, but keep in mind the actual value may or may not be a valid TPubStatusUnion5 value.

func (TpubStatus) ToTPubStatusUnion6

func (me TpubStatus) ToTPubStatusUnion6() TPubStatusUnion6

TpubStatus is an XSD union-type of several types. This is a simple type conversion to TPubStatusUnion6, but keep in mind the actual value may or may not be a valid TPubStatusUnion6 value.

func (TpubStatus) ToTPubStatusUnion7

func (me TpubStatus) ToTPubStatusUnion7() TPubStatusUnion7

TpubStatus is an XSD union-type of several types. This is a simple type conversion to TPubStatusUnion7, but keep in mind the actual value may or may not be a valid TPubStatusUnion7 value.

func (TpubStatus) ToTpubStatusInt

func (me TpubStatus) ToTpubStatusInt() TpubStatusInt

TpubStatus is an XSD union-type of several types. This is a simple type conversion to TpubStatusInt, but keep in mind the actual value may or may not be a valid TpubStatusInt value.

func (TpubStatus) ToXsdtString

func (me TpubStatus) ToXsdtString() xsdt.String

This convenience method just performs a simple type conversion to TpubStatus's alias type xsdt.String.

type TpubStatusInt

type TpubStatusInt xsdt.Token

func (TpubStatusInt) IsEntrez

func (me TpubStatusInt) IsEntrez() bool

Returns true if the value of this enumerated TpubStatusInt is "entrez".

func (TpubStatusInt) IsMedline

func (me TpubStatusInt) IsMedline() bool

Returns true if the value of this enumerated TpubStatusInt is "medline".

func (TpubStatusInt) IsMedliner

func (me TpubStatusInt) IsMedliner() bool

Returns true if the value of this enumerated TpubStatusInt is "medliner".

func (TpubStatusInt) IsPmc

func (me TpubStatusInt) IsPmc() bool

Returns true if the value of this enumerated TpubStatusInt is "pmc".

func (TpubStatusInt) IsPmcRelease

func (me TpubStatusInt) IsPmcRelease() bool

Returns true if the value of this enumerated TpubStatusInt is "pmc-release".

func (TpubStatusInt) IsPmcr

func (me TpubStatusInt) IsPmcr() bool

Returns true if the value of this enumerated TpubStatusInt is "pmcr".

func (TpubStatusInt) IsPremedline

func (me TpubStatusInt) IsPremedline() bool

Returns true if the value of this enumerated TpubStatusInt is "premedline".

func (TpubStatusInt) IsPubmed

func (me TpubStatusInt) IsPubmed() bool

Returns true if the value of this enumerated TpubStatusInt is "pubmed".

func (TpubStatusInt) IsPubmedr

func (me TpubStatusInt) IsPubmedr() bool

Returns true if the value of this enumerated TpubStatusInt is "pubmedr".

func (*TpubStatusInt) Set

func (me *TpubStatusInt) Set(s string)

Since TpubStatusInt is just a simple String type, this merely sets the current value from the specified string.

func (TpubStatusInt) String

func (me TpubStatusInt) String() string

Since TpubStatusInt is just a simple String type, this merely returns the current string value.

func (TpubStatusInt) ToXsdtToken

func (me TpubStatusInt) ToXsdtToken() xsdt.Token

This convenience method just performs a simple type conversion to TpubStatusInt's alias type xsdt.Token.

type Ttext

type Ttext struct {
	XHasCdata

	XHasElems_Format
}

func (*Ttext) Walk

func (me *Ttext) Walk() (err error)

If the WalkHandlers.Ttext function is not nil (ie. was set by outside code), calls it with this Ttext instance as the single argument. Then calls the Walk() method on 2/2 embed(s) and 0/0 field(s) belonging to this Ttext instance.

type XHasAttr_Book_XsdtString_

type XHasAttr_Book_XsdtString_ struct {
	Book xsdt.String `xml:"book,attr"`
}

type XHasAttr_CitedMedium_TAttlistJournalIssueCitedMedium_

type XHasAttr_CitedMedium_TAttlistJournalIssueCitedMedium_ struct {
	CitedMedium TAttlistJournalIssueCitedMedium `xml:"CitedMedium,attr"`
}

type XHasAttr_CompleteYN_TAttlistAuthorListCompleteYN_Y

type XHasAttr_CompleteYN_TAttlistAuthorListCompleteYN_Y struct {
	CompleteYN TAttlistAuthorListCompleteYN `xml:"CompleteYN,attr"`
}

func (XHasAttr_CompleteYN_TAttlistAuthorListCompleteYN_Y) CompleteYNDefault

Returns the default value for CompleteYN -- "Y"

type XHasAttr_CompleteYN_TAttlistDataBankListCompleteYN_Y

type XHasAttr_CompleteYN_TAttlistDataBankListCompleteYN_Y struct {
	CompleteYN TAttlistDataBankListCompleteYN `xml:"CompleteYN,attr"`
}

func (XHasAttr_CompleteYN_TAttlistDataBankListCompleteYN_Y) CompleteYNDefault

Returns the default value for CompleteYN -- "Y"

type XHasAttr_CompleteYN_TAttlistGrantListCompleteYN_Y

type XHasAttr_CompleteYN_TAttlistGrantListCompleteYN_Y struct {
	CompleteYN TAttlistGrantListCompleteYN `xml:"CompleteYN,attr"`
}

func (XHasAttr_CompleteYN_TAttlistGrantListCompleteYN_Y) CompleteYNDefault

Returns the default value for CompleteYN -- "Y"

type XHasAttr_DateType_TAttlistArticleDateDateType_Electronic

type XHasAttr_DateType_TAttlistArticleDateDateType_Electronic struct {
	DateType TAttlistArticleDateDateType `xml:"DateType,attr"`
}

func (XHasAttr_DateType_TAttlistArticleDateDateType_Electronic) DateTypeDefault

Returns the default value for DateType -- "Electronic"

type XHasAttr_EIdType_TAttlistELocationIDEIdType_

type XHasAttr_EIdType_TAttlistELocationIDEIdType_ struct {
	EIdType TAttlistELocationIDEIdType `xml:"EIdType,attr"`
}

type XHasAttr_IdType_TartIdType_Pubmed

type XHasAttr_IdType_TartIdType_Pubmed struct {
	IdType TartIdType `xml:"IdType,attr"`
}

func (XHasAttr_IdType_TartIdType_Pubmed) IdTypeDefault

func (me XHasAttr_IdType_TartIdType_Pubmed) IdTypeDefault() TartIdType

Returns the default value for IdType -- "pubmed"

type XHasAttr_IssnType_TAttlistIssnIssnType_

type XHasAttr_IssnType_TAttlistIssnIssnType_ struct {
	IssnType TAttlistIssnIssnType `xml:"IssnType,attr"`
}

type XHasAttr_Label_XsdtString_

type XHasAttr_Label_XsdtString_ struct {
	Label xsdt.String `xml:"Label,attr"`
}

type XHasAttr_Lang_TisoLanguageCodes_

type XHasAttr_Lang_TisoLanguageCodes_ struct {
	Lang TisoLanguageCodes `xml:"lang,attr"`
}

type XHasAttr_Language_XsdtString_Eng

type XHasAttr_Language_XsdtString_Eng struct {
	Language xsdt.String `xml:"Language,attr"`
}

func (XHasAttr_Language_XsdtString_Eng) LanguageDefault

func (me XHasAttr_Language_XsdtString_Eng) LanguageDefault() xsdt.String

Returns the default value for Language -- "eng"

type XHasAttr_ListType_XsdtString_

type XHasAttr_ListType_XsdtString_ struct {
	ListType xsdt.String `xml:"ListType,attr"`
}

type XHasAttr_MajorTopicYN_TAttlistDescriptorNameMajorTopicYN_N

type XHasAttr_MajorTopicYN_TAttlistDescriptorNameMajorTopicYN_N struct {
	MajorTopicYN TAttlistDescriptorNameMajorTopicYN `xml:"MajorTopicYN,attr"`
}

func (XHasAttr_MajorTopicYN_TAttlistDescriptorNameMajorTopicYN_N) MajorTopicYNDefault

Returns the default value for MajorTopicYN -- "N"

type XHasAttr_MajorTopicYN_TAttlistKeywordMajorTopicYN_N

type XHasAttr_MajorTopicYN_TAttlistKeywordMajorTopicYN_N struct {
	MajorTopicYN TAttlistKeywordMajorTopicYN `xml:"MajorTopicYN,attr"`
}

func (XHasAttr_MajorTopicYN_TAttlistKeywordMajorTopicYN_N) MajorTopicYNDefault

Returns the default value for MajorTopicYN -- "N"

type XHasAttr_MajorTopicYN_TAttlistQualifierNameMajorTopicYN_N

type XHasAttr_MajorTopicYN_TAttlistQualifierNameMajorTopicYN_N struct {
	MajorTopicYN TAttlistQualifierNameMajorTopicYN `xml:"MajorTopicYN,attr"`
}

func (XHasAttr_MajorTopicYN_TAttlistQualifierNameMajorTopicYN_N) MajorTopicYNDefault

Returns the default value for MajorTopicYN -- "N"

type XHasAttr_Name_XsdtString_

type XHasAttr_Name_XsdtString_ struct {
	Name xsdt.String `xml:"Name,attr"`
}

type XHasAttr_NlmCategory_TAttlistAbstractTextNlmCategory_

type XHasAttr_NlmCategory_TAttlistAbstractTextNlmCategory_ struct {
	NlmCategory TAttlistAbstractTextNlmCategory `xml:"NlmCategory,attr"`
}

type XHasAttr_Owner_TAttlistGeneralNoteOwner_Nlm

type XHasAttr_Owner_TAttlistGeneralNoteOwner_Nlm struct {
	Owner TAttlistGeneralNoteOwner `xml:"Owner,attr"`
}

func (XHasAttr_Owner_TAttlistGeneralNoteOwner_Nlm) OwnerDefault

Returns the default value for Owner -- "NLM"

type XHasAttr_Owner_TAttlistKeywordListOwner_Nlm

type XHasAttr_Owner_TAttlistKeywordListOwner_Nlm struct {
	Owner TAttlistKeywordListOwner `xml:"Owner,attr"`
}

func (XHasAttr_Owner_TAttlistKeywordListOwner_Nlm) OwnerDefault

Returns the default value for Owner -- "NLM"

type XHasAttr_Owner_TAttlistMedlineCitationOwner_Nlm

type XHasAttr_Owner_TAttlistMedlineCitationOwner_Nlm struct {
	Owner TAttlistMedlineCitationOwner `xml:"Owner,attr"`
}

func (XHasAttr_Owner_TAttlistMedlineCitationOwner_Nlm) OwnerDefault

Returns the default value for Owner -- "NLM"

type XHasAttr_Part_XsdtString_

type XHasAttr_Part_XsdtString_ struct {
	Part xsdt.String `xml:"part,attr"`
}

type XHasAttr_PubModel_TAttlistArticlePubModel_

type XHasAttr_PubModel_TAttlistArticlePubModel_ struct {
	PubModel TAttlistArticlePubModel `xml:"PubModel,attr"`
}

type XHasAttr_PubStatus_TpubStatus_

type XHasAttr_PubStatus_TpubStatus_ struct {
	PubStatus TpubStatus `xml:"PubStatus,attr"`
}

type XHasAttr_RefType_TAttlistCommentsCorrectionsRefType_

type XHasAttr_RefType_TAttlistCommentsCorrectionsRefType_ struct {
	RefType TAttlistCommentsCorrectionsRefType `xml:"RefType,attr"`
}

type XHasAttr_Sec_XsdtString_

type XHasAttr_Sec_XsdtString_ struct {
	Sec xsdt.String `xml:"sec,attr"`
}

type XHasAttr_Source_TAttlistOtherIDSource_

type XHasAttr_Source_TAttlistOtherIDSource_ struct {
	Source TAttlistOtherIDSource `xml:"Source,attr"`
}

type XHasAttr_Source_XsdtString_

type XHasAttr_Source_XsdtString_ struct {
	Source xsdt.String `xml:"Source,attr"`
}

type XHasAttr_Status_TAttlistMedlineCitationStatus_

type XHasAttr_Status_TAttlistMedlineCitationStatus_ struct {
	Status TAttlistMedlineCitationStatus `xml:"Status,attr"`
}

type XHasAttr_Type_TAttlistAuthorListType_Authors

type XHasAttr_Type_TAttlistAuthorListType_Authors struct {
	Type TAttlistAuthorListType `xml:"Type,attr"`
}

func (XHasAttr_Type_TAttlistAuthorListType_Authors) TypeDefault

Returns the default value for Type -- "authors"

type XHasAttr_Type_TAttlistDescriptorNameType_

type XHasAttr_Type_TAttlistDescriptorNameType_ struct {
	Type TAttlistDescriptorNameType `xml:"Type,attr"`
}

type XHasAttr_Type_TAttlistLocationLabelType_

type XHasAttr_Type_TAttlistLocationLabelType_ struct {
	Type TAttlistLocationLabelType `xml:"Type,attr"`
}

type XHasAttr_Type_TAttlistOtherAbstractType_

type XHasAttr_Type_TAttlistOtherAbstractType_ struct {
	Type TAttlistOtherAbstractType `xml:"Type,attr"`
}

type XHasAttr_Type_TAttlistSupplMeshNameType_

type XHasAttr_Type_TAttlistSupplMeshNameType_ struct {
	Type TAttlistSupplMeshNameType `xml:"Type,attr"`
}

type XHasAttr_Type_TAttlistUrlType_

type XHasAttr_Type_TAttlistUrlType_ struct {
	Type TAttlistUrlType `xml:"Type,attr"`
}

type XHasAttr_Type_XsdtString_

type XHasAttr_Type_XsdtString_ struct {
	Type xsdt.String `xml:"Type,attr"`
}

type XHasAttr_Ui_XsdtString_

type XHasAttr_Ui_XsdtString_ struct {
	Ui xsdt.String `xml:"UI,attr"`
}

type XHasAttr_ValidYN_TAttlistAuthorValidYN_Y

type XHasAttr_ValidYN_TAttlistAuthorValidYN_Y struct {
	ValidYN TAttlistAuthorValidYN `xml:"ValidYN,attr"`
}

func (XHasAttr_ValidYN_TAttlistAuthorValidYN_Y) ValidYNDefault

Returns the default value for ValidYN -- "Y"

type XHasAttr_ValidYN_TAttlistELocationIDValidYN_Y

type XHasAttr_ValidYN_TAttlistELocationIDValidYN_Y struct {
	ValidYN TAttlistELocationIDValidYN `xml:"ValidYN,attr"`
}

func (XHasAttr_ValidYN_TAttlistELocationIDValidYN_Y) ValidYNDefault

Returns the default value for ValidYN -- "Y"

type XHasAttr_ValidYN_TAttlistInvestigatorValidYN_Y

type XHasAttr_ValidYN_TAttlistInvestigatorValidYN_Y struct {
	ValidYN TAttlistInvestigatorValidYN `xml:"ValidYN,attr"`
}

func (XHasAttr_ValidYN_TAttlistInvestigatorValidYN_Y) ValidYNDefault

Returns the default value for ValidYN -- "Y"

type XHasAttr_VersionDate_XsdtString_

type XHasAttr_VersionDate_XsdtString_ struct {
	VersionDate xsdt.String `xml:"VersionDate,attr"`
}

type XHasAttr_VersionID_XsdtString_

type XHasAttr_VersionID_XsdtString_ struct {
	VersionID xsdt.String `xml:"VersionID,attr"`
}

type XHasAttr_Version_XsdtString_

type XHasAttr_Version_XsdtString_ struct {
	Version xsdt.String `xml:"Version,attr"`
}

type XHasAtts_AttlistArticle

type XHasAtts_AttlistArticle struct {
	XHasAttr_PubModel_TAttlistArticlePubModel_
}

type XHasAtts_AttlistArticleId

type XHasAtts_AttlistArticleId struct {
	XHasAttr_IdType_TartIdType_Pubmed
}

type XHasAtts_AttlistAuthor

type XHasAtts_AttlistAuthor struct {
	XHasAttr_ValidYN_TAttlistAuthorValidYN_Y
}

type XHasAtts_AttlistBookTitle

type XHasAtts_AttlistBookTitle struct {
	XHasAtts_Booklinkatts
}

type XHasAtts_AttlistCommentsCorrections

type XHasAtts_AttlistCommentsCorrections struct {
	XHasAttr_RefType_TAttlistCommentsCorrectionsRefType_
}

type XHasAtts_AttlistGeneralNote

type XHasAtts_AttlistGeneralNote struct {
	XHasAttr_Owner_TAttlistGeneralNoteOwner_Nlm
}

type XHasAtts_AttlistGrantList

type XHasAtts_AttlistGrantList struct {
	XHasAttr_CompleteYN_TAttlistGrantListCompleteYN_Y
}

type XHasAtts_AttlistIdentifier

type XHasAtts_AttlistIdentifier struct {
	XHasAttr_Source_XsdtString_
}

type XHasAtts_AttlistInvestigator

type XHasAtts_AttlistInvestigator struct {
	XHasAttr_ValidYN_TAttlistInvestigatorValidYN_Y
}

type XHasAtts_AttlistIssn

type XHasAtts_AttlistIssn struct {
	XHasAttr_IssnType_TAttlistIssnIssnType_
}

type XHasAtts_AttlistItemList

type XHasAtts_AttlistItemList struct {
	XHasAttr_ListType_XsdtString_
}

type XHasAtts_AttlistKeywordList

type XHasAtts_AttlistKeywordList struct {
	XHasAttr_Owner_TAttlistKeywordListOwner_Nlm
}

type XHasAtts_AttlistLocationLabel

type XHasAtts_AttlistLocationLabel struct {
	XHasAttr_Type_TAttlistLocationLabelType_
}

type XHasAtts_AttlistNameOfSubstance

type XHasAtts_AttlistNameOfSubstance struct {
	XHasAttr_Ui_XsdtString_
}

type XHasAtts_AttlistObject

type XHasAtts_AttlistObject struct {
	XHasAttr_Type_XsdtString_
}

type XHasAtts_AttlistOtherID

type XHasAtts_AttlistOtherID struct {
	XHasAttr_Source_TAttlistOtherIDSource_
}

type XHasAtts_AttlistParam

type XHasAtts_AttlistParam struct {
	XHasAttr_Name_XsdtString_
}

type XHasAtts_AttlistPmid

type XHasAtts_AttlistPmid struct {
	XHasAttr_Version_XsdtString_
}

type XHasAtts_AttlistPubMedPubDate

type XHasAtts_AttlistPubMedPubDate struct {
	XHasAttr_PubStatus_TpubStatus_
}

type XHasCdata

type XHasCdata struct {
	XCDATA string `xml:",chardata"`
}

func (*XHasCdata) Walk

func (me *XHasCdata) Walk() (err error)

If the WalkHandlers.XHasCdata function is not nil (ie. was set by outside code), calls it with this XHasCdata instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasCdata instance.

type XHasElem_Abstract

type XHasElem_Abstract struct {
	Abstract *TAbstract `xml:"Abstract"`
}

func (*XHasElem_Abstract) Walk

func (me *XHasElem_Abstract) Walk() (err error)

If the WalkHandlers.XHasElem_Abstract function is not nil (ie. was set by outside code), calls it with this XHasElem_Abstract instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Abstract instance.

type XHasElem_AbstractText

type XHasElem_AbstractText struct {
	AbstractText *TAbstractText `xml:"AbstractText"`
}

func (*XHasElem_AbstractText) Walk

func (me *XHasElem_AbstractText) Walk() (err error)

If the WalkHandlers.XHasElem_AbstractText function is not nil (ie. was set by outside code), calls it with this XHasElem_AbstractText instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_AbstractText instance.

type XHasElem_AccessionNumber

type XHasElem_AccessionNumber struct {
	AccessionNumber xsdt.String `xml:"AccessionNumber"`
}

func (*XHasElem_AccessionNumber) Walk

func (me *XHasElem_AccessionNumber) Walk() (err error)

If the WalkHandlers.XHasElem_AccessionNumber function is not nil (ie. was set by outside code), calls it with this XHasElem_AccessionNumber instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_AccessionNumber instance.

type XHasElem_AccessionNumberList

type XHasElem_AccessionNumberList struct {
	AccessionNumberList *TAccessionNumberList `xml:"AccessionNumberList"`
}

func (*XHasElem_AccessionNumberList) Walk

func (me *XHasElem_AccessionNumberList) Walk() (err error)

If the WalkHandlers.XHasElem_AccessionNumberList function is not nil (ie. was set by outside code), calls it with this XHasElem_AccessionNumberList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_AccessionNumberList instance.

type XHasElem_Acronym

type XHasElem_Acronym struct {
	Acronym xsdt.String `xml:"Acronym"`
}

func (*XHasElem_Acronym) Walk

func (me *XHasElem_Acronym) Walk() (err error)

If the WalkHandlers.XHasElem_Acronym function is not nil (ie. was set by outside code), calls it with this XHasElem_Acronym instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Acronym instance.

type XHasElem_Affiliation

type XHasElem_Affiliation struct {
	Affiliation *Ttext `xml:"Affiliation"`
}

func (*XHasElem_Affiliation) Walk

func (me *XHasElem_Affiliation) Walk() (err error)

If the WalkHandlers.XHasElem_Affiliation function is not nil (ie. was set by outside code), calls it with this XHasElem_Affiliation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Affiliation instance.

type XHasElem_AffiliationInfo

type XHasElem_AffiliationInfo struct {
	AffiliationInfo *TAffiliationInfo `xml:"AffiliationInfo"`
}

func (*XHasElem_AffiliationInfo) Walk

func (me *XHasElem_AffiliationInfo) Walk() (err error)

If the WalkHandlers.XHasElem_AffiliationInfo function is not nil (ie. was set by outside code), calls it with this XHasElem_AffiliationInfo instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_AffiliationInfo instance.

type XHasElem_Agency

type XHasElem_Agency struct {
	Agency xsdt.String `xml:"Agency"`
}

func (*XHasElem_Agency) Walk

func (me *XHasElem_Agency) Walk() (err error)

If the WalkHandlers.XHasElem_Agency function is not nil (ie. was set by outside code), calls it with this XHasElem_Agency instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Agency instance.

type XHasElem_Article

type XHasElem_Article struct {
	Article *TArticle `xml:"Article"`
}

func (*XHasElem_Article) Walk

func (me *XHasElem_Article) Walk() (err error)

If the WalkHandlers.XHasElem_Article function is not nil (ie. was set by outside code), calls it with this XHasElem_Article instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Article instance.

type XHasElem_ArticleDate

type XHasElem_ArticleDate struct {
	ArticleDate *TArticleDate `xml:"ArticleDate"`
}

func (*XHasElem_ArticleDate) Walk

func (me *XHasElem_ArticleDate) Walk() (err error)

If the WalkHandlers.XHasElem_ArticleDate function is not nil (ie. was set by outside code), calls it with this XHasElem_ArticleDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_ArticleDate instance.

type XHasElem_ArticleId

type XHasElem_ArticleId struct {
	ArticleId *TArticleId `xml:"ArticleId"`
}

func (*XHasElem_ArticleId) Walk

func (me *XHasElem_ArticleId) Walk() (err error)

If the WalkHandlers.XHasElem_ArticleId function is not nil (ie. was set by outside code), calls it with this XHasElem_ArticleId instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_ArticleId instance.

type XHasElem_ArticleIdList

type XHasElem_ArticleIdList struct {
	ArticleIdList *TArticleIdList `xml:"ArticleIdList"`
}

func (*XHasElem_ArticleIdList) Walk

func (me *XHasElem_ArticleIdList) Walk() (err error)

If the WalkHandlers.XHasElem_ArticleIdList function is not nil (ie. was set by outside code), calls it with this XHasElem_ArticleIdList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_ArticleIdList instance.

type XHasElem_ArticleTitle

type XHasElem_ArticleTitle struct {
	ArticleTitle *TArticleTitle `xml:"ArticleTitle"`
}

func (*XHasElem_ArticleTitle) Walk

func (me *XHasElem_ArticleTitle) Walk() (err error)

If the WalkHandlers.XHasElem_ArticleTitle function is not nil (ie. was set by outside code), calls it with this XHasElem_ArticleTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_ArticleTitle instance.

type XHasElem_Author

type XHasElem_Author struct {
	Author *TAuthor `xml:"Author"`
}

func (*XHasElem_Author) Walk

func (me *XHasElem_Author) Walk() (err error)

If the WalkHandlers.XHasElem_Author function is not nil (ie. was set by outside code), calls it with this XHasElem_Author instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Author instance.

type XHasElem_AuthorList

type XHasElem_AuthorList struct {
	AuthorList *TAuthorList `xml:"AuthorList"`
}

func (*XHasElem_AuthorList) Walk

func (me *XHasElem_AuthorList) Walk() (err error)

If the WalkHandlers.XHasElem_AuthorList function is not nil (ie. was set by outside code), calls it with this XHasElem_AuthorList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_AuthorList instance.

type XHasElem_B

type XHasElem_B struct {
	B xsdt.String `xml:"b"`
}

func (*XHasElem_B) Walk

func (me *XHasElem_B) Walk() (err error)

If the WalkHandlers.XHasElem_B function is not nil (ie. was set by outside code), calls it with this XHasElem_B instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_B instance.

type XHasElem_BeginningDate

type XHasElem_BeginningDate struct {
	BeginningDate *TBeginningDate `xml:"BeginningDate"`
}

func (*XHasElem_BeginningDate) Walk

func (me *XHasElem_BeginningDate) Walk() (err error)

If the WalkHandlers.XHasElem_BeginningDate function is not nil (ie. was set by outside code), calls it with this XHasElem_BeginningDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_BeginningDate instance.

type XHasElem_Book

type XHasElem_Book struct {
	Book *TBook `xml:"Book"`
}

func (*XHasElem_Book) Walk

func (me *XHasElem_Book) Walk() (err error)

If the WalkHandlers.XHasElem_Book function is not nil (ie. was set by outside code), calls it with this XHasElem_Book instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Book instance.

type XHasElem_BookDocument

type XHasElem_BookDocument struct {
	BookDocument *TBookDocument `xml:"BookDocument"`
}

func (*XHasElem_BookDocument) Walk

func (me *XHasElem_BookDocument) Walk() (err error)

If the WalkHandlers.XHasElem_BookDocument function is not nil (ie. was set by outside code), calls it with this XHasElem_BookDocument instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_BookDocument instance.

type XHasElem_BookDocumentSet

type XHasElem_BookDocumentSet struct {
	BookDocumentSet *TBookDocumentSet `xml:"BookDocumentSet"`
}

func (*XHasElem_BookDocumentSet) Walk

func (me *XHasElem_BookDocumentSet) Walk() (err error)

If the WalkHandlers.XHasElem_BookDocumentSet function is not nil (ie. was set by outside code), calls it with this XHasElem_BookDocumentSet instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_BookDocumentSet instance.

type XHasElem_BookTitle

type XHasElem_BookTitle struct {
	BookTitle *TBookTitle `xml:"BookTitle"`
}

func (*XHasElem_BookTitle) Walk

func (me *XHasElem_BookTitle) Walk() (err error)

If the WalkHandlers.XHasElem_BookTitle function is not nil (ie. was set by outside code), calls it with this XHasElem_BookTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_BookTitle instance.

type XHasElem_Chemical

type XHasElem_Chemical struct {
	Chemical *TChemical `xml:"Chemical"`
}

func (*XHasElem_Chemical) Walk

func (me *XHasElem_Chemical) Walk() (err error)

If the WalkHandlers.XHasElem_Chemical function is not nil (ie. was set by outside code), calls it with this XHasElem_Chemical instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Chemical instance.

type XHasElem_ChemicalList

type XHasElem_ChemicalList struct {
	ChemicalList *TChemicalList `xml:"ChemicalList"`
}

func (*XHasElem_ChemicalList) Walk

func (me *XHasElem_ChemicalList) Walk() (err error)

If the WalkHandlers.XHasElem_ChemicalList function is not nil (ie. was set by outside code), calls it with this XHasElem_ChemicalList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_ChemicalList instance.

type XHasElem_CitationString

type XHasElem_CitationString struct {
	CitationString *Ttext `xml:"CitationString"`
}

func (*XHasElem_CitationString) Walk

func (me *XHasElem_CitationString) Walk() (err error)

If the WalkHandlers.XHasElem_CitationString function is not nil (ie. was set by outside code), calls it with this XHasElem_CitationString instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_CitationString instance.

type XHasElem_CitationSubset

type XHasElem_CitationSubset struct {
	CitationSubset xsdt.String `xml:"CitationSubset"`
}

func (*XHasElem_CitationSubset) Walk

func (me *XHasElem_CitationSubset) Walk() (err error)

If the WalkHandlers.XHasElem_CitationSubset function is not nil (ie. was set by outside code), calls it with this XHasElem_CitationSubset instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_CitationSubset instance.

type XHasElem_CollectionTitle

type XHasElem_CollectionTitle struct {
	CollectionTitle *TCollectionTitle `xml:"CollectionTitle"`
}

func (*XHasElem_CollectionTitle) Walk

func (me *XHasElem_CollectionTitle) Walk() (err error)

If the WalkHandlers.XHasElem_CollectionTitle function is not nil (ie. was set by outside code), calls it with this XHasElem_CollectionTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_CollectionTitle instance.

type XHasElem_CollectiveName

type XHasElem_CollectiveName struct {
	CollectiveName *Ttext `xml:"CollectiveName"`
}

func (*XHasElem_CollectiveName) Walk

func (me *XHasElem_CollectiveName) Walk() (err error)

If the WalkHandlers.XHasElem_CollectiveName function is not nil (ie. was set by outside code), calls it with this XHasElem_CollectiveName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_CollectiveName instance.

type XHasElem_CommentsCorrections

type XHasElem_CommentsCorrections struct {
	CommentsCorrections *TCommentsCorrections `xml:"CommentsCorrections"`
}

func (*XHasElem_CommentsCorrections) Walk

func (me *XHasElem_CommentsCorrections) Walk() (err error)

If the WalkHandlers.XHasElem_CommentsCorrections function is not nil (ie. was set by outside code), calls it with this XHasElem_CommentsCorrections instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_CommentsCorrections instance.

type XHasElem_CommentsCorrectionsList

type XHasElem_CommentsCorrectionsList struct {
	CommentsCorrectionsList *TCommentsCorrectionsList `xml:"CommentsCorrectionsList"`
}

func (*XHasElem_CommentsCorrectionsList) Walk

func (me *XHasElem_CommentsCorrectionsList) Walk() (err error)

If the WalkHandlers.XHasElem_CommentsCorrectionsList function is not nil (ie. was set by outside code), calls it with this XHasElem_CommentsCorrectionsList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_CommentsCorrectionsList instance.

type XHasElem_ContractNumber

type XHasElem_ContractNumber struct {
	ContractNumber xsdt.String `xml:"ContractNumber"`
}

func (*XHasElem_ContractNumber) Walk

func (me *XHasElem_ContractNumber) Walk() (err error)

If the WalkHandlers.XHasElem_ContractNumber function is not nil (ie. was set by outside code), calls it with this XHasElem_ContractNumber instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_ContractNumber instance.

type XHasElem_ContributionDate

type XHasElem_ContributionDate struct {
	ContributionDate *TContributionDate `xml:"ContributionDate"`
}

func (*XHasElem_ContributionDate) Walk

func (me *XHasElem_ContributionDate) Walk() (err error)

If the WalkHandlers.XHasElem_ContributionDate function is not nil (ie. was set by outside code), calls it with this XHasElem_ContributionDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_ContributionDate instance.

type XHasElem_CopyrightInformation

type XHasElem_CopyrightInformation struct {
	CopyrightInformation xsdt.String `xml:"CopyrightInformation"`
}

func (*XHasElem_CopyrightInformation) Walk

func (me *XHasElem_CopyrightInformation) Walk() (err error)

If the WalkHandlers.XHasElem_CopyrightInformation function is not nil (ie. was set by outside code), calls it with this XHasElem_CopyrightInformation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_CopyrightInformation instance.

type XHasElem_Country

type XHasElem_Country struct {
	Country xsdt.String `xml:"Country"`
}

func (*XHasElem_Country) Walk

func (me *XHasElem_Country) Walk() (err error)

If the WalkHandlers.XHasElem_Country function is not nil (ie. was set by outside code), calls it with this XHasElem_Country instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Country instance.

type XHasElem_DataBank

type XHasElem_DataBank struct {
	DataBank *TDataBank `xml:"DataBank"`
}

func (*XHasElem_DataBank) Walk

func (me *XHasElem_DataBank) Walk() (err error)

If the WalkHandlers.XHasElem_DataBank function is not nil (ie. was set by outside code), calls it with this XHasElem_DataBank instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_DataBank instance.

type XHasElem_DataBankList

type XHasElem_DataBankList struct {
	DataBankList *TDataBankList `xml:"DataBankList"`
}

func (*XHasElem_DataBankList) Walk

func (me *XHasElem_DataBankList) Walk() (err error)

If the WalkHandlers.XHasElem_DataBankList function is not nil (ie. was set by outside code), calls it with this XHasElem_DataBankList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_DataBankList instance.

type XHasElem_DataBankName

type XHasElem_DataBankName struct {
	DataBankName xsdt.String `xml:"DataBankName"`
}

func (*XHasElem_DataBankName) Walk

func (me *XHasElem_DataBankName) Walk() (err error)

If the WalkHandlers.XHasElem_DataBankName function is not nil (ie. was set by outside code), calls it with this XHasElem_DataBankName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_DataBankName instance.

type XHasElem_DateCompleted

type XHasElem_DateCompleted struct {
	DateCompleted *TDateCompleted `xml:"DateCompleted"`
}

func (*XHasElem_DateCompleted) Walk

func (me *XHasElem_DateCompleted) Walk() (err error)

If the WalkHandlers.XHasElem_DateCompleted function is not nil (ie. was set by outside code), calls it with this XHasElem_DateCompleted instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_DateCompleted instance.

type XHasElem_DateCreated

type XHasElem_DateCreated struct {
	DateCreated *TDateCreated `xml:"DateCreated"`
}

func (*XHasElem_DateCreated) Walk

func (me *XHasElem_DateCreated) Walk() (err error)

If the WalkHandlers.XHasElem_DateCreated function is not nil (ie. was set by outside code), calls it with this XHasElem_DateCreated instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_DateCreated instance.

type XHasElem_DateRevised

type XHasElem_DateRevised struct {
	DateRevised *TDateRevised `xml:"DateRevised"`
}

func (*XHasElem_DateRevised) Walk

func (me *XHasElem_DateRevised) Walk() (err error)

If the WalkHandlers.XHasElem_DateRevised function is not nil (ie. was set by outside code), calls it with this XHasElem_DateRevised instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_DateRevised instance.

type XHasElem_Day

type XHasElem_Day struct {
	Day xsdt.String `xml:"Day"`
}

func (*XHasElem_Day) Walk

func (me *XHasElem_Day) Walk() (err error)

If the WalkHandlers.XHasElem_Day function is not nil (ie. was set by outside code), calls it with this XHasElem_Day instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Day instance.

type XHasElem_DeleteCitation

type XHasElem_DeleteCitation struct {
	DeleteCitation *TDeleteCitation `xml:"DeleteCitation"`
}

func (*XHasElem_DeleteCitation) Walk

func (me *XHasElem_DeleteCitation) Walk() (err error)

If the WalkHandlers.XHasElem_DeleteCitation function is not nil (ie. was set by outside code), calls it with this XHasElem_DeleteCitation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_DeleteCitation instance.

type XHasElem_DeleteDocument

type XHasElem_DeleteDocument struct {
	DeleteDocument *TDeleteDocument `xml:"DeleteDocument"`
}

func (*XHasElem_DeleteDocument) Walk

func (me *XHasElem_DeleteDocument) Walk() (err error)

If the WalkHandlers.XHasElem_DeleteDocument function is not nil (ie. was set by outside code), calls it with this XHasElem_DeleteDocument instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_DeleteDocument instance.

type XHasElem_DescriptorName

type XHasElem_DescriptorName struct {
	DescriptorName *TDescriptorName `xml:"DescriptorName"`
}

func (*XHasElem_DescriptorName) Walk

func (me *XHasElem_DescriptorName) Walk() (err error)

If the WalkHandlers.XHasElem_DescriptorName function is not nil (ie. was set by outside code), calls it with this XHasElem_DescriptorName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_DescriptorName instance.

type XHasElem_ELocationID

type XHasElem_ELocationID struct {
	ELocationID *TELocationID `xml:"ELocationID"`
}

func (*XHasElem_ELocationID) Walk

func (me *XHasElem_ELocationID) Walk() (err error)

If the WalkHandlers.XHasElem_ELocationID function is not nil (ie. was set by outside code), calls it with this XHasElem_ELocationID instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_ELocationID instance.

type XHasElem_Edition

type XHasElem_Edition struct {
	Edition xsdt.String `xml:"Edition"`
}

func (*XHasElem_Edition) Walk

func (me *XHasElem_Edition) Walk() (err error)

If the WalkHandlers.XHasElem_Edition function is not nil (ie. was set by outside code), calls it with this XHasElem_Edition instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Edition instance.

type XHasElem_EndPage

type XHasElem_EndPage struct {
	EndPage xsdt.String `xml:"EndPage"`
}

func (*XHasElem_EndPage) Walk

func (me *XHasElem_EndPage) Walk() (err error)

If the WalkHandlers.XHasElem_EndPage function is not nil (ie. was set by outside code), calls it with this XHasElem_EndPage instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_EndPage instance.

type XHasElem_EndingDate

type XHasElem_EndingDate struct {
	EndingDate *TEndingDate `xml:"EndingDate"`
}

func (*XHasElem_EndingDate) Walk

func (me *XHasElem_EndingDate) Walk() (err error)

If the WalkHandlers.XHasElem_EndingDate function is not nil (ie. was set by outside code), calls it with this XHasElem_EndingDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_EndingDate instance.

type XHasElem_ForeName

type XHasElem_ForeName struct {
	ForeName xsdt.String `xml:"ForeName"`
}

func (*XHasElem_ForeName) Walk

func (me *XHasElem_ForeName) Walk() (err error)

If the WalkHandlers.XHasElem_ForeName function is not nil (ie. was set by outside code), calls it with this XHasElem_ForeName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_ForeName instance.

type XHasElem_Format

type XHasElem_Format struct {
	Format *Ttext `xml:"format"`

	XHasElem_B

	XHasElem_I

	XHasElem_Sup

	XHasElem_Sub

	XHasElem_U
}

func (*XHasElem_Format) Walk

func (me *XHasElem_Format) Walk() (err error)

If the WalkHandlers.XHasElem_Format function is not nil (ie. was set by outside code), calls it with this XHasElem_Format instance as the single argument. Then calls the Walk() method on 5/5 embed(s) and 1/1 field(s) belonging to this XHasElem_Format instance.

type XHasElem_GeneSymbol

type XHasElem_GeneSymbol struct {
	GeneSymbol xsdt.String `xml:"GeneSymbol"`
}

func (*XHasElem_GeneSymbol) Walk

func (me *XHasElem_GeneSymbol) Walk() (err error)

If the WalkHandlers.XHasElem_GeneSymbol function is not nil (ie. was set by outside code), calls it with this XHasElem_GeneSymbol instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_GeneSymbol instance.

type XHasElem_GeneSymbolList

type XHasElem_GeneSymbolList struct {
	GeneSymbolList *TGeneSymbolList `xml:"GeneSymbolList"`
}

func (*XHasElem_GeneSymbolList) Walk

func (me *XHasElem_GeneSymbolList) Walk() (err error)

If the WalkHandlers.XHasElem_GeneSymbolList function is not nil (ie. was set by outside code), calls it with this XHasElem_GeneSymbolList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_GeneSymbolList instance.

type XHasElem_GeneralNote

type XHasElem_GeneralNote struct {
	GeneralNote *TGeneralNote `xml:"GeneralNote"`
}

func (*XHasElem_GeneralNote) Walk

func (me *XHasElem_GeneralNote) Walk() (err error)

If the WalkHandlers.XHasElem_GeneralNote function is not nil (ie. was set by outside code), calls it with this XHasElem_GeneralNote instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_GeneralNote instance.

type XHasElem_Grant

type XHasElem_Grant struct {
	Grant *TGrant `xml:"Grant"`
}

func (*XHasElem_Grant) Walk

func (me *XHasElem_Grant) Walk() (err error)

If the WalkHandlers.XHasElem_Grant function is not nil (ie. was set by outside code), calls it with this XHasElem_Grant instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Grant instance.

type XHasElem_GrantID

type XHasElem_GrantID struct {
	GrantID xsdt.String `xml:"GrantID"`
}

func (*XHasElem_GrantID) Walk

func (me *XHasElem_GrantID) Walk() (err error)

If the WalkHandlers.XHasElem_GrantID function is not nil (ie. was set by outside code), calls it with this XHasElem_GrantID instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_GrantID instance.

type XHasElem_GrantList

type XHasElem_GrantList struct {
	GrantList *TGrantList `xml:"GrantList"`
}

func (*XHasElem_GrantList) Walk

func (me *XHasElem_GrantList) Walk() (err error)

If the WalkHandlers.XHasElem_GrantList function is not nil (ie. was set by outside code), calls it with this XHasElem_GrantList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_GrantList instance.

type XHasElem_History

type XHasElem_History struct {
	History *THistory `xml:"History"`
}

func (*XHasElem_History) Walk

func (me *XHasElem_History) Walk() (err error)

If the WalkHandlers.XHasElem_History function is not nil (ie. was set by outside code), calls it with this XHasElem_History instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_History instance.

type XHasElem_Hour

type XHasElem_Hour struct {
	Hour xsdt.String `xml:"Hour"`
}

func (*XHasElem_Hour) Walk

func (me *XHasElem_Hour) Walk() (err error)

If the WalkHandlers.XHasElem_Hour function is not nil (ie. was set by outside code), calls it with this XHasElem_Hour instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Hour instance.

type XHasElem_I

type XHasElem_I struct {
	I xsdt.String `xml:"i"`
}

func (*XHasElem_I) Walk

func (me *XHasElem_I) Walk() (err error)

If the WalkHandlers.XHasElem_I function is not nil (ie. was set by outside code), calls it with this XHasElem_I instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_I instance.

type XHasElem_ISOAbbreviation

type XHasElem_ISOAbbreviation struct {
	ISOAbbreviation xsdt.String `xml:"ISOAbbreviation"`
}

func (*XHasElem_ISOAbbreviation) Walk

func (me *XHasElem_ISOAbbreviation) Walk() (err error)

If the WalkHandlers.XHasElem_ISOAbbreviation function is not nil (ie. was set by outside code), calls it with this XHasElem_ISOAbbreviation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_ISOAbbreviation instance.

type XHasElem_ISSNLinking

type XHasElem_ISSNLinking struct {
	ISSNLinking xsdt.String `xml:"ISSNLinking"`
}

func (*XHasElem_ISSNLinking) Walk

func (me *XHasElem_ISSNLinking) Walk() (err error)

If the WalkHandlers.XHasElem_ISSNLinking function is not nil (ie. was set by outside code), calls it with this XHasElem_ISSNLinking instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_ISSNLinking instance.

type XHasElem_Identifier

type XHasElem_Identifier struct {
	Identifier *TIdentifier `xml:"Identifier"`
}

func (*XHasElem_Identifier) Walk

func (me *XHasElem_Identifier) Walk() (err error)

If the WalkHandlers.XHasElem_Identifier function is not nil (ie. was set by outside code), calls it with this XHasElem_Identifier instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Identifier instance.

type XHasElem_Initials

type XHasElem_Initials struct {
	Initials xsdt.String `xml:"Initials"`
}

func (*XHasElem_Initials) Walk

func (me *XHasElem_Initials) Walk() (err error)

If the WalkHandlers.XHasElem_Initials function is not nil (ie. was set by outside code), calls it with this XHasElem_Initials instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Initials instance.

type XHasElem_Investigator

type XHasElem_Investigator struct {
	Investigator *TInvestigator `xml:"Investigator"`
}

func (*XHasElem_Investigator) Walk

func (me *XHasElem_Investigator) Walk() (err error)

If the WalkHandlers.XHasElem_Investigator function is not nil (ie. was set by outside code), calls it with this XHasElem_Investigator instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Investigator instance.

type XHasElem_InvestigatorList

type XHasElem_InvestigatorList struct {
	InvestigatorList *TInvestigatorList `xml:"InvestigatorList"`
}

func (*XHasElem_InvestigatorList) Walk

func (me *XHasElem_InvestigatorList) Walk() (err error)

If the WalkHandlers.XHasElem_InvestigatorList function is not nil (ie. was set by outside code), calls it with this XHasElem_InvestigatorList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_InvestigatorList instance.

type XHasElem_Isbn

type XHasElem_Isbn struct {
	Isbn xsdt.String `xml:"Isbn"`
}

func (*XHasElem_Isbn) Walk

func (me *XHasElem_Isbn) Walk() (err error)

If the WalkHandlers.XHasElem_Isbn function is not nil (ie. was set by outside code), calls it with this XHasElem_Isbn instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Isbn instance.

type XHasElem_Issn

type XHasElem_Issn struct {
	Issn *TIssn `xml:"ISSN"`
}

func (*XHasElem_Issn) Walk

func (me *XHasElem_Issn) Walk() (err error)

If the WalkHandlers.XHasElem_Issn function is not nil (ie. was set by outside code), calls it with this XHasElem_Issn instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Issn instance.

type XHasElem_Issue

type XHasElem_Issue struct {
	Issue xsdt.String `xml:"Issue"`
}

func (*XHasElem_Issue) Walk

func (me *XHasElem_Issue) Walk() (err error)

If the WalkHandlers.XHasElem_Issue function is not nil (ie. was set by outside code), calls it with this XHasElem_Issue instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Issue instance.

type XHasElem_Item

type XHasElem_Item struct {
	Item xsdt.String `xml:"Item"`
}

func (*XHasElem_Item) Walk

func (me *XHasElem_Item) Walk() (err error)

If the WalkHandlers.XHasElem_Item function is not nil (ie. was set by outside code), calls it with this XHasElem_Item instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Item instance.

type XHasElem_ItemList

type XHasElem_ItemList struct {
	ItemList *TItemList `xml:"ItemList"`
}

func (*XHasElem_ItemList) Walk

func (me *XHasElem_ItemList) Walk() (err error)

If the WalkHandlers.XHasElem_ItemList function is not nil (ie. was set by outside code), calls it with this XHasElem_ItemList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_ItemList instance.

type XHasElem_Journal

type XHasElem_Journal struct {
	Journal *TJournal `xml:"Journal"`
}

func (*XHasElem_Journal) Walk

func (me *XHasElem_Journal) Walk() (err error)

If the WalkHandlers.XHasElem_Journal function is not nil (ie. was set by outside code), calls it with this XHasElem_Journal instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Journal instance.

type XHasElem_JournalIssue

type XHasElem_JournalIssue struct {
	JournalIssue *TJournalIssue `xml:"JournalIssue"`
}

func (*XHasElem_JournalIssue) Walk

func (me *XHasElem_JournalIssue) Walk() (err error)

If the WalkHandlers.XHasElem_JournalIssue function is not nil (ie. was set by outside code), calls it with this XHasElem_JournalIssue instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_JournalIssue instance.

type XHasElem_Keyword

type XHasElem_Keyword struct {
	Keyword *TKeyword `xml:"Keyword"`
}

func (*XHasElem_Keyword) Walk

func (me *XHasElem_Keyword) Walk() (err error)

If the WalkHandlers.XHasElem_Keyword function is not nil (ie. was set by outside code), calls it with this XHasElem_Keyword instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Keyword instance.

type XHasElem_KeywordList

type XHasElem_KeywordList struct {
	KeywordList *TKeywordList `xml:"KeywordList"`
}

func (*XHasElem_KeywordList) Walk

func (me *XHasElem_KeywordList) Walk() (err error)

If the WalkHandlers.XHasElem_KeywordList function is not nil (ie. was set by outside code), calls it with this XHasElem_KeywordList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_KeywordList instance.

type XHasElem_Language

type XHasElem_Language struct {
	Language xsdt.String `xml:"Language"`
}

func (*XHasElem_Language) Walk

func (me *XHasElem_Language) Walk() (err error)

If the WalkHandlers.XHasElem_Language function is not nil (ie. was set by outside code), calls it with this XHasElem_Language instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Language instance.

type XHasElem_LastName

type XHasElem_LastName struct {
	LastName xsdt.String `xml:"LastName"`
}

func (*XHasElem_LastName) Walk

func (me *XHasElem_LastName) Walk() (err error)

If the WalkHandlers.XHasElem_LastName function is not nil (ie. was set by outside code), calls it with this XHasElem_LastName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_LastName instance.

type XHasElem_LocationLabel

type XHasElem_LocationLabel struct {
	LocationLabel *TLocationLabel `xml:"LocationLabel"`
}

func (*XHasElem_LocationLabel) Walk

func (me *XHasElem_LocationLabel) Walk() (err error)

If the WalkHandlers.XHasElem_LocationLabel function is not nil (ie. was set by outside code), calls it with this XHasElem_LocationLabel instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_LocationLabel instance.

type XHasElem_Medium

type XHasElem_Medium struct {
	Medium xsdt.String `xml:"Medium"`
}

func (*XHasElem_Medium) Walk

func (me *XHasElem_Medium) Walk() (err error)

If the WalkHandlers.XHasElem_Medium function is not nil (ie. was set by outside code), calls it with this XHasElem_Medium instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Medium instance.

type XHasElem_MedlineCitation

type XHasElem_MedlineCitation struct {
	MedlineCitation *TMedlineCitation `xml:"MedlineCitation"`
}

func (*XHasElem_MedlineCitation) Walk

func (me *XHasElem_MedlineCitation) Walk() (err error)

If the WalkHandlers.XHasElem_MedlineCitation function is not nil (ie. was set by outside code), calls it with this XHasElem_MedlineCitation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_MedlineCitation instance.

type XHasElem_MedlineCitationSet

type XHasElem_MedlineCitationSet struct {
	MedlineCitationSet *TMedlineCitationSet `xml:"MedlineCitationSet"`
}

func (*XHasElem_MedlineCitationSet) Walk

func (me *XHasElem_MedlineCitationSet) Walk() (err error)

If the WalkHandlers.XHasElem_MedlineCitationSet function is not nil (ie. was set by outside code), calls it with this XHasElem_MedlineCitationSet instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_MedlineCitationSet instance.

type XHasElem_MedlineDate

type XHasElem_MedlineDate struct {
	MedlineDate xsdt.String `xml:"MedlineDate"`
}

func (*XHasElem_MedlineDate) Walk

func (me *XHasElem_MedlineDate) Walk() (err error)

If the WalkHandlers.XHasElem_MedlineDate function is not nil (ie. was set by outside code), calls it with this XHasElem_MedlineDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_MedlineDate instance.

type XHasElem_MedlineJournalInfo

type XHasElem_MedlineJournalInfo struct {
	MedlineJournalInfo *TMedlineJournalInfo `xml:"MedlineJournalInfo"`
}

func (*XHasElem_MedlineJournalInfo) Walk

func (me *XHasElem_MedlineJournalInfo) Walk() (err error)

If the WalkHandlers.XHasElem_MedlineJournalInfo function is not nil (ie. was set by outside code), calls it with this XHasElem_MedlineJournalInfo instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_MedlineJournalInfo instance.

type XHasElem_MedlinePgn

type XHasElem_MedlinePgn struct {
	MedlinePgn xsdt.String `xml:"MedlinePgn"`
}

func (*XHasElem_MedlinePgn) Walk

func (me *XHasElem_MedlinePgn) Walk() (err error)

If the WalkHandlers.XHasElem_MedlinePgn function is not nil (ie. was set by outside code), calls it with this XHasElem_MedlinePgn instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_MedlinePgn instance.

type XHasElem_MedlineTA

type XHasElem_MedlineTA struct {
	MedlineTA xsdt.String `xml:"MedlineTA"`
}

func (*XHasElem_MedlineTA) Walk

func (me *XHasElem_MedlineTA) Walk() (err error)

If the WalkHandlers.XHasElem_MedlineTA function is not nil (ie. was set by outside code), calls it with this XHasElem_MedlineTA instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_MedlineTA instance.

type XHasElem_MeshHeading

type XHasElem_MeshHeading struct {
	MeshHeading *TMeshHeading `xml:"MeshHeading"`
}

func (*XHasElem_MeshHeading) Walk

func (me *XHasElem_MeshHeading) Walk() (err error)

If the WalkHandlers.XHasElem_MeshHeading function is not nil (ie. was set by outside code), calls it with this XHasElem_MeshHeading instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_MeshHeading instance.

type XHasElem_MeshHeadingList

type XHasElem_MeshHeadingList struct {
	MeshHeadingList *TMeshHeadingList `xml:"MeshHeadingList"`
}

func (*XHasElem_MeshHeadingList) Walk

func (me *XHasElem_MeshHeadingList) Walk() (err error)

If the WalkHandlers.XHasElem_MeshHeadingList function is not nil (ie. was set by outside code), calls it with this XHasElem_MeshHeadingList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_MeshHeadingList instance.

type XHasElem_Minute

type XHasElem_Minute struct {
	Minute xsdt.String `xml:"Minute"`
}

func (*XHasElem_Minute) Walk

func (me *XHasElem_Minute) Walk() (err error)

If the WalkHandlers.XHasElem_Minute function is not nil (ie. was set by outside code), calls it with this XHasElem_Minute instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Minute instance.

type XHasElem_Month

type XHasElem_Month struct {
	Month xsdt.String `xml:"Month"`
}

func (*XHasElem_Month) Walk

func (me *XHasElem_Month) Walk() (err error)

If the WalkHandlers.XHasElem_Month function is not nil (ie. was set by outside code), calls it with this XHasElem_Month instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Month instance.

type XHasElem_NameOfSubstance

type XHasElem_NameOfSubstance struct {
	NameOfSubstance *TNameOfSubstance `xml:"NameOfSubstance"`
}

func (*XHasElem_NameOfSubstance) Walk

func (me *XHasElem_NameOfSubstance) Walk() (err error)

If the WalkHandlers.XHasElem_NameOfSubstance function is not nil (ie. was set by outside code), calls it with this XHasElem_NameOfSubstance instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_NameOfSubstance instance.

type XHasElem_NlmUniqueID

type XHasElem_NlmUniqueID struct {
	NlmUniqueID xsdt.String `xml:"NlmUniqueID"`
}

func (*XHasElem_NlmUniqueID) Walk

func (me *XHasElem_NlmUniqueID) Walk() (err error)

If the WalkHandlers.XHasElem_NlmUniqueID function is not nil (ie. was set by outside code), calls it with this XHasElem_NlmUniqueID instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_NlmUniqueID instance.

type XHasElem_Note

type XHasElem_Note struct {
	Note xsdt.String `xml:"Note"`
}

func (*XHasElem_Note) Walk

func (me *XHasElem_Note) Walk() (err error)

If the WalkHandlers.XHasElem_Note function is not nil (ie. was set by outside code), calls it with this XHasElem_Note instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Note instance.

type XHasElem_NumberOfReferences

type XHasElem_NumberOfReferences struct {
	NumberOfReferences xsdt.String `xml:"NumberOfReferences"`
}

func (*XHasElem_NumberOfReferences) Walk

func (me *XHasElem_NumberOfReferences) Walk() (err error)

If the WalkHandlers.XHasElem_NumberOfReferences function is not nil (ie. was set by outside code), calls it with this XHasElem_NumberOfReferences instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_NumberOfReferences instance.

type XHasElem_Object

type XHasElem_Object struct {
	Object *TObject `xml:"Object"`
}

func (*XHasElem_Object) Walk

func (me *XHasElem_Object) Walk() (err error)

If the WalkHandlers.XHasElem_Object function is not nil (ie. was set by outside code), calls it with this XHasElem_Object instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Object instance.

type XHasElem_ObjectList

type XHasElem_ObjectList struct {
	ObjectList *TObjectList `xml:"ObjectList"`
}

func (*XHasElem_ObjectList) Walk

func (me *XHasElem_ObjectList) Walk() (err error)

If the WalkHandlers.XHasElem_ObjectList function is not nil (ie. was set by outside code), calls it with this XHasElem_ObjectList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_ObjectList instance.

type XHasElem_OtherAbstract

type XHasElem_OtherAbstract struct {
	OtherAbstract *TOtherAbstract `xml:"OtherAbstract"`
}

func (*XHasElem_OtherAbstract) Walk

func (me *XHasElem_OtherAbstract) Walk() (err error)

If the WalkHandlers.XHasElem_OtherAbstract function is not nil (ie. was set by outside code), calls it with this XHasElem_OtherAbstract instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_OtherAbstract instance.

type XHasElem_OtherID

type XHasElem_OtherID struct {
	OtherID *TOtherID `xml:"OtherID"`
}

func (*XHasElem_OtherID) Walk

func (me *XHasElem_OtherID) Walk() (err error)

If the WalkHandlers.XHasElem_OtherID function is not nil (ie. was set by outside code), calls it with this XHasElem_OtherID instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_OtherID instance.

type XHasElem_Pagination

type XHasElem_Pagination struct {
	Pagination *TPagination `xml:"Pagination"`
}

func (*XHasElem_Pagination) Walk

func (me *XHasElem_Pagination) Walk() (err error)

If the WalkHandlers.XHasElem_Pagination function is not nil (ie. was set by outside code), calls it with this XHasElem_Pagination instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Pagination instance.

type XHasElem_Param

type XHasElem_Param struct {
	Param *TParam `xml:"Param"`
}

func (*XHasElem_Param) Walk

func (me *XHasElem_Param) Walk() (err error)

If the WalkHandlers.XHasElem_Param function is not nil (ie. was set by outside code), calls it with this XHasElem_Param instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Param instance.

type XHasElem_PersonalNameSubject

type XHasElem_PersonalNameSubject struct {
	PersonalNameSubject *TPersonalNameSubject `xml:"PersonalNameSubject"`
}

func (*XHasElem_PersonalNameSubject) Walk

func (me *XHasElem_PersonalNameSubject) Walk() (err error)

If the WalkHandlers.XHasElem_PersonalNameSubject function is not nil (ie. was set by outside code), calls it with this XHasElem_PersonalNameSubject instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PersonalNameSubject instance.

type XHasElem_PersonalNameSubjectList

type XHasElem_PersonalNameSubjectList struct {
	PersonalNameSubjectList *TPersonalNameSubjectList `xml:"PersonalNameSubjectList"`
}

func (*XHasElem_PersonalNameSubjectList) Walk

func (me *XHasElem_PersonalNameSubjectList) Walk() (err error)

If the WalkHandlers.XHasElem_PersonalNameSubjectList function is not nil (ie. was set by outside code), calls it with this XHasElem_PersonalNameSubjectList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PersonalNameSubjectList instance.

type XHasElem_Pmid

type XHasElem_Pmid struct {
	Pmid *TPmid `xml:"PMID"`
}

func (*XHasElem_Pmid) Walk

func (me *XHasElem_Pmid) Walk() (err error)

If the WalkHandlers.XHasElem_Pmid function is not nil (ie. was set by outside code), calls it with this XHasElem_Pmid instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Pmid instance.

type XHasElem_PubDate

type XHasElem_PubDate struct {
	PubDate *TPubDate `xml:"PubDate"`
}

func (*XHasElem_PubDate) Walk

func (me *XHasElem_PubDate) Walk() (err error)

If the WalkHandlers.XHasElem_PubDate function is not nil (ie. was set by outside code), calls it with this XHasElem_PubDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PubDate instance.

type XHasElem_PubMedPubDate

type XHasElem_PubMedPubDate struct {
	PubMedPubDate *TPubMedPubDate `xml:"PubMedPubDate"`
}

func (*XHasElem_PubMedPubDate) Walk

func (me *XHasElem_PubMedPubDate) Walk() (err error)

If the WalkHandlers.XHasElem_PubMedPubDate function is not nil (ie. was set by outside code), calls it with this XHasElem_PubMedPubDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PubMedPubDate instance.

type XHasElem_PublicationStatus

type XHasElem_PublicationStatus struct {
	PublicationStatus xsdt.String `xml:"PublicationStatus"`
}

func (*XHasElem_PublicationStatus) Walk

func (me *XHasElem_PublicationStatus) Walk() (err error)

If the WalkHandlers.XHasElem_PublicationStatus function is not nil (ie. was set by outside code), calls it with this XHasElem_PublicationStatus instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_PublicationStatus instance.

type XHasElem_PublicationType

type XHasElem_PublicationType struct {
	PublicationType *TPublicationType `xml:"PublicationType"`
}

func (*XHasElem_PublicationType) Walk

func (me *XHasElem_PublicationType) Walk() (err error)

If the WalkHandlers.XHasElem_PublicationType function is not nil (ie. was set by outside code), calls it with this XHasElem_PublicationType instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PublicationType instance.

type XHasElem_PublicationTypeList

type XHasElem_PublicationTypeList struct {
	PublicationTypeList *TPublicationTypeList `xml:"PublicationTypeList"`
}

func (*XHasElem_PublicationTypeList) Walk

func (me *XHasElem_PublicationTypeList) Walk() (err error)

If the WalkHandlers.XHasElem_PublicationTypeList function is not nil (ie. was set by outside code), calls it with this XHasElem_PublicationTypeList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PublicationTypeList instance.

type XHasElem_Publisher

type XHasElem_Publisher struct {
	Publisher *TPublisher `xml:"Publisher"`
}

func (*XHasElem_Publisher) Walk

func (me *XHasElem_Publisher) Walk() (err error)

If the WalkHandlers.XHasElem_Publisher function is not nil (ie. was set by outside code), calls it with this XHasElem_Publisher instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Publisher instance.

type XHasElem_PublisherLocation

type XHasElem_PublisherLocation struct {
	PublisherLocation xsdt.String `xml:"PublisherLocation"`
}

func (*XHasElem_PublisherLocation) Walk

func (me *XHasElem_PublisherLocation) Walk() (err error)

If the WalkHandlers.XHasElem_PublisherLocation function is not nil (ie. was set by outside code), calls it with this XHasElem_PublisherLocation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_PublisherLocation instance.

type XHasElem_PublisherName

type XHasElem_PublisherName struct {
	PublisherName *Ttext `xml:"PublisherName"`
}

func (*XHasElem_PublisherName) Walk

func (me *XHasElem_PublisherName) Walk() (err error)

If the WalkHandlers.XHasElem_PublisherName function is not nil (ie. was set by outside code), calls it with this XHasElem_PublisherName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PublisherName instance.

type XHasElem_PubmedArticle

type XHasElem_PubmedArticle struct {
	PubmedArticle *TPubmedArticle `xml:"PubmedArticle"`
}

func (*XHasElem_PubmedArticle) Walk

func (me *XHasElem_PubmedArticle) Walk() (err error)

If the WalkHandlers.XHasElem_PubmedArticle function is not nil (ie. was set by outside code), calls it with this XHasElem_PubmedArticle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PubmedArticle instance.

type XHasElem_PubmedArticleSet

type XHasElem_PubmedArticleSet struct {
	PubmedArticleSet *TPubmedArticleSet `xml:"PubmedArticleSet"`
}

func (*XHasElem_PubmedArticleSet) Walk

func (me *XHasElem_PubmedArticleSet) Walk() (err error)

If the WalkHandlers.XHasElem_PubmedArticleSet function is not nil (ie. was set by outside code), calls it with this XHasElem_PubmedArticleSet instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PubmedArticleSet instance.

type XHasElem_PubmedBookArticle

type XHasElem_PubmedBookArticle struct {
	PubmedBookArticle *TPubmedBookArticle `xml:"PubmedBookArticle"`
}

func (*XHasElem_PubmedBookArticle) Walk

func (me *XHasElem_PubmedBookArticle) Walk() (err error)

If the WalkHandlers.XHasElem_PubmedBookArticle function is not nil (ie. was set by outside code), calls it with this XHasElem_PubmedBookArticle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PubmedBookArticle instance.

type XHasElem_PubmedBookArticleSet

type XHasElem_PubmedBookArticleSet struct {
	PubmedBookArticleSet *TPubmedBookArticleSet `xml:"PubmedBookArticleSet"`
}

func (*XHasElem_PubmedBookArticleSet) Walk

func (me *XHasElem_PubmedBookArticleSet) Walk() (err error)

If the WalkHandlers.XHasElem_PubmedBookArticleSet function is not nil (ie. was set by outside code), calls it with this XHasElem_PubmedBookArticleSet instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PubmedBookArticleSet instance.

type XHasElem_PubmedBookData

type XHasElem_PubmedBookData struct {
	PubmedBookData *TPubmedBookData `xml:"PubmedBookData"`
}

func (*XHasElem_PubmedBookData) Walk

func (me *XHasElem_PubmedBookData) Walk() (err error)

If the WalkHandlers.XHasElem_PubmedBookData function is not nil (ie. was set by outside code), calls it with this XHasElem_PubmedBookData instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PubmedBookData instance.

type XHasElem_PubmedData

type XHasElem_PubmedData struct {
	PubmedData *TPubmedData `xml:"PubmedData"`
}

func (*XHasElem_PubmedData) Walk

func (me *XHasElem_PubmedData) Walk() (err error)

If the WalkHandlers.XHasElem_PubmedData function is not nil (ie. was set by outside code), calls it with this XHasElem_PubmedData instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_PubmedData instance.

type XHasElem_QualifierName

type XHasElem_QualifierName struct {
	QualifierName *TQualifierName `xml:"QualifierName"`
}

func (*XHasElem_QualifierName) Walk

func (me *XHasElem_QualifierName) Walk() (err error)

If the WalkHandlers.XHasElem_QualifierName function is not nil (ie. was set by outside code), calls it with this XHasElem_QualifierName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_QualifierName instance.

type XHasElem_RefSource

type XHasElem_RefSource struct {
	RefSource xsdt.String `xml:"RefSource"`
}

func (*XHasElem_RefSource) Walk

func (me *XHasElem_RefSource) Walk() (err error)

If the WalkHandlers.XHasElem_RefSource function is not nil (ie. was set by outside code), calls it with this XHasElem_RefSource instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_RefSource instance.

type XHasElem_RegistryNumber

type XHasElem_RegistryNumber struct {
	RegistryNumber xsdt.String `xml:"RegistryNumber"`
}

func (*XHasElem_RegistryNumber) Walk

func (me *XHasElem_RegistryNumber) Walk() (err error)

If the WalkHandlers.XHasElem_RegistryNumber function is not nil (ie. was set by outside code), calls it with this XHasElem_RegistryNumber instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_RegistryNumber instance.

type XHasElem_ReportNumber

type XHasElem_ReportNumber struct {
	ReportNumber xsdt.String `xml:"ReportNumber"`
}

func (*XHasElem_ReportNumber) Walk

func (me *XHasElem_ReportNumber) Walk() (err error)

If the WalkHandlers.XHasElem_ReportNumber function is not nil (ie. was set by outside code), calls it with this XHasElem_ReportNumber instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_ReportNumber instance.

type XHasElem_Season

type XHasElem_Season struct {
	Season xsdt.String `xml:"Season"`
}

func (*XHasElem_Season) Walk

func (me *XHasElem_Season) Walk() (err error)

If the WalkHandlers.XHasElem_Season function is not nil (ie. was set by outside code), calls it with this XHasElem_Season instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Season instance.

type XHasElem_Second

type XHasElem_Second struct {
	Second xsdt.String `xml:"Second"`
}

func (*XHasElem_Second) Walk

func (me *XHasElem_Second) Walk() (err error)

If the WalkHandlers.XHasElem_Second function is not nil (ie. was set by outside code), calls it with this XHasElem_Second instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Second instance.

type XHasElem_Section

type XHasElem_Section struct {
	Section *TSection `xml:"Section"`
}

func (*XHasElem_Section) Walk

func (me *XHasElem_Section) Walk() (err error)

If the WalkHandlers.XHasElem_Section function is not nil (ie. was set by outside code), calls it with this XHasElem_Section instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Section instance.

type XHasElem_SectionTitle

type XHasElem_SectionTitle struct {
	SectionTitle *TSectionTitle `xml:"SectionTitle"`
}

func (*XHasElem_SectionTitle) Walk

func (me *XHasElem_SectionTitle) Walk() (err error)

If the WalkHandlers.XHasElem_SectionTitle function is not nil (ie. was set by outside code), calls it with this XHasElem_SectionTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_SectionTitle instance.

type XHasElem_Sections

type XHasElem_Sections struct {
	Sections *TSections `xml:"Sections"`
}

func (*XHasElem_Sections) Walk

func (me *XHasElem_Sections) Walk() (err error)

If the WalkHandlers.XHasElem_Sections function is not nil (ie. was set by outside code), calls it with this XHasElem_Sections instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Sections instance.

type XHasElem_SpaceFlightMission

type XHasElem_SpaceFlightMission struct {
	SpaceFlightMission xsdt.String `xml:"SpaceFlightMission"`
}

func (*XHasElem_SpaceFlightMission) Walk

func (me *XHasElem_SpaceFlightMission) Walk() (err error)

If the WalkHandlers.XHasElem_SpaceFlightMission function is not nil (ie. was set by outside code), calls it with this XHasElem_SpaceFlightMission instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_SpaceFlightMission instance.

type XHasElem_StartPage

type XHasElem_StartPage struct {
	StartPage xsdt.String `xml:"StartPage"`
}

func (*XHasElem_StartPage) Walk

func (me *XHasElem_StartPage) Walk() (err error)

If the WalkHandlers.XHasElem_StartPage function is not nil (ie. was set by outside code), calls it with this XHasElem_StartPage instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_StartPage instance.

type XHasElem_Sub

type XHasElem_Sub struct {
	Sub xsdt.String `xml:"sub"`
}

func (*XHasElem_Sub) Walk

func (me *XHasElem_Sub) Walk() (err error)

If the WalkHandlers.XHasElem_Sub function is not nil (ie. was set by outside code), calls it with this XHasElem_Sub instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Sub instance.

type XHasElem_Suffix

type XHasElem_Suffix struct {
	Suffix *Ttext `xml:"Suffix"`
}

func (*XHasElem_Suffix) Walk

func (me *XHasElem_Suffix) Walk() (err error)

If the WalkHandlers.XHasElem_Suffix function is not nil (ie. was set by outside code), calls it with this XHasElem_Suffix instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Suffix instance.

type XHasElem_Sup

type XHasElem_Sup struct {
	Sup xsdt.String `xml:"sup"`
}

func (*XHasElem_Sup) Walk

func (me *XHasElem_Sup) Walk() (err error)

If the WalkHandlers.XHasElem_Sup function is not nil (ie. was set by outside code), calls it with this XHasElem_Sup instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Sup instance.

type XHasElem_SupplMeshList

type XHasElem_SupplMeshList struct {
	SupplMeshList *TSupplMeshList `xml:"SupplMeshList"`
}

func (*XHasElem_SupplMeshList) Walk

func (me *XHasElem_SupplMeshList) Walk() (err error)

If the WalkHandlers.XHasElem_SupplMeshList function is not nil (ie. was set by outside code), calls it with this XHasElem_SupplMeshList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_SupplMeshList instance.

type XHasElem_SupplMeshName

type XHasElem_SupplMeshName struct {
	SupplMeshName *TSupplMeshName `xml:"SupplMeshName"`
}

func (*XHasElem_SupplMeshName) Walk

func (me *XHasElem_SupplMeshName) Walk() (err error)

If the WalkHandlers.XHasElem_SupplMeshName function is not nil (ie. was set by outside code), calls it with this XHasElem_SupplMeshName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_SupplMeshName instance.

type XHasElem_Title

type XHasElem_Title struct {
	Title xsdt.String `xml:"Title"`
}

func (*XHasElem_Title) Walk

func (me *XHasElem_Title) Walk() (err error)

If the WalkHandlers.XHasElem_Title function is not nil (ie. was set by outside code), calls it with this XHasElem_Title instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Title instance.

type XHasElem_U

type XHasElem_U struct {
	U xsdt.String `xml:"u"`
}

func (*XHasElem_U) Walk

func (me *XHasElem_U) Walk() (err error)

If the WalkHandlers.XHasElem_U function is not nil (ie. was set by outside code), calls it with this XHasElem_U instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_U instance.

type XHasElem_Url

type XHasElem_Url struct {
	Url *TUrl `xml:"URL"`
}

func (*XHasElem_Url) Walk

func (me *XHasElem_Url) Walk() (err error)

If the WalkHandlers.XHasElem_Url function is not nil (ie. was set by outside code), calls it with this XHasElem_Url instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_Url instance.

type XHasElem_VernacularTitle

type XHasElem_VernacularTitle struct {
	VernacularTitle *Ttext `xml:"VernacularTitle"`
}

func (*XHasElem_VernacularTitle) Walk

func (me *XHasElem_VernacularTitle) Walk() (err error)

If the WalkHandlers.XHasElem_VernacularTitle function is not nil (ie. was set by outside code), calls it with this XHasElem_VernacularTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_VernacularTitle instance.

type XHasElem_Volume

type XHasElem_Volume struct {
	Volume xsdt.String `xml:"Volume"`
}

func (*XHasElem_Volume) Walk

func (me *XHasElem_Volume) Walk() (err error)

If the WalkHandlers.XHasElem_Volume function is not nil (ie. was set by outside code), calls it with this XHasElem_Volume instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Volume instance.

type XHasElem_VolumeTitle

type XHasElem_VolumeTitle struct {
	VolumeTitle *Ttext `xml:"VolumeTitle"`
}

func (*XHasElem_VolumeTitle) Walk

func (me *XHasElem_VolumeTitle) Walk() (err error)

If the WalkHandlers.XHasElem_VolumeTitle function is not nil (ie. was set by outside code), calls it with this XHasElem_VolumeTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XHasElem_VolumeTitle instance.

type XHasElem_Year

type XHasElem_Year struct {
	Year xsdt.String `xml:"Year"`
}

func (*XHasElem_Year) Walk

func (me *XHasElem_Year) Walk() (err error)

If the WalkHandlers.XHasElem_Year function is not nil (ie. was set by outside code), calls it with this XHasElem_Year instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElem_Year instance.

type XHasElems_Abstract

type XHasElems_Abstract struct {
	Abstracts []*TAbstract `xml:"Abstract"`
}

func (*XHasElems_Abstract) Walk

func (me *XHasElems_Abstract) Walk() (err error)

If the WalkHandlers.XHasElems_Abstract function is not nil (ie. was set by outside code), calls it with this XHasElems_Abstract instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Abstract instance.

type XHasElems_AbstractText

type XHasElems_AbstractText struct {
	AbstractTexts []*TAbstractText `xml:"AbstractText"`
}

func (*XHasElems_AbstractText) Walk

func (me *XHasElems_AbstractText) Walk() (err error)

If the WalkHandlers.XHasElems_AbstractText function is not nil (ie. was set by outside code), calls it with this XHasElems_AbstractText instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_AbstractText instance.

type XHasElems_AccessionNumber

type XHasElems_AccessionNumber struct {
	AccessionNumbers []xsdt.String `xml:"AccessionNumber"`
}

func (*XHasElems_AccessionNumber) Walk

func (me *XHasElems_AccessionNumber) Walk() (err error)

If the WalkHandlers.XHasElems_AccessionNumber function is not nil (ie. was set by outside code), calls it with this XHasElems_AccessionNumber instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_AccessionNumber instance.

type XHasElems_AccessionNumberList

type XHasElems_AccessionNumberList struct {
	AccessionNumberLists []*TAccessionNumberList `xml:"AccessionNumberList"`
}

func (*XHasElems_AccessionNumberList) Walk

func (me *XHasElems_AccessionNumberList) Walk() (err error)

If the WalkHandlers.XHasElems_AccessionNumberList function is not nil (ie. was set by outside code), calls it with this XHasElems_AccessionNumberList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_AccessionNumberList instance.

type XHasElems_Acronym

type XHasElems_Acronym struct {
	Acronyms []xsdt.String `xml:"Acronym"`
}

func (*XHasElems_Acronym) Walk

func (me *XHasElems_Acronym) Walk() (err error)

If the WalkHandlers.XHasElems_Acronym function is not nil (ie. was set by outside code), calls it with this XHasElems_Acronym instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Acronym instance.

type XHasElems_Affiliation

type XHasElems_Affiliation struct {
	Affiliations []*Ttext `xml:"Affiliation"`
}

func (*XHasElems_Affiliation) Walk

func (me *XHasElems_Affiliation) Walk() (err error)

If the WalkHandlers.XHasElems_Affiliation function is not nil (ie. was set by outside code), calls it with this XHasElems_Affiliation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Affiliation instance.

type XHasElems_AffiliationInfo

type XHasElems_AffiliationInfo struct {
	AffiliationInfos []*TAffiliationInfo `xml:"AffiliationInfo"`
}

func (*XHasElems_AffiliationInfo) Walk

func (me *XHasElems_AffiliationInfo) Walk() (err error)

If the WalkHandlers.XHasElems_AffiliationInfo function is not nil (ie. was set by outside code), calls it with this XHasElems_AffiliationInfo instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_AffiliationInfo instance.

type XHasElems_Agency

type XHasElems_Agency struct {
	Agencies []xsdt.String `xml:"Agency"`
}

func (*XHasElems_Agency) Walk

func (me *XHasElems_Agency) Walk() (err error)

If the WalkHandlers.XHasElems_Agency function is not nil (ie. was set by outside code), calls it with this XHasElems_Agency instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Agency instance.

type XHasElems_Article

type XHasElems_Article struct {
	Articles []*TArticle `xml:"Article"`
}

func (*XHasElems_Article) Walk

func (me *XHasElems_Article) Walk() (err error)

If the WalkHandlers.XHasElems_Article function is not nil (ie. was set by outside code), calls it with this XHasElems_Article instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Article instance.

type XHasElems_ArticleDate

type XHasElems_ArticleDate struct {
	ArticleDates []*TArticleDate `xml:"ArticleDate"`
}

func (*XHasElems_ArticleDate) Walk

func (me *XHasElems_ArticleDate) Walk() (err error)

If the WalkHandlers.XHasElems_ArticleDate function is not nil (ie. was set by outside code), calls it with this XHasElems_ArticleDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ArticleDate instance.

type XHasElems_ArticleId

type XHasElems_ArticleId struct {
	ArticleIds []*TArticleId `xml:"ArticleId"`
}

func (*XHasElems_ArticleId) Walk

func (me *XHasElems_ArticleId) Walk() (err error)

If the WalkHandlers.XHasElems_ArticleId function is not nil (ie. was set by outside code), calls it with this XHasElems_ArticleId instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ArticleId instance.

type XHasElems_ArticleIdList

type XHasElems_ArticleIdList struct {
	ArticleIdLists []*TArticleIdList `xml:"ArticleIdList"`
}

func (*XHasElems_ArticleIdList) Walk

func (me *XHasElems_ArticleIdList) Walk() (err error)

If the WalkHandlers.XHasElems_ArticleIdList function is not nil (ie. was set by outside code), calls it with this XHasElems_ArticleIdList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ArticleIdList instance.

type XHasElems_ArticleTitle

type XHasElems_ArticleTitle struct {
	ArticleTitles []*TArticleTitle `xml:"ArticleTitle"`
}

func (*XHasElems_ArticleTitle) Walk

func (me *XHasElems_ArticleTitle) Walk() (err error)

If the WalkHandlers.XHasElems_ArticleTitle function is not nil (ie. was set by outside code), calls it with this XHasElems_ArticleTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ArticleTitle instance.

type XHasElems_Author

type XHasElems_Author struct {
	Authors []*TAuthor `xml:"Author"`
}

func (*XHasElems_Author) Walk

func (me *XHasElems_Author) Walk() (err error)

If the WalkHandlers.XHasElems_Author function is not nil (ie. was set by outside code), calls it with this XHasElems_Author instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Author instance.

type XHasElems_AuthorList

type XHasElems_AuthorList struct {
	AuthorLists []*TAuthorList `xml:"AuthorList"`
}

func (*XHasElems_AuthorList) Walk

func (me *XHasElems_AuthorList) Walk() (err error)

If the WalkHandlers.XHasElems_AuthorList function is not nil (ie. was set by outside code), calls it with this XHasElems_AuthorList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_AuthorList instance.

type XHasElems_B

type XHasElems_B struct {
	Bs []xsdt.String `xml:"b"`
}

func (*XHasElems_B) Walk

func (me *XHasElems_B) Walk() (err error)

If the WalkHandlers.XHasElems_B function is not nil (ie. was set by outside code), calls it with this XHasElems_B instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_B instance.

type XHasElems_BeginningDate

type XHasElems_BeginningDate struct {
	BeginningDates []*TBeginningDate `xml:"BeginningDate"`
}

func (*XHasElems_BeginningDate) Walk

func (me *XHasElems_BeginningDate) Walk() (err error)

If the WalkHandlers.XHasElems_BeginningDate function is not nil (ie. was set by outside code), calls it with this XHasElems_BeginningDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_BeginningDate instance.

type XHasElems_Book

type XHasElems_Book struct {
	Books []*TBook `xml:"Book"`
}

func (*XHasElems_Book) Walk

func (me *XHasElems_Book) Walk() (err error)

If the WalkHandlers.XHasElems_Book function is not nil (ie. was set by outside code), calls it with this XHasElems_Book instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Book instance.

type XHasElems_BookDocument

type XHasElems_BookDocument struct {
	BookDocuments []*TBookDocument `xml:"BookDocument"`
}

func (*XHasElems_BookDocument) Walk

func (me *XHasElems_BookDocument) Walk() (err error)

If the WalkHandlers.XHasElems_BookDocument function is not nil (ie. was set by outside code), calls it with this XHasElems_BookDocument instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_BookDocument instance.

type XHasElems_BookDocumentSet

type XHasElems_BookDocumentSet struct {
	BookDocumentSets []*TBookDocumentSet `xml:"BookDocumentSet"`
}

func (*XHasElems_BookDocumentSet) Walk

func (me *XHasElems_BookDocumentSet) Walk() (err error)

If the WalkHandlers.XHasElems_BookDocumentSet function is not nil (ie. was set by outside code), calls it with this XHasElems_BookDocumentSet instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_BookDocumentSet instance.

type XHasElems_BookTitle

type XHasElems_BookTitle struct {
	BookTitles []*TBookTitle `xml:"BookTitle"`
}

func (*XHasElems_BookTitle) Walk

func (me *XHasElems_BookTitle) Walk() (err error)

If the WalkHandlers.XHasElems_BookTitle function is not nil (ie. was set by outside code), calls it with this XHasElems_BookTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_BookTitle instance.

type XHasElems_Chemical

type XHasElems_Chemical struct {
	Chemicals []*TChemical `xml:"Chemical"`
}

func (*XHasElems_Chemical) Walk

func (me *XHasElems_Chemical) Walk() (err error)

If the WalkHandlers.XHasElems_Chemical function is not nil (ie. was set by outside code), calls it with this XHasElems_Chemical instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Chemical instance.

type XHasElems_ChemicalList

type XHasElems_ChemicalList struct {
	ChemicalLists []*TChemicalList `xml:"ChemicalList"`
}

func (*XHasElems_ChemicalList) Walk

func (me *XHasElems_ChemicalList) Walk() (err error)

If the WalkHandlers.XHasElems_ChemicalList function is not nil (ie. was set by outside code), calls it with this XHasElems_ChemicalList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ChemicalList instance.

type XHasElems_CitationString

type XHasElems_CitationString struct {
	CitationStrings []*Ttext `xml:"CitationString"`
}

func (*XHasElems_CitationString) Walk

func (me *XHasElems_CitationString) Walk() (err error)

If the WalkHandlers.XHasElems_CitationString function is not nil (ie. was set by outside code), calls it with this XHasElems_CitationString instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_CitationString instance.

type XHasElems_CitationSubset

type XHasElems_CitationSubset struct {
	CitationSubsets []xsdt.String `xml:"CitationSubset"`
}

func (*XHasElems_CitationSubset) Walk

func (me *XHasElems_CitationSubset) Walk() (err error)

If the WalkHandlers.XHasElems_CitationSubset function is not nil (ie. was set by outside code), calls it with this XHasElems_CitationSubset instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_CitationSubset instance.

type XHasElems_CollectionTitle

type XHasElems_CollectionTitle struct {
	CollectionTitles []*TCollectionTitle `xml:"CollectionTitle"`
}

func (*XHasElems_CollectionTitle) Walk

func (me *XHasElems_CollectionTitle) Walk() (err error)

If the WalkHandlers.XHasElems_CollectionTitle function is not nil (ie. was set by outside code), calls it with this XHasElems_CollectionTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_CollectionTitle instance.

type XHasElems_CollectiveName

type XHasElems_CollectiveName struct {
	CollectiveNames []*Ttext `xml:"CollectiveName"`
}

func (*XHasElems_CollectiveName) Walk

func (me *XHasElems_CollectiveName) Walk() (err error)

If the WalkHandlers.XHasElems_CollectiveName function is not nil (ie. was set by outside code), calls it with this XHasElems_CollectiveName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_CollectiveName instance.

type XHasElems_CommentsCorrections

type XHasElems_CommentsCorrections struct {
	CommentsCorrectionses []*TCommentsCorrections `xml:"CommentsCorrections"`
}

func (*XHasElems_CommentsCorrections) Walk

func (me *XHasElems_CommentsCorrections) Walk() (err error)

If the WalkHandlers.XHasElems_CommentsCorrections function is not nil (ie. was set by outside code), calls it with this XHasElems_CommentsCorrections instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_CommentsCorrections instance.

type XHasElems_CommentsCorrectionsList

type XHasElems_CommentsCorrectionsList struct {
	CommentsCorrectionsLists []*TCommentsCorrectionsList `xml:"CommentsCorrectionsList"`
}

func (*XHasElems_CommentsCorrectionsList) Walk

func (me *XHasElems_CommentsCorrectionsList) Walk() (err error)

If the WalkHandlers.XHasElems_CommentsCorrectionsList function is not nil (ie. was set by outside code), calls it with this XHasElems_CommentsCorrectionsList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_CommentsCorrectionsList instance.

type XHasElems_ContractNumber

type XHasElems_ContractNumber struct {
	ContractNumbers []xsdt.String `xml:"ContractNumber"`
}

func (*XHasElems_ContractNumber) Walk

func (me *XHasElems_ContractNumber) Walk() (err error)

If the WalkHandlers.XHasElems_ContractNumber function is not nil (ie. was set by outside code), calls it with this XHasElems_ContractNumber instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ContractNumber instance.

type XHasElems_ContributionDate

type XHasElems_ContributionDate struct {
	ContributionDates []*TContributionDate `xml:"ContributionDate"`
}

func (*XHasElems_ContributionDate) Walk

func (me *XHasElems_ContributionDate) Walk() (err error)

If the WalkHandlers.XHasElems_ContributionDate function is not nil (ie. was set by outside code), calls it with this XHasElems_ContributionDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ContributionDate instance.

type XHasElems_CopyrightInformation

type XHasElems_CopyrightInformation struct {
	CopyrightInformations []xsdt.String `xml:"CopyrightInformation"`
}

func (*XHasElems_CopyrightInformation) Walk

func (me *XHasElems_CopyrightInformation) Walk() (err error)

If the WalkHandlers.XHasElems_CopyrightInformation function is not nil (ie. was set by outside code), calls it with this XHasElems_CopyrightInformation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_CopyrightInformation instance.

type XHasElems_Country

type XHasElems_Country struct {
	Countries []xsdt.String `xml:"Country"`
}

func (*XHasElems_Country) Walk

func (me *XHasElems_Country) Walk() (err error)

If the WalkHandlers.XHasElems_Country function is not nil (ie. was set by outside code), calls it with this XHasElems_Country instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Country instance.

type XHasElems_DataBank

type XHasElems_DataBank struct {
	DataBanks []*TDataBank `xml:"DataBank"`
}

func (*XHasElems_DataBank) Walk

func (me *XHasElems_DataBank) Walk() (err error)

If the WalkHandlers.XHasElems_DataBank function is not nil (ie. was set by outside code), calls it with this XHasElems_DataBank instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_DataBank instance.

type XHasElems_DataBankList

type XHasElems_DataBankList struct {
	DataBankLists []*TDataBankList `xml:"DataBankList"`
}

func (*XHasElems_DataBankList) Walk

func (me *XHasElems_DataBankList) Walk() (err error)

If the WalkHandlers.XHasElems_DataBankList function is not nil (ie. was set by outside code), calls it with this XHasElems_DataBankList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_DataBankList instance.

type XHasElems_DataBankName

type XHasElems_DataBankName struct {
	DataBankNames []xsdt.String `xml:"DataBankName"`
}

func (*XHasElems_DataBankName) Walk

func (me *XHasElems_DataBankName) Walk() (err error)

If the WalkHandlers.XHasElems_DataBankName function is not nil (ie. was set by outside code), calls it with this XHasElems_DataBankName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_DataBankName instance.

type XHasElems_DateCompleted

type XHasElems_DateCompleted struct {
	DateCompleteds []*TDateCompleted `xml:"DateCompleted"`
}

func (*XHasElems_DateCompleted) Walk

func (me *XHasElems_DateCompleted) Walk() (err error)

If the WalkHandlers.XHasElems_DateCompleted function is not nil (ie. was set by outside code), calls it with this XHasElems_DateCompleted instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_DateCompleted instance.

type XHasElems_DateCreated

type XHasElems_DateCreated struct {
	DateCreateds []*TDateCreated `xml:"DateCreated"`
}

func (*XHasElems_DateCreated) Walk

func (me *XHasElems_DateCreated) Walk() (err error)

If the WalkHandlers.XHasElems_DateCreated function is not nil (ie. was set by outside code), calls it with this XHasElems_DateCreated instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_DateCreated instance.

type XHasElems_DateRevised

type XHasElems_DateRevised struct {
	DateReviseds []*TDateRevised `xml:"DateRevised"`
}

func (*XHasElems_DateRevised) Walk

func (me *XHasElems_DateRevised) Walk() (err error)

If the WalkHandlers.XHasElems_DateRevised function is not nil (ie. was set by outside code), calls it with this XHasElems_DateRevised instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_DateRevised instance.

type XHasElems_Day

type XHasElems_Day struct {
	Days []xsdt.String `xml:"Day"`
}

func (*XHasElems_Day) Walk

func (me *XHasElems_Day) Walk() (err error)

If the WalkHandlers.XHasElems_Day function is not nil (ie. was set by outside code), calls it with this XHasElems_Day instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Day instance.

type XHasElems_DeleteCitation

type XHasElems_DeleteCitation struct {
	DeleteCitations []*TDeleteCitation `xml:"DeleteCitation"`
}

func (*XHasElems_DeleteCitation) Walk

func (me *XHasElems_DeleteCitation) Walk() (err error)

If the WalkHandlers.XHasElems_DeleteCitation function is not nil (ie. was set by outside code), calls it with this XHasElems_DeleteCitation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_DeleteCitation instance.

type XHasElems_DeleteDocument

type XHasElems_DeleteDocument struct {
	DeleteDocuments []*TDeleteDocument `xml:"DeleteDocument"`
}

func (*XHasElems_DeleteDocument) Walk

func (me *XHasElems_DeleteDocument) Walk() (err error)

If the WalkHandlers.XHasElems_DeleteDocument function is not nil (ie. was set by outside code), calls it with this XHasElems_DeleteDocument instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_DeleteDocument instance.

type XHasElems_DescriptorName

type XHasElems_DescriptorName struct {
	DescriptorNames []*TDescriptorName `xml:"DescriptorName"`
}

func (*XHasElems_DescriptorName) Walk

func (me *XHasElems_DescriptorName) Walk() (err error)

If the WalkHandlers.XHasElems_DescriptorName function is not nil (ie. was set by outside code), calls it with this XHasElems_DescriptorName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_DescriptorName instance.

type XHasElems_ELocationID

type XHasElems_ELocationID struct {
	ELocationIDs []*TELocationID `xml:"ELocationID"`
}

func (*XHasElems_ELocationID) Walk

func (me *XHasElems_ELocationID) Walk() (err error)

If the WalkHandlers.XHasElems_ELocationID function is not nil (ie. was set by outside code), calls it with this XHasElems_ELocationID instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ELocationID instance.

type XHasElems_Edition

type XHasElems_Edition struct {
	Editions []xsdt.String `xml:"Edition"`
}

func (*XHasElems_Edition) Walk

func (me *XHasElems_Edition) Walk() (err error)

If the WalkHandlers.XHasElems_Edition function is not nil (ie. was set by outside code), calls it with this XHasElems_Edition instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Edition instance.

type XHasElems_EndPage

type XHasElems_EndPage struct {
	EndPages []xsdt.String `xml:"EndPage"`
}

func (*XHasElems_EndPage) Walk

func (me *XHasElems_EndPage) Walk() (err error)

If the WalkHandlers.XHasElems_EndPage function is not nil (ie. was set by outside code), calls it with this XHasElems_EndPage instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_EndPage instance.

type XHasElems_EndingDate

type XHasElems_EndingDate struct {
	EndingDates []*TEndingDate `xml:"EndingDate"`
}

func (*XHasElems_EndingDate) Walk

func (me *XHasElems_EndingDate) Walk() (err error)

If the WalkHandlers.XHasElems_EndingDate function is not nil (ie. was set by outside code), calls it with this XHasElems_EndingDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_EndingDate instance.

type XHasElems_ForeName

type XHasElems_ForeName struct {
	ForeNames []xsdt.String `xml:"ForeName"`
}

func (*XHasElems_ForeName) Walk

func (me *XHasElems_ForeName) Walk() (err error)

If the WalkHandlers.XHasElems_ForeName function is not nil (ie. was set by outside code), calls it with this XHasElems_ForeName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ForeName instance.

type XHasElems_Format

type XHasElems_Format struct {
	Formats []*Ttext `xml:"format"`

	XHasElems_B

	XHasElems_I

	XHasElems_Sup

	XHasElems_Sub

	XHasElems_U
}

func (*XHasElems_Format) Walk

func (me *XHasElems_Format) Walk() (err error)

If the WalkHandlers.XHasElems_Format function is not nil (ie. was set by outside code), calls it with this XHasElems_Format instance as the single argument. Then calls the Walk() method on 5/5 embed(s) and 0/1 field(s) belonging to this XHasElems_Format instance.

type XHasElems_GeneSymbol

type XHasElems_GeneSymbol struct {
	GeneSymbols []xsdt.String `xml:"GeneSymbol"`
}

func (*XHasElems_GeneSymbol) Walk

func (me *XHasElems_GeneSymbol) Walk() (err error)

If the WalkHandlers.XHasElems_GeneSymbol function is not nil (ie. was set by outside code), calls it with this XHasElems_GeneSymbol instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_GeneSymbol instance.

type XHasElems_GeneSymbolList

type XHasElems_GeneSymbolList struct {
	GeneSymbolLists []*TGeneSymbolList `xml:"GeneSymbolList"`
}

func (*XHasElems_GeneSymbolList) Walk

func (me *XHasElems_GeneSymbolList) Walk() (err error)

If the WalkHandlers.XHasElems_GeneSymbolList function is not nil (ie. was set by outside code), calls it with this XHasElems_GeneSymbolList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_GeneSymbolList instance.

type XHasElems_GeneralNote

type XHasElems_GeneralNote struct {
	GeneralNotes []*TGeneralNote `xml:"GeneralNote"`
}

func (*XHasElems_GeneralNote) Walk

func (me *XHasElems_GeneralNote) Walk() (err error)

If the WalkHandlers.XHasElems_GeneralNote function is not nil (ie. was set by outside code), calls it with this XHasElems_GeneralNote instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_GeneralNote instance.

type XHasElems_Grant

type XHasElems_Grant struct {
	Grants []*TGrant `xml:"Grant"`
}

func (*XHasElems_Grant) Walk

func (me *XHasElems_Grant) Walk() (err error)

If the WalkHandlers.XHasElems_Grant function is not nil (ie. was set by outside code), calls it with this XHasElems_Grant instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Grant instance.

type XHasElems_GrantID

type XHasElems_GrantID struct {
	GrantIDs []xsdt.String `xml:"GrantID"`
}

func (*XHasElems_GrantID) Walk

func (me *XHasElems_GrantID) Walk() (err error)

If the WalkHandlers.XHasElems_GrantID function is not nil (ie. was set by outside code), calls it with this XHasElems_GrantID instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_GrantID instance.

type XHasElems_GrantList

type XHasElems_GrantList struct {
	GrantLists []*TGrantList `xml:"GrantList"`
}

func (*XHasElems_GrantList) Walk

func (me *XHasElems_GrantList) Walk() (err error)

If the WalkHandlers.XHasElems_GrantList function is not nil (ie. was set by outside code), calls it with this XHasElems_GrantList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_GrantList instance.

type XHasElems_History

type XHasElems_History struct {
	Histories []*THistory `xml:"History"`
}

func (*XHasElems_History) Walk

func (me *XHasElems_History) Walk() (err error)

If the WalkHandlers.XHasElems_History function is not nil (ie. was set by outside code), calls it with this XHasElems_History instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_History instance.

type XHasElems_Hour

type XHasElems_Hour struct {
	Hours []xsdt.String `xml:"Hour"`
}

func (*XHasElems_Hour) Walk

func (me *XHasElems_Hour) Walk() (err error)

If the WalkHandlers.XHasElems_Hour function is not nil (ie. was set by outside code), calls it with this XHasElems_Hour instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Hour instance.

type XHasElems_I

type XHasElems_I struct {
	Is []xsdt.String `xml:"i"`
}

func (*XHasElems_I) Walk

func (me *XHasElems_I) Walk() (err error)

If the WalkHandlers.XHasElems_I function is not nil (ie. was set by outside code), calls it with this XHasElems_I instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_I instance.

type XHasElems_ISOAbbreviation

type XHasElems_ISOAbbreviation struct {
	ISOAbbreviations []xsdt.String `xml:"ISOAbbreviation"`
}

func (*XHasElems_ISOAbbreviation) Walk

func (me *XHasElems_ISOAbbreviation) Walk() (err error)

If the WalkHandlers.XHasElems_ISOAbbreviation function is not nil (ie. was set by outside code), calls it with this XHasElems_ISOAbbreviation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ISOAbbreviation instance.

type XHasElems_ISSNLinking

type XHasElems_ISSNLinking struct {
	ISSNLinkings []xsdt.String `xml:"ISSNLinking"`
}

func (*XHasElems_ISSNLinking) Walk

func (me *XHasElems_ISSNLinking) Walk() (err error)

If the WalkHandlers.XHasElems_ISSNLinking function is not nil (ie. was set by outside code), calls it with this XHasElems_ISSNLinking instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ISSNLinking instance.

type XHasElems_Identifier

type XHasElems_Identifier struct {
	Identifiers []*TIdentifier `xml:"Identifier"`
}

func (*XHasElems_Identifier) Walk

func (me *XHasElems_Identifier) Walk() (err error)

If the WalkHandlers.XHasElems_Identifier function is not nil (ie. was set by outside code), calls it with this XHasElems_Identifier instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Identifier instance.

type XHasElems_Initials

type XHasElems_Initials struct {
	Initialses []xsdt.String `xml:"Initials"`
}

func (*XHasElems_Initials) Walk

func (me *XHasElems_Initials) Walk() (err error)

If the WalkHandlers.XHasElems_Initials function is not nil (ie. was set by outside code), calls it with this XHasElems_Initials instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Initials instance.

type XHasElems_Investigator

type XHasElems_Investigator struct {
	Investigators []*TInvestigator `xml:"Investigator"`
}

func (*XHasElems_Investigator) Walk

func (me *XHasElems_Investigator) Walk() (err error)

If the WalkHandlers.XHasElems_Investigator function is not nil (ie. was set by outside code), calls it with this XHasElems_Investigator instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Investigator instance.

type XHasElems_InvestigatorList

type XHasElems_InvestigatorList struct {
	InvestigatorLists []*TInvestigatorList `xml:"InvestigatorList"`
}

func (*XHasElems_InvestigatorList) Walk

func (me *XHasElems_InvestigatorList) Walk() (err error)

If the WalkHandlers.XHasElems_InvestigatorList function is not nil (ie. was set by outside code), calls it with this XHasElems_InvestigatorList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_InvestigatorList instance.

type XHasElems_Isbn

type XHasElems_Isbn struct {
	Isbns []xsdt.String `xml:"Isbn"`
}

func (*XHasElems_Isbn) Walk

func (me *XHasElems_Isbn) Walk() (err error)

If the WalkHandlers.XHasElems_Isbn function is not nil (ie. was set by outside code), calls it with this XHasElems_Isbn instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Isbn instance.

type XHasElems_Issn

type XHasElems_Issn struct {
	Issns []*TIssn `xml:"ISSN"`
}

func (*XHasElems_Issn) Walk

func (me *XHasElems_Issn) Walk() (err error)

If the WalkHandlers.XHasElems_Issn function is not nil (ie. was set by outside code), calls it with this XHasElems_Issn instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Issn instance.

type XHasElems_Issue

type XHasElems_Issue struct {
	Issues []xsdt.String `xml:"Issue"`
}

func (*XHasElems_Issue) Walk

func (me *XHasElems_Issue) Walk() (err error)

If the WalkHandlers.XHasElems_Issue function is not nil (ie. was set by outside code), calls it with this XHasElems_Issue instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Issue instance.

type XHasElems_Item

type XHasElems_Item struct {
	Items []xsdt.String `xml:"Item"`
}

func (*XHasElems_Item) Walk

func (me *XHasElems_Item) Walk() (err error)

If the WalkHandlers.XHasElems_Item function is not nil (ie. was set by outside code), calls it with this XHasElems_Item instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Item instance.

type XHasElems_ItemList

type XHasElems_ItemList struct {
	ItemLists []*TItemList `xml:"ItemList"`
}

func (*XHasElems_ItemList) Walk

func (me *XHasElems_ItemList) Walk() (err error)

If the WalkHandlers.XHasElems_ItemList function is not nil (ie. was set by outside code), calls it with this XHasElems_ItemList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ItemList instance.

type XHasElems_Journal

type XHasElems_Journal struct {
	Journals []*TJournal `xml:"Journal"`
}

func (*XHasElems_Journal) Walk

func (me *XHasElems_Journal) Walk() (err error)

If the WalkHandlers.XHasElems_Journal function is not nil (ie. was set by outside code), calls it with this XHasElems_Journal instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Journal instance.

type XHasElems_JournalIssue

type XHasElems_JournalIssue struct {
	JournalIssues []*TJournalIssue `xml:"JournalIssue"`
}

func (*XHasElems_JournalIssue) Walk

func (me *XHasElems_JournalIssue) Walk() (err error)

If the WalkHandlers.XHasElems_JournalIssue function is not nil (ie. was set by outside code), calls it with this XHasElems_JournalIssue instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_JournalIssue instance.

type XHasElems_Keyword

type XHasElems_Keyword struct {
	Keywords []*TKeyword `xml:"Keyword"`
}

func (*XHasElems_Keyword) Walk

func (me *XHasElems_Keyword) Walk() (err error)

If the WalkHandlers.XHasElems_Keyword function is not nil (ie. was set by outside code), calls it with this XHasElems_Keyword instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Keyword instance.

type XHasElems_KeywordList

type XHasElems_KeywordList struct {
	KeywordLists []*TKeywordList `xml:"KeywordList"`
}

func (*XHasElems_KeywordList) Walk

func (me *XHasElems_KeywordList) Walk() (err error)

If the WalkHandlers.XHasElems_KeywordList function is not nil (ie. was set by outside code), calls it with this XHasElems_KeywordList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_KeywordList instance.

type XHasElems_Language

type XHasElems_Language struct {
	Languages []xsdt.String `xml:"Language"`
}

func (*XHasElems_Language) Walk

func (me *XHasElems_Language) Walk() (err error)

If the WalkHandlers.XHasElems_Language function is not nil (ie. was set by outside code), calls it with this XHasElems_Language instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Language instance.

type XHasElems_LastName

type XHasElems_LastName struct {
	LastNames []xsdt.String `xml:"LastName"`
}

func (*XHasElems_LastName) Walk

func (me *XHasElems_LastName) Walk() (err error)

If the WalkHandlers.XHasElems_LastName function is not nil (ie. was set by outside code), calls it with this XHasElems_LastName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_LastName instance.

type XHasElems_LocationLabel

type XHasElems_LocationLabel struct {
	LocationLabels []*TLocationLabel `xml:"LocationLabel"`
}

func (*XHasElems_LocationLabel) Walk

func (me *XHasElems_LocationLabel) Walk() (err error)

If the WalkHandlers.XHasElems_LocationLabel function is not nil (ie. was set by outside code), calls it with this XHasElems_LocationLabel instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_LocationLabel instance.

type XHasElems_Medium

type XHasElems_Medium struct {
	Mediums []xsdt.String `xml:"Medium"`
}

func (*XHasElems_Medium) Walk

func (me *XHasElems_Medium) Walk() (err error)

If the WalkHandlers.XHasElems_Medium function is not nil (ie. was set by outside code), calls it with this XHasElems_Medium instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Medium instance.

type XHasElems_MedlineCitation

type XHasElems_MedlineCitation struct {
	MedlineCitations []*TMedlineCitation `xml:"MedlineCitation"`
}

func (*XHasElems_MedlineCitation) Walk

func (me *XHasElems_MedlineCitation) Walk() (err error)

If the WalkHandlers.XHasElems_MedlineCitation function is not nil (ie. was set by outside code), calls it with this XHasElems_MedlineCitation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_MedlineCitation instance.

type XHasElems_MedlineCitationSet

type XHasElems_MedlineCitationSet struct {
	MedlineCitationSets []*TMedlineCitationSet `xml:"MedlineCitationSet"`
}

func (*XHasElems_MedlineCitationSet) Walk

func (me *XHasElems_MedlineCitationSet) Walk() (err error)

If the WalkHandlers.XHasElems_MedlineCitationSet function is not nil (ie. was set by outside code), calls it with this XHasElems_MedlineCitationSet instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_MedlineCitationSet instance.

type XHasElems_MedlineDate

type XHasElems_MedlineDate struct {
	MedlineDates []xsdt.String `xml:"MedlineDate"`
}

func (*XHasElems_MedlineDate) Walk

func (me *XHasElems_MedlineDate) Walk() (err error)

If the WalkHandlers.XHasElems_MedlineDate function is not nil (ie. was set by outside code), calls it with this XHasElems_MedlineDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_MedlineDate instance.

type XHasElems_MedlineJournalInfo

type XHasElems_MedlineJournalInfo struct {
	MedlineJournalInfos []*TMedlineJournalInfo `xml:"MedlineJournalInfo"`
}

func (*XHasElems_MedlineJournalInfo) Walk

func (me *XHasElems_MedlineJournalInfo) Walk() (err error)

If the WalkHandlers.XHasElems_MedlineJournalInfo function is not nil (ie. was set by outside code), calls it with this XHasElems_MedlineJournalInfo instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_MedlineJournalInfo instance.

type XHasElems_MedlinePgn

type XHasElems_MedlinePgn struct {
	MedlinePgns []xsdt.String `xml:"MedlinePgn"`
}

func (*XHasElems_MedlinePgn) Walk

func (me *XHasElems_MedlinePgn) Walk() (err error)

If the WalkHandlers.XHasElems_MedlinePgn function is not nil (ie. was set by outside code), calls it with this XHasElems_MedlinePgn instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_MedlinePgn instance.

type XHasElems_MedlineTA

type XHasElems_MedlineTA struct {
	MedlineTAs []xsdt.String `xml:"MedlineTA"`
}

func (*XHasElems_MedlineTA) Walk

func (me *XHasElems_MedlineTA) Walk() (err error)

If the WalkHandlers.XHasElems_MedlineTA function is not nil (ie. was set by outside code), calls it with this XHasElems_MedlineTA instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_MedlineTA instance.

type XHasElems_MeshHeading

type XHasElems_MeshHeading struct {
	MeshHeadings []*TMeshHeading `xml:"MeshHeading"`
}

func (*XHasElems_MeshHeading) Walk

func (me *XHasElems_MeshHeading) Walk() (err error)

If the WalkHandlers.XHasElems_MeshHeading function is not nil (ie. was set by outside code), calls it with this XHasElems_MeshHeading instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_MeshHeading instance.

type XHasElems_MeshHeadingList

type XHasElems_MeshHeadingList struct {
	MeshHeadingLists []*TMeshHeadingList `xml:"MeshHeadingList"`
}

func (*XHasElems_MeshHeadingList) Walk

func (me *XHasElems_MeshHeadingList) Walk() (err error)

If the WalkHandlers.XHasElems_MeshHeadingList function is not nil (ie. was set by outside code), calls it with this XHasElems_MeshHeadingList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_MeshHeadingList instance.

type XHasElems_Minute

type XHasElems_Minute struct {
	Minutes []xsdt.String `xml:"Minute"`
}

func (*XHasElems_Minute) Walk

func (me *XHasElems_Minute) Walk() (err error)

If the WalkHandlers.XHasElems_Minute function is not nil (ie. was set by outside code), calls it with this XHasElems_Minute instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Minute instance.

type XHasElems_Month

type XHasElems_Month struct {
	Months []xsdt.String `xml:"Month"`
}

func (*XHasElems_Month) Walk

func (me *XHasElems_Month) Walk() (err error)

If the WalkHandlers.XHasElems_Month function is not nil (ie. was set by outside code), calls it with this XHasElems_Month instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Month instance.

type XHasElems_NameOfSubstance

type XHasElems_NameOfSubstance struct {
	NameOfSubstances []*TNameOfSubstance `xml:"NameOfSubstance"`
}

func (*XHasElems_NameOfSubstance) Walk

func (me *XHasElems_NameOfSubstance) Walk() (err error)

If the WalkHandlers.XHasElems_NameOfSubstance function is not nil (ie. was set by outside code), calls it with this XHasElems_NameOfSubstance instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_NameOfSubstance instance.

type XHasElems_NlmUniqueID

type XHasElems_NlmUniqueID struct {
	NlmUniqueIDs []xsdt.String `xml:"NlmUniqueID"`
}

func (*XHasElems_NlmUniqueID) Walk

func (me *XHasElems_NlmUniqueID) Walk() (err error)

If the WalkHandlers.XHasElems_NlmUniqueID function is not nil (ie. was set by outside code), calls it with this XHasElems_NlmUniqueID instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_NlmUniqueID instance.

type XHasElems_Note

type XHasElems_Note struct {
	Notes []xsdt.String `xml:"Note"`
}

func (*XHasElems_Note) Walk

func (me *XHasElems_Note) Walk() (err error)

If the WalkHandlers.XHasElems_Note function is not nil (ie. was set by outside code), calls it with this XHasElems_Note instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Note instance.

type XHasElems_NumberOfReferences

type XHasElems_NumberOfReferences struct {
	NumberOfReferenceses []xsdt.String `xml:"NumberOfReferences"`
}

func (*XHasElems_NumberOfReferences) Walk

func (me *XHasElems_NumberOfReferences) Walk() (err error)

If the WalkHandlers.XHasElems_NumberOfReferences function is not nil (ie. was set by outside code), calls it with this XHasElems_NumberOfReferences instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_NumberOfReferences instance.

type XHasElems_Object

type XHasElems_Object struct {
	Objects []*TObject `xml:"Object"`
}

func (*XHasElems_Object) Walk

func (me *XHasElems_Object) Walk() (err error)

If the WalkHandlers.XHasElems_Object function is not nil (ie. was set by outside code), calls it with this XHasElems_Object instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Object instance.

type XHasElems_ObjectList

type XHasElems_ObjectList struct {
	ObjectLists []*TObjectList `xml:"ObjectList"`
}

func (*XHasElems_ObjectList) Walk

func (me *XHasElems_ObjectList) Walk() (err error)

If the WalkHandlers.XHasElems_ObjectList function is not nil (ie. was set by outside code), calls it with this XHasElems_ObjectList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ObjectList instance.

type XHasElems_OtherAbstract

type XHasElems_OtherAbstract struct {
	OtherAbstracts []*TOtherAbstract `xml:"OtherAbstract"`
}

func (*XHasElems_OtherAbstract) Walk

func (me *XHasElems_OtherAbstract) Walk() (err error)

If the WalkHandlers.XHasElems_OtherAbstract function is not nil (ie. was set by outside code), calls it with this XHasElems_OtherAbstract instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_OtherAbstract instance.

type XHasElems_OtherID

type XHasElems_OtherID struct {
	OtherIDs []*TOtherID `xml:"OtherID"`
}

func (*XHasElems_OtherID) Walk

func (me *XHasElems_OtherID) Walk() (err error)

If the WalkHandlers.XHasElems_OtherID function is not nil (ie. was set by outside code), calls it with this XHasElems_OtherID instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_OtherID instance.

type XHasElems_Pagination

type XHasElems_Pagination struct {
	Paginations []*TPagination `xml:"Pagination"`
}

func (*XHasElems_Pagination) Walk

func (me *XHasElems_Pagination) Walk() (err error)

If the WalkHandlers.XHasElems_Pagination function is not nil (ie. was set by outside code), calls it with this XHasElems_Pagination instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Pagination instance.

type XHasElems_Param

type XHasElems_Param struct {
	Params []*TParam `xml:"Param"`
}

func (*XHasElems_Param) Walk

func (me *XHasElems_Param) Walk() (err error)

If the WalkHandlers.XHasElems_Param function is not nil (ie. was set by outside code), calls it with this XHasElems_Param instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Param instance.

type XHasElems_PersonalNameSubject

type XHasElems_PersonalNameSubject struct {
	PersonalNameSubjects []*TPersonalNameSubject `xml:"PersonalNameSubject"`
}

func (*XHasElems_PersonalNameSubject) Walk

func (me *XHasElems_PersonalNameSubject) Walk() (err error)

If the WalkHandlers.XHasElems_PersonalNameSubject function is not nil (ie. was set by outside code), calls it with this XHasElems_PersonalNameSubject instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PersonalNameSubject instance.

type XHasElems_PersonalNameSubjectList

type XHasElems_PersonalNameSubjectList struct {
	PersonalNameSubjectLists []*TPersonalNameSubjectList `xml:"PersonalNameSubjectList"`
}

func (*XHasElems_PersonalNameSubjectList) Walk

func (me *XHasElems_PersonalNameSubjectList) Walk() (err error)

If the WalkHandlers.XHasElems_PersonalNameSubjectList function is not nil (ie. was set by outside code), calls it with this XHasElems_PersonalNameSubjectList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PersonalNameSubjectList instance.

type XHasElems_Pmid

type XHasElems_Pmid struct {
	Pmids []*TPmid `xml:"PMID"`
}

func (*XHasElems_Pmid) Walk

func (me *XHasElems_Pmid) Walk() (err error)

If the WalkHandlers.XHasElems_Pmid function is not nil (ie. was set by outside code), calls it with this XHasElems_Pmid instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Pmid instance.

type XHasElems_PubDate

type XHasElems_PubDate struct {
	PubDates []*TPubDate `xml:"PubDate"`
}

func (*XHasElems_PubDate) Walk

func (me *XHasElems_PubDate) Walk() (err error)

If the WalkHandlers.XHasElems_PubDate function is not nil (ie. was set by outside code), calls it with this XHasElems_PubDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PubDate instance.

type XHasElems_PubMedPubDate

type XHasElems_PubMedPubDate struct {
	PubMedPubDates []*TPubMedPubDate `xml:"PubMedPubDate"`
}

func (*XHasElems_PubMedPubDate) Walk

func (me *XHasElems_PubMedPubDate) Walk() (err error)

If the WalkHandlers.XHasElems_PubMedPubDate function is not nil (ie. was set by outside code), calls it with this XHasElems_PubMedPubDate instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PubMedPubDate instance.

type XHasElems_PublicationStatus

type XHasElems_PublicationStatus struct {
	PublicationStatuses []xsdt.String `xml:"PublicationStatus"`
}

func (*XHasElems_PublicationStatus) Walk

func (me *XHasElems_PublicationStatus) Walk() (err error)

If the WalkHandlers.XHasElems_PublicationStatus function is not nil (ie. was set by outside code), calls it with this XHasElems_PublicationStatus instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PublicationStatus instance.

type XHasElems_PublicationType

type XHasElems_PublicationType struct {
	PublicationTypes []*TPublicationType `xml:"PublicationType"`
}

func (*XHasElems_PublicationType) Walk

func (me *XHasElems_PublicationType) Walk() (err error)

If the WalkHandlers.XHasElems_PublicationType function is not nil (ie. was set by outside code), calls it with this XHasElems_PublicationType instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PublicationType instance.

type XHasElems_PublicationTypeList

type XHasElems_PublicationTypeList struct {
	PublicationTypeLists []*TPublicationTypeList `xml:"PublicationTypeList"`
}

func (*XHasElems_PublicationTypeList) Walk

func (me *XHasElems_PublicationTypeList) Walk() (err error)

If the WalkHandlers.XHasElems_PublicationTypeList function is not nil (ie. was set by outside code), calls it with this XHasElems_PublicationTypeList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PublicationTypeList instance.

type XHasElems_Publisher

type XHasElems_Publisher struct {
	Publishers []*TPublisher `xml:"Publisher"`
}

func (*XHasElems_Publisher) Walk

func (me *XHasElems_Publisher) Walk() (err error)

If the WalkHandlers.XHasElems_Publisher function is not nil (ie. was set by outside code), calls it with this XHasElems_Publisher instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Publisher instance.

type XHasElems_PublisherLocation

type XHasElems_PublisherLocation struct {
	PublisherLocations []xsdt.String `xml:"PublisherLocation"`
}

func (*XHasElems_PublisherLocation) Walk

func (me *XHasElems_PublisherLocation) Walk() (err error)

If the WalkHandlers.XHasElems_PublisherLocation function is not nil (ie. was set by outside code), calls it with this XHasElems_PublisherLocation instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PublisherLocation instance.

type XHasElems_PublisherName

type XHasElems_PublisherName struct {
	PublisherNames []*Ttext `xml:"PublisherName"`
}

func (*XHasElems_PublisherName) Walk

func (me *XHasElems_PublisherName) Walk() (err error)

If the WalkHandlers.XHasElems_PublisherName function is not nil (ie. was set by outside code), calls it with this XHasElems_PublisherName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PublisherName instance.

type XHasElems_PubmedArticle

type XHasElems_PubmedArticle struct {
	PubmedArticles []*TPubmedArticle `xml:"PubmedArticle"`
}

func (*XHasElems_PubmedArticle) Walk

func (me *XHasElems_PubmedArticle) Walk() (err error)

If the WalkHandlers.XHasElems_PubmedArticle function is not nil (ie. was set by outside code), calls it with this XHasElems_PubmedArticle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PubmedArticle instance.

type XHasElems_PubmedArticleSet

type XHasElems_PubmedArticleSet struct {
	PubmedArticleSets []*TPubmedArticleSet `xml:"PubmedArticleSet"`
}

func (*XHasElems_PubmedArticleSet) Walk

func (me *XHasElems_PubmedArticleSet) Walk() (err error)

If the WalkHandlers.XHasElems_PubmedArticleSet function is not nil (ie. was set by outside code), calls it with this XHasElems_PubmedArticleSet instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PubmedArticleSet instance.

type XHasElems_PubmedBookArticle

type XHasElems_PubmedBookArticle struct {
	PubmedBookArticles []*TPubmedBookArticle `xml:"PubmedBookArticle"`
}

func (*XHasElems_PubmedBookArticle) Walk

func (me *XHasElems_PubmedBookArticle) Walk() (err error)

If the WalkHandlers.XHasElems_PubmedBookArticle function is not nil (ie. was set by outside code), calls it with this XHasElems_PubmedBookArticle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PubmedBookArticle instance.

type XHasElems_PubmedBookArticleSet

type XHasElems_PubmedBookArticleSet struct {
	PubmedBookArticleSets []*TPubmedBookArticleSet `xml:"PubmedBookArticleSet"`
}

func (*XHasElems_PubmedBookArticleSet) Walk

func (me *XHasElems_PubmedBookArticleSet) Walk() (err error)

If the WalkHandlers.XHasElems_PubmedBookArticleSet function is not nil (ie. was set by outside code), calls it with this XHasElems_PubmedBookArticleSet instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PubmedBookArticleSet instance.

type XHasElems_PubmedBookData

type XHasElems_PubmedBookData struct {
	PubmedBookDatas []*TPubmedBookData `xml:"PubmedBookData"`
}

func (*XHasElems_PubmedBookData) Walk

func (me *XHasElems_PubmedBookData) Walk() (err error)

If the WalkHandlers.XHasElems_PubmedBookData function is not nil (ie. was set by outside code), calls it with this XHasElems_PubmedBookData instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PubmedBookData instance.

type XHasElems_PubmedData

type XHasElems_PubmedData struct {
	PubmedDatas []*TPubmedData `xml:"PubmedData"`
}

func (*XHasElems_PubmedData) Walk

func (me *XHasElems_PubmedData) Walk() (err error)

If the WalkHandlers.XHasElems_PubmedData function is not nil (ie. was set by outside code), calls it with this XHasElems_PubmedData instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_PubmedData instance.

type XHasElems_QualifierName

type XHasElems_QualifierName struct {
	QualifierNames []*TQualifierName `xml:"QualifierName"`
}

func (*XHasElems_QualifierName) Walk

func (me *XHasElems_QualifierName) Walk() (err error)

If the WalkHandlers.XHasElems_QualifierName function is not nil (ie. was set by outside code), calls it with this XHasElems_QualifierName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_QualifierName instance.

type XHasElems_RefSource

type XHasElems_RefSource struct {
	RefSources []xsdt.String `xml:"RefSource"`
}

func (*XHasElems_RefSource) Walk

func (me *XHasElems_RefSource) Walk() (err error)

If the WalkHandlers.XHasElems_RefSource function is not nil (ie. was set by outside code), calls it with this XHasElems_RefSource instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_RefSource instance.

type XHasElems_RegistryNumber

type XHasElems_RegistryNumber struct {
	RegistryNumbers []xsdt.String `xml:"RegistryNumber"`
}

func (*XHasElems_RegistryNumber) Walk

func (me *XHasElems_RegistryNumber) Walk() (err error)

If the WalkHandlers.XHasElems_RegistryNumber function is not nil (ie. was set by outside code), calls it with this XHasElems_RegistryNumber instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_RegistryNumber instance.

type XHasElems_ReportNumber

type XHasElems_ReportNumber struct {
	ReportNumbers []xsdt.String `xml:"ReportNumber"`
}

func (*XHasElems_ReportNumber) Walk

func (me *XHasElems_ReportNumber) Walk() (err error)

If the WalkHandlers.XHasElems_ReportNumber function is not nil (ie. was set by outside code), calls it with this XHasElems_ReportNumber instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_ReportNumber instance.

type XHasElems_Season

type XHasElems_Season struct {
	Seasons []xsdt.String `xml:"Season"`
}

func (*XHasElems_Season) Walk

func (me *XHasElems_Season) Walk() (err error)

If the WalkHandlers.XHasElems_Season function is not nil (ie. was set by outside code), calls it with this XHasElems_Season instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Season instance.

type XHasElems_Second

type XHasElems_Second struct {
	Seconds []xsdt.String `xml:"Second"`
}

func (*XHasElems_Second) Walk

func (me *XHasElems_Second) Walk() (err error)

If the WalkHandlers.XHasElems_Second function is not nil (ie. was set by outside code), calls it with this XHasElems_Second instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Second instance.

type XHasElems_Section

type XHasElems_Section struct {
	Sections []*TSection `xml:"Section"`
}

func (*XHasElems_Section) Walk

func (me *XHasElems_Section) Walk() (err error)

If the WalkHandlers.XHasElems_Section function is not nil (ie. was set by outside code), calls it with this XHasElems_Section instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Section instance.

type XHasElems_SectionTitle

type XHasElems_SectionTitle struct {
	SectionTitles []*TSectionTitle `xml:"SectionTitle"`
}

func (*XHasElems_SectionTitle) Walk

func (me *XHasElems_SectionTitle) Walk() (err error)

If the WalkHandlers.XHasElems_SectionTitle function is not nil (ie. was set by outside code), calls it with this XHasElems_SectionTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_SectionTitle instance.

type XHasElems_Sections

type XHasElems_Sections struct {
	Sectionses []*TSections `xml:"Sections"`
}

func (*XHasElems_Sections) Walk

func (me *XHasElems_Sections) Walk() (err error)

If the WalkHandlers.XHasElems_Sections function is not nil (ie. was set by outside code), calls it with this XHasElems_Sections instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Sections instance.

type XHasElems_SpaceFlightMission

type XHasElems_SpaceFlightMission struct {
	SpaceFlightMissions []xsdt.String `xml:"SpaceFlightMission"`
}

func (*XHasElems_SpaceFlightMission) Walk

func (me *XHasElems_SpaceFlightMission) Walk() (err error)

If the WalkHandlers.XHasElems_SpaceFlightMission function is not nil (ie. was set by outside code), calls it with this XHasElems_SpaceFlightMission instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_SpaceFlightMission instance.

type XHasElems_StartPage

type XHasElems_StartPage struct {
	StartPages []xsdt.String `xml:"StartPage"`
}

func (*XHasElems_StartPage) Walk

func (me *XHasElems_StartPage) Walk() (err error)

If the WalkHandlers.XHasElems_StartPage function is not nil (ie. was set by outside code), calls it with this XHasElems_StartPage instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_StartPage instance.

type XHasElems_Sub

type XHasElems_Sub struct {
	Subs []xsdt.String `xml:"sub"`
}

func (*XHasElems_Sub) Walk

func (me *XHasElems_Sub) Walk() (err error)

If the WalkHandlers.XHasElems_Sub function is not nil (ie. was set by outside code), calls it with this XHasElems_Sub instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Sub instance.

type XHasElems_Suffix

type XHasElems_Suffix struct {
	Suffixs []*Ttext `xml:"Suffix"`
}

func (*XHasElems_Suffix) Walk

func (me *XHasElems_Suffix) Walk() (err error)

If the WalkHandlers.XHasElems_Suffix function is not nil (ie. was set by outside code), calls it with this XHasElems_Suffix instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Suffix instance.

type XHasElems_Sup

type XHasElems_Sup struct {
	Sups []xsdt.String `xml:"sup"`
}

func (*XHasElems_Sup) Walk

func (me *XHasElems_Sup) Walk() (err error)

If the WalkHandlers.XHasElems_Sup function is not nil (ie. was set by outside code), calls it with this XHasElems_Sup instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Sup instance.

type XHasElems_SupplMeshList

type XHasElems_SupplMeshList struct {
	SupplMeshLists []*TSupplMeshList `xml:"SupplMeshList"`
}

func (*XHasElems_SupplMeshList) Walk

func (me *XHasElems_SupplMeshList) Walk() (err error)

If the WalkHandlers.XHasElems_SupplMeshList function is not nil (ie. was set by outside code), calls it with this XHasElems_SupplMeshList instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_SupplMeshList instance.

type XHasElems_SupplMeshName

type XHasElems_SupplMeshName struct {
	SupplMeshNames []*TSupplMeshName `xml:"SupplMeshName"`
}

func (*XHasElems_SupplMeshName) Walk

func (me *XHasElems_SupplMeshName) Walk() (err error)

If the WalkHandlers.XHasElems_SupplMeshName function is not nil (ie. was set by outside code), calls it with this XHasElems_SupplMeshName instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_SupplMeshName instance.

type XHasElems_Title

type XHasElems_Title struct {
	Titles []xsdt.String `xml:"Title"`
}

func (*XHasElems_Title) Walk

func (me *XHasElems_Title) Walk() (err error)

If the WalkHandlers.XHasElems_Title function is not nil (ie. was set by outside code), calls it with this XHasElems_Title instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Title instance.

type XHasElems_U

type XHasElems_U struct {
	Us []xsdt.String `xml:"u"`
}

func (*XHasElems_U) Walk

func (me *XHasElems_U) Walk() (err error)

If the WalkHandlers.XHasElems_U function is not nil (ie. was set by outside code), calls it with this XHasElems_U instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_U instance.

type XHasElems_Url

type XHasElems_Url struct {
	Urls []*TUrl `xml:"URL"`
}

func (*XHasElems_Url) Walk

func (me *XHasElems_Url) Walk() (err error)

If the WalkHandlers.XHasElems_Url function is not nil (ie. was set by outside code), calls it with this XHasElems_Url instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Url instance.

type XHasElems_VernacularTitle

type XHasElems_VernacularTitle struct {
	VernacularTitles []*Ttext `xml:"VernacularTitle"`
}

func (*XHasElems_VernacularTitle) Walk

func (me *XHasElems_VernacularTitle) Walk() (err error)

If the WalkHandlers.XHasElems_VernacularTitle function is not nil (ie. was set by outside code), calls it with this XHasElems_VernacularTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_VernacularTitle instance.

type XHasElems_Volume

type XHasElems_Volume struct {
	Volumes []xsdt.String `xml:"Volume"`
}

func (*XHasElems_Volume) Walk

func (me *XHasElems_Volume) Walk() (err error)

If the WalkHandlers.XHasElems_Volume function is not nil (ie. was set by outside code), calls it with this XHasElems_Volume instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Volume instance.

type XHasElems_VolumeTitle

type XHasElems_VolumeTitle struct {
	VolumeTitles []*Ttext `xml:"VolumeTitle"`
}

func (*XHasElems_VolumeTitle) Walk

func (me *XHasElems_VolumeTitle) Walk() (err error)

If the WalkHandlers.XHasElems_VolumeTitle function is not nil (ie. was set by outside code), calls it with this XHasElems_VolumeTitle instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_VolumeTitle instance.

type XHasElems_Year

type XHasElems_Year struct {
	Years []xsdt.String `xml:"Year"`
}

func (*XHasElems_Year) Walk

func (me *XHasElems_Year) Walk() (err error)

If the WalkHandlers.XHasElems_Year function is not nil (ie. was set by outside code), calls it with this XHasElems_Year instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XHasElems_Year instance.

type XWalkHandlers

type XWalkHandlers struct {
	XHasElem_Isbn                     func(*XHasElem_Isbn, bool) error
	TGeneralNote                      func(*TGeneralNote, bool) error
	TChemicalList                     func(*TChemicalList, bool) error
	XHasElem_DataBankName             func(*XHasElem_DataBankName, bool) error
	TPublicationType                  func(*TPublicationType, bool) error
	XHasElem_B                        func(*XHasElem_B, bool) error
	XHasElems_AccessionNumberList     func(*XHasElems_AccessionNumberList, bool) error
	XHasElems_GeneSymbolList          func(*XHasElems_GeneSymbolList, bool) error
	XHasElem_PubmedBookArticle        func(*XHasElem_PubmedBookArticle, bool) error
	XHasElem_Section                  func(*XHasElem_Section, bool) error
	TCommentsCorrections              func(*TCommentsCorrections, bool) error
	XHasElem_ArticleTitle             func(*XHasElem_ArticleTitle, bool) error
	XHasElem_SupplMeshList            func(*XHasElem_SupplMeshList, bool) error
	XHasElems_Month                   func(*XHasElems_Month, bool) error
	XHasElem_Volume                   func(*XHasElem_Volume, bool) error
	TPubmedArticle                    func(*TPubmedArticle, bool) error
	TBeginningDate                    func(*TBeginningDate, bool) error
	TSectionTitle                     func(*TSectionTitle, bool) error
	XHasElems_Abstract                func(*XHasElems_Abstract, bool) error
	TBookDocumentSet                  func(*TBookDocumentSet, bool) error
	TIssn                             func(*TIssn, bool) error
	TMedlineJournalInfo               func(*TMedlineJournalInfo, bool) error
	XHasElem_BookDocumentSet          func(*XHasElem_BookDocumentSet, bool) error
	XHasElems_Sections                func(*XHasElems_Sections, bool) error
	XHasElems_I                       func(*XHasElems_I, bool) error
	XHasElem_MedlinePgn               func(*XHasElem_MedlinePgn, bool) error
	TnormalDate                       func(*TnormalDate, bool) error
	XHasElems_Identifier              func(*XHasElems_Identifier, bool) error
	XHasElem_PublicationTypeList      func(*XHasElem_PublicationTypeList, bool) error
	XHasElem_Country                  func(*XHasElem_Country, bool) error
	XHasElems_Note                    func(*XHasElems_Note, bool) error
	XHasCdata                         func(*XHasCdata, bool) error
	XHasElems_KeywordList             func(*XHasElems_KeywordList, bool) error
	XHasElem_Day                      func(*XHasElem_Day, bool) error
	XHasElems_ELocationID             func(*XHasElems_ELocationID, bool) error
	TPubDate                          func(*TPubDate, bool) error
	XHasElem_Hour                     func(*XHasElem_Hour, bool) error
	XHasElem_AbstractText             func(*XHasElem_AbstractText, bool) error
	XHasElem_ReportNumber             func(*XHasElem_ReportNumber, bool) error
	XHasElem_PubmedBookData           func(*XHasElem_PubmedBookData, bool) error
	XHasElems_PubmedData              func(*XHasElems_PubmedData, bool) error
	TPagination                       func(*TPagination, bool) error
	XHasElems_ISSNLinking             func(*XHasElems_ISSNLinking, bool) error
	XHasElems_SpaceFlightMission      func(*XHasElems_SpaceFlightMission, bool) error
	TJournalIssue                     func(*TJournalIssue, bool) error
	XHasElems_Pagination              func(*XHasElems_Pagination, bool) error
	XHasElem_Pmid                     func(*XHasElem_Pmid, bool) error
	XHasElem_Abstract                 func(*XHasElem_Abstract, bool) error
	XHasElem_Season                   func(*XHasElem_Season, bool) error
	TGeneSymbolList                   func(*TGeneSymbolList, bool) error
	XHasElem_Edition                  func(*XHasElem_Edition, bool) error
	XHasElems_MeshHeadingList         func(*XHasElems_MeshHeadingList, bool) error
	XHasElem_OtherAbstract            func(*XHasElem_OtherAbstract, bool) error
	XHasElems_CitationSubset          func(*XHasElems_CitationSubset, bool) error
	XHasElems_Hour                    func(*XHasElems_Hour, bool) error
	XHasElems_BookDocument            func(*XHasElems_BookDocument, bool) error
	XHasElems_Investigator            func(*XHasElems_Investigator, bool) error
	TPubMedPubDate                    func(*TPubMedPubDate, bool) error
	XHasElems_Second                  func(*XHasElems_Second, bool) error
	XHasElems_Initials                func(*XHasElems_Initials, bool) error
	XHasElem_Investigator             func(*XHasElem_Investigator, bool) error
	XHasElems_PersonalNameSubjectList func(*XHasElems_PersonalNameSubjectList, bool) error
	XHasElem_SupplMeshName            func(*XHasElem_SupplMeshName, bool) error
	XHasElem_ItemList                 func(*XHasElem_ItemList, bool) error
	XHasElems_GrantID                 func(*XHasElems_GrantID, bool) error
	TChemical                         func(*TChemical, bool) error
	XHasElems_QualifierName           func(*XHasElems_QualifierName, bool) error
	TAbstractText                     func(*TAbstractText, bool) error
	TPersonalNameSubjectList          func(*TPersonalNameSubjectList, bool) error
	XHasElem_Second                   func(*XHasElem_Second, bool) error
	XHasElem_ContributionDate         func(*XHasElem_ContributionDate, bool) error
	XHasElem_Sub                      func(*XHasElem_Sub, bool) error
	XHasElems_MedlineTA               func(*XHasElems_MedlineTA, bool) error
	XHasElems_Edition                 func(*XHasElems_Edition, bool) error
	XHasElem_NumberOfReferences       func(*XHasElem_NumberOfReferences, bool) error
	XHasElems_Format                  func(*XHasElems_Format, bool) error
	XHasElems_SupplMeshName           func(*XHasElems_SupplMeshName, bool) error
	XHasElem_BeginningDate            func(*XHasElem_BeginningDate, bool) error
	XHasElem_Param                    func(*XHasElem_Param, bool) error
	XHasElems_Minute                  func(*XHasElems_Minute, bool) error
	XHasElems_MedlineCitationSet      func(*XHasElems_MedlineCitationSet, bool) error
	XHasElem_QualifierName            func(*XHasElem_QualifierName, bool) error
	XHasElems_GeneralNote             func(*XHasElems_GeneralNote, bool) error
	XHasElems_AbstractText            func(*XHasElems_AbstractText, bool) error
	XHasElem_VernacularTitle          func(*XHasElem_VernacularTitle, bool) error
	XHasElem_ISOAbbreviation          func(*XHasElem_ISOAbbreviation, bool) error
	TPersonalNameSubject              func(*TPersonalNameSubject, bool) error
	TOtherAbstract                    func(*TOtherAbstract, bool) error
	XHasElem_ELocationID              func(*XHasElem_ELocationID, bool) error
	TDeleteDocument                   func(*TDeleteDocument, bool) error
	XHasElems_CitationString          func(*XHasElems_CitationString, bool) error
	XHasElem_CitationString           func(*XHasElem_CitationString, bool) error
	XHasElems_ChemicalList            func(*XHasElems_ChemicalList, bool) error
	XHasElem_Grant                    func(*XHasElem_Grant, bool) error
	XHasElem_EndPage                  func(*XHasElem_EndPage, bool) error
	XHasElem_Medium                   func(*XHasElem_Medium, bool) error
	XHasElem_PublicationStatus        func(*XHasElem_PublicationStatus, bool) error
	XHasElems_U                       func(*XHasElems_U, bool) error
	TKeyword                          func(*TKeyword, bool) error
	TAccessionNumberList              func(*TAccessionNumberList, bool) error
	XHasElem_AccessionNumberList      func(*XHasElem_AccessionNumberList, bool) error
	XHasElem_Issn                     func(*XHasElem_Issn, bool) error
	TAuthor                           func(*TAuthor, bool) error
	XHasElem_Article                  func(*XHasElem_Article, bool) error
	XHasElems_Param                   func(*XHasElems_Param, bool) error
	XHasElem_DateCreated              func(*XHasElem_DateCreated, bool) error
	XHasElem_MedlineDate              func(*XHasElem_MedlineDate, bool) error
	XHasElems_Grant                   func(*XHasElems_Grant, bool) error
	XHasElem_DateRevised              func(*XHasElem_DateRevised, bool) error
	XHasElems_Url                     func(*XHasElems_Url, bool) error
	XHasElem_CitationSubset           func(*XHasElem_CitationSubset, bool) error
	XHasElems_ISOAbbreviation         func(*XHasElems_ISOAbbreviation, bool) error
	XHasElems_Title                   func(*XHasElems_Title, bool) error
	XHasElem_ForeName                 func(*XHasElem_ForeName, bool) error
	XHasElem_AuthorList               func(*XHasElem_AuthorList, bool) error
	XHasElem_SectionTitle             func(*XHasElem_SectionTitle, bool) error
	XHasElem_AccessionNumber          func(*XHasElem_AccessionNumber, bool) error
	XHasElems_Article                 func(*XHasElems_Article, bool) error
	XHasElem_RefSource                func(*XHasElem_RefSource, bool) error
	XHasElem_Journal                  func(*XHasElem_Journal, bool) error
	XHasElems_Item                    func(*XHasElems_Item, bool) error
	XHasElems_Issue                   func(*XHasElems_Issue, bool) error
	XHasElems_PubDate                 func(*XHasElems_PubDate, bool) error
	XHasElem_NlmUniqueID              func(*XHasElem_NlmUniqueID, bool) error
	XHasElems_PublicationStatus       func(*XHasElems_PublicationStatus, bool) error
	XHasElem_GeneSymbol               func(*XHasElem_GeneSymbol, bool) error
	XHasElems_Suffix                  func(*XHasElems_Suffix, bool) error
	TAffiliationInfo                  func(*TAffiliationInfo, bool) error
	XHasElem_Minute                   func(*XHasElem_Minute, bool) error
	XHasElems_MedlineDate             func(*XHasElems_MedlineDate, bool) error
	XHasElem_Affiliation              func(*XHasElem_Affiliation, bool) error
	XHasElem_DescriptorName           func(*XHasElem_DescriptorName, bool) error
	XHasElem_SpaceFlightMission       func(*XHasElem_SpaceFlightMission, bool) error
	TPmid                             func(*TPmid, bool) error
	TInvestigatorList                 func(*TInvestigatorList, bool) error
	TArticle                          func(*TArticle, bool) error
	TSupplMeshName                    func(*TSupplMeshName, bool) error
	TSupplMeshList                    func(*TSupplMeshList, bool) error
	XHasElems_PubmedBookArticle       func(*XHasElems_PubmedBookArticle, bool) error
	XHasElem_DataBank                 func(*XHasElem_DataBank, bool) error
	XHasElem_ContractNumber           func(*XHasElem_ContractNumber, bool) error
	TQualifierName                    func(*TQualifierName, bool) error
	TPubmedBookData                   func(*TPubmedBookData, bool) error
	XHasElem_Chemical                 func(*XHasElem_Chemical, bool) error
	XHasElem_Initials                 func(*XHasElem_Initials, bool) error
	XHasElem_MedlineCitation          func(*XHasElem_MedlineCitation, bool) error
	XHasElems_ArticleId               func(*XHasElems_ArticleId, bool) error
	TPubmedArticleSet                 func(*TPubmedArticleSet, bool) error
	XHasElems_JournalIssue            func(*XHasElems_JournalIssue, bool) error
	XHasElems_LastName                func(*XHasElems_LastName, bool) error
	TSection                          func(*TSection, bool) error
	TItemList                         func(*TItemList, bool) error
	XHasElem_U                        func(*XHasElem_U, bool) error
	XHasElem_AffiliationInfo          func(*XHasElem_AffiliationInfo, bool) error
	XHasElems_DateCreated             func(*XHasElems_DateCreated, bool) error
	XHasElems_NlmUniqueID             func(*XHasElems_NlmUniqueID, bool) error
	XHasElems_StartPage               func(*XHasElems_StartPage, bool) error
	XHasElem_Keyword                  func(*XHasElem_Keyword, bool) error
	XHasElems_AffiliationInfo         func(*XHasElems_AffiliationInfo, bool) error
	XHasElems_OtherAbstract           func(*XHasElems_OtherAbstract, bool) error
	TCollectionTitle                  func(*TCollectionTitle, bool) error
	XHasElem_PublisherLocation        func(*XHasElem_PublisherLocation, bool) error
	TBookDocument                     func(*TBookDocument, bool) error
	XHasElems_PubmedArticleSet        func(*XHasElems_PubmedArticleSet, bool) error
	XHasElems_Country                 func(*XHasElems_Country, bool) error
	XHasElem_MeshHeading              func(*XHasElem_MeshHeading, bool) error
	XHasElem_CopyrightInformation     func(*XHasElem_CopyrightInformation, bool) error
	XHasElems_ObjectList              func(*XHasElems_ObjectList, bool) error
	TDeleteCitation                   func(*TDeleteCitation, bool) error
	XHasElem_Author                   func(*XHasElem_Author, bool) error
	XHasElems_Journal                 func(*XHasElems_Journal, bool) error
	XHasElem_OtherID                  func(*XHasElem_OtherID, bool) error
	XHasElems_PubmedBookArticleSet    func(*XHasElems_PubmedBookArticleSet, bool) error
	XHasElems_CommentsCorrections     func(*XHasElems_CommentsCorrections, bool) error
	XHasElems_PublicationType         func(*XHasElems_PublicationType, bool) error
	XHasElem_Title                    func(*XHasElem_Title, bool) error
	XHasElem_Pagination               func(*XHasElem_Pagination, bool) error
	XHasElem_PublisherName            func(*XHasElem_PublisherName, bool) error
	XHasElem_BookDocument             func(*XHasElem_BookDocument, bool) error
	XHasElems_CopyrightInformation    func(*XHasElems_CopyrightInformation, bool) error
	XHasElems_MeshHeading             func(*XHasElems_MeshHeading, bool) error
	XHasElem_StartPage                func(*XHasElem_StartPage, bool) error
	TPubmedData                       func(*TPubmedData, bool) error
	XHasElem_KeywordList              func(*XHasElem_KeywordList, bool) error
	XHasElems_Sup                     func(*XHasElems_Sup, bool) error
	TAbstract                         func(*TAbstract, bool) error
	XHasElem_History                  func(*XHasElem_History, bool) error
	XHasElem_PubmedData               func(*XHasElem_PubmedData, bool) error
	XHasElem_I                        func(*XHasElem_I, bool) error
	XHasElems_PublisherName           func(*XHasElems_PublisherName, bool) error
	XHasElems_PublisherLocation       func(*XHasElems_PublisherLocation, bool) error
	XHasElem_DateCompleted            func(*XHasElem_DateCompleted, bool) error
	XHasElem_MedlineTA                func(*XHasElem_MedlineTA, bool) error
	XHasElems_Agency                  func(*XHasElems_Agency, bool) error
	XHasElems_CollectionTitle         func(*XHasElems_CollectionTitle, bool) error
	XHasElem_RegistryNumber           func(*XHasElem_RegistryNumber, bool) error
	TDataBankList                     func(*TDataBankList, bool) error
	XHasElem_ObjectList               func(*XHasElem_ObjectList, bool) error
	XHasElem_Sections                 func(*XHasElem_Sections, bool) error
	XHasElem_Sup                      func(*XHasElem_Sup, bool) error
	TMedlineCitationSet               func(*TMedlineCitationSet, bool) error
	XHasElems_EndPage                 func(*XHasElems_EndPage, bool) error
	TInvestigator                     func(*TInvestigator, bool) error
	TBook                             func(*TBook, bool) error
	XHasElem_Book                     func(*XHasElem_Book, bool) error
	XHasElems_Section                 func(*XHasElems_Section, bool) error
	XHasElems_Affiliation             func(*XHasElems_Affiliation, bool) error
	XHasElems_NumberOfReferences      func(*XHasElems_NumberOfReferences, bool) error
	XHasElems_BookDocumentSet         func(*XHasElems_BookDocumentSet, bool) error
	XHasElems_DateCompleted           func(*XHasElems_DateCompleted, bool) error
	XHasElem_InvestigatorList         func(*XHasElem_InvestigatorList, bool) error
	XHasElem_Note                     func(*XHasElem_Note, bool) error
	XHasElem_JournalIssue             func(*XHasElem_JournalIssue, bool) error
	XHasElem_PersonalNameSubjectList  func(*XHasElem_PersonalNameSubjectList, bool) error
	XHasElem_PubmedArticleSet         func(*XHasElem_PubmedArticleSet, bool) error
	XHasElem_PubmedArticle            func(*XHasElem_PubmedArticle, bool) error
	XHasElems_Pmid                    func(*XHasElems_Pmid, bool) error
	XHasElem_Language                 func(*XHasElem_Language, bool) error
	XHasElems_RegistryNumber          func(*XHasElems_RegistryNumber, bool) error
	XHasElems_Publisher               func(*XHasElems_Publisher, bool) error
	TPublicationTypeList              func(*TPublicationTypeList, bool) error
	THistory                          func(*THistory, bool) error
	XHasElem_Url                      func(*XHasElem_Url, bool) error
	XHasElem_DeleteCitation           func(*XHasElem_DeleteCitation, bool) error
	XHasElems_CommentsCorrectionsList func(*XHasElems_CommentsCorrectionsList, bool) error
	XHasElems_NameOfSubstance         func(*XHasElems_NameOfSubstance, bool) error
	XHasElem_PersonalNameSubject      func(*XHasElem_PersonalNameSubject, bool) error
	TPubmedBookArticleSet             func(*TPubmedBookArticleSet, bool) error
	XHasElem_GeneSymbolList           func(*XHasElem_GeneSymbolList, bool) error
	XHasElems_Object                  func(*XHasElems_Object, bool) error
	XHasElem_Format                   func(*XHasElem_Format, bool) error
	XHasElems_ForeName                func(*XHasElems_ForeName, bool) error
	XHasElems_InvestigatorList        func(*XHasElems_InvestigatorList, bool) error
	XHasElem_MeshHeadingList          func(*XHasElem_MeshHeadingList, bool) error
	XHasElems_Author                  func(*XHasElems_Author, bool) error
	XHasElem_GrantID                  func(*XHasElem_GrantID, bool) error
	XHasElems_Isbn                    func(*XHasElems_Isbn, bool) error
	XHasElems_ArticleIdList           func(*XHasElems_ArticleIdList, bool) error
	XHasElem_ArticleDate              func(*XHasElem_ArticleDate, bool) error
	XHasElems_GrantList               func(*XHasElems_GrantList, bool) error
	TKeywordList                      func(*TKeywordList, bool) error
	XHasElem_ISSNLinking              func(*XHasElem_ISSNLinking, bool) error
	XHasElems_DateRevised             func(*XHasElems_DateRevised, bool) error
	XHasElems_MedlineJournalInfo      func(*XHasElems_MedlineJournalInfo, bool) error
	XHasElems_PubmedBookData          func(*XHasElems_PubmedBookData, bool) error
	XHasElem_DataBankList             func(*XHasElem_DataBankList, bool) error
	XHasElems_History                 func(*XHasElems_History, bool) error
	XHasElems_SupplMeshList           func(*XHasElems_SupplMeshList, bool) error
	TObjectList                       func(*TObjectList, bool) error
	XHasElem_GeneralNote              func(*XHasElem_GeneralNote, bool) error
	XHasElems_ContractNumber          func(*XHasElems_ContractNumber, bool) error
	XHasElem_Month                    func(*XHasElem_Month, bool) error
	XHasElem_CollectiveName           func(*XHasElem_CollectiveName, bool) error
	XHasElem_PubMedPubDate            func(*XHasElem_PubMedPubDate, bool) error
	XHasElems_VernacularTitle         func(*XHasElems_VernacularTitle, bool) error
	XHasElems_BeginningDate           func(*XHasElems_BeginningDate, bool) error
	XHasElem_NameOfSubstance          func(*XHasElem_NameOfSubstance, bool) error
	XHasElem_CommentsCorrectionsList  func(*XHasElem_CommentsCorrectionsList, bool) error
	XHasElems_AccessionNumber         func(*XHasElems_AccessionNumber, bool) error
	XHasElem_MedlineJournalInfo       func(*XHasElem_MedlineJournalInfo, bool) error
	XHasElem_Issue                    func(*XHasElem_Issue, bool) error
	XHasElem_LocationLabel            func(*XHasElem_LocationLabel, bool) error
	XHasElems_DataBankName            func(*XHasElems_DataBankName, bool) error
	XHasElems_RefSource               func(*XHasElems_RefSource, bool) error
	XHasElems_Season                  func(*XHasElems_Season, bool) error
	XHasElems_VolumeTitle             func(*XHasElems_VolumeTitle, bool) error
	XHasElems_SectionTitle            func(*XHasElems_SectionTitle, bool) error
	XHasElem_Year                     func(*XHasElem_Year, bool) error
	XHasElems_PersonalNameSubject     func(*XHasElems_PersonalNameSubject, bool) error
	XHasElems_GeneSymbol              func(*XHasElems_GeneSymbol, bool) error
	TParam                            func(*TParam, bool) error
	XHasElem_CollectionTitle          func(*XHasElem_CollectionTitle, bool) error
	XHasElem_PublicationType          func(*XHasElem_PublicationType, bool) error
	XHasElem_PubmedBookArticleSet     func(*XHasElem_PubmedBookArticleSet, bool) error
	XHasElems_DataBank                func(*XHasElems_DataBank, bool) error
	TELocationID                      func(*TELocationID, bool) error
	TArticleTitle                     func(*TArticleTitle, bool) error
	TGrantList                        func(*TGrantList, bool) error
	TEndingDate                       func(*TEndingDate, bool) error
	XHasElems_DeleteDocument          func(*XHasElems_DeleteDocument, bool) error
	TGrant                            func(*TGrant, bool) error
	TArticleId                        func(*TArticleId, bool) error
	XHasElem_ArticleIdList            func(*XHasElem_ArticleIdList, bool) error
	TObject                           func(*TObject, bool) error
	XHasElems_MedlineCitation         func(*XHasElems_MedlineCitation, bool) error
	TMeshHeading                      func(*TMeshHeading, bool) error
	XHasElem_BookTitle                func(*XHasElem_BookTitle, bool) error
	TPublisher                        func(*TPublisher, bool) error
	TSections                         func(*TSections, bool) error
	XHasElem_ArticleId                func(*XHasElem_ArticleId, bool) error
	XHasElems_Medium                  func(*XHasElems_Medium, bool) error
	TMeshHeadingList                  func(*TMeshHeadingList, bool) error
	XHasElem_Publisher                func(*XHasElem_Publisher, bool) error
	XHasElems_Day                     func(*XHasElems_Day, bool) error
	XHasElems_Issn                    func(*XHasElems_Issn, bool) error
	XHasElem_Acronym                  func(*XHasElem_Acronym, bool) error
	XHasElem_Agency                   func(*XHasElem_Agency, bool) error
	TPubmedBookArticle                func(*TPubmedBookArticle, bool) error
	TUrl                              func(*TUrl, bool) error
	XHasElems_ContributionDate        func(*XHasElems_ContributionDate, bool) error
	TCommentsCorrectionsList          func(*TCommentsCorrectionsList, bool) error
	TDataBank                         func(*TDataBank, bool) error
	XHasElems_ArticleDate             func(*XHasElems_ArticleDate, bool) error
	TDateCompleted                    func(*TDateCompleted, bool) error
	TDateRevised                      func(*TDateRevised, bool) error
	TLocationLabel                    func(*TLocationLabel, bool) error
	XHasElems_AuthorList              func(*XHasElems_AuthorList, bool) error
	XHasElems_Language                func(*XHasElems_Language, bool) error
	TIdentifier                       func(*TIdentifier, bool) error
	TDateCreated                      func(*TDateCreated, bool) error
	XHasElems_PubmedArticle           func(*XHasElems_PubmedArticle, bool) error
	TContributionDate                 func(*TContributionDate, bool) error
	XHasElem_Identifier               func(*XHasElem_Identifier, bool) error
	XHasElems_Book                    func(*XHasElems_Book, bool) error
	Ttext                             func(*Ttext, bool) error
	XHasElem_MedlineCitationSet       func(*XHasElem_MedlineCitationSet, bool) error
	XHasElems_CollectiveName          func(*XHasElems_CollectiveName, bool) error
	XHasElem_LastName                 func(*XHasElem_LastName, bool) error
	XHasElem_Suffix                   func(*XHasElem_Suffix, bool) error
	XHasElems_Chemical                func(*XHasElems_Chemical, bool) error
	XHasElem_GrantList                func(*XHasElem_GrantList, bool) error
	XHasElems_LocationLabel           func(*XHasElems_LocationLabel, bool) error
	XHasElems_ArticleTitle            func(*XHasElems_ArticleTitle, bool) error
	XHasElem_DeleteDocument           func(*XHasElem_DeleteDocument, bool) error
	XHasElems_B                       func(*XHasElems_B, bool) error
	XHasElems_Sub                     func(*XHasElems_Sub, bool) error
	TJournal                          func(*TJournal, bool) error
	TBookTitle                        func(*TBookTitle, bool) error
	XHasElems_Acronym                 func(*XHasElems_Acronym, bool) error
	XHasElems_DescriptorName          func(*XHasElems_DescriptorName, bool) error
	XHasElems_DeleteCitation          func(*XHasElems_DeleteCitation, bool) error
	XHasElems_ReportNumber            func(*XHasElems_ReportNumber, bool) error
	XHasElem_Item                     func(*XHasElem_Item, bool) error
	TMedlineCitation                  func(*TMedlineCitation, bool) error
	XHasElems_PubMedPubDate           func(*XHasElems_PubMedPubDate, bool) error
	XHasElem_VolumeTitle              func(*XHasElem_VolumeTitle, bool) error
	XHasElem_Object                   func(*XHasElem_Object, bool) error
	XHasElems_DataBankList            func(*XHasElems_DataBankList, bool) error
	XHasElems_Volume                  func(*XHasElems_Volume, bool) error
	XHasElems_Year                    func(*XHasElems_Year, bool) error
	TNameOfSubstance                  func(*TNameOfSubstance, bool) error
	TAuthorList                       func(*TAuthorList, bool) error
	TArticleIdList                    func(*TArticleIdList, bool) error
	XHasElem_EndingDate               func(*XHasElem_EndingDate, bool) error
	XHasElem_ChemicalList             func(*XHasElem_ChemicalList, bool) error
	TDescriptorName                   func(*TDescriptorName, bool) error
	TOtherID                          func(*TOtherID, bool) error
	XHasElems_OtherID                 func(*XHasElems_OtherID, bool) error
	TArticleDate                      func(*TArticleDate, bool) error
	XHasElems_PublicationTypeList     func(*XHasElems_PublicationTypeList, bool) error
	XHasElems_EndingDate              func(*XHasElems_EndingDate, bool) error
	XHasElems_Keyword                 func(*XHasElems_Keyword, bool) error
	XHasElem_PubDate                  func(*XHasElem_PubDate, bool) error
	XHasElems_ItemList                func(*XHasElems_ItemList, bool) error
	XHasElem_CommentsCorrections      func(*XHasElem_CommentsCorrections, bool) error
	XHasElems_MedlinePgn              func(*XHasElems_MedlinePgn, bool) error
	XHasElems_BookTitle               func(*XHasElems_BookTitle, bool) error
}

Provides 357 strong-typed hooks for your own custom handler functions to be invoked when the Walk() method is called on any instance of any (non-attribute-related) struct type defined in this package. If your custom handler does get called at all for a given struct instance, then it always gets called twice, first with the 'enter' bool argument set to true, then (after having Walk()ed all subordinate struct instances, if any) once again with it set to false.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL