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:
mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd
Index ¶
- Variables
- type TxsdQuestionFormAnswers
- type TxsdQuestionFormAnswersSequenceAnswer
- type XsdGoPkgHasCdata
- type XsdGoPkgHasElem_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_
- type XsdGoPkgHasElem_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_
- type XsdGoPkgHasElem_OtherSelectionTextsequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_OtherSelectionText_XsdtString_
- type XsdGoPkgHasElem_QuestionFormAnswers
- type XsdGoPkgHasElem_QuestionIdentifiersequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_QuestionIdentifier_XsdtString_
- type XsdGoPkgHasElem_SelectionIdentifiersequencechoicesequenceAnswersequenceQuestionFormAnswersschema_SelectionIdentifier_XsdtString_
- type XsdGoPkgHasElem_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_
- type XsdGoPkgHasElem_UploadedFileSizeInBytessequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_
- type XsdGoPkgHasElems_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_
- type XsdGoPkgHasElems_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_
- type XsdGoPkgHasElems_OtherSelectionTextsequencechoicesequenceAnswersequenceQuestionFormAnswersschema_OtherSelectionText_XsdtString_
- type XsdGoPkgHasElems_QuestionFormAnswers
- type XsdGoPkgHasElems_QuestionIdentifiersequenceAnswersequenceQuestionFormAnswersschema_QuestionIdentifier_XsdtString_
- type XsdGoPkgHasElems_SelectionIdentifiersequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_SelectionIdentifier_XsdtString_
- type XsdGoPkgHasElems_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_
- type XsdGoPkgHasElems_UploadedFileSizeInBytessequencechoicesequenceAnswersequenceQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_
- type XsdGoPkgWalkHandlers
Constants ¶
This section is empty.
Variables ¶
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 19 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 = &XsdGoPkgWalkHandlers{} )
Functions ¶
This section is empty.
Types ¶
type TxsdQuestionFormAnswers ¶
type TxsdQuestionFormAnswers struct {
XsdGoPkgHasElems_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_
}
func (*TxsdQuestionFormAnswers) Walk ¶
func (me *TxsdQuestionFormAnswers) Walk() (err error)
If the WalkHandlers.TxsdQuestionFormAnswers function is not nil (ie. was set by outside code), calls it with this TxsdQuestionFormAnswers instance as the single argument. Then calls the Walk() method on 1/1 embed(s) and 0/0 field(s) belonging to this TxsdQuestionFormAnswers instance.
type TxsdQuestionFormAnswersSequenceAnswer ¶
type TxsdQuestionFormAnswersSequenceAnswer struct { XsdGoPkgHasElem_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ XsdGoPkgHasElem_QuestionIdentifiersequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ XsdGoPkgHasElems_SelectionIdentifiersequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ XsdGoPkgHasElem_OtherSelectionTextsequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_OtherSelectionText_XsdtString_ XsdGoPkgHasElem_UploadedFileSizeInBytessequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ XsdGoPkgHasElem_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ }
func (*TxsdQuestionFormAnswersSequenceAnswer) Walk ¶
func (me *TxsdQuestionFormAnswersSequenceAnswer) Walk() (err error)
If the WalkHandlers.TxsdQuestionFormAnswersSequenceAnswer function is not nil (ie. was set by outside code), calls it with this TxsdQuestionFormAnswersSequenceAnswer instance as the single argument. Then calls the Walk() method on 6/6 embed(s) and 0/0 field(s) belonging to this TxsdQuestionFormAnswersSequenceAnswer instance.
type XsdGoPkgHasCdata ¶
type XsdGoPkgHasCdata struct {
XsdGoPkgCDATA string `xml:",chardata"`
}
func (*XsdGoPkgHasCdata) Walk ¶
func (me *XsdGoPkgHasCdata) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasCdata function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasCdata instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasCdata instance.
type XsdGoPkgHasElem_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ ¶
type XsdGoPkgHasElem_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ struct {
Answer *TxsdQuestionFormAnswersSequenceAnswer `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd Answer"`
}
func (*XsdGoPkgHasElem_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_) Walk ¶
func (me *XsdGoPkgHasElem_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElem_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XsdGoPkgHasElem_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ instance.
type XsdGoPkgHasElem_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ ¶
type XsdGoPkgHasElem_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ struct {
FreeText xsdt.String `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd FreeText"`
}
func (*XsdGoPkgHasElem_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_) Walk ¶
func (me *XsdGoPkgHasElem_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElem_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElem_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ instance.
type XsdGoPkgHasElem_OtherSelectionTextsequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_OtherSelectionText_XsdtString_ ¶
type XsdGoPkgHasElem_OtherSelectionTextsequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_OtherSelectionText_XsdtString_ struct {
OtherSelectionText xsdt.String `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd OtherSelectionText"`
}
func (*XsdGoPkgHasElem_OtherSelectionTextsequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_OtherSelectionText_XsdtString_) Walk ¶
func (me *XsdGoPkgHasElem_OtherSelectionTextsequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_OtherSelectionText_XsdtString_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElem_OtherSelectionTextsequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_OtherSelectionText_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_OtherSelectionTextsequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_OtherSelectionText_XsdtString_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElem_OtherSelectionTextsequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_OtherSelectionText_XsdtString_ instance.
type XsdGoPkgHasElem_QuestionFormAnswers ¶
type XsdGoPkgHasElem_QuestionFormAnswers struct {
QuestionFormAnswers *TxsdQuestionFormAnswers `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd QuestionFormAnswers"`
}
func (*XsdGoPkgHasElem_QuestionFormAnswers) Walk ¶
func (me *XsdGoPkgHasElem_QuestionFormAnswers) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElem_QuestionFormAnswers function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_QuestionFormAnswers instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 1/1 field(s) belonging to this XsdGoPkgHasElem_QuestionFormAnswers instance.
type XsdGoPkgHasElem_QuestionIdentifiersequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ ¶
type XsdGoPkgHasElem_QuestionIdentifiersequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ struct {
QuestionIdentifier xsdt.String `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd QuestionIdentifier"`
}
func (*XsdGoPkgHasElem_QuestionIdentifiersequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_QuestionIdentifier_XsdtString_) Walk ¶
func (me *XsdGoPkgHasElem_QuestionIdentifiersequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_QuestionIdentifier_XsdtString_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElem_QuestionIdentifiersequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_QuestionIdentifiersequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElem_QuestionIdentifiersequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ instance.
type XsdGoPkgHasElem_SelectionIdentifiersequencechoicesequenceAnswersequenceQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ ¶
type XsdGoPkgHasElem_SelectionIdentifiersequencechoicesequenceAnswersequenceQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ struct {
SelectionIdentifier xsdt.String `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd SelectionIdentifier"`
}
func (*XsdGoPkgHasElem_SelectionIdentifiersequencechoicesequenceAnswersequenceQuestionFormAnswersschema_SelectionIdentifier_XsdtString_) Walk ¶
func (me *XsdGoPkgHasElem_SelectionIdentifiersequencechoicesequenceAnswersequenceQuestionFormAnswersschema_SelectionIdentifier_XsdtString_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElem_SelectionIdentifiersequencechoicesequenceAnswersequenceQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_SelectionIdentifiersequencechoicesequenceAnswersequenceQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElem_SelectionIdentifiersequencechoicesequenceAnswersequenceQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ instance.
type XsdGoPkgHasElem_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ ¶
type XsdGoPkgHasElem_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ struct {
UploadedFileKey xsdt.String `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd UploadedFileKey"`
}
func (*XsdGoPkgHasElem_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_) Walk ¶
func (me *XsdGoPkgHasElem_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElem_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElem_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ instance.
type XsdGoPkgHasElem_UploadedFileSizeInBytessequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ ¶
type XsdGoPkgHasElem_UploadedFileSizeInBytessequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ struct {
UploadedFileSizeInBytes xsdt.PositiveInteger `` /* 129-byte string literal not displayed */
}
func (*XsdGoPkgHasElem_UploadedFileSizeInBytessequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_) Walk ¶
func (me *XsdGoPkgHasElem_UploadedFileSizeInBytessequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElem_UploadedFileSizeInBytessequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_UploadedFileSizeInBytessequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElem_UploadedFileSizeInBytessequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ instance.
type XsdGoPkgHasElems_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ ¶
type XsdGoPkgHasElems_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ struct {
Answers []*TxsdQuestionFormAnswersSequenceAnswer `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd Answer"`
}
func (*XsdGoPkgHasElems_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_) Walk ¶
func (me *XsdGoPkgHasElems_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElems_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElems_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ instance.
type XsdGoPkgHasElems_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ ¶
type XsdGoPkgHasElems_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ struct {
FreeTexts []xsdt.String `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd FreeText"`
}
func (*XsdGoPkgHasElems_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_) Walk ¶
func (me *XsdGoPkgHasElems_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElems_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElems_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ instance.
type XsdGoPkgHasElems_OtherSelectionTextsequencechoicesequenceAnswersequenceQuestionFormAnswersschema_OtherSelectionText_XsdtString_ ¶
type XsdGoPkgHasElems_OtherSelectionTextsequencechoicesequenceAnswersequenceQuestionFormAnswersschema_OtherSelectionText_XsdtString_ struct {
OtherSelectionTexts []xsdt.String `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd OtherSelectionText"`
}
func (*XsdGoPkgHasElems_OtherSelectionTextsequencechoicesequenceAnswersequenceQuestionFormAnswersschema_OtherSelectionText_XsdtString_) Walk ¶
func (me *XsdGoPkgHasElems_OtherSelectionTextsequencechoicesequenceAnswersequenceQuestionFormAnswersschema_OtherSelectionText_XsdtString_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElems_OtherSelectionTextsequencechoicesequenceAnswersequenceQuestionFormAnswersschema_OtherSelectionText_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_OtherSelectionTextsequencechoicesequenceAnswersequenceQuestionFormAnswersschema_OtherSelectionText_XsdtString_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElems_OtherSelectionTextsequencechoicesequenceAnswersequenceQuestionFormAnswersschema_OtherSelectionText_XsdtString_ instance.
type XsdGoPkgHasElems_QuestionFormAnswers ¶
type XsdGoPkgHasElems_QuestionFormAnswers struct {
QuestionFormAnswerses []*TxsdQuestionFormAnswers `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd QuestionFormAnswers"`
}
func (*XsdGoPkgHasElems_QuestionFormAnswers) Walk ¶
func (me *XsdGoPkgHasElems_QuestionFormAnswers) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElems_QuestionFormAnswers function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_QuestionFormAnswers instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElems_QuestionFormAnswers instance.
type XsdGoPkgHasElems_QuestionIdentifiersequenceAnswersequenceQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ ¶
type XsdGoPkgHasElems_QuestionIdentifiersequenceAnswersequenceQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ struct {
QuestionIdentifiers []xsdt.String `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd QuestionIdentifier"`
}
func (*XsdGoPkgHasElems_QuestionIdentifiersequenceAnswersequenceQuestionFormAnswersschema_QuestionIdentifier_XsdtString_) Walk ¶
func (me *XsdGoPkgHasElems_QuestionIdentifiersequenceAnswersequenceQuestionFormAnswersschema_QuestionIdentifier_XsdtString_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElems_QuestionIdentifiersequenceAnswersequenceQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_QuestionIdentifiersequenceAnswersequenceQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElems_QuestionIdentifiersequenceAnswersequenceQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ instance.
type XsdGoPkgHasElems_SelectionIdentifiersequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ ¶
type XsdGoPkgHasElems_SelectionIdentifiersequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ struct {
SelectionIdentifiers []xsdt.String `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd SelectionIdentifier"`
}
func (*XsdGoPkgHasElems_SelectionIdentifiersequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_SelectionIdentifier_XsdtString_) Walk ¶
func (me *XsdGoPkgHasElems_SelectionIdentifiersequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_SelectionIdentifier_XsdtString_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElems_SelectionIdentifiersequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_SelectionIdentifiersequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElems_SelectionIdentifiersequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ instance.
type XsdGoPkgHasElems_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ ¶
type XsdGoPkgHasElems_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ struct {
UploadedFileKeys []xsdt.String `xml:"http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionFormAnswers.xsd UploadedFileKey"`
}
func (*XsdGoPkgHasElems_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_) Walk ¶
func (me *XsdGoPkgHasElems_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElems_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElems_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ instance.
type XsdGoPkgHasElems_UploadedFileSizeInBytessequencechoicesequenceAnswersequenceQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ ¶
type XsdGoPkgHasElems_UploadedFileSizeInBytessequencechoicesequenceAnswersequenceQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ struct {
UploadedFileSizeInByteses []xsdt.PositiveInteger `` /* 129-byte string literal not displayed */
}
func (*XsdGoPkgHasElems_UploadedFileSizeInBytessequencechoicesequenceAnswersequenceQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_) Walk ¶
func (me *XsdGoPkgHasElems_UploadedFileSizeInBytessequencechoicesequenceAnswersequenceQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_) Walk() (err error)
If the WalkHandlers.XsdGoPkgHasElems_UploadedFileSizeInBytessequencechoicesequenceAnswersequenceQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_UploadedFileSizeInBytessequencechoicesequenceAnswersequenceQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ instance as the single argument. Then calls the Walk() method on 0/0 embed(s) and 0/1 field(s) belonging to this XsdGoPkgHasElems_UploadedFileSizeInBytessequencechoicesequenceAnswersequenceQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ instance.
type XsdGoPkgWalkHandlers ¶
type XsdGoPkgWalkHandlers struct { XsdGoPkgHasElems_UploadedFileSizeInBytessequencechoicesequenceAnswersequenceQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ func(*XsdGoPkgHasElems_UploadedFileSizeInBytessequencechoicesequenceAnswersequenceQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_, bool) error XsdGoPkgHasElems_QuestionIdentifiersequenceAnswersequenceQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ func(*XsdGoPkgHasElems_QuestionIdentifiersequenceAnswersequenceQuestionFormAnswersschema_QuestionIdentifier_XsdtString_, bool) error XsdGoPkgHasElem_OtherSelectionTextsequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_OtherSelectionText_XsdtString_ func(*XsdGoPkgHasElem_OtherSelectionTextsequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_OtherSelectionText_XsdtString_, bool) error XsdGoPkgHasElems_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ func(*XsdGoPkgHasElems_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_, bool) error XsdGoPkgHasElem_SelectionIdentifiersequencechoicesequenceAnswersequenceQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ func(*XsdGoPkgHasElem_SelectionIdentifiersequencechoicesequenceAnswersequenceQuestionFormAnswersschema_SelectionIdentifier_XsdtString_, bool) error XsdGoPkgHasElems_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ func(*XsdGoPkgHasElems_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_, bool) error XsdGoPkgHasElems_SelectionIdentifiersequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_SelectionIdentifier_XsdtString_ func(*XsdGoPkgHasElems_SelectionIdentifiersequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_SelectionIdentifier_XsdtString_, bool) error XsdGoPkgHasElem_UploadedFileSizeInBytessequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_ func(*XsdGoPkgHasElem_UploadedFileSizeInBytessequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileSizeInBytes_XsdtPositiveInteger_, bool) error XsdGoPkgHasElem_QuestionIdentifiersequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_QuestionIdentifier_XsdtString_ func(*XsdGoPkgHasElem_QuestionIdentifiersequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_QuestionIdentifier_XsdtString_, bool) error XsdGoPkgHasElems_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ func(*XsdGoPkgHasElems_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_, bool) error XsdGoPkgHasElems_OtherSelectionTextsequencechoicesequenceAnswersequenceQuestionFormAnswersschema_OtherSelectionText_XsdtString_ func(*XsdGoPkgHasElems_OtherSelectionTextsequencechoicesequenceAnswersequenceQuestionFormAnswersschema_OtherSelectionText_XsdtString_, bool) error XsdGoPkgHasElem_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_ func(*XsdGoPkgHasElem_UploadedFileKeysequencechoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_UploadedFileKey_XsdtString_, bool) error XsdGoPkgHasElem_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_ func(*XsdGoPkgHasElem_FreeTextchoicesequenceTxsdQuestionFormAnswersSequenceAnswerAnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_FreeText_XsdtString_, bool) error XsdGoPkgHasElem_QuestionFormAnswers func(*XsdGoPkgHasElem_QuestionFormAnswers, bool) error XsdGoPkgHasElem_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_ func(*XsdGoPkgHasElem_AnswersequenceTxsdQuestionFormAnswersQuestionFormAnswersschema_Answer_TxsdQuestionFormAnswersSequenceAnswer_, bool) error XsdGoPkgHasCdata func(*XsdGoPkgHasCdata, bool) error TxsdQuestionFormAnswersSequenceAnswer func(*TxsdQuestionFormAnswersSequenceAnswer, bool) error TxsdQuestionFormAnswers func(*TxsdQuestionFormAnswers, bool) error XsdGoPkgHasElems_QuestionFormAnswers func(*XsdGoPkgHasElems_QuestionFormAnswers, bool) error }
Provides 19 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.