go_SraAnalysis

package
v0.0.0-...-2d5b814 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2015 License: BSD-2-Clause 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:

SRA.analysis.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 234 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 TAlignmentDirectivesType

type TAlignmentDirectivesType struct {
	//	Whether the reference alignment includes unaligned reads.
	XsdGoPkgHasElem_AlignmentIncludesUnalignedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesUnalignedReads_XsdtBoolean_

	//	Whether the reference alignment identifies reads that appear to be duplicates.
	XsdGoPkgHasElem_AlignmentMarksDuplicateReadsallAlignmentDirectivesTypeschema_AlignmentMarksDuplicateReads_XsdtBoolean_

	//	Whether the reference alignment includes all reads regardless of whether they fail the instrument vendor's
	//	quality check.
	XsdGoPkgHasElem_AlignmentIncludesFailedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesFailedReads_XsdtBoolean_
}

func (*TAlignmentDirectivesType) Walk

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

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

type TAlignmentProcessingType

func (*TAlignmentProcessingType) Walk

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

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

type TAnalysisFileType

type TAnalysisFileType struct {
	//	Checksum method used.
	XsdGoPkgHasAttr_ChecksumMethod_TxsdAnalysisFileTypeChecksumMethod_

	//	Checksum of the file.
	XsdGoPkgHasAttr_Checksum_XsdtString_

	//	The name or relative pathname of an analysis file. The actual file name extension is irrelevant so long as the
	//	filetype is correctly indicated, and in the case of binary files the correct magic number is embedded in the file.
	XsdGoPkgHasAttr_Filename_XsdtString_

	XsdGoPkgHasAttr_Filetype_TxsdAnalysisFileTypeFiletype_
}

func (*TAnalysisFileType) Walk

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

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

type TAnalysisSetType

func (*TAnalysisSetType) Walk

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

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

type TAnalysisType

type TAnalysisType struct {
	//	Describes the contents of the analysis objects, their relationship with one another, the target objects, and
	//	their place in the overall study.
	XsdGoPkgHasElem_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_

	//	Supported analysis types.
	XsdGoPkgHasElem_AnalysisTYPEsequenceAnalysisTypeschema_AnalysisType_TxsdAnalysisTypeSequenceAnalysisType_

	XsdGoPkgHasAtts_NameGroup

	//	Use SRA center_name. If applicable, the center name of the institution responsible for this analysis.
	XsdGoPkgHasAttr_AnalysisCenter_XsdtString_

	//	One or more blocks of data and associated file(s). Each data block may be a partition of the overall analysis
	//	object.
	XsdGoPkgHasElems_DataBLOCKsequencesequenceAnalysisTypeschema_DataBlock_TxsdAnalysisTypeSequenceSequenceDataBlock_

	//	The ISO date when this analysis was produced.
	XsdGoPkgHasAttr_AnalysisDate_XsdtDateTime_

	//	List of primary and alternate identifiers including those records replacing or replaced by this record.
	XsdGoPkgHasElem_IDENTIFIERSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_

	//	Title of the analyis object which will be displayed in short form in the Analysis browser and in database
	//	search results.
	XsdGoPkgHasElem_TITLEsequenceAnalysisTypeschema_Title_XsdtString_

	//	The STUDY_REF descriptor establishes the relationship of the analysis to the parent study. This can either be
	//	the accession of an existing archived study record, or a reference to a new study record in the same submission or same center
	//	(which does not yet have an accession).
	XsdGoPkgHasElem_StudyREFsequenceAnalysisTypeschema_StudyRef_TxsdAnalysisTypeSequenceStudyRef_

	//	SRA object(s) targeted for analysis. Run - One or more runs that are assembled, aligned, or analyzed. Sample -
	//	All the sequencing data for this sample are being assembled, aligned, or analyzed. Experiment - All the sequencing data for this
	//	experiment are being assembled, aligned, or analyzed. Study - All the sequencing data for this study are being assembled,
	//	aligned, or analyzed.
	XsdGoPkgHasElem_TARGETSsequenceAnalysisTypeschema_Targets_TxsdAnalysisTypeSequenceTargets_

	//	Links to resources related to this analysis or analysis set (publication, datasets, online databases).
	XsdGoPkgHasElem_AnalysisLINKSsequenceAnalysisTypeschema_AnalysisLinks_TxsdAnalysisTypeSequenceAnalysisLinks_

	//	Properties and attributes of an analysis. These can be entered as free-form tag-value pairs. For certain
	//	studies, submitters may be asked to follow a community established ontology when describing the work.
	XsdGoPkgHasElem_AnalysisATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttributes_TxsdAnalysisTypeSequenceAnalysisAttributes_
}

func (*TAnalysisType) Walk

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

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

type TAttributeType

func (*TAttributeType) Walk

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

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

type TDefaultProcessingType

func (*TDefaultProcessingType) Walk

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

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

type TIdentifierType

type TIdentifierType struct {
	//	primary accession of the record in one of INSDC SRA archives.
	XsdGoPkgHasElem_PrimaryIDsequenceIdentifierTypeschema_PrimaryId_TNameAndLabelType_

	//	A secondary or defunct primary key in an INSDC primary data database.
	XsdGoPkgHasElems_SecondaryIDsequenceIdentifierTypeschema_SecondaryId_TNameAndLabelType_

	//	An identifier from a public non-SRA resource. @namespace would be an official short name of that
	//	resource.
	XsdGoPkgHasElems_ExternalIDsequenceIdentifierTypeschema_ExternalId_TQualifiedNameType_

	//	A submitter provided identifier of the (new) record. used in submisison process and replaced by primary archive
	//	id on successfull load. @namespace is optional and may refer to submitter private database or LIMS
	//	identifier.
	XsdGoPkgHasElems_SubmitterIDsequenceIdentifierTypeschema_SubmitterId_TQualifiedNameType_

	//	A universally unique identifier that requires no namespace.
	XsdGoPkgHasElems_UUIDsequenceIdentifierTypeschema_Uuid_TNameAndLabelType_
}

func (*TIdentifierType) Walk

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

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

type TLinkType

func (*TLinkType) Walk

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

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

type TNameAndLabelType

type TNameAndLabelType struct {
	XsdtString

	//	Alternative/explanatory description of the same object/identifier.
	XsdGoPkgHasAttr_Label_XsdtString_
}

func (*TNameAndLabelType) Walk

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

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

type TPipelineType

func (*TPipelineType) Walk

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

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

type TPlatformType

type TPlatformType struct {
	//	CompleteGenomics platform type. At present there is no instrument model.
	XsdGoPkgHasElem_CompleteGENOMICSchoicePlatformTypeschema_CompleteGenomics_TxsdPlatformTypeChoiceCompleteGenomics_

	//	Oxford Nanopore platform type. nanopore-based electronic single molecule analysis
	XsdGoPkgHasElem_OxfordNANOPOREchoicePlatformTypeschema_OxfordNanopore_TxsdPlatformTypeChoiceOxfordNanopore_

	//	Ion Torrent Personal Genome Machine (PGM) from Life Technologies.
	XsdGoPkgHasElem_IonTORRENTchoicePlatformTypeschema_IonTorrent_TxsdPlatformTypeChoiceIonTorrent_

	//	454 technology use 1-color sequential flows
	XsdGoPkgHasElem_Ls454ChoicePlatformTypeschema_Ls454_TxsdPlatformTypeChoiceLs454_

	//	Helicos is similar to 454 technology - uses 1-color sequential flows
	XsdGoPkgHasElem_HELICOSchoicePlatformTypeschema_Helicos_TxsdPlatformTypeChoiceHelicos_

	//	ABI is 4-channel flowgram with 1-to-1 mapping between basecalls and flows
	XsdGoPkgHasElem_AbiSOLIDchoicePlatformTypeschema_AbiSolid_TxsdPlatformTypeChoiceAbiSolid_

	//	PacificBiosciences platform type for the single molecule real time (SMRT) technology.
	XsdGoPkgHasElem_PacbioSMRTchoicePlatformTypeschema_PacbioSmrt_TxsdPlatformTypeChoicePacbioSmrt_

	//	Sequencers based on capillary electrophoresis technology manufactured by LifeTech (formerly Applied
	//	BioSciences).
	XsdGoPkgHasElem_CAPILLARYchoicePlatformTypeschema_Capillary_TxsdPlatformTypeChoiceCapillary_

	//	Illumina is 4-channel flowgram with 1-to-1 mapping between basecalls and flows
	XsdGoPkgHasElem_ILLUMINAchoicePlatformTypeschema_Illumina_TxsdPlatformTypeChoiceIllumina_
}

The PLATFORM record selects which sequencing platform and platform-specific runtime parameters. This will be determined by the Center.

func (*TPlatformType) Walk

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

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

type TProcessingType

type TProcessingType struct {
	//	Generic processing pipeline specification.
	XsdGoPkgHasElem_PIPELINEallDefaultProcessingTypeschema_Pipeline_TPipelineType_

	//	Processing directives tell the Sequence Read Archive how to treat the input data, if any treatment is
	//	requested.
	XsdGoPkgHasElem_DIRECTIVESsequenceProcessingTypeschema_Directives_TSequencingDirectivesType_
}

func (*TProcessingType) Walk

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

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

type TQualifiedNameType

type TQualifiedNameType struct {
	TNameAndLabelType

	//	A string value that constrains the domain of named identifiers (namespace).
	XsdGoPkgHasAttr_Namespace_XsdtString_
}

func (*TQualifiedNameType) Walk

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

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

type TSequencingDirectivesType

type TSequencingDirectivesType struct {
	//	Tells the Archive who will execute the sample demultiplexing operation..
	XsdGoPkgHasElem_SampleDemuxDIRECTIVEallSequencingDirectivesTypeschema_SampleDemuxDirective_TxsdSequencingDirectivesTypeAllSampleDemuxDirective_
}

func (*TSequencingDirectivesType) Walk

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

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

type TSpotDescriptorType

The SPOT_DESCRIPTOR specifies how to decode the individual reads of interest from the monolithic spot sequence. The spot descriptor contains aspects of the experimental design, platform, and processing information. There will be two methods of specification: one will be an index into a table of typical decodings, the other being an exact specification.

func (*TSpotDescriptorType) Walk

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

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

type TSraLinkType

func (*TSraLinkType) Walk

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

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

type TXRefType

type TXRefType struct {
	//	Text label to display for the link.
	XsdGoPkgHasElem_LABELallXRefTypeschema_Label_XsdtString_

	//	INSDC controlled vocabulary of permitted cross references. Please see http://www.insdc.org/db_xref.html . For
	//	example, FLYBASE.
	XsdGoPkgHasElem_DBallXRefTypeschema_Db_XsdtString_

	//	Accession in the referenced database. For example, FBtr0080008 (in FLYBASE).
	XsdGoPkgHasElem_IDallXRefTypeschema_Id_XsdtString_
}

func (*TXRefType) Walk

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

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

type TxsdAnalysisFileTypeChecksumMethod

type TxsdAnalysisFileTypeChecksumMethod xsdt.String

One or more blocks of data and associated file(s). Each data block may be a partition of the overall analysis object. Actual run data are contained in one of the files listed in the submission manifest. Each data block is represented by one SRF file, one SFF file, one compressed fastq file, or one compressed tar archive file. Checksum method used.

func (TxsdAnalysisFileTypeChecksumMethod) IsMd5

Returns true if the value of this enumerated TxsdAnalysisFileTypeChecksumMethod is "MD5".

func (*TxsdAnalysisFileTypeChecksumMethod) Set

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

func (TxsdAnalysisFileTypeChecksumMethod) String

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

func (TxsdAnalysisFileTypeChecksumMethod) ToXsdtString

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

type TxsdAnalysisFileTypeFiletype

type TxsdAnalysisFileTypeFiletype xsdt.String

func (TxsdAnalysisFileTypeFiletype) IsAce

Returns true if the value of this enumerated TxsdAnalysisFileTypeFiletype is "ace".

func (TxsdAnalysisFileTypeFiletype) IsBam

Returns true if the value of this enumerated TxsdAnalysisFileTypeFiletype is "bam".

func (TxsdAnalysisFileTypeFiletype) IsBed

Returns true if the value of this enumerated TxsdAnalysisFileTypeFiletype is "BED".

func (TxsdAnalysisFileTypeFiletype) IsCsv

Returns true if the value of this enumerated TxsdAnalysisFileTypeFiletype is "csv".

func (TxsdAnalysisFileTypeFiletype) IsFasta

func (me TxsdAnalysisFileTypeFiletype) IsFasta() bool

Returns true if the value of this enumerated TxsdAnalysisFileTypeFiletype is "fasta".

func (TxsdAnalysisFileTypeFiletype) IsGff

Returns true if the value of this enumerated TxsdAnalysisFileTypeFiletype is "GFF".

func (TxsdAnalysisFileTypeFiletype) IsMaf

Returns true if the value of this enumerated TxsdAnalysisFileTypeFiletype is "MAF".

func (TxsdAnalysisFileTypeFiletype) IsTab

Returns true if the value of this enumerated TxsdAnalysisFileTypeFiletype is "tab".

func (TxsdAnalysisFileTypeFiletype) IsTsv

Returns true if the value of this enumerated TxsdAnalysisFileTypeFiletype is "tsv".

func (TxsdAnalysisFileTypeFiletype) IsVcf

Returns true if the value of this enumerated TxsdAnalysisFileTypeFiletype is "VCF".

func (TxsdAnalysisFileTypeFiletype) IsWig

Returns true if the value of this enumerated TxsdAnalysisFileTypeFiletype is "wig".

func (*TxsdAnalysisFileTypeFiletype) Set

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

func (TxsdAnalysisFileTypeFiletype) String

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

func (TxsdAnalysisFileTypeFiletype) ToXsdtString

func (me TxsdAnalysisFileTypeFiletype) ToXsdtString() xsdt.String

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

type TxsdAnalysisTypeSequenceAnalysisAttributes

func (*TxsdAnalysisTypeSequenceAnalysisAttributes) Walk

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

func (*TxsdAnalysisTypeSequenceAnalysisLinks) Walk

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

type TxsdAnalysisTypeSequenceAnalysisType

type TxsdAnalysisTypeSequenceAnalysisType struct {
	//	A placement of sequences including trace, SRA, GI records into a multiple alignment from which a
	//	consensus is computed. This branch will be further specified in the future.
	XsdGoPkgHasElem_DeNovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_DeNovoAssembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly_

	//	A multiple alignment of short reads against a reference substrate.
	XsdGoPkgHasElem_ReferenceALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceAlignment_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment_

	//	Per sequence annotation of named attributes and values. Example: Processed sequencing data for submission
	//	to dbEST without assembly. Reads have already been submitted to one of the sequence read archives in raw form. The fasta
	//	data submitted under this analysis object result from the following treatments, which may serve to filter reads from the
	//	raw dataset: - sequencing adapter removal - low quality trimming - poly-A tail removal - strand orientation - contaminant
	//	removal This branch will be further specified in the future.
	XsdGoPkgHasElem_SequenceANNOTATIONchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SequenceAnnotation_TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation_

	//	A track of read placement coverage used to measure abundance of a library with respect to a reference.
	//	This branch will be further specified in the future.
	XsdGoPkgHasElem_AbundanceMEASUREMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_AbundanceMeasurement_TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement_
}

func (*TxsdAnalysisTypeSequenceAnalysisType) Walk

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

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement struct {
	//	Identify the tools and processing steps used to produce the abundance measurements (coverage
	//	tracks).
	XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssemblyDENovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_
}

A track of read placement coverage used to measure abundance of a library with respect to a reference. This branch will be further specified in the future.

func (*TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement) Walk

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

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly struct {
	//	Identify the tools and processing steps used to produce the de novo assembly.
	XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssemblyDENovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_
}

func (*TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly) Walk

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

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment struct {
	//	Specification of the reference collection of sequences used in the alignment.
	XsdGoPkgHasElem_ASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Assembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly_

	//	Mapping between the run (read group) labels used in the alignment data file, and the runs in the
	//	Archive. This is optional when SRA runs are reffered by accession in submitted data.
	XsdGoPkgHasElem_RunLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_RunLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels_

	XsdGoPkgHasElem_SeqLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SeqLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels_

	//	Identify the tools and processing steps used to produce the reference alignment, and specify
	//	directives used to load and interpret the data supplied by the submitter.
	XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TAlignmentProcessingType_
}

func (*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment) Walk

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

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly

func (*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly) Walk

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

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom

func (*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom) Walk

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

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard struct {
	//	Synonym Names additional to or in place of short_name. For example genbank, gecoll
	//	accession.version.
	XsdGoPkgHasElems_NAMEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandardSTANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Name_TXRefType_

	//	Short name for standard reference assembly. The Home Archive shall implement further
	//	business rules governing the usage of short_name in conjunction with or in lieu of explicit references.
	XsdGoPkgHasAttr_ShortName_XsdtString_
}

func (*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard) Walk

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

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels

func (*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels) Walk

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

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun struct {
	//	Identifies an SRA Run either by SRA Accession or by refname+refcenter
	XsdGoPkgHasAtts_RefNameGroup

	//	This is how SRA run is labeled in submission file(s). It is equivalent to read group (RG)
	//	labeling in BAM. Optional when submitted file use SRA accessions as labels
	XsdGoPkgHasAttr_ReadGroupLabel_XsdtString_

	//	An optional attrtibute matching DATA_BLOCK/@name for a particular data file. This is only
	//	needed when the same SRA RUN has different labeling in the submission.
	XsdGoPkgHasAttr_DataBlockName_XsdtString_
}

func (*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun) Walk

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

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels

func (*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels) Walk

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

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence struct {
	//	NCBI - assigned gi
	XsdGoPkgHasAttr_Gi_XsdtInteger_

	//	An optional attrtibute matching DATA_BLOCK/@name for a particular data file. This is only
	//	needed when the same reference sequence has different labeling in the submission.
	XsdGoPkgHasAttr_DataBlockName_XsdtString_

	//	This is how Reference Sequence is labeled in submission file(s). It is equivalent to SQ
	//	label in BAM. Optional when submitted file uses INSDC accession.version
	XsdGoPkgHasAttr_SeqLabel_XsdtString_

	//	Accession.version with version being mandatory
	XsdGoPkgHasAttr_Accession_XsdtToken_
}

func (*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence) Walk

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

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation

type TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation struct {
	//	Identify the tools and processing steps used to produce the sequence annotations.
	XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssemblyDENovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_
}

Per sequence annotation of named attributes and values. Example: Processed sequencing data for submission to dbEST without assembly. Reads have already been submitted to one of the sequence read archives in raw form. The fasta data submitted under this analysis object result from the following treatments, which may serve to filter reads from the raw dataset: - sequencing adapter removal - low quality trimming - poly-A tail removal - strand orientation - contaminant removal This branch will be further specified in the future.

func (*TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation) Walk

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

type TxsdAnalysisTypeSequenceSequenceDataBlock

type TxsdAnalysisTypeSequenceSequenceDataBlock struct {
	//	Actual run data are contained in one of the files listed in the submission manifest. Each data block is
	//	represented by one SRF file, one SFF file, one compressed fastq file, or one compressed tar archive file.
	XsdGoPkgHasElem_FILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_Files_TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles_

	//	Specifies the order in which analysis files should be loaded, if needed.
	XsdGoPkgHasAttr_Serial_XsdtInteger_

	//	Member name of the fraction of the analysis file that should be loaded for this data block. Used for
	//	sample multiplexed studies where the analysis data has been demultiplexed by the submitter.
	XsdGoPkgHasAttr_Member_XsdtString_

	//	Data block name, for use in mapping multiple analysis files to a single analysis object. This attribute is
	//	not needed if there is only one analysis file loaded for the analysis object.
	XsdGoPkgHasAttr_Name_XsdtString_
}

func (*TxsdAnalysisTypeSequenceSequenceDataBlock) Walk

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

type TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles

func (*TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles) Walk

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

type TxsdAnalysisTypeSequenceStudyRef

type TxsdAnalysisTypeSequenceStudyRef struct {
	//	Set of reference IDs to parent study record. This block is intended to replace the use of the less
	//	structured RefNameGroup identifiers.
	XsdGoPkgHasElem_IDENTIFIERSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_

	XsdGoPkgHasAtts_RefNameGroup
}

The STUDY_REF descriptor establishes the relationship of the analysis to the parent study. This can either be the accession of an existing archived study record, or a reference to a new study record in the same submission or same center (which does not yet have an accession).

func (*TxsdAnalysisTypeSequenceStudyRef) Walk

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

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

type TxsdAnalysisTypeSequenceTargets

type TxsdAnalysisTypeSequenceTargets struct {
	//	A SRA object that is the target of the analysis records. For example, a run, sample, or sequence can be
	//	the object of the analysis.
	XsdGoPkgHasElems_TARGETsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Target_TSraLinkType_

	//	Set of reference IDs to target record. This block is intended to replace the use of the less structured
	//	RefNameGroup identifiers.
	XsdGoPkgHasElems_IDENTIFIERSsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_
}

func (*TxsdAnalysisTypeSequenceTargets) Walk

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

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

type TxsdLinkTypeChoiceEntrezLink struct {
	//	Numeric record id meaningful to the NCBI Entrez system.
	XsdGoPkgHasElem_IDchoicesequenceENTREZLINKchoiceLinkTypeschema_Id_XsdtNonNegativeInteger_

	//	Accession string meaningful to the NCBI Entrez system.
	XsdGoPkgHasElem_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_

	//	NCBI controlled vocabulary of permitted cross references. Please see
	//	http://www.ncbi.nlm.nih.gov/entrez/eutils/einfo.fcgi? .
	XsdGoPkgHasElem_DBallXRefTypeschema_Db_XsdtString_

	//	How to label the link.
	XsdGoPkgHasElem_LABELallXRefTypeschema_Label_XsdtString_
}

func (*TxsdLinkTypeChoiceEntrezLink) Walk

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

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

type TxsdLinkTypeChoiceUrlLink struct {
	//	The internet service link (file:, http:, ftp:, etc).
	XsdGoPkgHasElem_URLallURLLINKchoiceLinkTypeschema_Url_XsdtAnyURI_

	//	Text label to display for the link.
	XsdGoPkgHasElem_LABELallXRefTypeschema_Label_XsdtString_
}

func (*TxsdLinkTypeChoiceUrlLink) Walk

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

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

type TxsdPipelineTypeSequencePipeSection

type TxsdPipelineTypeSequencePipeSection struct {
	//	Version of the program or process for primary analysis.
	XsdGoPkgHasElem_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_

	//	Notes about the program or process for primary analysis.
	XsdGoPkgHasElem_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_

	//	Name of the processing pipeline section.
	XsdGoPkgHasAttr_SectionName_XsdtString_

	//	Lexically ordered value that allows for the pipe section to be hierarchically ordered. The float
	//	primitive data type is used to allow for pipe sections to be inserted later on.
	XsdGoPkgHasElem_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_

	//	STEP_INDEX of the previous step in the workflow. Set toNIL if the first pipe section.
	XsdGoPkgHasElems_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_

	//	Name of the program or process for primary analysis. This may include a test or condition that leads to
	//	branching in the workflow.
	XsdGoPkgHasElem_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_
}

func (*TxsdPipelineTypeSequencePipeSection) Walk

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

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

type TxsdPlatformTypeChoiceAbiSolid

func (*TxsdPlatformTypeChoiceAbiSolid) Walk

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

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

type TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel

type TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel xsdt.String

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAb5500GeneticAnalyzer

func (me TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAb5500GeneticAnalyzer() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel is "AB 5500 Genetic Analyzer".

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAb5500XlGeneticAnalyzer

func (me TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAb5500XlGeneticAnalyzer() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel is "AB 5500xl Genetic Analyzer".

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAb5500XlWGeneticAnalysisSystem

func (me TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAb5500XlWGeneticAnalysisSystem() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel is "AB 5500xl-W Genetic Analysis System".

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAbSOLiD3PlusSystem

Returns true if the value of this enumerated TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel is "AB SOLiD 3 Plus System".

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAbSOLiD4HqSystem

Returns true if the value of this enumerated TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel is "AB SOLiD 4hq System".

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAbSOLiD4System

Returns true if the value of this enumerated TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel is "AB SOLiD 4 System".

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAbSOLiDPiSystem

Returns true if the value of this enumerated TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel is "AB SOLiD PI System".

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAbSOLiDSystem

Returns true if the value of this enumerated TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel is "AB SOLiD System".

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAbSOLiDSystem20

Returns true if the value of this enumerated TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel is "AB SOLiD System 2.0".

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsAbSOLiDSystem30

Returns true if the value of this enumerated TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel is "AB SOLiD System 3.0".

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) IsUnspecified

Returns true if the value of this enumerated TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel is "unspecified".

func (*TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) Set

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

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) String

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

func (TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel) ToXsdtString

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

type TxsdPlatformTypeChoiceCapillary

Sequencers based on capillary electrophoresis technology manufactured by LifeTech (formerly Applied BioSciences).

func (*TxsdPlatformTypeChoiceCapillary) Walk

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

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

type TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel

type TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel xsdt.String

func (TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb310GeneticAnalyzer

Returns true if the value of this enumerated TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel is "AB 310 Genetic Analyzer".

func (TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3130GeneticAnalyzer

func (me TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3130GeneticAnalyzer() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel is "AB 3130 Genetic Analyzer".

func (TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3130XlGeneticAnalyzer

func (me TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3130XlGeneticAnalyzer() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel is "AB 3130xL Genetic Analyzer".

func (TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3500GeneticAnalyzer

func (me TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3500GeneticAnalyzer() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel is "AB 3500 Genetic Analyzer".

func (TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3500XlGeneticAnalyzer

func (me TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3500XlGeneticAnalyzer() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel is "AB 3500xL Genetic Analyzer".

func (TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3730GeneticAnalyzer

func (me TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3730GeneticAnalyzer() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel is "AB 3730 Genetic Analyzer".

func (TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3730XlGeneticAnalyzer

func (me TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsAb3730XlGeneticAnalyzer() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel is "AB 3730xL Genetic Analyzer".

func (TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) IsUnspecified

Returns true if the value of this enumerated TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel is "unspecified".

func (*TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) Set

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

func (TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) String

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

func (TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel) ToXsdtString

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

type TxsdPlatformTypeChoiceCompleteGenomics

func (*TxsdPlatformTypeChoiceCompleteGenomics) Walk

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

type TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel

type TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel xsdt.String

func (TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel) IsCompleteGenomics

Returns true if the value of this enumerated TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel is "Complete Genomics".

func (TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel) IsUnspecified

Returns true if the value of this enumerated TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel is "unspecified".

func (*TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel) Set

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

func (TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel) String

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

func (TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel) ToXsdtString

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

type TxsdPlatformTypeChoiceHelicos

Helicos is similar to 454 technology - uses 1-color sequential flows

func (*TxsdPlatformTypeChoiceHelicos) Walk

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

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

type TxsdPlatformTypeChoiceHelicosAllInstrumentModel

type TxsdPlatformTypeChoiceHelicosAllInstrumentModel xsdt.String

func (TxsdPlatformTypeChoiceHelicosAllInstrumentModel) IsHelicosHeliScope

func (me TxsdPlatformTypeChoiceHelicosAllInstrumentModel) IsHelicosHeliScope() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceHelicosAllInstrumentModel is "Helicos HeliScope".

func (TxsdPlatformTypeChoiceHelicosAllInstrumentModel) IsUnspecified

Returns true if the value of this enumerated TxsdPlatformTypeChoiceHelicosAllInstrumentModel is "unspecified".

func (*TxsdPlatformTypeChoiceHelicosAllInstrumentModel) Set

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

func (TxsdPlatformTypeChoiceHelicosAllInstrumentModel) String

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

func (TxsdPlatformTypeChoiceHelicosAllInstrumentModel) ToXsdtString

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

type TxsdPlatformTypeChoiceIllumina

func (*TxsdPlatformTypeChoiceIllumina) Walk

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

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

type TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel

type TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel xsdt.String

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsHiSeqXTen

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "HiSeq X Ten".

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaGenomeAnalyzer

func (me TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaGenomeAnalyzer() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "Illumina Genome Analyzer".

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaGenomeAnalyzerIIx

func (me TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaGenomeAnalyzerIIx() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "Illumina Genome Analyzer IIx".

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaGenomeAnalyzerIi

func (me TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaGenomeAnalyzerIi() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "Illumina Genome Analyzer II".

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaHiScanSQ

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "Illumina HiScanSQ".

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaHiSeq1000

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "Illumina HiSeq 1000".

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaHiSeq1500

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "Illumina HiSeq 1500".

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaHiSeq2000

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "Illumina HiSeq 2000".

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaHiSeq2500

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "Illumina HiSeq 2500".

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsIlluminaMiSeq

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "Illumina MiSeq".

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsNextSeq500

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "NextSeq 500".

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) IsUnspecified

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel is "unspecified".

func (*TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) Set

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

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) String

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

func (TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel) ToXsdtString

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

type TxsdPlatformTypeChoiceIonTorrent

func (*TxsdPlatformTypeChoiceIonTorrent) Walk

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

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

type TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel

type TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel xsdt.String

func (TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel) IsIonTorrentPgm

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel is "Ion Torrent PGM".

func (TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel) IsIonTorrentProton

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel is "Ion Torrent Proton".

func (TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel) IsUnspecified

Returns true if the value of this enumerated TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel is "unspecified".

func (*TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel) Set

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

func (TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel) String

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

func (TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel) ToXsdtString

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

type TxsdPlatformTypeChoiceLs454

func (*TxsdPlatformTypeChoiceLs454) Walk

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

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

type TxsdPlatformTypeChoiceLs454AllInstrumentModel

type TxsdPlatformTypeChoiceLs454AllInstrumentModel xsdt.String

func (TxsdPlatformTypeChoiceLs454AllInstrumentModel) Is454Gs

Returns true if the value of this enumerated TxsdPlatformTypeChoiceLs454AllInstrumentModel is "454 GS".

func (TxsdPlatformTypeChoiceLs454AllInstrumentModel) Is454Gs20

Returns true if the value of this enumerated TxsdPlatformTypeChoiceLs454AllInstrumentModel is "454 GS 20".

func (TxsdPlatformTypeChoiceLs454AllInstrumentModel) Is454GsFlx

Returns true if the value of this enumerated TxsdPlatformTypeChoiceLs454AllInstrumentModel is "454 GS FLX+".

func (TxsdPlatformTypeChoiceLs454AllInstrumentModel) Is454GsFlxTitanium

func (me TxsdPlatformTypeChoiceLs454AllInstrumentModel) Is454GsFlxTitanium() bool

Returns true if the value of this enumerated TxsdPlatformTypeChoiceLs454AllInstrumentModel is "454 GS FLX Titanium".

func (TxsdPlatformTypeChoiceLs454AllInstrumentModel) Is454GsJunior

Returns true if the value of this enumerated TxsdPlatformTypeChoiceLs454AllInstrumentModel is "454 GS Junior".

func (TxsdPlatformTypeChoiceLs454AllInstrumentModel) IsUnspecified

Returns true if the value of this enumerated TxsdPlatformTypeChoiceLs454AllInstrumentModel is "unspecified".

func (*TxsdPlatformTypeChoiceLs454AllInstrumentModel) Set

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

func (TxsdPlatformTypeChoiceLs454AllInstrumentModel) String

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

func (TxsdPlatformTypeChoiceLs454AllInstrumentModel) ToXsdtString

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

type TxsdPlatformTypeChoiceOxfordNanopore

func (*TxsdPlatformTypeChoiceOxfordNanopore) Walk

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

type TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel

type TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel xsdt.String

func (TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel) IsGridION

Returns true if the value of this enumerated TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel is "GridION".

func (TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel) IsMinION

Returns true if the value of this enumerated TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel is "MinION".

func (*TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel) Set

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

func (TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel) String

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

func (TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel) ToXsdtString

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

type TxsdPlatformTypeChoicePacbioSmrt

func (*TxsdPlatformTypeChoicePacbioSmrt) Walk

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

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

type TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel

type TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel xsdt.String

PacificBiosciences platform type for the single molecule real time (SMRT) technology.

func (TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel) IsPacBioRs

Returns true if the value of this enumerated TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel is "PacBio RS".

func (TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel) IsPacBioRsIi

Returns true if the value of this enumerated TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel is "PacBio RS II".

func (*TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel) Set

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

func (TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel) String

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

func (TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel) ToXsdtString

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

type TxsdSequencingDirectivesTypeAllSampleDemuxDirective

type TxsdSequencingDirectivesTypeAllSampleDemuxDirective xsdt.String

Processing directives tell the Sequence Read Archive how to treat the input data, if any treatment is requested. Tells the Archive who will execute the sample demultiplexing operation..

func (TxsdSequencingDirectivesTypeAllSampleDemuxDirective) IsLeaveAsPool

Returns true if the value of this enumerated TxsdSequencingDirectivesTypeAllSampleDemuxDirective is "leave_as_pool".

func (TxsdSequencingDirectivesTypeAllSampleDemuxDirective) IsSubmitterDemultiplexed

func (me TxsdSequencingDirectivesTypeAllSampleDemuxDirective) IsSubmitterDemultiplexed() bool

Returns true if the value of this enumerated TxsdSequencingDirectivesTypeAllSampleDemuxDirective is "submitter_demultiplexed".

func (*TxsdSequencingDirectivesTypeAllSampleDemuxDirective) Set

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

func (TxsdSequencingDirectivesTypeAllSampleDemuxDirective) String

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

func (TxsdSequencingDirectivesTypeAllSampleDemuxDirective) ToXsdtString

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

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpec

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpec struct {
	//	Number of base/color calls, cycles, or flows per spot (raw sequence length or flow length including all
	//	application and technical tags and mate pairs, but not including gap lengths). This value will be platform dependent,
	//	library dependent, and possibly run dependent. Variable length platforms will still have a constant flow/cycle length.
	XsdGoPkgHasElem_SpotLENGTHsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_SpotLength_XsdtNonNegativeInteger_

	XsdGoPkgHasElems_ReadSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec_
}

func (*TxsdSpotDescriptorTypeChoiceSpotDecodeSpec) Walk

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

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec struct {
	//	There are various methods to ordering the reads on the spot.
	//	The read is located beginning at the offset or cycle relative to another read. This choice is
	//	appropriate for example when specifying a read that follows a variable length expected sequence(s).
	XsdGoPkgHasElem_RelativeORDERchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_RelativeOrder_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder_

	//	There are various methods to ordering the reads on the spot.
	//	The location of the read start in terms of base count (1 is beginning of spot).
	XsdGoPkgHasElem_BaseCOORDchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_BaseCoord_XsdtInteger_

	//	There are various methods to ordering the reads on the spot.
	//	A set of choices of expected basecalls for a current read. Read will be zero-length if none is
	//	found.
	XsdGoPkgHasElem_ExpectedBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ExpectedBasecallTable_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable_

	//	READ_INDEX starts at 0 and is incrementally increased for each sequential READ_SPEC within a
	//	SPOT_DECODE_SPEC
	XsdGoPkgHasElem_ReadINDEXsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadIndex_XsdtNonNegativeInteger_

	//	READ_LABEL is a name for this tag, and can be used to on output to determine read name, for example
	//	F or R.
	XsdGoPkgHasElem_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_

	XsdGoPkgHasElem_ReadCLASSsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadClass_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass_

	XsdGoPkgHasElem_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward
}

func (*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec) Walk

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

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable struct {
	//	Element's body contains a basecall, attribute provide description of this read meaning as
	//	well as matching rules.
	XsdGoPkgHasElems_BASECALLsequenceEXPECTEDBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_Basecall_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall_

	//	Specify whether the spot should have a default length for this tag if the expected base
	//	cannot be matched.
	XsdGoPkgHasAttr_DefaultLength_XsdtNonNegativeInteger_

	//	Specify an optional starting point for tag (base offset from 1).
	XsdGoPkgHasAttr_BaseCoord_XsdtNonNegativeInteger_
}

func (*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable) Walk

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

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall struct {
	//	Where the match should occur. Changes the rules on how min_match and max_mismatch
	//	are counted.
	XsdGoPkgHasAttr_MatchEdge_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge_

	//	When match occurs, the read will be tagged with this group membership
	XsdGoPkgHasAttr_ReadGroupTag_XsdtString_

	XsdtString

	//	Minimum number of matches to trigger identification.
	XsdGoPkgHasAttr_MinMatch_XsdtNonNegativeInteger_

	//	Maximum number of mismatches
	XsdGoPkgHasAttr_MaxMismatch_XsdtNonNegativeInteger_
}

func (*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall) Walk

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

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge xsdt.String

Element's body contains a basecall, attribute provide description of this read meaning as well as matching rules. Where the match should occur. Changes the rules on how min_match and max_mismatch are counted.

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge) IsEnd

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge is "end".

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge) IsFull

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge is "full".

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge) IsStart

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge is "start".

func (*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge) Set

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

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge) String

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

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge) ToXsdtString

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

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder struct {
	//	Specify the read index that precedes this read.
	XsdGoPkgHasAttr_FollowsReadIndex_XsdtNonNegativeInteger_

	//	Specify the read index that follows this read.
	XsdGoPkgHasAttr_PrecedesReadIndex_XsdtNonNegativeInteger_
}

func (*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder) Walk

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

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass xsdt.String

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass) IsApplicationRead

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass is "Application Read".

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass) IsTechnicalRead

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass is "Technical Read".

func (*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass) Set

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

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass) String

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

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass) ToXsdtString

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

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType

type TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType xsdt.String

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType) IsAdapter

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType is "Adapter".

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType) IsBarCode

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType is "BarCode".

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType) IsForward

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType is "Forward".

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType) IsLinker

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType is "Linker".

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType) IsOther

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType is "Other".

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType) IsPrimer

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType is "Primer".

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType) IsReverse

Returns true if the value of this enumerated TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType is "Reverse".

func (*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType) Set

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

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType) String

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

func (TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType) ToXsdtString

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

type TxsdSraLinkTypeSraObjectType

type TxsdSraLinkTypeSraObjectType xsdt.String

SRA object(s) targeted for analysis. Run - One or more runs that are assembled, aligned, or analyzed. Sample - All the sequencing data for this sample are being assembled, aligned, or analyzed. Experiment - All the sequencing data for this experiment are being assembled, aligned, or analyzed. Study - All the sequencing data for this study are being assembled, aligned, or analyzed. A SRA object that is the target of the analysis records. For example, a run, sample, or sequence can be the object of the analysis. The SraLinkType mechanism encodes local references between SRA objects. These references are local to the Home Archive and during archival are resolved to exportable references suitable for mirroring between Archives. SraLinks can be used as temporary place holders for pre-published or post-suppressed relationships that will not be mirrored between Archives. SRA link type.

func (TxsdSraLinkTypeSraObjectType) IsAnalysis

func (me TxsdSraLinkTypeSraObjectType) IsAnalysis() bool

Returns true if the value of this enumerated TxsdSraLinkTypeSraObjectType is "ANALYSIS".

func (TxsdSraLinkTypeSraObjectType) IsExperiment

func (me TxsdSraLinkTypeSraObjectType) IsExperiment() bool

Returns true if the value of this enumerated TxsdSraLinkTypeSraObjectType is "EXPERIMENT".

func (TxsdSraLinkTypeSraObjectType) IsRun

Returns true if the value of this enumerated TxsdSraLinkTypeSraObjectType is "RUN".

func (TxsdSraLinkTypeSraObjectType) IsSample

func (me TxsdSraLinkTypeSraObjectType) IsSample() bool

Returns true if the value of this enumerated TxsdSraLinkTypeSraObjectType is "SAMPLE".

func (TxsdSraLinkTypeSraObjectType) IsStudy

func (me TxsdSraLinkTypeSraObjectType) IsStudy() bool

Returns true if the value of this enumerated TxsdSraLinkTypeSraObjectType is "STUDY".

func (*TxsdSraLinkTypeSraObjectType) Set

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

func (TxsdSraLinkTypeSraObjectType) String

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

func (TxsdSraLinkTypeSraObjectType) ToXsdtString

func (me TxsdSraLinkTypeSraObjectType) ToXsdtString() xsdt.String

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

type XsdGoPkgHasAttr_Accession_XsdtString_

type XsdGoPkgHasAttr_Accession_XsdtString_ struct {
	//	The document's accession as assigned by the Home Archive.
	Accession xsdt.String `xml:"accession,attr"`
}

The document's accession as assigned by the Home Archive.

type XsdGoPkgHasAttr_Accession_XsdtToken_

type XsdGoPkgHasAttr_Accession_XsdtToken_ struct {
	//	Accession.version with version being mandatory
	Accession xsdt.Token `xml:"accession,attr"`
}

Accession.version with version being mandatory

type XsdGoPkgHasAttr_Alias_XsdtString_

type XsdGoPkgHasAttr_Alias_XsdtString_ struct {
	//	Submitter designated name of the SRA document of this type. At minimum alias should be unique throughout the
	//	submission of this document type. If center_name is specified, the name should be unique in all submissions from that center of
	//	this document type.
	Alias xsdt.String `xml:"alias,attr"`
}

submission of this document type. If center_name is specified, the name should be unique in all submissions from that center of this document type.

type XsdGoPkgHasAttr_AnalysisCenter_XsdtString_

type XsdGoPkgHasAttr_AnalysisCenter_XsdtString_ struct {
	//	Use SRA center_name. If applicable, the center name of the institution responsible for this analysis.
	AnalysisCenter xsdt.String `xml:"analysis_center,attr"`
}

Use SRA center_name. If applicable, the center name of the institution responsible for this analysis.

type XsdGoPkgHasAttr_AnalysisDate_XsdtDateTime_

type XsdGoPkgHasAttr_AnalysisDate_XsdtDateTime_ struct {
	//	The ISO date when this analysis was produced.
	AnalysisDate xsdt.DateTime `xml:"analysis_date,attr"`
}

The ISO date when this analysis was produced.

type XsdGoPkgHasAttr_BaseCoord_XsdtNonNegativeInteger_

type XsdGoPkgHasAttr_BaseCoord_XsdtNonNegativeInteger_ struct {
	//	Specify an optional starting point for tag (base offset from 1).
	BaseCoord xsdt.NonNegativeInteger `xml:"base_coord,attr"`
}

Specify an optional starting point for tag (base offset from 1).

type XsdGoPkgHasAttr_BrokerName_XsdtString_

type XsdGoPkgHasAttr_BrokerName_XsdtString_ struct {
	//	Broker authority of this document. If not provided, then the broker is considered "direct".
	BrokerName xsdt.String `xml:"broker_name,attr"`
}

Broker authority of this document. If not provided, then the broker is considered "direct".

type XsdGoPkgHasAttr_CenterName_XsdtString_

type XsdGoPkgHasAttr_CenterName_XsdtString_ struct {
	//	Owner authority of this document and namespace for submitter's name of this document. If not provided, then the
	//	submitter is regarded as "Individual" and document resolution can only happen within the submission.
	CenterName xsdt.String `xml:"center_name,attr"`
}

Owner authority of this document and namespace for submitter's name of this document. If not provided, then the submitter is regarded as "Individual" and document resolution can only happen within the submission.

type XsdGoPkgHasAttr_ChecksumMethod_TxsdAnalysisFileTypeChecksumMethod_

type XsdGoPkgHasAttr_ChecksumMethod_TxsdAnalysisFileTypeChecksumMethod_ struct {
	//	Checksum method used.
	ChecksumMethod TxsdAnalysisFileTypeChecksumMethod `xml:"checksum_method,attr"`
}

type XsdGoPkgHasAttr_Checksum_XsdtString_

type XsdGoPkgHasAttr_Checksum_XsdtString_ struct {
	//	Checksum of the file.
	Checksum xsdt.String `xml:"checksum,attr"`
}

Checksum of the file.

type XsdGoPkgHasAttr_DataBlockName_XsdtString_

type XsdGoPkgHasAttr_DataBlockName_XsdtString_ struct {
	//	An optional attrtibute matching DATA_BLOCK/@name for a particular data file. This is only
	//	needed when the same SRA RUN has different labeling in the submission.
	DataBlockName xsdt.String `xml:"data_block_name,attr"`
}

An optional attrtibute matching DATA_BLOCK/@name for a particular data file. This is only needed when the same SRA RUN has different labeling in the submission.

type XsdGoPkgHasAttr_DefaultLength_XsdtNonNegativeInteger_

type XsdGoPkgHasAttr_DefaultLength_XsdtNonNegativeInteger_ struct {
	//	Specify whether the spot should have a default length for this tag if the expected base
	//	cannot be matched.
	DefaultLength xsdt.NonNegativeInteger `xml:"default_length,attr"`
}

A set of choices of expected basecalls for a current read. Read will be zero-length if none is found. Specify whether the spot should have a default length for this tag if the expected base cannot be matched.

type XsdGoPkgHasAttr_Filename_XsdtString_

type XsdGoPkgHasAttr_Filename_XsdtString_ struct {
	//	The name or relative pathname of an analysis file. The actual file name extension is irrelevant so long as the
	//	filetype is correctly indicated, and in the case of binary files the correct magic number is embedded in the file.
	Filename xsdt.String `xml:"filename,attr"`
}

The name or relative pathname of an analysis file. The actual file name extension is irrelevant so long as the filetype is correctly indicated, and in the case of binary files the correct magic number is embedded in the file.

type XsdGoPkgHasAttr_Filetype_TxsdAnalysisFileTypeFiletype_

type XsdGoPkgHasAttr_Filetype_TxsdAnalysisFileTypeFiletype_ struct {
	Filetype TxsdAnalysisFileTypeFiletype `xml:"filetype,attr"`
}

type XsdGoPkgHasAttr_FollowsReadIndex_XsdtNonNegativeInteger_

type XsdGoPkgHasAttr_FollowsReadIndex_XsdtNonNegativeInteger_ struct {
	//	Specify the read index that precedes this read.
	FollowsReadIndex xsdt.NonNegativeInteger `xml:"follows_read_index,attr"`
}

The read is located beginning at the offset or cycle relative to another read. This choice is appropriate for example when specifying a read that follows a variable length expected sequence(s). Specify the read index that precedes this read.

type XsdGoPkgHasAttr_Gi_XsdtInteger_

type XsdGoPkgHasAttr_Gi_XsdtInteger_ struct {
	//	NCBI - assigned gi
	Gi xsdt.Integer `xml:"gi,attr"`
}

NCBI - assigned gi

type XsdGoPkgHasAttr_Label_XsdtString_

type XsdGoPkgHasAttr_Label_XsdtString_ struct {
	//	Alternative/explanatory description of the same object/identifier.
	Label xsdt.String `xml:"label,attr"`
}

List of primary and alternate identifiers including those records replacing or replaced by this record. Set of record identifiers. primary accession of the record in one of INSDC SRA archives. Alternative/explanatory description of the same object/identifier.

type XsdGoPkgHasAttr_MatchEdge_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge_

type XsdGoPkgHasAttr_MatchEdge_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge_ struct {
	//	Where the match should occur. Changes the rules on how min_match and max_mismatch
	//	are counted.
	MatchEdge TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecallSimpleContentExtensionMatchEdge `xml:"match_edge,attr"`
}

type XsdGoPkgHasAttr_MaxMismatch_XsdtNonNegativeInteger_

type XsdGoPkgHasAttr_MaxMismatch_XsdtNonNegativeInteger_ struct {
	//	Maximum number of mismatches
	MaxMismatch xsdt.NonNegativeInteger `xml:"max_mismatch,attr"`
}

Maximum number of mismatches

type XsdGoPkgHasAttr_Member_XsdtString_

type XsdGoPkgHasAttr_Member_XsdtString_ struct {
	//	Member name of the fraction of the analysis file that should be loaded for this data block. Used for
	//	sample multiplexed studies where the analysis data has been demultiplexed by the submitter.
	Member xsdt.String `xml:"member,attr"`
}

Member name of the fraction of the analysis file that should be loaded for this data block. Used for sample multiplexed studies where the analysis data has been demultiplexed by the submitter.

type XsdGoPkgHasAttr_MinMatch_XsdtNonNegativeInteger_

type XsdGoPkgHasAttr_MinMatch_XsdtNonNegativeInteger_ struct {
	//	Minimum number of matches to trigger identification.
	MinMatch xsdt.NonNegativeInteger `xml:"min_match,attr"`
}

Minimum number of matches to trigger identification.

type XsdGoPkgHasAttr_Name_XsdtString_

type XsdGoPkgHasAttr_Name_XsdtString_ struct {
	//	Data block name, for use in mapping multiple analysis files to a single analysis object. This attribute is
	//	not needed if there is only one analysis file loaded for the analysis object.
	Name xsdt.String `xml:"name,attr"`
}

Data block name, for use in mapping multiple analysis files to a single analysis object. This attribute is not needed if there is only one analysis file loaded for the analysis object.

type XsdGoPkgHasAttr_Namespace_XsdtString_

type XsdGoPkgHasAttr_Namespace_XsdtString_ struct {
	//	A string value that constrains the domain of named identifiers (namespace).
	Namespace xsdt.String `xml:"namespace,attr"`
}

An identifier from a public non-SRA resource. @namespace would be an official short name of that resource. A string value that constrains the domain of named identifiers (namespace).

type XsdGoPkgHasAttr_PrecedesReadIndex_XsdtNonNegativeInteger_

type XsdGoPkgHasAttr_PrecedesReadIndex_XsdtNonNegativeInteger_ struct {
	//	Specify the read index that follows this read.
	PrecedesReadIndex xsdt.NonNegativeInteger `xml:"precedes_read_index,attr"`
}

Specify the read index that follows this read.

type XsdGoPkgHasAttr_ReadGroupLabel_XsdtString_

type XsdGoPkgHasAttr_ReadGroupLabel_XsdtString_ struct {
	//	This is how SRA run is labeled in submission file(s). It is equivalent to read group (RG)
	//	labeling in BAM. Optional when submitted file use SRA accessions as labels
	ReadGroupLabel xsdt.String `xml:"read_group_label,attr"`
}

Mapping between the run (read group) labels used in the alignment data file, and the runs in the Archive. This is optional when SRA runs are reffered by accession in submitted data. RUNs which are labeled by SRA Accession are optional in the list This is how SRA run is labeled in submission file(s). It is equivalent to read group (RG) labeling in BAM. Optional when submitted file use SRA accessions as labels

type XsdGoPkgHasAttr_ReadGroupTag_XsdtString_

type XsdGoPkgHasAttr_ReadGroupTag_XsdtString_ struct {
	//	When match occurs, the read will be tagged with this group membership
	ReadGroupTag xsdt.String `xml:"read_group_tag,attr"`
}

When match occurs, the read will be tagged with this group membership

type XsdGoPkgHasAttr_Refcenter_XsdtString_

type XsdGoPkgHasAttr_Refcenter_XsdtString_ struct {
	//	The center namespace of the attribute "refname". When absent, the namespace is assumed to be the current
	//	submission.
	Refcenter xsdt.String `xml:"refcenter,attr"`
}

The center namespace of the attribute "refname". When absent, the namespace is assumed to be the current submission.

type XsdGoPkgHasAttr_Refname_XsdtString_

type XsdGoPkgHasAttr_Refname_XsdtString_ struct {
	//	Identifies a record by name that is known within the namespace defined by attribute "refcenter" Use this field
	//	when referencing an object for which an accession has not yet been issued.
	Refname xsdt.String `xml:"refname,attr"`
}

Identifies a record by name that is known within the namespace defined by attribute "refcenter" Use this field when referencing an object for which an accession has not yet been issued.

type XsdGoPkgHasAttr_SectionName_XsdtString_

type XsdGoPkgHasAttr_SectionName_XsdtString_ struct {
	//	Name of the processing pipeline section.
	SectionName xsdt.String `xml:"section_name,attr"`
}

Name of the processing pipeline section.

type XsdGoPkgHasAttr_SeqLabel_XsdtString_

type XsdGoPkgHasAttr_SeqLabel_XsdtString_ struct {
	//	This is how Reference Sequence is labeled in submission file(s). It is equivalent to SQ
	//	label in BAM. Optional when submitted file uses INSDC accession.version
	SeqLabel xsdt.String `xml:"seq_label,attr"`
}

Mapping between the reference (sequence dictionary) labels used in the alignment data file, and the reference sequences in the Archive. The whole element is optional when Sequences are referenced by accession.version in submitted data. Sequences which are labeled by Accession.version are optional in the list This is how Reference Sequence is labeled in submission file(s). It is equivalent to SQ label in BAM. Optional when submitted file uses INSDC accession.version

type XsdGoPkgHasAttr_Serial_XsdtInteger_

type XsdGoPkgHasAttr_Serial_XsdtInteger_ struct {
	//	Specifies the order in which analysis files should be loaded, if needed.
	Serial xsdt.Integer `xml:"serial,attr"`
}

Specifies the order in which analysis files should be loaded, if needed.

type XsdGoPkgHasAttr_ShortName_XsdtString_

type XsdGoPkgHasAttr_ShortName_XsdtString_ struct {
	//	Short name for standard reference assembly. The Home Archive shall implement further
	//	business rules governing the usage of short_name in conjunction with or in lieu of explicit references.
	ShortName xsdt.String `xml:"short_name,attr"`
}

Short name for standard reference assembly. The Home Archive shall implement further business rules governing the usage of short_name in conjunction with or in lieu of explicit references.

type XsdGoPkgHasAttr_SraObjectType_TxsdSraLinkTypeSraObjectType_

type XsdGoPkgHasAttr_SraObjectType_TxsdSraLinkTypeSraObjectType_ struct {
	//	SRA link type.
	SraObjectType TxsdSraLinkTypeSraObjectType `xml:"sra_object_type,attr"`
}

type XsdGoPkgHasAtts_NameGroup

type XsdGoPkgHasAtts_NameGroup struct {
	//	Submitter designated name of the SRA document of this type. At minimum alias should be unique throughout the
	//	submission of this document type. If center_name is specified, the name should be unique in all submissions from that center of
	//	this document type.
	XsdGoPkgHasAttr_Alias_XsdtString_

	//	Owner authority of this document and namespace for submitter's name of this document. If not provided, then the
	//	submitter is regarded as "Individual" and document resolution can only happen within the submission.
	XsdGoPkgHasAttr_CenterName_XsdtString_

	//	Broker authority of this document. If not provided, then the broker is considered "direct".
	XsdGoPkgHasAttr_BrokerName_XsdtString_

	//	The document's accession as assigned by the Home Archive.
	XsdGoPkgHasAttr_Accession_XsdtString_
}

type XsdGoPkgHasAtts_RefNameGroup

type XsdGoPkgHasAtts_RefNameGroup struct {
	//	Identifies a record by name that is known within the namespace defined by attribute "refcenter" Use this field
	//	when referencing an object for which an accession has not yet been issued.
	XsdGoPkgHasAttr_Refname_XsdtString_

	//	The center namespace of the attribute "refname". When absent, the namespace is assumed to be the current
	//	submission.
	XsdGoPkgHasAttr_Refcenter_XsdtString_

	//	Identifies a record by its accession. The scope of resolution is the entire Archive.
	XsdGoPkgHasAttr_Accession_XsdtString_
}

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_ASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Assembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly_

type XsdGoPkgHasElem_ASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Assembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly_ struct {
	//	Specification of the reference collection of sequences used in the alignment.
	Assembly *TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly `xml:"ASSEMBLY"`
}

func (*XsdGoPkgHasElem_ASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Assembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly_) Walk

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

type XsdGoPkgHasElem_AbiSOLIDchoicePlatformTypeschema_AbiSolid_TxsdPlatformTypeChoiceAbiSolid_

type XsdGoPkgHasElem_AbiSOLIDchoicePlatformTypeschema_AbiSolid_TxsdPlatformTypeChoiceAbiSolid_ struct {
	//	ABI is 4-channel flowgram with 1-to-1 mapping between basecalls and flows
	AbiSolid *TxsdPlatformTypeChoiceAbiSolid `xml:"ABI_SOLID"`
}

ABI is 4-channel flowgram with 1-to-1 mapping between basecalls and flows

func (*XsdGoPkgHasElem_AbiSOLIDchoicePlatformTypeschema_AbiSolid_TxsdPlatformTypeChoiceAbiSolid_) Walk

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

type XsdGoPkgHasElem_AbundanceMEASUREMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_AbundanceMeasurement_TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement_

type XsdGoPkgHasElem_AbundanceMEASUREMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_AbundanceMeasurement_TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement_ struct {
	//	A track of read placement coverage used to measure abundance of a library with respect to a reference.
	//	This branch will be further specified in the future.
	AbundanceMeasurement *TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement `xml:"ABUNDANCE_MEASUREMENT"`
}

func (*XsdGoPkgHasElem_AbundanceMEASUREMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_AbundanceMeasurement_TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement_) Walk

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

type XsdGoPkgHasElem_AlignmentIncludesFailedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesFailedReads_XsdtBoolean_

type XsdGoPkgHasElem_AlignmentIncludesFailedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesFailedReads_XsdtBoolean_ struct {
	//	Whether the reference alignment includes all reads regardless of whether they fail the instrument vendor's
	//	quality check.
	AlignmentIncludesFailedReads xsdt.Boolean `xml:"alignment_includes_failed_reads"`
}

Whether the reference alignment includes all reads regardless of whether they fail the instrument vendor's quality check.

func (*XsdGoPkgHasElem_AlignmentIncludesFailedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesFailedReads_XsdtBoolean_) Walk

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

type XsdGoPkgHasElem_AlignmentIncludesUnalignedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesUnalignedReads_XsdtBoolean_

type XsdGoPkgHasElem_AlignmentIncludesUnalignedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesUnalignedReads_XsdtBoolean_ struct {
	//	Whether the reference alignment includes unaligned reads.
	AlignmentIncludesUnalignedReads xsdt.Boolean `xml:"alignment_includes_unaligned_reads"`
}

Whether the reference alignment includes unaligned reads.

func (*XsdGoPkgHasElem_AlignmentIncludesUnalignedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesUnalignedReads_XsdtBoolean_) Walk

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

type XsdGoPkgHasElem_AlignmentMarksDuplicateReadsallAlignmentDirectivesTypeschema_AlignmentMarksDuplicateReads_XsdtBoolean_

type XsdGoPkgHasElem_AlignmentMarksDuplicateReadsallAlignmentDirectivesTypeschema_AlignmentMarksDuplicateReads_XsdtBoolean_ struct {
	//	Whether the reference alignment identifies reads that appear to be duplicates.
	AlignmentMarksDuplicateReads xsdt.Boolean `xml:"alignment_marks_duplicate_reads"`
}

Identify the tools and processing steps used to produce the reference alignment, and specify directives used to load and interpret the data supplied by the submitter. Identify the tools and processing steps used to produce the reference alignment. Whether the reference alignment identifies reads that appear to be duplicates.

func (*XsdGoPkgHasElem_AlignmentMarksDuplicateReadsallAlignmentDirectivesTypeschema_AlignmentMarksDuplicateReads_XsdtBoolean_) Walk

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

type XsdGoPkgHasElem_Analysis

type XsdGoPkgHasElem_Analysis struct {
	Analysis *TAnalysisType `xml:"ANALYSIS"`
}

func (*XsdGoPkgHasElem_Analysis) Walk

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

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

type XsdGoPkgHasElem_AnalysisATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttributes_TxsdAnalysisTypeSequenceAnalysisAttributes_

type XsdGoPkgHasElem_AnalysisATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttributes_TxsdAnalysisTypeSequenceAnalysisAttributes_ struct {
	//	Properties and attributes of an analysis. These can be entered as free-form tag-value pairs. For certain
	//	studies, submitters may be asked to follow a community established ontology when describing the work.
	AnalysisAttributes *TxsdAnalysisTypeSequenceAnalysisAttributes `xml:"ANALYSIS_ATTRIBUTES"`
}

func (*XsdGoPkgHasElem_AnalysisATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttributes_TxsdAnalysisTypeSequenceAnalysisAttributes_) Walk

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

type XsdGoPkgHasElem_AnalysisATTRIBUTEsequenceANALYSISATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttribute_TAttributeType_

type XsdGoPkgHasElem_AnalysisATTRIBUTEsequenceANALYSISATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttribute_TAttributeType_ struct {
	AnalysisAttribute *TAttributeType `xml:"ANALYSIS_ATTRIBUTE"`
}

func (*XsdGoPkgHasElem_AnalysisATTRIBUTEsequenceANALYSISATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttribute_TAttributeType_) Walk

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

type XsdGoPkgHasElem_AnalysisLINKSsequenceAnalysisTypeschema_AnalysisLinks_TxsdAnalysisTypeSequenceAnalysisLinks_ struct {
	//	Links to resources related to this analysis or analysis set (publication, datasets, online databases).
	AnalysisLinks *TxsdAnalysisTypeSequenceAnalysisLinks `xml:"ANALYSIS_LINKS"`
}

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

type XsdGoPkgHasElem_AnalysisLINKsequenceTxsdAnalysisTypeSequenceAnalysisLinksANALYSISLINKSsequenceAnalysisTypeschema_AnalysisLink_TLinkType_ struct {
	AnalysisLink *TLinkType `xml:"ANALYSIS_LINK"`
}

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

type XsdGoPkgHasElem_AnalysisSet

type XsdGoPkgHasElem_AnalysisSet struct {
	//	An ANALYSIS_SET is a container of analysis objects with a shared namespace.
	AnalysisSet *TAnalysisSetType `xml:"ANALYSIS_SET"`
}

func (*XsdGoPkgHasElem_AnalysisSet) Walk

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

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

type XsdGoPkgHasElem_AnalysisTYPEsequenceAnalysisTypeschema_AnalysisType_TxsdAnalysisTypeSequenceAnalysisType_

type XsdGoPkgHasElem_AnalysisTYPEsequenceAnalysisTypeschema_AnalysisType_TxsdAnalysisTypeSequenceAnalysisType_ struct {
	//	Supported analysis types.
	AnalysisType *TxsdAnalysisTypeSequenceAnalysisType `xml:"ANALYSIS_TYPE"`
}

func (*XsdGoPkgHasElem_AnalysisTYPEsequenceAnalysisTypeschema_AnalysisType_TxsdAnalysisTypeSequenceAnalysisType_) Walk

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

type XsdGoPkgHasElem_BASECALLsequenceEXPECTEDBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_Basecall_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall_

type XsdGoPkgHasElem_BASECALLsequenceEXPECTEDBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_Basecall_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall_ struct {
	//	Element's body contains a basecall, attribute provide description of this read meaning as
	//	well as matching rules.
	Basecall *TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall `xml:"BASECALL"`
}

Element's body contains a basecall, attribute provide description of this read meaning as well as matching rules.

func (*XsdGoPkgHasElem_BASECALLsequenceEXPECTEDBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_Basecall_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall_) Walk

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

type XsdGoPkgHasElem_BaseCOORDchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_BaseCoord_XsdtInteger_

type XsdGoPkgHasElem_BaseCOORDchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_BaseCoord_XsdtInteger_ struct {
	//	The location of the read start in terms of base count (1 is beginning of spot).
	BaseCoord *xsdt.Integer `xml:"BASE_COORD"`
}

The location of the read start in terms of base count (1 is beginning of spot).

func (*XsdGoPkgHasElem_BaseCOORDchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_BaseCoord_XsdtInteger_) Walk

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

type XsdGoPkgHasElem_CAPILLARYchoicePlatformTypeschema_Capillary_TxsdPlatformTypeChoiceCapillary_

type XsdGoPkgHasElem_CAPILLARYchoicePlatformTypeschema_Capillary_TxsdPlatformTypeChoiceCapillary_ struct {
	//	Sequencers based on capillary electrophoresis technology manufactured by LifeTech (formerly Applied
	//	BioSciences).
	Capillary *TxsdPlatformTypeChoiceCapillary `xml:"CAPILLARY"`
}

func (*XsdGoPkgHasElem_CAPILLARYchoicePlatformTypeschema_Capillary_TxsdPlatformTypeChoiceCapillary_) Walk

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

type XsdGoPkgHasElem_CUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Custom_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom_

type XsdGoPkgHasElem_CUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Custom_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom_ struct {
	//	A list of ad-hoc reference sequences identified by database link.
	Custom *TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom `xml:"CUSTOM"`
}

func (*XsdGoPkgHasElem_CUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Custom_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom_) Walk

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

type XsdGoPkgHasElem_CompleteGENOMICSchoicePlatformTypeschema_CompleteGenomics_TxsdPlatformTypeChoiceCompleteGenomics_

type XsdGoPkgHasElem_CompleteGENOMICSchoicePlatformTypeschema_CompleteGenomics_TxsdPlatformTypeChoiceCompleteGenomics_ struct {
	//	CompleteGenomics platform type. At present there is no instrument model.
	CompleteGenomics *TxsdPlatformTypeChoiceCompleteGenomics `xml:"COMPLETE_GENOMICS"`
}

func (*XsdGoPkgHasElem_CompleteGENOMICSchoicePlatformTypeschema_CompleteGenomics_TxsdPlatformTypeChoiceCompleteGenomics_) Walk

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

type XsdGoPkgHasElem_DBallXRefTypeschema_Db_XsdtString_

type XsdGoPkgHasElem_DBallXRefTypeschema_Db_XsdtString_ struct {
	//	INSDC controlled vocabulary of permitted cross references. Please see http://www.insdc.org/db_xref.html . For
	//	example, FLYBASE.
	Db xsdt.String `xml:"DB"`
}

INSDC controlled vocabulary of permitted cross references. Please see http://www.insdc.org/db_xref.html . For example, FLYBASE.

func (*XsdGoPkgHasElem_DBallXRefTypeschema_Db_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_DBallXRefTypeschema_Db_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_DBallXRefTypeschema_Db_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_DBallXRefTypeschema_Db_XsdtString_ instance.

type XsdGoPkgHasElem_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_

type XsdGoPkgHasElem_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_ struct {
	//	Describes the contents of the analysis objects, their relationship with one another, the target objects, and
	//	their place in the overall study.
	Description xsdt.String `xml:"DESCRIPTION"`
}

An ANALYSIS_SET is a container of analysis objects with a shared namespace. A SRA analysis object captures secondary analysis results from a sequence read dataset. This analysis can the results of short reads used in assembly, alignment, abundance instrumentation. The analysis can also be a list of reads, or a fasta file of trimmed reads associated with the experiment. The analysis can be technical data represented in a tab separated file (spreadsheet). Describes the contents of the analysis objects, their relationship with one another, the target objects, and their place in the overall study.

func (*XsdGoPkgHasElem_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_DESCRIPTIONsequenceAnalysisTypeschema_Description_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_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_ instance.

type XsdGoPkgHasElem_DIRECTIVESallAlignmentProcessingTypeschema_Directives_TAlignmentDirectivesType_

type XsdGoPkgHasElem_DIRECTIVESallAlignmentProcessingTypeschema_Directives_TAlignmentDirectivesType_ struct {
	Directives *TAlignmentDirectivesType `xml:"DIRECTIVES"`
}

func (*XsdGoPkgHasElem_DIRECTIVESallAlignmentProcessingTypeschema_Directives_TAlignmentDirectivesType_) Walk

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

type XsdGoPkgHasElem_DIRECTIVESsequenceProcessingTypeschema_Directives_TSequencingDirectivesType_

type XsdGoPkgHasElem_DIRECTIVESsequenceProcessingTypeschema_Directives_TSequencingDirectivesType_ struct {
	//	Processing directives tell the Sequence Read Archive how to treat the input data, if any treatment is
	//	requested.
	Directives *TSequencingDirectivesType `xml:"DIRECTIVES"`
}

func (*XsdGoPkgHasElem_DIRECTIVESsequenceProcessingTypeschema_Directives_TSequencingDirectivesType_) Walk

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

type XsdGoPkgHasElem_DataBLOCKsequencesequenceAnalysisTypeschema_DataBlock_TxsdAnalysisTypeSequenceSequenceDataBlock_

type XsdGoPkgHasElem_DataBLOCKsequencesequenceAnalysisTypeschema_DataBlock_TxsdAnalysisTypeSequenceSequenceDataBlock_ struct {
	//	One or more blocks of data and associated file(s). Each data block may be a partition of the overall analysis
	//	object.
	DataBlock *TxsdAnalysisTypeSequenceSequenceDataBlock `xml:"DATA_BLOCK"`
}

One or more blocks of data and associated file(s). Each data block may be a partition of the overall analysis object.

func (*XsdGoPkgHasElem_DataBLOCKsequencesequenceAnalysisTypeschema_DataBlock_TxsdAnalysisTypeSequenceSequenceDataBlock_) Walk

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

type XsdGoPkgHasElem_DeNovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_DeNovoAssembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly_

type XsdGoPkgHasElem_DeNovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_DeNovoAssembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly_ struct {
	//	A placement of sequences including trace, SRA, GI records into a multiple alignment from which a
	//	consensus is computed. This branch will be further specified in the future.
	DeNovoAssembly *TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly `xml:"DE_NOVO_ASSEMBLY"`
}

func (*XsdGoPkgHasElem_DeNovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_DeNovoAssembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly_) Walk

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

type XsdGoPkgHasElem_EntrezLINKchoiceLinkTypeschema_EntrezLink_TxsdLinkTypeChoiceEntrezLink_ struct {
	EntrezLink *TxsdLinkTypeChoiceEntrezLink `xml:"ENTREZ_LINK"`
}

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

type XsdGoPkgHasElem_ExpectedBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ExpectedBasecallTable_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable_

type XsdGoPkgHasElem_ExpectedBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ExpectedBasecallTable_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable_ struct {
	//	A set of choices of expected basecalls for a current read. Read will be zero-length if none is
	//	found.
	ExpectedBasecallTable *TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable `xml:"EXPECTED_BASECALL_TABLE"`
}

func (*XsdGoPkgHasElem_ExpectedBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ExpectedBasecallTable_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable_) Walk

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

type XsdGoPkgHasElem_ExternalIDsequenceIdentifierTypeschema_ExternalId_TQualifiedNameType_

type XsdGoPkgHasElem_ExternalIDsequenceIdentifierTypeschema_ExternalId_TQualifiedNameType_ struct {
	//	An identifier from a public non-SRA resource. @namespace would be an official short name of that
	//	resource.
	ExternalId *TQualifiedNameType `xml:"EXTERNAL_ID"`
}

An identifier from a public non-SRA resource. @namespace would be an official short name of that resource.

func (*XsdGoPkgHasElem_ExternalIDsequenceIdentifierTypeschema_ExternalId_TQualifiedNameType_) Walk

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

type XsdGoPkgHasElem_FILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_Files_TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles_

type XsdGoPkgHasElem_FILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_Files_TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles_ struct {
	//	Actual run data are contained in one of the files listed in the submission manifest. Each data block is
	//	represented by one SRF file, one SFF file, one compressed fastq file, or one compressed tar archive file.
	Files *TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles `xml:"FILES"`
}

func (*XsdGoPkgHasElem_FILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_Files_TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles_) Walk

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

type XsdGoPkgHasElem_FILEsequenceFILESallDATABLOCKsequencesequenceAnalysisTypeschema_File_TAnalysisFileType_

type XsdGoPkgHasElem_FILEsequenceFILESallDATABLOCKsequencesequenceAnalysisTypeschema_File_TAnalysisFileType_ struct {
	File *TAnalysisFileType `xml:"FILE"`
}

func (*XsdGoPkgHasElem_FILEsequenceFILESallDATABLOCKsequencesequenceAnalysisTypeschema_File_TAnalysisFileType_) Walk

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

type XsdGoPkgHasElem_HELICOSchoicePlatformTypeschema_Helicos_TxsdPlatformTypeChoiceHelicos_

type XsdGoPkgHasElem_HELICOSchoicePlatformTypeschema_Helicos_TxsdPlatformTypeChoiceHelicos_ struct {
	//	Helicos is similar to 454 technology - uses 1-color sequential flows
	Helicos *TxsdPlatformTypeChoiceHelicos `xml:"HELICOS"`
}

func (*XsdGoPkgHasElem_HELICOSchoicePlatformTypeschema_Helicos_TxsdPlatformTypeChoiceHelicos_) Walk

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

type XsdGoPkgHasElem_IDENTIFIERSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_

type XsdGoPkgHasElem_IDENTIFIERSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_ struct {
	//	List of primary and alternate identifiers including those records replacing or replaced by this record.
	Identifiers *TIdentifierType `xml:"IDENTIFIERS"`
}

func (*XsdGoPkgHasElem_IDENTIFIERSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_) Walk

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

type XsdGoPkgHasElem_IDallXRefTypeschema_Id_XsdtString_

type XsdGoPkgHasElem_IDallXRefTypeschema_Id_XsdtString_ struct {
	//	Accession in the referenced database. For example, FBtr0080008 (in FLYBASE).
	Id xsdt.String `xml:"ID"`
}

Accession in the referenced database. For example, FBtr0080008 (in FLYBASE).

func (*XsdGoPkgHasElem_IDallXRefTypeschema_Id_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_IDallXRefTypeschema_Id_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_IDallXRefTypeschema_Id_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_IDallXRefTypeschema_Id_XsdtString_ instance.

type XsdGoPkgHasElem_IDchoicesequenceENTREZLINKchoiceLinkTypeschema_Id_XsdtNonNegativeInteger_

type XsdGoPkgHasElem_IDchoicesequenceENTREZLINKchoiceLinkTypeschema_Id_XsdtNonNegativeInteger_ struct {
	//	Numeric record id meaningful to the NCBI Entrez system.
	Id *xsdt.NonNegativeInteger `xml:"ID"`
}

Numeric record id meaningful to the NCBI Entrez system.

func (*XsdGoPkgHasElem_IDchoicesequenceENTREZLINKchoiceLinkTypeschema_Id_XsdtNonNegativeInteger_) Walk

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

type XsdGoPkgHasElem_ILLUMINAchoicePlatformTypeschema_Illumina_TxsdPlatformTypeChoiceIllumina_

type XsdGoPkgHasElem_ILLUMINAchoicePlatformTypeschema_Illumina_TxsdPlatformTypeChoiceIllumina_ struct {
	//	Illumina is 4-channel flowgram with 1-to-1 mapping between basecalls and flows
	Illumina *TxsdPlatformTypeChoiceIllumina `xml:"ILLUMINA"`
}

Illumina is 4-channel flowgram with 1-to-1 mapping between basecalls and flows

func (*XsdGoPkgHasElem_ILLUMINAchoicePlatformTypeschema_Illumina_TxsdPlatformTypeChoiceIllumina_) Walk

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

type XsdGoPkgHasElem_InstrumentMODELallHELICOSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceHelicosAllInstrumentModel_

type XsdGoPkgHasElem_InstrumentMODELallHELICOSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceHelicosAllInstrumentModel_ struct {
	InstrumentModel TxsdPlatformTypeChoiceHelicosAllInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElem_InstrumentMODELallHELICOSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceHelicosAllInstrumentModel_) Walk

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

type XsdGoPkgHasElem_InstrumentMODELallLS454ChoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceLs454AllInstrumentModel_

type XsdGoPkgHasElem_InstrumentMODELallLS454ChoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceLs454AllInstrumentModel_ struct {
	InstrumentModel TxsdPlatformTypeChoiceLs454AllInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElem_InstrumentMODELallLS454ChoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceLs454AllInstrumentModel_) Walk

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

type XsdGoPkgHasElem_InstrumentMODELsequenceABISOLIDchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel_

type XsdGoPkgHasElem_InstrumentMODELsequenceABISOLIDchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel_ struct {
	InstrumentModel TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

ABI is 4-channel flowgram with 1-to-1 mapping between basecalls and flows

func (*XsdGoPkgHasElem_InstrumentMODELsequenceABISOLIDchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElem_InstrumentMODELsequenceCAPILLARYchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel_

type XsdGoPkgHasElem_InstrumentMODELsequenceCAPILLARYchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel_ struct {
	InstrumentModel TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElem_InstrumentMODELsequenceCAPILLARYchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElem_InstrumentMODELsequenceCOMPLETEGENOMICSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel_

type XsdGoPkgHasElem_InstrumentMODELsequenceCOMPLETEGENOMICSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel_ struct {
	InstrumentModel TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

CompleteGenomics platform type. At present there is no instrument model.

func (*XsdGoPkgHasElem_InstrumentMODELsequenceCOMPLETEGENOMICSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElem_InstrumentMODELsequenceILLUMINAchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel_

type XsdGoPkgHasElem_InstrumentMODELsequenceILLUMINAchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel_ struct {
	InstrumentModel TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElem_InstrumentMODELsequenceILLUMINAchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElem_InstrumentMODELsequenceIONTORRENTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel_

type XsdGoPkgHasElem_InstrumentMODELsequenceIONTORRENTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel_ struct {
	InstrumentModel TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElem_InstrumentMODELsequenceIONTORRENTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElem_InstrumentMODELsequenceOXFORDNANOPOREchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel_

type XsdGoPkgHasElem_InstrumentMODELsequenceOXFORDNANOPOREchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel_ struct {
	InstrumentModel TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

Oxford Nanopore platform type. nanopore-based electronic single molecule analysis

func (*XsdGoPkgHasElem_InstrumentMODELsequenceOXFORDNANOPOREchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElem_InstrumentMODELsequencePACBIOSMRTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel_

type XsdGoPkgHasElem_InstrumentMODELsequencePACBIOSMRTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel_ struct {
	InstrumentModel TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElem_InstrumentMODELsequencePACBIOSMRTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElem_IonTORRENTchoicePlatformTypeschema_IonTorrent_TxsdPlatformTypeChoiceIonTorrent_

type XsdGoPkgHasElem_IonTORRENTchoicePlatformTypeschema_IonTorrent_TxsdPlatformTypeChoiceIonTorrent_ struct {
	//	Ion Torrent Personal Genome Machine (PGM) from Life Technologies.
	IonTorrent *TxsdPlatformTypeChoiceIonTorrent `xml:"ION_TORRENT"`
}

Ion Torrent Personal Genome Machine (PGM) from Life Technologies.

func (*XsdGoPkgHasElem_IonTORRENTchoicePlatformTypeschema_IonTorrent_TxsdPlatformTypeChoiceIonTorrent_) Walk

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

type XsdGoPkgHasElem_LABELallXRefTypeschema_Label_XsdtString_

type XsdGoPkgHasElem_LABELallXRefTypeschema_Label_XsdtString_ struct {
	//	Text label to display for the link.
	Label xsdt.String `xml:"LABEL"`
}

A multiple alignment of short reads against a reference substrate. Specification of the reference collection of sequences used in the alignment. Short name for the standard reference assembly used in the alignment. This should resolve into community accepted collection of reference sequences. Synonym Names additional to or in place of short_name. For example genbank, gecoll accession.version. Text label to display for the link.

func (*XsdGoPkgHasElem_LABELallXRefTypeschema_Label_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_LABELallXRefTypeschema_Label_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_LABELallXRefTypeschema_Label_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_LABELallXRefTypeschema_Label_XsdtString_ instance.

type XsdGoPkgHasElem_Ls454ChoicePlatformTypeschema_Ls454_TxsdPlatformTypeChoiceLs454_

type XsdGoPkgHasElem_Ls454ChoicePlatformTypeschema_Ls454_TxsdPlatformTypeChoiceLs454_ struct {
	//	454 technology use 1-color sequential flows
	Ls454 *TxsdPlatformTypeChoiceLs454 `xml:"LS454"`
}

454 technology use 1-color sequential flows

func (*XsdGoPkgHasElem_Ls454ChoicePlatformTypeschema_Ls454_TxsdPlatformTypeChoiceLs454_) Walk

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

type XsdGoPkgHasElem_NAMEsequenceSTANDARDchoiceASSEMBLYsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Name_TXRefType_

type XsdGoPkgHasElem_NAMEsequenceSTANDARDchoiceASSEMBLYsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Name_TXRefType_ struct {
	//	Synonym Names additional to or in place of short_name. For example genbank, gecoll
	//	accession.version.
	Name *TXRefType `xml:"NAME"`
}

Synonym Names additional to or in place of short_name. For example genbank, gecoll accession.version.

func (*XsdGoPkgHasElem_NAMEsequenceSTANDARDchoiceASSEMBLYsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Name_TXRefType_) Walk

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

type XsdGoPkgHasElem_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_

type XsdGoPkgHasElem_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_ struct {
	//	Notes about the program or process for primary analysis.
	Notes xsdt.String `xml:"NOTES"`
}

Notes about the program or process for primary analysis.

func (*XsdGoPkgHasElem_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_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_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_ instance.

type XsdGoPkgHasElem_OxfordNANOPOREchoicePlatformTypeschema_OxfordNanopore_TxsdPlatformTypeChoiceOxfordNanopore_

type XsdGoPkgHasElem_OxfordNANOPOREchoicePlatformTypeschema_OxfordNanopore_TxsdPlatformTypeChoiceOxfordNanopore_ struct {
	//	Oxford Nanopore platform type. nanopore-based electronic single molecule analysis
	OxfordNanopore *TxsdPlatformTypeChoiceOxfordNanopore `xml:"OXFORD_NANOPORE"`
}

Oxford Nanopore platform type. nanopore-based electronic single molecule analysis

func (*XsdGoPkgHasElem_OxfordNANOPOREchoicePlatformTypeschema_OxfordNanopore_TxsdPlatformTypeChoiceOxfordNanopore_) Walk

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

type XsdGoPkgHasElem_PIPELINEallDefaultProcessingTypeschema_Pipeline_TPipelineType_

type XsdGoPkgHasElem_PIPELINEallDefaultProcessingTypeschema_Pipeline_TPipelineType_ struct {
	Pipeline *TPipelineType `xml:"PIPELINE"`
}

func (*XsdGoPkgHasElem_PIPELINEallDefaultProcessingTypeschema_Pipeline_TPipelineType_) Walk

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

type XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssemblyDENovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_

type XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssemblyDENovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_ struct {
	//	Identify the tools and processing steps used to produce the de novo assembly.
	Processing *TDefaultProcessingType `xml:"PROCESSING"`
}

func (*XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssemblyDENovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_) Walk

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

type XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TAlignmentProcessingType_

type XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TAlignmentProcessingType_ struct {
	//	Identify the tools and processing steps used to produce the reference alignment, and specify
	//	directives used to load and interpret the data supplied by the submitter.
	Processing *TAlignmentProcessingType `xml:"PROCESSING"`
}

func (*XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TAlignmentProcessingType_) Walk

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

type XsdGoPkgHasElem_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_

type XsdGoPkgHasElem_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_ struct {
	//	Name of the program or process for primary analysis. This may include a test or condition that leads to
	//	branching in the workflow.
	Program xsdt.String `xml:"PROGRAM"`
}

Name of the program or process for primary analysis. This may include a test or condition that leads to branching in the workflow.

func (*XsdGoPkgHasElem_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_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_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_ instance.

type XsdGoPkgHasElem_PacbioSMRTchoicePlatformTypeschema_PacbioSmrt_TxsdPlatformTypeChoicePacbioSmrt_

type XsdGoPkgHasElem_PacbioSMRTchoicePlatformTypeschema_PacbioSmrt_TxsdPlatformTypeChoicePacbioSmrt_ struct {
	//	PacificBiosciences platform type for the single molecule real time (SMRT) technology.
	PacbioSmrt *TxsdPlatformTypeChoicePacbioSmrt `xml:"PACBIO_SMRT"`
}

func (*XsdGoPkgHasElem_PacbioSMRTchoicePlatformTypeschema_PacbioSmrt_TxsdPlatformTypeChoicePacbioSmrt_) Walk

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

type XsdGoPkgHasElem_PipeSECTIONsequencePipelineTypeschema_PipeSection_TxsdPipelineTypeSequencePipeSection_

type XsdGoPkgHasElem_PipeSECTIONsequencePipelineTypeschema_PipeSection_TxsdPipelineTypeSequencePipeSection_ struct {
	PipeSection *TxsdPipelineTypeSequencePipeSection `xml:"PIPE_SECTION"`
}

func (*XsdGoPkgHasElem_PipeSECTIONsequencePipelineTypeschema_PipeSection_TxsdPipelineTypeSequencePipeSection_) Walk

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

type XsdGoPkgHasElem_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_

type XsdGoPkgHasElem_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_ struct {
	//	STEP_INDEX of the previous step in the workflow. Set toNIL if the first pipe section.
	PrevStepIndex xsdt.String `xml:"PREV_STEP_INDEX"`
}

STEP_INDEX of the previous step in the workflow. Set toNIL if the first pipe section.

func (*XsdGoPkgHasElem_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_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_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_ instance.

type XsdGoPkgHasElem_PrimaryIDsequenceIdentifierTypeschema_PrimaryId_TNameAndLabelType_

type XsdGoPkgHasElem_PrimaryIDsequenceIdentifierTypeschema_PrimaryId_TNameAndLabelType_ struct {
	//	primary accession of the record in one of INSDC SRA archives.
	PrimaryId *TNameAndLabelType `xml:"PRIMARY_ID"`
}

func (*XsdGoPkgHasElem_PrimaryIDsequenceIdentifierTypeschema_PrimaryId_TNameAndLabelType_) Walk

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

type XsdGoPkgHasElem_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_

type XsdGoPkgHasElem_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_ struct {
	//	Accession string meaningful to the NCBI Entrez system.
	Query xsdt.String `xml:"QUERY"`
}

Accession string meaningful to the NCBI Entrez system.

func (*XsdGoPkgHasElem_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_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_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_ instance.

type XsdGoPkgHasElem_RUNsequenceRUNLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Run_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun_

type XsdGoPkgHasElem_RUNsequenceRUNLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Run_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun_ struct {
	Run *TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun `xml:"RUN"`
}

func (*XsdGoPkgHasElem_RUNsequenceRUNLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Run_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun_) Walk

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

type XsdGoPkgHasElem_ReadCLASSsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadClass_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass_

type XsdGoPkgHasElem_ReadCLASSsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadClass_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass_ struct {
	ReadClass TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass `xml:"READ_CLASS"`
}

func (*XsdGoPkgHasElem_ReadCLASSsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadClass_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass_) Walk

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

type XsdGoPkgHasElem_ReadINDEXsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadIndex_XsdtNonNegativeInteger_

type XsdGoPkgHasElem_ReadINDEXsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadIndex_XsdtNonNegativeInteger_ struct {
	//	READ_INDEX starts at 0 and is incrementally increased for each sequential READ_SPEC within a
	//	SPOT_DECODE_SPEC
	ReadIndex xsdt.NonNegativeInteger `xml:"READ_INDEX"`
}

READ_INDEX starts at 0 and is incrementally increased for each sequential READ_SPEC within a SPOT_DECODE_SPEC

func (*XsdGoPkgHasElem_ReadINDEXsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadIndex_XsdtNonNegativeInteger_) Walk

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

type XsdGoPkgHasElem_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_

type XsdGoPkgHasElem_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_ struct {
	//	READ_LABEL is a name for this tag, and can be used to on output to determine read name, for example
	//	F or R.
	ReadLabel xsdt.String `xml:"READ_LABEL"`
}

READ_LABEL is a name for this tag, and can be used to on output to determine read name, for example F or R.

func (*XsdGoPkgHasElem_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_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_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_ instance.

type XsdGoPkgHasElem_ReadSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec_

type XsdGoPkgHasElem_ReadSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec_ struct {
	ReadSpec *TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec `xml:"READ_SPEC"`
}

func (*XsdGoPkgHasElem_ReadSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec_) Walk

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

type XsdGoPkgHasElem_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward

type XsdGoPkgHasElem_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward struct {
	ReadType TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType `xml:"READ_TYPE"`
}

func (XsdGoPkgHasElem_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward) ReadTypeDefault

Returns the default value for ReadType -- "Forward"

func (*XsdGoPkgHasElem_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward) Walk

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

type XsdGoPkgHasElem_ReferenceALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceAlignment_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment_

type XsdGoPkgHasElem_ReferenceALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceAlignment_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment_ struct {
	//	A multiple alignment of short reads against a reference substrate.
	ReferenceAlignment *TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment `xml:"REFERENCE_ALIGNMENT"`
}

func (*XsdGoPkgHasElem_ReferenceALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceAlignment_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment_) Walk

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

type XsdGoPkgHasElem_ReferenceSOURCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustomCUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceSource_TLinkType_

type XsdGoPkgHasElem_ReferenceSOURCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustomCUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceSource_TLinkType_ struct {
	//	A pointer to reference sequences using one of the Link mechanisms.
	ReferenceSource *TLinkType `xml:"REFERENCE_SOURCE"`
}

A pointer to reference sequences using one of the Link mechanisms.

func (*XsdGoPkgHasElem_ReferenceSOURCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustomCUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceSource_TLinkType_) Walk

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

type XsdGoPkgHasElem_RelativeORDERchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_RelativeOrder_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder_

type XsdGoPkgHasElem_RelativeORDERchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_RelativeOrder_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder_ struct {
	//	The read is located beginning at the offset or cycle relative to another read. This choice is
	//	appropriate for example when specifying a read that follows a variable length expected sequence(s).
	RelativeOrder *TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder `xml:"RELATIVE_ORDER"`
}

func (*XsdGoPkgHasElem_RelativeORDERchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_RelativeOrder_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder_) Walk

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

type XsdGoPkgHasElem_RunLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_RunLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels_

type XsdGoPkgHasElem_RunLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_RunLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels_ struct {
	//	Mapping between the run (read group) labels used in the alignment data file, and the runs in the
	//	Archive. This is optional when SRA runs are reffered by accession in submitted data.
	RunLabels *TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels `xml:"RUN_LABELS"`
}

func (*XsdGoPkgHasElem_RunLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_RunLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels_) Walk

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

type XsdGoPkgHasElem_SEQUENCEsequenceSEQLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Sequence_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence_

type XsdGoPkgHasElem_SEQUENCEsequenceSEQLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Sequence_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence_ struct {
	//	Sequences which are labeled by Accession.version are optional in the list
	Sequence *TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence `xml:"SEQUENCE"`
}

Sequences which are labeled by Accession.version are optional in the list

func (*XsdGoPkgHasElem_SEQUENCEsequenceSEQLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Sequence_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence_) Walk

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

type XsdGoPkgHasElem_STANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Standard_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard_

type XsdGoPkgHasElem_STANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Standard_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard_ struct {
	//	Short name for the standard reference assembly used in the alignment. This should resolve
	//	into community accepted collection of reference sequences.
	Standard *TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard `xml:"STANDARD"`
}

func (*XsdGoPkgHasElem_STANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Standard_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard_) Walk

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

type XsdGoPkgHasElem_SampleDemuxDIRECTIVEallSequencingDirectivesTypeschema_SampleDemuxDirective_TxsdSequencingDirectivesTypeAllSampleDemuxDirective_

type XsdGoPkgHasElem_SampleDemuxDIRECTIVEallSequencingDirectivesTypeschema_SampleDemuxDirective_TxsdSequencingDirectivesTypeAllSampleDemuxDirective_ struct {
	//	Tells the Archive who will execute the sample demultiplexing operation..
	SampleDemuxDirective TxsdSequencingDirectivesTypeAllSampleDemuxDirective `xml:"SAMPLE_DEMUX_DIRECTIVE"`
}

func (*XsdGoPkgHasElem_SampleDemuxDIRECTIVEallSequencingDirectivesTypeschema_SampleDemuxDirective_TxsdSequencingDirectivesTypeAllSampleDemuxDirective_) Walk

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

type XsdGoPkgHasElem_SecondaryIDsequenceIdentifierTypeschema_SecondaryId_TNameAndLabelType_

type XsdGoPkgHasElem_SecondaryIDsequenceIdentifierTypeschema_SecondaryId_TNameAndLabelType_ struct {
	//	A secondary or defunct primary key in an INSDC primary data database.
	SecondaryId *TNameAndLabelType `xml:"SECONDARY_ID"`
}

A secondary or defunct primary key in an INSDC primary data database.

func (*XsdGoPkgHasElem_SecondaryIDsequenceIdentifierTypeschema_SecondaryId_TNameAndLabelType_) Walk

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

type XsdGoPkgHasElem_SeqLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SeqLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels_

type XsdGoPkgHasElem_SeqLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SeqLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels_ struct {
	SeqLabels *TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels `xml:"SEQ_LABELS"`
}

func (*XsdGoPkgHasElem_SeqLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SeqLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels_) Walk

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

type XsdGoPkgHasElem_SequenceANNOTATIONchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SequenceAnnotation_TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation_

type XsdGoPkgHasElem_SequenceANNOTATIONchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SequenceAnnotation_TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation_ struct {
	//	Per sequence annotation of named attributes and values. Example: Processed sequencing data for submission
	//	to dbEST without assembly. Reads have already been submitted to one of the sequence read archives in raw form. The fasta
	//	data submitted under this analysis object result from the following treatments, which may serve to filter reads from the
	//	raw dataset: - sequencing adapter removal - low quality trimming - poly-A tail removal - strand orientation - contaminant
	//	removal This branch will be further specified in the future.
	SequenceAnnotation *TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation `xml:"SEQUENCE_ANNOTATION"`
}

func (*XsdGoPkgHasElem_SequenceANNOTATIONchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SequenceAnnotation_TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation_) Walk

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

type XsdGoPkgHasElem_SpotDecodeSPECchoiceSpotDescriptorTypeschema_SpotDecodeSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpec_

type XsdGoPkgHasElem_SpotDecodeSPECchoiceSpotDescriptorTypeschema_SpotDecodeSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpec_ struct {
	SpotDecodeSpec *TxsdSpotDescriptorTypeChoiceSpotDecodeSpec `xml:"SPOT_DECODE_SPEC"`
}

func (*XsdGoPkgHasElem_SpotDecodeSPECchoiceSpotDescriptorTypeschema_SpotDecodeSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpec_) Walk

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

type XsdGoPkgHasElem_SpotLENGTHsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_SpotLength_XsdtNonNegativeInteger_

type XsdGoPkgHasElem_SpotLENGTHsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_SpotLength_XsdtNonNegativeInteger_ struct {
	//	Number of base/color calls, cycles, or flows per spot (raw sequence length or flow length including all
	//	application and technical tags and mate pairs, but not including gap lengths). This value will be platform dependent,
	//	library dependent, and possibly run dependent. Variable length platforms will still have a constant flow/cycle length.
	SpotLength xsdt.NonNegativeInteger `xml:"SPOT_LENGTH"`
}

Number of base/color calls, cycles, or flows per spot (raw sequence length or flow length including all application and technical tags and mate pairs, but not including gap lengths). This value will be platform dependent, library dependent, and possibly run dependent. Variable length platforms will still have a constant flow/cycle length.

func (*XsdGoPkgHasElem_SpotLENGTHsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_SpotLength_XsdtNonNegativeInteger_) Walk

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

type XsdGoPkgHasElem_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_

type XsdGoPkgHasElem_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_ struct {
	//	Lexically ordered value that allows for the pipe section to be hierarchically ordered. The float
	//	primitive data type is used to allow for pipe sections to be inserted later on.
	StepIndex xsdt.String `xml:"STEP_INDEX"`
}

Lexically ordered value that allows for the pipe section to be hierarchically ordered. The float primitive data type is used to allow for pipe sections to be inserted later on.

func (*XsdGoPkgHasElem_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_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_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_ instance.

type XsdGoPkgHasElem_StudyREFsequenceAnalysisTypeschema_StudyRef_TxsdAnalysisTypeSequenceStudyRef_

type XsdGoPkgHasElem_StudyREFsequenceAnalysisTypeschema_StudyRef_TxsdAnalysisTypeSequenceStudyRef_ struct {
	//	The STUDY_REF descriptor establishes the relationship of the analysis to the parent study. This can either be
	//	the accession of an existing archived study record, or a reference to a new study record in the same submission or same center
	//	(which does not yet have an accession).
	StudyRef *TxsdAnalysisTypeSequenceStudyRef `xml:"STUDY_REF"`
}

func (*XsdGoPkgHasElem_StudyREFsequenceAnalysisTypeschema_StudyRef_TxsdAnalysisTypeSequenceStudyRef_) Walk

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

type XsdGoPkgHasElem_SubmitterIDsequenceIdentifierTypeschema_SubmitterId_TQualifiedNameType_

type XsdGoPkgHasElem_SubmitterIDsequenceIdentifierTypeschema_SubmitterId_TQualifiedNameType_ struct {
	//	A submitter provided identifier of the (new) record. used in submisison process and replaced by primary archive
	//	id on successfull load. @namespace is optional and may refer to submitter private database or LIMS
	//	identifier.
	SubmitterId *TQualifiedNameType `xml:"SUBMITTER_ID"`
}

A submitter provided identifier of the (new) record. used in submisison process and replaced by primary archive id on successfull load. @namespace is optional and may refer to submitter private database or LIMS identifier.

func (*XsdGoPkgHasElem_SubmitterIDsequenceIdentifierTypeschema_SubmitterId_TQualifiedNameType_) Walk

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

type XsdGoPkgHasElem_TAGallAttributeTypeschema_Tag_XsdtString_

type XsdGoPkgHasElem_TAGallAttributeTypeschema_Tag_XsdtString_ struct {
	//	Name of the attribute.
	Tag xsdt.String `xml:"TAG"`
}

Properties and attributes of an analysis. These can be entered as free-form tag-value pairs. For certain studies, submitters may be asked to follow a community established ontology when describing the work. Reusable attributes to encode tag-value pairs with optional units. Name of the attribute.

func (*XsdGoPkgHasElem_TAGallAttributeTypeschema_Tag_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_TAGallAttributeTypeschema_Tag_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_TAGallAttributeTypeschema_Tag_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_TAGallAttributeTypeschema_Tag_XsdtString_ instance.

type XsdGoPkgHasElem_TARGETSsequenceAnalysisTypeschema_Targets_TxsdAnalysisTypeSequenceTargets_

type XsdGoPkgHasElem_TARGETSsequenceAnalysisTypeschema_Targets_TxsdAnalysisTypeSequenceTargets_ struct {
	//	SRA object(s) targeted for analysis. Run - One or more runs that are assembled, aligned, or analyzed. Sample -
	//	All the sequencing data for this sample are being assembled, aligned, or analyzed. Experiment - All the sequencing data for this
	//	experiment are being assembled, aligned, or analyzed. Study - All the sequencing data for this study are being assembled,
	//	aligned, or analyzed.
	Targets *TxsdAnalysisTypeSequenceTargets `xml:"TARGETS"`
}

func (*XsdGoPkgHasElem_TARGETSsequenceAnalysisTypeschema_Targets_TxsdAnalysisTypeSequenceTargets_) Walk

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

type XsdGoPkgHasElem_TARGETsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Target_TSraLinkType_

type XsdGoPkgHasElem_TARGETsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Target_TSraLinkType_ struct {
	//	A SRA object that is the target of the analysis records. For example, a run, sample, or sequence can be
	//	the object of the analysis.
	Target *TSraLinkType `xml:"TARGET"`
}

A SRA object that is the target of the analysis records. For example, a run, sample, or sequence can be the object of the analysis.

func (*XsdGoPkgHasElem_TARGETsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Target_TSraLinkType_) Walk

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

type XsdGoPkgHasElem_TITLEsequenceAnalysisTypeschema_Title_XsdtString_

type XsdGoPkgHasElem_TITLEsequenceAnalysisTypeschema_Title_XsdtString_ struct {
	//	Title of the analyis object which will be displayed in short form in the Analysis browser and in database
	//	search results.
	Title xsdt.String `xml:"TITLE"`
}

Title of the analyis object which will be displayed in short form in the Analysis browser and in database search results.

func (*XsdGoPkgHasElem_TITLEsequenceAnalysisTypeschema_Title_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_TITLEsequenceAnalysisTypeschema_Title_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_TITLEsequenceAnalysisTypeschema_Title_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_TITLEsequenceAnalysisTypeschema_Title_XsdtString_ instance.

type XsdGoPkgHasElem_UNITSallAttributeTypeschema_Units_XsdtString_

type XsdGoPkgHasElem_UNITSallAttributeTypeschema_Units_XsdtString_ struct {
	//	Optional scientific units.
	Units xsdt.String `xml:"UNITS"`
}

Optional scientific units.

func (*XsdGoPkgHasElem_UNITSallAttributeTypeschema_Units_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_UNITSallAttributeTypeschema_Units_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_UNITSallAttributeTypeschema_Units_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_UNITSallAttributeTypeschema_Units_XsdtString_ instance.

type XsdGoPkgHasElem_URLallURLLINKchoiceLinkTypeschema_Url_XsdtAnyURI_

type XsdGoPkgHasElem_URLallURLLINKchoiceLinkTypeschema_Url_XsdtAnyURI_ struct {
	//	The internet service link (file:, http:, ftp:, etc).
	Url xsdt.AnyURI `xml:"URL"`
}

A list of ad-hoc reference sequences identified by database link. A pointer to reference sequences using one of the Link mechanisms. Reusable external links type to encode URL links, Entrez links, and db_xref links. The internet service link (file:, http:, ftp:, etc).

func (*XsdGoPkgHasElem_URLallURLLINKchoiceLinkTypeschema_Url_XsdtAnyURI_) Walk

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

type XsdGoPkgHasElem_UUIDsequenceIdentifierTypeschema_Uuid_TNameAndLabelType_

type XsdGoPkgHasElem_UUIDsequenceIdentifierTypeschema_Uuid_TNameAndLabelType_ struct {
	//	A universally unique identifier that requires no namespace.
	Uuid *TNameAndLabelType `xml:"UUID"`
}

A universally unique identifier that requires no namespace.

func (*XsdGoPkgHasElem_UUIDsequenceIdentifierTypeschema_Uuid_TNameAndLabelType_) Walk

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

type XsdGoPkgHasElem_UrlLINKchoiceLinkTypeschema_UrlLink_TxsdLinkTypeChoiceUrlLink_ struct {
	UrlLink *TxsdLinkTypeChoiceUrlLink `xml:"URL_LINK"`
}

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

type XsdGoPkgHasElem_VALUEallAttributeTypeschema_Value_XsdtString_

type XsdGoPkgHasElem_VALUEallAttributeTypeschema_Value_XsdtString_ struct {
	//	Value of the attribute.
	Value xsdt.String `xml:"VALUE"`
}

Value of the attribute.

func (*XsdGoPkgHasElem_VALUEallAttributeTypeschema_Value_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_VALUEallAttributeTypeschema_Value_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_VALUEallAttributeTypeschema_Value_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_VALUEallAttributeTypeschema_Value_XsdtString_ instance.

type XsdGoPkgHasElem_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_

type XsdGoPkgHasElem_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_ struct {
	//	Version of the program or process for primary analysis.
	Version xsdt.String `xml:"VERSION"`
}

Supported analysis types. A placement of sequences including trace, SRA, GI records into a multiple alignment from which a consensus is computed. This branch will be further specified in the future. Identify the tools and processing steps used to produce the de novo assembly. Identify the tools and processing steps used to produce the de novo assembly. The PipelineType identifies the sequence or tree of actions to process the sequencing data. Version of the program or process for primary analysis.

func (*XsdGoPkgHasElem_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElem_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElem_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_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_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_ instance.

type XsdGoPkgHasElem_XrefLINKchoiceLinkTypeschema_XrefLink_TXRefType_ struct {
	XrefLink *TXRefType `xml:"XREF_LINK"`
}

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

type XsdGoPkgHasElems_ANALYSISsequenceAnalysisSetTypeschema_Analysis_TAnalysisType_

type XsdGoPkgHasElems_ANALYSISsequenceAnalysisSetTypeschema_Analysis_TAnalysisType_ struct {
	Analysises []*TAnalysisType `xml:"ANALYSIS"`
}

func (*XsdGoPkgHasElems_ANALYSISsequenceAnalysisSetTypeschema_Analysis_TAnalysisType_) Walk

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

type XsdGoPkgHasElems_ASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Assembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly_

type XsdGoPkgHasElems_ASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Assembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly_ struct {
	//	Specification of the reference collection of sequences used in the alignment.
	Assemblies []*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly `xml:"ASSEMBLY"`
}

Specification of the reference collection of sequences used in the alignment.

func (*XsdGoPkgHasElems_ASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Assembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly_) Walk

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

type XsdGoPkgHasElems_AbiSOLIDchoicePlatformTypeschema_AbiSolid_TxsdPlatformTypeChoiceAbiSolid_

type XsdGoPkgHasElems_AbiSOLIDchoicePlatformTypeschema_AbiSolid_TxsdPlatformTypeChoiceAbiSolid_ struct {
	//	ABI is 4-channel flowgram with 1-to-1 mapping between basecalls and flows
	AbiSolids []*TxsdPlatformTypeChoiceAbiSolid `xml:"ABI_SOLID"`
}

func (*XsdGoPkgHasElems_AbiSOLIDchoicePlatformTypeschema_AbiSolid_TxsdPlatformTypeChoiceAbiSolid_) Walk

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

type XsdGoPkgHasElems_AbundanceMEASUREMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_AbundanceMeasurement_TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement_

type XsdGoPkgHasElems_AbundanceMEASUREMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_AbundanceMeasurement_TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement_ struct {
	//	A track of read placement coverage used to measure abundance of a library with respect to a reference.
	//	This branch will be further specified in the future.
	AbundanceMeasurements []*TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement `xml:"ABUNDANCE_MEASUREMENT"`
}

A track of read placement coverage used to measure abundance of a library with respect to a reference. This branch will be further specified in the future.

func (*XsdGoPkgHasElems_AbundanceMEASUREMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_AbundanceMeasurement_TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement_) Walk

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

type XsdGoPkgHasElems_AlignmentIncludesFailedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesFailedReads_XsdtBoolean_

type XsdGoPkgHasElems_AlignmentIncludesFailedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesFailedReads_XsdtBoolean_ struct {
	//	Whether the reference alignment includes all reads regardless of whether they fail the instrument vendor's
	//	quality check.
	AlignmentIncludesFailedReadses []xsdt.Boolean `xml:"alignment_includes_failed_reads"`
}

Whether the reference alignment includes all reads regardless of whether they fail the instrument vendor's quality check.

func (*XsdGoPkgHasElems_AlignmentIncludesFailedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesFailedReads_XsdtBoolean_) Walk

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

type XsdGoPkgHasElems_AlignmentIncludesUnalignedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesUnalignedReads_XsdtBoolean_

type XsdGoPkgHasElems_AlignmentIncludesUnalignedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesUnalignedReads_XsdtBoolean_ struct {
	//	Whether the reference alignment includes unaligned reads.
	AlignmentIncludesUnalignedReadses []xsdt.Boolean `xml:"alignment_includes_unaligned_reads"`
}

Whether the reference alignment includes unaligned reads.

func (*XsdGoPkgHasElems_AlignmentIncludesUnalignedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesUnalignedReads_XsdtBoolean_) Walk

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

type XsdGoPkgHasElems_AlignmentMarksDuplicateReadsallAlignmentDirectivesTypeschema_AlignmentMarksDuplicateReads_XsdtBoolean_

type XsdGoPkgHasElems_AlignmentMarksDuplicateReadsallAlignmentDirectivesTypeschema_AlignmentMarksDuplicateReads_XsdtBoolean_ struct {
	//	Whether the reference alignment identifies reads that appear to be duplicates.
	AlignmentMarksDuplicateReadses []xsdt.Boolean `xml:"alignment_marks_duplicate_reads"`
}

Whether the reference alignment identifies reads that appear to be duplicates.

func (*XsdGoPkgHasElems_AlignmentMarksDuplicateReadsallAlignmentDirectivesTypeschema_AlignmentMarksDuplicateReads_XsdtBoolean_) Walk

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

type XsdGoPkgHasElems_AnalysisATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttributes_TxsdAnalysisTypeSequenceAnalysisAttributes_

type XsdGoPkgHasElems_AnalysisATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttributes_TxsdAnalysisTypeSequenceAnalysisAttributes_ struct {
	//	Properties and attributes of an analysis. These can be entered as free-form tag-value pairs. For certain
	//	studies, submitters may be asked to follow a community established ontology when describing the work.
	AnalysisAttributeses []*TxsdAnalysisTypeSequenceAnalysisAttributes `xml:"ANALYSIS_ATTRIBUTES"`
}

Properties and attributes of an analysis. These can be entered as free-form tag-value pairs. For certain studies, submitters may be asked to follow a community established ontology when describing the work.

func (*XsdGoPkgHasElems_AnalysisATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttributes_TxsdAnalysisTypeSequenceAnalysisAttributes_) Walk

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

type XsdGoPkgHasElems_AnalysisATTRIBUTEsequenceTxsdAnalysisTypeSequenceAnalysisAttributesANALYSISATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttribute_TAttributeType_

type XsdGoPkgHasElems_AnalysisATTRIBUTEsequenceTxsdAnalysisTypeSequenceAnalysisAttributesANALYSISATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttribute_TAttributeType_ struct {
	AnalysisAttributes []*TAttributeType `xml:"ANALYSIS_ATTRIBUTE"`
}

func (*XsdGoPkgHasElems_AnalysisATTRIBUTEsequenceTxsdAnalysisTypeSequenceAnalysisAttributesANALYSISATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttribute_TAttributeType_) Walk

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

type XsdGoPkgHasElems_AnalysisLINKSsequenceAnalysisTypeschema_AnalysisLinks_TxsdAnalysisTypeSequenceAnalysisLinks_ struct {
	//	Links to resources related to this analysis or analysis set (publication, datasets, online databases).
	AnalysisLinkses []*TxsdAnalysisTypeSequenceAnalysisLinks `xml:"ANALYSIS_LINKS"`
}

Links to resources related to this analysis or analysis set (publication, datasets, online databases).

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

type XsdGoPkgHasElems_AnalysisLINKsequenceTxsdAnalysisTypeSequenceAnalysisLinksANALYSISLINKSsequenceAnalysisTypeschema_AnalysisLink_TLinkType_ struct {
	AnalysisLinks []*TLinkType `xml:"ANALYSIS_LINK"`
}

Links to resources related to this analysis or analysis set (publication, datasets, online databases).

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

type XsdGoPkgHasElems_AnalysisSet

type XsdGoPkgHasElems_AnalysisSet struct {
	//	An ANALYSIS_SET is a container of analysis objects with a shared namespace.
	AnalysisSets []*TAnalysisSetType `xml:"ANALYSIS_SET"`
}

An ANALYSIS_SET is a container of analysis objects with a shared namespace.

func (*XsdGoPkgHasElems_AnalysisSet) Walk

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

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

type XsdGoPkgHasElems_AnalysisTYPEsequenceAnalysisTypeschema_AnalysisType_TxsdAnalysisTypeSequenceAnalysisType_

type XsdGoPkgHasElems_AnalysisTYPEsequenceAnalysisTypeschema_AnalysisType_TxsdAnalysisTypeSequenceAnalysisType_ struct {
	//	Supported analysis types.
	AnalysisTypes []*TxsdAnalysisTypeSequenceAnalysisType `xml:"ANALYSIS_TYPE"`
}

Supported analysis types.

func (*XsdGoPkgHasElems_AnalysisTYPEsequenceAnalysisTypeschema_AnalysisType_TxsdAnalysisTypeSequenceAnalysisType_) Walk

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

type XsdGoPkgHasElems_BASECALLsequenceEXPECTEDBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_Basecall_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall_

type XsdGoPkgHasElems_BASECALLsequenceEXPECTEDBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_Basecall_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall_ struct {
	//	Element's body contains a basecall, attribute provide description of this read meaning as
	//	well as matching rules.
	Basecalls []*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall `xml:"BASECALL"`
}

func (*XsdGoPkgHasElems_BASECALLsequenceEXPECTEDBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_Basecall_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall_) Walk

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

type XsdGoPkgHasElems_BaseCOORDchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_BaseCoord_XsdtInteger_

type XsdGoPkgHasElems_BaseCOORDchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_BaseCoord_XsdtInteger_ struct {
	//	The location of the read start in terms of base count (1 is beginning of spot).
	BaseCoords []*xsdt.Integer `xml:"BASE_COORD"`
}

The location of the read start in terms of base count (1 is beginning of spot).

func (*XsdGoPkgHasElems_BaseCOORDchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_BaseCoord_XsdtInteger_) Walk

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

type XsdGoPkgHasElems_CAPILLARYchoicePlatformTypeschema_Capillary_TxsdPlatformTypeChoiceCapillary_

type XsdGoPkgHasElems_CAPILLARYchoicePlatformTypeschema_Capillary_TxsdPlatformTypeChoiceCapillary_ struct {
	//	Sequencers based on capillary electrophoresis technology manufactured by LifeTech (formerly Applied
	//	BioSciences).
	Capillaries []*TxsdPlatformTypeChoiceCapillary `xml:"CAPILLARY"`
}

Sequencers based on capillary electrophoresis technology manufactured by LifeTech (formerly Applied BioSciences).

func (*XsdGoPkgHasElems_CAPILLARYchoicePlatformTypeschema_Capillary_TxsdPlatformTypeChoiceCapillary_) Walk

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

type XsdGoPkgHasElems_CUSTOMchoiceASSEMBLYsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Custom_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom_

type XsdGoPkgHasElems_CUSTOMchoiceASSEMBLYsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Custom_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom_ struct {
	//	A list of ad-hoc reference sequences identified by database link.
	Customs []*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom `xml:"CUSTOM"`
}

A list of ad-hoc reference sequences identified by database link.

func (*XsdGoPkgHasElems_CUSTOMchoiceASSEMBLYsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Custom_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom_) Walk

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

type XsdGoPkgHasElems_CompleteGENOMICSchoicePlatformTypeschema_CompleteGenomics_TxsdPlatformTypeChoiceCompleteGenomics_

type XsdGoPkgHasElems_CompleteGENOMICSchoicePlatformTypeschema_CompleteGenomics_TxsdPlatformTypeChoiceCompleteGenomics_ struct {
	//	CompleteGenomics platform type. At present there is no instrument model.
	CompleteGenomicses []*TxsdPlatformTypeChoiceCompleteGenomics `xml:"COMPLETE_GENOMICS"`
}

CompleteGenomics platform type. At present there is no instrument model.

func (*XsdGoPkgHasElems_CompleteGENOMICSchoicePlatformTypeschema_CompleteGenomics_TxsdPlatformTypeChoiceCompleteGenomics_) Walk

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

type XsdGoPkgHasElems_DBallXRefTypeschema_Db_XsdtString_

type XsdGoPkgHasElems_DBallXRefTypeschema_Db_XsdtString_ struct {
	//	INSDC controlled vocabulary of permitted cross references. Please see http://www.insdc.org/db_xref.html . For
	//	example, FLYBASE.
	Dbs []xsdt.String `xml:"DB"`
}

INSDC controlled vocabulary of permitted cross references. Please see http://www.insdc.org/db_xref.html . For example, FLYBASE.

func (*XsdGoPkgHasElems_DBallXRefTypeschema_Db_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_DBallXRefTypeschema_Db_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_DBallXRefTypeschema_Db_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_DBallXRefTypeschema_Db_XsdtString_ instance.

type XsdGoPkgHasElems_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_

type XsdGoPkgHasElems_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_ struct {
	//	Describes the contents of the analysis objects, their relationship with one another, the target objects, and
	//	their place in the overall study.
	Descriptions []xsdt.String `xml:"DESCRIPTION"`
}

Describes the contents of the analysis objects, their relationship with one another, the target objects, and their place in the overall study.

func (*XsdGoPkgHasElems_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_DESCRIPTIONsequenceAnalysisTypeschema_Description_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_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_ instance.

type XsdGoPkgHasElems_DIRECTIVESallAlignmentProcessingTypeschema_Directives_TAlignmentDirectivesType_

type XsdGoPkgHasElems_DIRECTIVESallAlignmentProcessingTypeschema_Directives_TAlignmentDirectivesType_ struct {
	Directiveses []*TAlignmentDirectivesType `xml:"DIRECTIVES"`
}

func (*XsdGoPkgHasElems_DIRECTIVESallAlignmentProcessingTypeschema_Directives_TAlignmentDirectivesType_) Walk

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

type XsdGoPkgHasElems_DIRECTIVESsequenceProcessingTypeschema_Directives_TSequencingDirectivesType_

type XsdGoPkgHasElems_DIRECTIVESsequenceProcessingTypeschema_Directives_TSequencingDirectivesType_ struct {
	//	Processing directives tell the Sequence Read Archive how to treat the input data, if any treatment is
	//	requested.
	Directiveses []*TSequencingDirectivesType `xml:"DIRECTIVES"`
}

Processing directives tell the Sequence Read Archive how to treat the input data, if any treatment is requested.

func (*XsdGoPkgHasElems_DIRECTIVESsequenceProcessingTypeschema_Directives_TSequencingDirectivesType_) Walk

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

type XsdGoPkgHasElems_DataBLOCKsequencesequenceAnalysisTypeschema_DataBlock_TxsdAnalysisTypeSequenceSequenceDataBlock_

type XsdGoPkgHasElems_DataBLOCKsequencesequenceAnalysisTypeschema_DataBlock_TxsdAnalysisTypeSequenceSequenceDataBlock_ struct {
	//	One or more blocks of data and associated file(s). Each data block may be a partition of the overall analysis
	//	object.
	DataBlocks []*TxsdAnalysisTypeSequenceSequenceDataBlock `xml:"DATA_BLOCK"`
}

func (*XsdGoPkgHasElems_DataBLOCKsequencesequenceAnalysisTypeschema_DataBlock_TxsdAnalysisTypeSequenceSequenceDataBlock_) Walk

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

type XsdGoPkgHasElems_DeNovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_DeNovoAssembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly_

type XsdGoPkgHasElems_DeNovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_DeNovoAssembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly_ struct {
	//	A placement of sequences including trace, SRA, GI records into a multiple alignment from which a
	//	consensus is computed. This branch will be further specified in the future.
	DeNovoAssemblies []*TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly `xml:"DE_NOVO_ASSEMBLY"`
}

A placement of sequences including trace, SRA, GI records into a multiple alignment from which a consensus is computed. This branch will be further specified in the future.

func (*XsdGoPkgHasElems_DeNovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_DeNovoAssembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly_) Walk

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

type XsdGoPkgHasElems_EntrezLINKchoiceLinkTypeschema_EntrezLink_TxsdLinkTypeChoiceEntrezLink_ struct {
	EntrezLinks []*TxsdLinkTypeChoiceEntrezLink `xml:"ENTREZ_LINK"`
}

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

type XsdGoPkgHasElems_ExpectedBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ExpectedBasecallTable_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable_

type XsdGoPkgHasElems_ExpectedBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ExpectedBasecallTable_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable_ struct {
	//	A set of choices of expected basecalls for a current read. Read will be zero-length if none is
	//	found.
	ExpectedBasecallTables []*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable `xml:"EXPECTED_BASECALL_TABLE"`
}

A set of choices of expected basecalls for a current read. Read will be zero-length if none is found.

func (*XsdGoPkgHasElems_ExpectedBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ExpectedBasecallTable_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable_) Walk

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

type XsdGoPkgHasElems_ExternalIDsequenceIdentifierTypeschema_ExternalId_TQualifiedNameType_

type XsdGoPkgHasElems_ExternalIDsequenceIdentifierTypeschema_ExternalId_TQualifiedNameType_ struct {
	//	An identifier from a public non-SRA resource. @namespace would be an official short name of that
	//	resource.
	ExternalIds []*TQualifiedNameType `xml:"EXTERNAL_ID"`
}

func (*XsdGoPkgHasElems_ExternalIDsequenceIdentifierTypeschema_ExternalId_TQualifiedNameType_) Walk

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

type XsdGoPkgHasElems_FILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_Files_TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles_

type XsdGoPkgHasElems_FILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_Files_TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles_ struct {
	//	Actual run data are contained in one of the files listed in the submission manifest. Each data block is
	//	represented by one SRF file, one SFF file, one compressed fastq file, or one compressed tar archive file.
	Fileses []*TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles `xml:"FILES"`
}

Actual run data are contained in one of the files listed in the submission manifest. Each data block is represented by one SRF file, one SFF file, one compressed fastq file, or one compressed tar archive file.

func (*XsdGoPkgHasElems_FILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_Files_TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles_) Walk

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

type XsdGoPkgHasElems_FILEsequenceTxsdAnalysisTypeSequenceSequenceDataBlockAllFilesFILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_File_TAnalysisFileType_

type XsdGoPkgHasElems_FILEsequenceTxsdAnalysisTypeSequenceSequenceDataBlockAllFilesFILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_File_TAnalysisFileType_ struct {
	Files []*TAnalysisFileType `xml:"FILE"`
}

func (*XsdGoPkgHasElems_FILEsequenceTxsdAnalysisTypeSequenceSequenceDataBlockAllFilesFILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_File_TAnalysisFileType_) Walk

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

type XsdGoPkgHasElems_HELICOSchoicePlatformTypeschema_Helicos_TxsdPlatformTypeChoiceHelicos_

type XsdGoPkgHasElems_HELICOSchoicePlatformTypeschema_Helicos_TxsdPlatformTypeChoiceHelicos_ struct {
	//	Helicos is similar to 454 technology - uses 1-color sequential flows
	Helicoses []*TxsdPlatformTypeChoiceHelicos `xml:"HELICOS"`
}

Helicos is similar to 454 technology - uses 1-color sequential flows

func (*XsdGoPkgHasElems_HELICOSchoicePlatformTypeschema_Helicos_TxsdPlatformTypeChoiceHelicos_) Walk

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

type XsdGoPkgHasElems_IDENTIFIERSsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_

type XsdGoPkgHasElems_IDENTIFIERSsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_ struct {
	//	Set of reference IDs to target record. This block is intended to replace the use of the less structured
	//	RefNameGroup identifiers.
	Identifierses []*TIdentifierType `xml:"IDENTIFIERS"`
}

Set of reference IDs to target record. This block is intended to replace the use of the less structured RefNameGroup identifiers.

func (*XsdGoPkgHasElems_IDENTIFIERSsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_) Walk

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

type XsdGoPkgHasElems_IDallXRefTypeschema_Id_XsdtString_

type XsdGoPkgHasElems_IDallXRefTypeschema_Id_XsdtString_ struct {
	//	Accession in the referenced database. For example, FBtr0080008 (in FLYBASE).
	Ids []xsdt.String `xml:"ID"`
}

Accession in the referenced database. For example, FBtr0080008 (in FLYBASE).

func (*XsdGoPkgHasElems_IDallXRefTypeschema_Id_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_IDallXRefTypeschema_Id_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_IDallXRefTypeschema_Id_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_IDallXRefTypeschema_Id_XsdtString_ instance.

type XsdGoPkgHasElems_IDchoicesequenceENTREZLINKchoiceLinkTypeschema_Id_XsdtNonNegativeInteger_

type XsdGoPkgHasElems_IDchoicesequenceENTREZLINKchoiceLinkTypeschema_Id_XsdtNonNegativeInteger_ struct {
	//	Numeric record id meaningful to the NCBI Entrez system.
	Ids []*xsdt.NonNegativeInteger `xml:"ID"`
}

Numeric record id meaningful to the NCBI Entrez system.

func (*XsdGoPkgHasElems_IDchoicesequenceENTREZLINKchoiceLinkTypeschema_Id_XsdtNonNegativeInteger_) Walk

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

type XsdGoPkgHasElems_ILLUMINAchoicePlatformTypeschema_Illumina_TxsdPlatformTypeChoiceIllumina_

type XsdGoPkgHasElems_ILLUMINAchoicePlatformTypeschema_Illumina_TxsdPlatformTypeChoiceIllumina_ struct {
	//	Illumina is 4-channel flowgram with 1-to-1 mapping between basecalls and flows
	Illuminas []*TxsdPlatformTypeChoiceIllumina `xml:"ILLUMINA"`
}

Illumina is 4-channel flowgram with 1-to-1 mapping between basecalls and flows

func (*XsdGoPkgHasElems_ILLUMINAchoicePlatformTypeschema_Illumina_TxsdPlatformTypeChoiceIllumina_) Walk

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

type XsdGoPkgHasElems_InstrumentMODELallHELICOSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceHelicosAllInstrumentModel_

type XsdGoPkgHasElems_InstrumentMODELallHELICOSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceHelicosAllInstrumentModel_ struct {
	InstrumentModels []TxsdPlatformTypeChoiceHelicosAllInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElems_InstrumentMODELallHELICOSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceHelicosAllInstrumentModel_) Walk

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

type XsdGoPkgHasElems_InstrumentMODELallLS454ChoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceLs454AllInstrumentModel_

type XsdGoPkgHasElems_InstrumentMODELallLS454ChoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceLs454AllInstrumentModel_ struct {
	InstrumentModels []TxsdPlatformTypeChoiceLs454AllInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElems_InstrumentMODELallLS454ChoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceLs454AllInstrumentModel_) Walk

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

type XsdGoPkgHasElems_InstrumentMODELsequenceABISOLIDchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel_

type XsdGoPkgHasElems_InstrumentMODELsequenceABISOLIDchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel_ struct {
	InstrumentModels []TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElems_InstrumentMODELsequenceABISOLIDchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElems_InstrumentMODELsequenceCAPILLARYchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel_

type XsdGoPkgHasElems_InstrumentMODELsequenceCAPILLARYchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel_ struct {
	InstrumentModels []TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElems_InstrumentMODELsequenceCAPILLARYchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElems_InstrumentMODELsequenceCOMPLETEGENOMICSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel_

type XsdGoPkgHasElems_InstrumentMODELsequenceCOMPLETEGENOMICSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel_ struct {
	InstrumentModels []TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElems_InstrumentMODELsequenceCOMPLETEGENOMICSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElems_InstrumentMODELsequenceILLUMINAchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel_

type XsdGoPkgHasElems_InstrumentMODELsequenceILLUMINAchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel_ struct {
	InstrumentModels []TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElems_InstrumentMODELsequenceILLUMINAchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElems_InstrumentMODELsequenceIONTORRENTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel_

type XsdGoPkgHasElems_InstrumentMODELsequenceIONTORRENTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel_ struct {
	InstrumentModels []TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElems_InstrumentMODELsequenceIONTORRENTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElems_InstrumentMODELsequenceOXFORDNANOPOREchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel_

type XsdGoPkgHasElems_InstrumentMODELsequenceOXFORDNANOPOREchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel_ struct {
	InstrumentModels []TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElems_InstrumentMODELsequenceOXFORDNANOPOREchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElems_InstrumentMODELsequencePACBIOSMRTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel_

type XsdGoPkgHasElems_InstrumentMODELsequencePACBIOSMRTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel_ struct {
	InstrumentModels []TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel `xml:"INSTRUMENT_MODEL"`
}

func (*XsdGoPkgHasElems_InstrumentMODELsequencePACBIOSMRTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel_) Walk

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

type XsdGoPkgHasElems_IonTORRENTchoicePlatformTypeschema_IonTorrent_TxsdPlatformTypeChoiceIonTorrent_

type XsdGoPkgHasElems_IonTORRENTchoicePlatformTypeschema_IonTorrent_TxsdPlatformTypeChoiceIonTorrent_ struct {
	//	Ion Torrent Personal Genome Machine (PGM) from Life Technologies.
	IonTorrents []*TxsdPlatformTypeChoiceIonTorrent `xml:"ION_TORRENT"`
}

Ion Torrent Personal Genome Machine (PGM) from Life Technologies.

func (*XsdGoPkgHasElems_IonTORRENTchoicePlatformTypeschema_IonTorrent_TxsdPlatformTypeChoiceIonTorrent_) Walk

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

type XsdGoPkgHasElems_LABELallXRefTypeschema_Label_XsdtString_

type XsdGoPkgHasElems_LABELallXRefTypeschema_Label_XsdtString_ struct {
	//	Text label to display for the link.
	Labels []xsdt.String `xml:"LABEL"`
}

Text label to display for the link.

func (*XsdGoPkgHasElems_LABELallXRefTypeschema_Label_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_LABELallXRefTypeschema_Label_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_LABELallXRefTypeschema_Label_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_LABELallXRefTypeschema_Label_XsdtString_ instance.

type XsdGoPkgHasElems_Ls454ChoicePlatformTypeschema_Ls454_TxsdPlatformTypeChoiceLs454_

type XsdGoPkgHasElems_Ls454ChoicePlatformTypeschema_Ls454_TxsdPlatformTypeChoiceLs454_ struct {
	//	454 technology use 1-color sequential flows
	Ls454s []*TxsdPlatformTypeChoiceLs454 `xml:"LS454"`
}

454 technology use 1-color sequential flows

func (*XsdGoPkgHasElems_Ls454ChoicePlatformTypeschema_Ls454_TxsdPlatformTypeChoiceLs454_) Walk

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

type XsdGoPkgHasElems_NAMEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandardSTANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Name_TXRefType_

type XsdGoPkgHasElems_NAMEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandardSTANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Name_TXRefType_ struct {
	//	Synonym Names additional to or in place of short_name. For example genbank, gecoll
	//	accession.version.
	Names []*TXRefType `xml:"NAME"`
}

func (*XsdGoPkgHasElems_NAMEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandardSTANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Name_TXRefType_) Walk

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

type XsdGoPkgHasElems_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_

type XsdGoPkgHasElems_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_ struct {
	//	Notes about the program or process for primary analysis.
	Noteses []xsdt.String `xml:"NOTES"`
}

Notes about the program or process for primary analysis.

func (*XsdGoPkgHasElems_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_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_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_ instance.

type XsdGoPkgHasElems_OxfordNANOPOREchoicePlatformTypeschema_OxfordNanopore_TxsdPlatformTypeChoiceOxfordNanopore_

type XsdGoPkgHasElems_OxfordNANOPOREchoicePlatformTypeschema_OxfordNanopore_TxsdPlatformTypeChoiceOxfordNanopore_ struct {
	//	Oxford Nanopore platform type. nanopore-based electronic single molecule analysis
	OxfordNanopores []*TxsdPlatformTypeChoiceOxfordNanopore `xml:"OXFORD_NANOPORE"`
}

func (*XsdGoPkgHasElems_OxfordNANOPOREchoicePlatformTypeschema_OxfordNanopore_TxsdPlatformTypeChoiceOxfordNanopore_) Walk

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

type XsdGoPkgHasElems_PIPELINEallDefaultProcessingTypeschema_Pipeline_TPipelineType_

type XsdGoPkgHasElems_PIPELINEallDefaultProcessingTypeschema_Pipeline_TPipelineType_ struct {
	Pipelines []*TPipelineType `xml:"PIPELINE"`
}

func (*XsdGoPkgHasElems_PIPELINEallDefaultProcessingTypeschema_Pipeline_TPipelineType_) Walk

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

type XsdGoPkgHasElems_PROCESSINGsequenceABUNDANCEMEASUREMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_

type XsdGoPkgHasElems_PROCESSINGsequenceABUNDANCEMEASUREMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_ struct {
	//	Identify the tools and processing steps used to produce the abundance measurements (coverage
	//	tracks).
	Processings []*TDefaultProcessingType `xml:"PROCESSING"`
}

Identify the tools and processing steps used to produce the abundance measurements (coverage tracks).

func (*XsdGoPkgHasElems_PROCESSINGsequenceABUNDANCEMEASUREMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_) Walk

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

type XsdGoPkgHasElems_PROCESSINGsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Processing_TAlignmentProcessingType_

type XsdGoPkgHasElems_PROCESSINGsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Processing_TAlignmentProcessingType_ struct {
	//	Identify the tools and processing steps used to produce the reference alignment, and specify
	//	directives used to load and interpret the data supplied by the submitter.
	Processings []*TAlignmentProcessingType `xml:"PROCESSING"`
}

Identify the tools and processing steps used to produce the reference alignment, and specify directives used to load and interpret the data supplied by the submitter.

func (*XsdGoPkgHasElems_PROCESSINGsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Processing_TAlignmentProcessingType_) Walk

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

type XsdGoPkgHasElems_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_

type XsdGoPkgHasElems_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_ struct {
	//	Name of the program or process for primary analysis. This may include a test or condition that leads to
	//	branching in the workflow.
	Programs []xsdt.String `xml:"PROGRAM"`
}

Name of the program or process for primary analysis. This may include a test or condition that leads to branching in the workflow.

func (*XsdGoPkgHasElems_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_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_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_ instance.

type XsdGoPkgHasElems_PacbioSMRTchoicePlatformTypeschema_PacbioSmrt_TxsdPlatformTypeChoicePacbioSmrt_

type XsdGoPkgHasElems_PacbioSMRTchoicePlatformTypeschema_PacbioSmrt_TxsdPlatformTypeChoicePacbioSmrt_ struct {
	//	PacificBiosciences platform type for the single molecule real time (SMRT) technology.
	PacbioSmrts []*TxsdPlatformTypeChoicePacbioSmrt `xml:"PACBIO_SMRT"`
}

PacificBiosciences platform type for the single molecule real time (SMRT) technology.

func (*XsdGoPkgHasElems_PacbioSMRTchoicePlatformTypeschema_PacbioSmrt_TxsdPlatformTypeChoicePacbioSmrt_) Walk

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

type XsdGoPkgHasElems_PipeSECTIONsequencePipelineTypeschema_PipeSection_TxsdPipelineTypeSequencePipeSection_

type XsdGoPkgHasElems_PipeSECTIONsequencePipelineTypeschema_PipeSection_TxsdPipelineTypeSequencePipeSection_ struct {
	PipeSections []*TxsdPipelineTypeSequencePipeSection `xml:"PIPE_SECTION"`
}

func (*XsdGoPkgHasElems_PipeSECTIONsequencePipelineTypeschema_PipeSection_TxsdPipelineTypeSequencePipeSection_) Walk

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

type XsdGoPkgHasElems_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_

type XsdGoPkgHasElems_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_ struct {
	//	STEP_INDEX of the previous step in the workflow. Set toNIL if the first pipe section.
	PrevStepIndexs []xsdt.String `xml:"PREV_STEP_INDEX"`
}

STEP_INDEX of the previous step in the workflow. Set toNIL if the first pipe section.

func (*XsdGoPkgHasElems_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_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_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_ instance.

type XsdGoPkgHasElems_PrimaryIDsequenceIdentifierTypeschema_PrimaryId_TNameAndLabelType_

type XsdGoPkgHasElems_PrimaryIDsequenceIdentifierTypeschema_PrimaryId_TNameAndLabelType_ struct {
	//	primary accession of the record in one of INSDC SRA archives.
	PrimaryIds []*TNameAndLabelType `xml:"PRIMARY_ID"`
}

primary accession of the record in one of INSDC SRA archives.

func (*XsdGoPkgHasElems_PrimaryIDsequenceIdentifierTypeschema_PrimaryId_TNameAndLabelType_) Walk

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

type XsdGoPkgHasElems_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_

type XsdGoPkgHasElems_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_ struct {
	//	Accession string meaningful to the NCBI Entrez system.
	Queries []xsdt.String `xml:"QUERY"`
}

Accession string meaningful to the NCBI Entrez system.

func (*XsdGoPkgHasElems_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_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_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_ instance.

type XsdGoPkgHasElems_RUNsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsRUNLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Run_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun_

type XsdGoPkgHasElems_RUNsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsRUNLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Run_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun_ struct {
	Runs []*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun `xml:"RUN"`
}

func (*XsdGoPkgHasElems_RUNsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsRUNLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Run_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun_) Walk

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

type XsdGoPkgHasElems_ReadCLASSsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadClass_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass_

type XsdGoPkgHasElems_ReadCLASSsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadClass_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass_ struct {
	ReadClasses []TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass `xml:"READ_CLASS"`
}

func (*XsdGoPkgHasElems_ReadCLASSsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadClass_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass_) Walk

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

type XsdGoPkgHasElems_ReadINDEXsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadIndex_XsdtNonNegativeInteger_

type XsdGoPkgHasElems_ReadINDEXsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadIndex_XsdtNonNegativeInteger_ struct {
	//	READ_INDEX starts at 0 and is incrementally increased for each sequential READ_SPEC within a
	//	SPOT_DECODE_SPEC
	ReadIndexs []xsdt.NonNegativeInteger `xml:"READ_INDEX"`
}

READ_INDEX starts at 0 and is incrementally increased for each sequential READ_SPEC within a SPOT_DECODE_SPEC

func (*XsdGoPkgHasElems_ReadINDEXsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadIndex_XsdtNonNegativeInteger_) Walk

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

type XsdGoPkgHasElems_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_

type XsdGoPkgHasElems_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_ struct {
	//	READ_LABEL is a name for this tag, and can be used to on output to determine read name, for example
	//	F or R.
	ReadLabels []xsdt.String `xml:"READ_LABEL"`
}

READ_LABEL is a name for this tag, and can be used to on output to determine read name, for example F or R.

func (*XsdGoPkgHasElems_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_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_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_ instance.

type XsdGoPkgHasElems_ReadSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec_

type XsdGoPkgHasElems_ReadSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec_ struct {
	ReadSpecs []*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec `xml:"READ_SPEC"`
}

func (*XsdGoPkgHasElems_ReadSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec_) Walk

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

type XsdGoPkgHasElems_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward

type XsdGoPkgHasElems_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward struct {
	ReadTypes []TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType `xml:"READ_TYPE"`
}

func (XsdGoPkgHasElems_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward) ReadTypeDefault

Returns the default value for ReadType -- "Forward"

func (*XsdGoPkgHasElems_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward) Walk

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

type XsdGoPkgHasElems_ReferenceALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceAlignment_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment_

type XsdGoPkgHasElems_ReferenceALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceAlignment_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment_ struct {
	//	A multiple alignment of short reads against a reference substrate.
	ReferenceAlignments []*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment `xml:"REFERENCE_ALIGNMENT"`
}

A multiple alignment of short reads against a reference substrate.

func (*XsdGoPkgHasElems_ReferenceALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceAlignment_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment_) Walk

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

type XsdGoPkgHasElems_ReferenceSOURCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustomCUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceSource_TLinkType_

type XsdGoPkgHasElems_ReferenceSOURCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustomCUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceSource_TLinkType_ struct {
	//	A pointer to reference sequences using one of the Link mechanisms.
	ReferenceSources []*TLinkType `xml:"REFERENCE_SOURCE"`
}

func (*XsdGoPkgHasElems_ReferenceSOURCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustomCUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceSource_TLinkType_) Walk

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

type XsdGoPkgHasElems_RelativeORDERchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_RelativeOrder_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder_

type XsdGoPkgHasElems_RelativeORDERchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_RelativeOrder_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder_ struct {
	//	The read is located beginning at the offset or cycle relative to another read. This choice is
	//	appropriate for example when specifying a read that follows a variable length expected sequence(s).
	RelativeOrders []*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder `xml:"RELATIVE_ORDER"`
}

The read is located beginning at the offset or cycle relative to another read. This choice is appropriate for example when specifying a read that follows a variable length expected sequence(s).

func (*XsdGoPkgHasElems_RelativeORDERchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_RelativeOrder_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder_) Walk

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

type XsdGoPkgHasElems_RunLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_RunLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels_

type XsdGoPkgHasElems_RunLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_RunLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels_ struct {
	//	Mapping between the run (read group) labels used in the alignment data file, and the runs in the
	//	Archive. This is optional when SRA runs are reffered by accession in submitted data.
	RunLabelses []*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels `xml:"RUN_LABELS"`
}

Mapping between the run (read group) labels used in the alignment data file, and the runs in the Archive. This is optional when SRA runs are reffered by accession in submitted data.

func (*XsdGoPkgHasElems_RunLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_RunLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels_) Walk

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

type XsdGoPkgHasElems_SEQUENCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSEQLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Sequence_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence_

type XsdGoPkgHasElems_SEQUENCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSEQLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Sequence_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence_ struct {
	//	Sequences which are labeled by Accession.version are optional in the list
	Sequences []*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence `xml:"SEQUENCE"`
}

func (*XsdGoPkgHasElems_SEQUENCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSEQLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Sequence_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence_) Walk

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

type XsdGoPkgHasElems_STANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Standard_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard_

type XsdGoPkgHasElems_STANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Standard_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard_ struct {
	//	Short name for the standard reference assembly used in the alignment. This should resolve
	//	into community accepted collection of reference sequences.
	Standards []*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard `xml:"STANDARD"`
}

Short name for the standard reference assembly used in the alignment. This should resolve into community accepted collection of reference sequences.

func (*XsdGoPkgHasElems_STANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Standard_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard_) Walk

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

type XsdGoPkgHasElems_SampleDemuxDIRECTIVEallSequencingDirectivesTypeschema_SampleDemuxDirective_TxsdSequencingDirectivesTypeAllSampleDemuxDirective_

type XsdGoPkgHasElems_SampleDemuxDIRECTIVEallSequencingDirectivesTypeschema_SampleDemuxDirective_TxsdSequencingDirectivesTypeAllSampleDemuxDirective_ struct {
	//	Tells the Archive who will execute the sample demultiplexing operation..
	SampleDemuxDirectives []TxsdSequencingDirectivesTypeAllSampleDemuxDirective `xml:"SAMPLE_DEMUX_DIRECTIVE"`
}

Tells the Archive who will execute the sample demultiplexing operation..

func (*XsdGoPkgHasElems_SampleDemuxDIRECTIVEallSequencingDirectivesTypeschema_SampleDemuxDirective_TxsdSequencingDirectivesTypeAllSampleDemuxDirective_) Walk

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

type XsdGoPkgHasElems_SecondaryIDsequenceIdentifierTypeschema_SecondaryId_TNameAndLabelType_

type XsdGoPkgHasElems_SecondaryIDsequenceIdentifierTypeschema_SecondaryId_TNameAndLabelType_ struct {
	//	A secondary or defunct primary key in an INSDC primary data database.
	SecondaryIds []*TNameAndLabelType `xml:"SECONDARY_ID"`
}

A secondary or defunct primary key in an INSDC primary data database.

func (*XsdGoPkgHasElems_SecondaryIDsequenceIdentifierTypeschema_SecondaryId_TNameAndLabelType_) Walk

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

type XsdGoPkgHasElems_SeqLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_SeqLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels_

type XsdGoPkgHasElems_SeqLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_SeqLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels_ struct {
	SeqLabelses []*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels `xml:"SEQ_LABELS"`
}

func (*XsdGoPkgHasElems_SeqLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_SeqLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels_) Walk

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

type XsdGoPkgHasElems_SequenceANNOTATIONchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SequenceAnnotation_TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation_

type XsdGoPkgHasElems_SequenceANNOTATIONchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SequenceAnnotation_TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation_ struct {
	//	Per sequence annotation of named attributes and values. Example: Processed sequencing data for submission
	//	to dbEST without assembly. Reads have already been submitted to one of the sequence read archives in raw form. The fasta
	//	data submitted under this analysis object result from the following treatments, which may serve to filter reads from the
	//	raw dataset: - sequencing adapter removal - low quality trimming - poly-A tail removal - strand orientation - contaminant
	//	removal This branch will be further specified in the future.
	SequenceAnnotations []*TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation `xml:"SEQUENCE_ANNOTATION"`
}

Per sequence annotation of named attributes and values. Example: Processed sequencing data for submission to dbEST without assembly. Reads have already been submitted to one of the sequence read archives in raw form. The fasta data submitted under this analysis object result from the following treatments, which may serve to filter reads from the raw dataset: - sequencing adapter removal - low quality trimming - poly-A tail removal - strand orientation - contaminant removal This branch will be further specified in the future.

func (*XsdGoPkgHasElems_SequenceANNOTATIONchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SequenceAnnotation_TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation_) Walk

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

type XsdGoPkgHasElems_SpotDecodeSPECchoiceSpotDescriptorTypeschema_SpotDecodeSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpec_

type XsdGoPkgHasElems_SpotDecodeSPECchoiceSpotDescriptorTypeschema_SpotDecodeSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpec_ struct {
	SpotDecodeSpecs []*TxsdSpotDescriptorTypeChoiceSpotDecodeSpec `xml:"SPOT_DECODE_SPEC"`
}

func (*XsdGoPkgHasElems_SpotDecodeSPECchoiceSpotDescriptorTypeschema_SpotDecodeSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpec_) Walk

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

type XsdGoPkgHasElems_SpotLENGTHsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_SpotLength_XsdtNonNegativeInteger_

type XsdGoPkgHasElems_SpotLENGTHsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_SpotLength_XsdtNonNegativeInteger_ struct {
	//	Number of base/color calls, cycles, or flows per spot (raw sequence length or flow length including all
	//	application and technical tags and mate pairs, but not including gap lengths). This value will be platform dependent,
	//	library dependent, and possibly run dependent. Variable length platforms will still have a constant flow/cycle length.
	SpotLengths []xsdt.NonNegativeInteger `xml:"SPOT_LENGTH"`
}

Number of base/color calls, cycles, or flows per spot (raw sequence length or flow length including all application and technical tags and mate pairs, but not including gap lengths). This value will be platform dependent, library dependent, and possibly run dependent. Variable length platforms will still have a constant flow/cycle length.

func (*XsdGoPkgHasElems_SpotLENGTHsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_SpotLength_XsdtNonNegativeInteger_) Walk

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

type XsdGoPkgHasElems_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_

type XsdGoPkgHasElems_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_ struct {
	//	Lexically ordered value that allows for the pipe section to be hierarchically ordered. The float
	//	primitive data type is used to allow for pipe sections to be inserted later on.
	StepIndexs []xsdt.String `xml:"STEP_INDEX"`
}

Lexically ordered value that allows for the pipe section to be hierarchically ordered. The float primitive data type is used to allow for pipe sections to be inserted later on.

func (*XsdGoPkgHasElems_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_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_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_ instance.

type XsdGoPkgHasElems_StudyREFsequenceAnalysisTypeschema_StudyRef_TxsdAnalysisTypeSequenceStudyRef_

type XsdGoPkgHasElems_StudyREFsequenceAnalysisTypeschema_StudyRef_TxsdAnalysisTypeSequenceStudyRef_ struct {
	//	The STUDY_REF descriptor establishes the relationship of the analysis to the parent study. This can either be
	//	the accession of an existing archived study record, or a reference to a new study record in the same submission or same center
	//	(which does not yet have an accession).
	StudyRefs []*TxsdAnalysisTypeSequenceStudyRef `xml:"STUDY_REF"`
}

The STUDY_REF descriptor establishes the relationship of the analysis to the parent study. This can either be the accession of an existing archived study record, or a reference to a new study record in the same submission or same center (which does not yet have an accession).

func (*XsdGoPkgHasElems_StudyREFsequenceAnalysisTypeschema_StudyRef_TxsdAnalysisTypeSequenceStudyRef_) Walk

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

type XsdGoPkgHasElems_SubmitterIDsequenceIdentifierTypeschema_SubmitterId_TQualifiedNameType_

type XsdGoPkgHasElems_SubmitterIDsequenceIdentifierTypeschema_SubmitterId_TQualifiedNameType_ struct {
	//	A submitter provided identifier of the (new) record. used in submisison process and replaced by primary archive
	//	id on successfull load. @namespace is optional and may refer to submitter private database or LIMS
	//	identifier.
	SubmitterIds []*TQualifiedNameType `xml:"SUBMITTER_ID"`
}

A submitter provided identifier of the (new) record. used in submisison process and replaced by primary archive id on successfull load. @namespace is optional and may refer to submitter private database or LIMS identifier.

func (*XsdGoPkgHasElems_SubmitterIDsequenceIdentifierTypeschema_SubmitterId_TQualifiedNameType_) Walk

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

type XsdGoPkgHasElems_TAGallAttributeTypeschema_Tag_XsdtString_

type XsdGoPkgHasElems_TAGallAttributeTypeschema_Tag_XsdtString_ struct {
	//	Name of the attribute.
	Tags []xsdt.String `xml:"TAG"`
}

Name of the attribute.

func (*XsdGoPkgHasElems_TAGallAttributeTypeschema_Tag_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_TAGallAttributeTypeschema_Tag_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_TAGallAttributeTypeschema_Tag_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_TAGallAttributeTypeschema_Tag_XsdtString_ instance.

type XsdGoPkgHasElems_TARGETSsequenceAnalysisTypeschema_Targets_TxsdAnalysisTypeSequenceTargets_

type XsdGoPkgHasElems_TARGETSsequenceAnalysisTypeschema_Targets_TxsdAnalysisTypeSequenceTargets_ struct {
	//	SRA object(s) targeted for analysis. Run - One or more runs that are assembled, aligned, or analyzed. Sample -
	//	All the sequencing data for this sample are being assembled, aligned, or analyzed. Experiment - All the sequencing data for this
	//	experiment are being assembled, aligned, or analyzed. Study - All the sequencing data for this study are being assembled,
	//	aligned, or analyzed.
	Targetses []*TxsdAnalysisTypeSequenceTargets `xml:"TARGETS"`
}

SRA object(s) targeted for analysis. Run - One or more runs that are assembled, aligned, or analyzed. Sample - All the sequencing data for this sample are being assembled, aligned, or analyzed. Experiment - All the sequencing data for this experiment are being assembled, aligned, or analyzed. Study - All the sequencing data for this study are being assembled, aligned, or analyzed.

func (*XsdGoPkgHasElems_TARGETSsequenceAnalysisTypeschema_Targets_TxsdAnalysisTypeSequenceTargets_) Walk

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

type XsdGoPkgHasElems_TARGETsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Target_TSraLinkType_

type XsdGoPkgHasElems_TARGETsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Target_TSraLinkType_ struct {
	//	A SRA object that is the target of the analysis records. For example, a run, sample, or sequence can be
	//	the object of the analysis.
	Targets []*TSraLinkType `xml:"TARGET"`
}

func (*XsdGoPkgHasElems_TARGETsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Target_TSraLinkType_) Walk

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

type XsdGoPkgHasElems_TITLEsequenceAnalysisTypeschema_Title_XsdtString_

type XsdGoPkgHasElems_TITLEsequenceAnalysisTypeschema_Title_XsdtString_ struct {
	//	Title of the analyis object which will be displayed in short form in the Analysis browser and in database
	//	search results.
	Titles []xsdt.String `xml:"TITLE"`
}

Title of the analyis object which will be displayed in short form in the Analysis browser and in database search results.

func (*XsdGoPkgHasElems_TITLEsequenceAnalysisTypeschema_Title_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_TITLEsequenceAnalysisTypeschema_Title_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_TITLEsequenceAnalysisTypeschema_Title_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_TITLEsequenceAnalysisTypeschema_Title_XsdtString_ instance.

type XsdGoPkgHasElems_UNITSallAttributeTypeschema_Units_XsdtString_

type XsdGoPkgHasElems_UNITSallAttributeTypeschema_Units_XsdtString_ struct {
	//	Optional scientific units.
	Unitses []xsdt.String `xml:"UNITS"`
}

Optional scientific units.

func (*XsdGoPkgHasElems_UNITSallAttributeTypeschema_Units_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_UNITSallAttributeTypeschema_Units_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_UNITSallAttributeTypeschema_Units_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_UNITSallAttributeTypeschema_Units_XsdtString_ instance.

type XsdGoPkgHasElems_URLallURLLINKchoiceLinkTypeschema_Url_XsdtAnyURI_

type XsdGoPkgHasElems_URLallURLLINKchoiceLinkTypeschema_Url_XsdtAnyURI_ struct {
	//	The internet service link (file:, http:, ftp:, etc).
	Urls []xsdt.AnyURI `xml:"URL"`
}

The internet service link (file:, http:, ftp:, etc).

func (*XsdGoPkgHasElems_URLallURLLINKchoiceLinkTypeschema_Url_XsdtAnyURI_) Walk

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

type XsdGoPkgHasElems_UUIDsequenceIdentifierTypeschema_Uuid_TNameAndLabelType_

type XsdGoPkgHasElems_UUIDsequenceIdentifierTypeschema_Uuid_TNameAndLabelType_ struct {
	//	A universally unique identifier that requires no namespace.
	Uuids []*TNameAndLabelType `xml:"UUID"`
}

A universally unique identifier that requires no namespace.

func (*XsdGoPkgHasElems_UUIDsequenceIdentifierTypeschema_Uuid_TNameAndLabelType_) Walk

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

type XsdGoPkgHasElems_UrlLINKchoiceLinkTypeschema_UrlLink_TxsdLinkTypeChoiceUrlLink_ struct {
	UrlLinks []*TxsdLinkTypeChoiceUrlLink `xml:"URL_LINK"`
}

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

type XsdGoPkgHasElems_VALUEallAttributeTypeschema_Value_XsdtString_

type XsdGoPkgHasElems_VALUEallAttributeTypeschema_Value_XsdtString_ struct {
	//	Value of the attribute.
	Values []xsdt.String `xml:"VALUE"`
}

Value of the attribute.

func (*XsdGoPkgHasElems_VALUEallAttributeTypeschema_Value_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_VALUEallAttributeTypeschema_Value_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_VALUEallAttributeTypeschema_Value_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_VALUEallAttributeTypeschema_Value_XsdtString_ instance.

type XsdGoPkgHasElems_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_

type XsdGoPkgHasElems_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_ struct {
	//	Version of the program or process for primary analysis.
	Versions []xsdt.String `xml:"VERSION"`
}

Version of the program or process for primary analysis.

func (*XsdGoPkgHasElems_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_) Walk

If the WalkHandlers.XsdGoPkgHasElems_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_ function is not nil (ie. was set by outside code), calls it with this XsdGoPkgHasElems_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_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_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_ instance.

type XsdGoPkgHasElems_XrefLINKchoiceLinkTypeschema_XrefLink_TXRefType_ struct {
	XrefLinks []*TXRefType `xml:"XREF_LINK"`
}

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

type XsdGoPkgWalkHandlers

type XsdGoPkgWalkHandlers struct {
	TxsdPipelineTypeSequencePipeSection                                                                                                                                                                                                                                                                                                                                                                                               func(*TxsdPipelineTypeSequencePipeSection, bool) error
	XsdGoPkgHasElems_LABELallXRefTypeschema_Label_XsdtString_                                                                                                                                                                                                                                                                                                                                                                         func(*XsdGoPkgHasElems_LABELallXRefTypeschema_Label_XsdtString_, bool) error
	XsdGoPkgHasElem_CAPILLARYchoicePlatformTypeschema_Capillary_TxsdPlatformTypeChoiceCapillary_                                                                                                                                                                                                                                                                                                                                      func(*XsdGoPkgHasElem_CAPILLARYchoicePlatformTypeschema_Capillary_TxsdPlatformTypeChoiceCapillary_, bool) error
	XsdGoPkgHasElems_AlignmentIncludesUnalignedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesUnalignedReads_XsdtBoolean_                                                                                                                                                                                                                                                                                                     func(*XsdGoPkgHasElems_AlignmentIncludesUnalignedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesUnalignedReads_XsdtBoolean_, bool) error
	XsdGoPkgHasElem_IDchoicesequenceENTREZLINKchoiceLinkTypeschema_Id_XsdtNonNegativeInteger_                                                                                                                                                                                                                                                                                                                                         func(*XsdGoPkgHasElem_IDchoicesequenceENTREZLINKchoiceLinkTypeschema_Id_XsdtNonNegativeInteger_, bool) error
	XsdGoPkgHasElems_InstrumentMODELallHELICOSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceHelicosAllInstrumentModel_                                                                                                                                                                                                                                                                                               func(*XsdGoPkgHasElems_InstrumentMODELallHELICOSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceHelicosAllInstrumentModel_, bool) error
	XsdGoPkgHasElem_RUNsequenceRUNLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Run_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun_                                                                                                                                                                                                                          func(*XsdGoPkgHasElem_RUNsequenceRUNLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Run_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun_, bool) error
	XsdGoPkgHasElems_SEQUENCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSEQLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Sequence_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence_                             func(*XsdGoPkgHasElems_SEQUENCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSEQLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Sequence_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence_, bool) error
	XsdGoPkgHasElem_UUIDsequenceIdentifierTypeschema_Uuid_TNameAndLabelType_                                                                                                                                                                                                                                                                                                                                                          func(*XsdGoPkgHasElem_UUIDsequenceIdentifierTypeschema_Uuid_TNameAndLabelType_, bool) error
	XsdGoPkgHasElems_DBallXRefTypeschema_Db_XsdtString_                                                                                                                                                                                                                                                                                                                                                                               func(*XsdGoPkgHasElems_DBallXRefTypeschema_Db_XsdtString_, bool) error
	XsdGoPkgHasElems_PrimaryIDsequenceIdentifierTypeschema_PrimaryId_TNameAndLabelType_                                                                                                                                                                                                                                                                                                                                               func(*XsdGoPkgHasElems_PrimaryIDsequenceIdentifierTypeschema_PrimaryId_TNameAndLabelType_, bool) error
	XsdGoPkgHasElem_ASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Assembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly_                                                                                                                                             func(*XsdGoPkgHasElem_ASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Assembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly_, bool) error
	XsdGoPkgHasElems_UUIDsequenceIdentifierTypeschema_Uuid_TNameAndLabelType_                                                                                                                                                                                                                                                                                                                                                         func(*XsdGoPkgHasElems_UUIDsequenceIdentifierTypeschema_Uuid_TNameAndLabelType_, bool) error
	TxsdPlatformTypeChoiceAbiSolid                                                                                                                                                                                                                                                                                                                                                                                                    func(*TxsdPlatformTypeChoiceAbiSolid, bool) error
	XsdGoPkgHasElems_STANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Standard_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard_                                    func(*XsdGoPkgHasElems_STANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Standard_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard_, bool) error
	XsdGoPkgHasElems_InstrumentMODELsequencePACBIOSMRTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel_                                                                                                                                                                                                                                                                               func(*XsdGoPkgHasElems_InstrumentMODELsequencePACBIOSMRTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel_, bool) error
	XsdGoPkgHasElem_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_                                                                                                                                                                                                                                                                                                                                          func(*XsdGoPkgHasElem_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_, bool) error
	XsdGoPkgHasElem_STANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Standard_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard_                                     func(*XsdGoPkgHasElem_STANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Standard_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard_, bool) error
	XsdGoPkgHasElem_IDENTIFIERSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_                                                                                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElem_IDENTIFIERSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_, bool) error
	XsdGoPkgHasElems_TARGETsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Target_TSraLinkType_                                                                                                                                                                                                                                                                                                              func(*XsdGoPkgHasElems_TARGETsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Target_TSraLinkType_, bool) error
	XsdGoPkgHasElem_RelativeORDERchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_RelativeOrder_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder_                                                                                                                                                                                                                      func(*XsdGoPkgHasElem_RelativeORDERchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_RelativeOrder_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder_, bool) error
	XsdGoPkgHasElems_AbundanceMEASUREMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_AbundanceMeasurement_TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement_                                                                                                                                                                                                                                                            func(*XsdGoPkgHasElems_AbundanceMEASUREMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_AbundanceMeasurement_TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement_, bool) error
	XsdGoPkgHasElem_ReadINDEXsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadIndex_XsdtNonNegativeInteger_                                                                                                                                                                                                                                                                                                   func(*XsdGoPkgHasElem_ReadINDEXsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadIndex_XsdtNonNegativeInteger_, bool) error
	XsdGoPkgHasElem_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward                                                                                                                                                                                                                                          func(*XsdGoPkgHasElem_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward, bool) error
	TxsdPlatformTypeChoiceLs454                                                                                                                                                                                                                                                                                                                                                                                                       func(*TxsdPlatformTypeChoiceLs454, bool) error
	XsdGoPkgHasElems_AnalysisLINKsequenceTxsdAnalysisTypeSequenceAnalysisLinksANALYSISLINKSsequenceAnalysisTypeschema_AnalysisLink_TLinkType_                                                                                                                                                                                                                                                                                         func(*XsdGoPkgHasElems_AnalysisLINKsequenceTxsdAnalysisTypeSequenceAnalysisLinksANALYSISLINKSsequenceAnalysisTypeschema_AnalysisLink_TLinkType_, bool) error
	XsdGoPkgHasElem_Analysis                                                                                                                                                                                                                                                                                                                                                                                                          func(*XsdGoPkgHasElem_Analysis, bool) error
	XsdGoPkgHasElems_SequenceANNOTATIONchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SequenceAnnotation_TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation_                                                                                                                                                                                                                              func(*XsdGoPkgHasElems_SequenceANNOTATIONchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SequenceAnnotation_TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation_, bool) error
	XsdGoPkgHasElem_InstrumentMODELallHELICOSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceHelicosAllInstrumentModel_                                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElem_InstrumentMODELallHELICOSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceHelicosAllInstrumentModel_, bool) error
	XsdGoPkgHasElems_DIRECTIVESallAlignmentProcessingTypeschema_Directives_TAlignmentDirectivesType_                                                                                                                                                                                                                                                                                                                                  func(*XsdGoPkgHasElems_DIRECTIVESallAlignmentProcessingTypeschema_Directives_TAlignmentDirectivesType_, bool) error
	XsdGoPkgHasElem_Ls454ChoicePlatformTypeschema_Ls454_TxsdPlatformTypeChoiceLs454_                                                                                                                                                                                                                                                                                                                                                  func(*XsdGoPkgHasElem_Ls454ChoicePlatformTypeschema_Ls454_TxsdPlatformTypeChoiceLs454_, bool) error
	XsdGoPkgHasElem_AlignmentIncludesUnalignedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesUnalignedReads_XsdtBoolean_                                                                                                                                                                                                                                                                                                      func(*XsdGoPkgHasElem_AlignmentIncludesUnalignedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesUnalignedReads_XsdtBoolean_, bool) error
	XsdGoPkgHasElem_DIRECTIVESallAlignmentProcessingTypeschema_Directives_TAlignmentDirectivesType_                                                                                                                                                                                                                                                                                                                                   func(*XsdGoPkgHasElem_DIRECTIVESallAlignmentProcessingTypeschema_Directives_TAlignmentDirectivesType_, bool) error
	XsdGoPkgHasElems_PROCESSINGsequenceABUNDANCEMEASUREMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_                                                                                                                                                                                                                                                                                            func(*XsdGoPkgHasElems_PROCESSINGsequenceABUNDANCEMEASUREMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_, bool) error
	XsdGoPkgHasElems_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward                                                                                                                                                                                                                                         func(*XsdGoPkgHasElems_ReadTYPEsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadType_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadType_Forward, bool) error
	XsdGoPkgHasElems_OxfordNANOPOREchoicePlatformTypeschema_OxfordNanopore_TxsdPlatformTypeChoiceOxfordNanopore_                                                                                                                                                                                                                                                                                                                      func(*XsdGoPkgHasElems_OxfordNANOPOREchoicePlatformTypeschema_OxfordNanopore_TxsdPlatformTypeChoiceOxfordNanopore_, bool) error
	TPipelineType                                                                                                                                                                                                                                                                                                                                                                                                                     func(*TPipelineType, bool) error
	TSraLinkType                                                                                                                                                                                                                                                                                                                                                                                                                      func(*TSraLinkType, bool) error
	XsdGoPkgHasElem_InstrumentMODELsequenceILLUMINAchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel_                                                                                                                                                                                                                                                                                    func(*XsdGoPkgHasElem_InstrumentMODELsequenceILLUMINAchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel_, bool) error
	TxsdPlatformTypeChoiceIllumina                                                                                                                                                                                                                                                                                                                                                                                                    func(*TxsdPlatformTypeChoiceIllumina, bool) error
	XsdGoPkgHasElems_ExpectedBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ExpectedBasecallTable_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable_                                                                                                                                                                                             func(*XsdGoPkgHasElems_ExpectedBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ExpectedBasecallTable_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable_, bool) error
	XsdGoPkgHasElems_ReferenceSOURCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustomCUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceSource_TLinkType_ func(*XsdGoPkgHasElems_ReferenceSOURCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustomCUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceSource_TLinkType_, bool) error
	XsdGoPkgHasElem_SampleDemuxDIRECTIVEallSequencingDirectivesTypeschema_SampleDemuxDirective_TxsdSequencingDirectivesTypeAllSampleDemuxDirective_                                                                                                                                                                                                                                                                                   func(*XsdGoPkgHasElem_SampleDemuxDIRECTIVEallSequencingDirectivesTypeschema_SampleDemuxDirective_TxsdSequencingDirectivesTypeAllSampleDemuxDirective_, bool) error
	TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec                                                                                                                                                                                                                                                                                                                                                                        func(*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec, bool) error
	XsdGoPkgHasElem_AbiSOLIDchoicePlatformTypeschema_AbiSolid_TxsdPlatformTypeChoiceAbiSolid_                                                                                                                                                                                                                                                                                                                                         func(*XsdGoPkgHasElem_AbiSOLIDchoicePlatformTypeschema_AbiSolid_TxsdPlatformTypeChoiceAbiSolid_, bool) error
	XsdGoPkgHasElem_DBallXRefTypeschema_Db_XsdtString_                                                                                                                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElem_DBallXRefTypeschema_Db_XsdtString_, bool) error
	XsdGoPkgHasElems_HELICOSchoicePlatformTypeschema_Helicos_TxsdPlatformTypeChoiceHelicos_                                                                                                                                                                                                                                                                                                                                           func(*XsdGoPkgHasElems_HELICOSchoicePlatformTypeschema_Helicos_TxsdPlatformTypeChoiceHelicos_, bool) error
	XsdGoPkgHasElem_IonTORRENTchoicePlatformTypeschema_IonTorrent_TxsdPlatformTypeChoiceIonTorrent_                                                                                                                                                                                                                                                                                                                                   func(*XsdGoPkgHasElem_IonTORRENTchoicePlatformTypeschema_IonTorrent_TxsdPlatformTypeChoiceIonTorrent_, bool) error
	XsdGoPkgHasElems_StudyREFsequenceAnalysisTypeschema_StudyRef_TxsdAnalysisTypeSequenceStudyRef_                                                                                                                                                                                                                                                                                                                                    func(*XsdGoPkgHasElems_StudyREFsequenceAnalysisTypeschema_StudyRef_TxsdAnalysisTypeSequenceStudyRef_, bool) error
	XsdGoPkgHasElems_PipeSECTIONsequencePipelineTypeschema_PipeSection_TxsdPipelineTypeSequencePipeSection_                                                                                                                                                                                                                                                                                                                           func(*XsdGoPkgHasElems_PipeSECTIONsequencePipelineTypeschema_PipeSection_TxsdPipelineTypeSequencePipeSection_, bool) error
	XsdGoPkgHasElem_IDallXRefTypeschema_Id_XsdtString_                                                                                                                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElem_IDallXRefTypeschema_Id_XsdtString_, bool) error
	XsdGoPkgHasElem_URLallURLLINKchoiceLinkTypeschema_Url_XsdtAnyURI_                                                                                                                                                                                                                                                                                                                                                                 func(*XsdGoPkgHasElem_URLallURLLINKchoiceLinkTypeschema_Url_XsdtAnyURI_, bool) error
	TxsdAnalysisTypeSequenceSequenceDataBlock                                                                                                                                                                                                                                                                                                                                                                                         func(*TxsdAnalysisTypeSequenceSequenceDataBlock, bool) error
	TAnalysisType                                                                                                                                                                                                                                                                                                                                                                                                                     func(*TAnalysisType, bool) error
	XsdGoPkgHasElems_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_                                                                                                                                                                                                                                                                                                                                                    func(*XsdGoPkgHasElems_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_, bool) error
	XsdGoPkgHasElem_OxfordNANOPOREchoicePlatformTypeschema_OxfordNanopore_TxsdPlatformTypeChoiceOxfordNanopore_                                                                                                                                                                                                                                                                                                                       func(*XsdGoPkgHasElem_OxfordNANOPOREchoicePlatformTypeschema_OxfordNanopore_TxsdPlatformTypeChoiceOxfordNanopore_, bool) error
	XsdGoPkgHasElems_AnalysisATTRIBUTEsequenceTxsdAnalysisTypeSequenceAnalysisAttributesANALYSISATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttribute_TAttributeType_                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElems_AnalysisATTRIBUTEsequenceTxsdAnalysisTypeSequenceAnalysisAttributesANALYSISATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttribute_TAttributeType_, bool) error
	XsdGoPkgHasElem_TARGETsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Target_TSraLinkType_                                                                                                                                                                                                                                                                                                               func(*XsdGoPkgHasElem_TARGETsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Target_TSraLinkType_, bool) error
	XsdGoPkgHasElems_AnalysisATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttributes_TxsdAnalysisTypeSequenceAnalysisAttributes_                                                                                                                                                                                                                                                                                                      func(*XsdGoPkgHasElems_AnalysisATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttributes_TxsdAnalysisTypeSequenceAnalysisAttributes_, bool) error
	XsdGoPkgHasElems_XrefLINKchoiceLinkTypeschema_XrefLink_TXRefType_                                                                                                                                                                                                                                                                                                                                                                 func(*XsdGoPkgHasElems_XrefLINKchoiceLinkTypeschema_XrefLink_TXRefType_, bool) error
	XsdGoPkgHasElem_SequenceANNOTATIONchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SequenceAnnotation_TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation_                                                                                                                                                                                                                               func(*XsdGoPkgHasElem_SequenceANNOTATIONchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SequenceAnnotation_TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation_, bool) error
	TSequencingDirectivesType                                                                                                                                                                                                                                                                                                                                                                                                         func(*TSequencingDirectivesType, bool) error
	XsdGoPkgHasElem_ReadSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec_                                                                                                                                                                                                                                                                                 func(*XsdGoPkgHasElem_ReadSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec_, bool) error
	TDefaultProcessingType                                                                                                                                                                                                                                                                                                                                                                                                            func(*TDefaultProcessingType, bool) error
	XsdGoPkgHasElems_DIRECTIVESsequenceProcessingTypeschema_Directives_TSequencingDirectivesType_                                                                                                                                                                                                                                                                                                                                     func(*XsdGoPkgHasElems_DIRECTIVESsequenceProcessingTypeschema_Directives_TSequencingDirectivesType_, bool) error
	TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly                                                                                                                                                                                                                                                                                                                                                      func(*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly, bool) error
	XsdGoPkgHasElems_FILEsequenceTxsdAnalysisTypeSequenceSequenceDataBlockAllFilesFILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_File_TAnalysisFileType_                                                                                                                                                                                                                                func(*XsdGoPkgHasElems_FILEsequenceTxsdAnalysisTypeSequenceSequenceDataBlockAllFilesFILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_File_TAnalysisFileType_, bool) error
	XsdGoPkgHasElems_EntrezLINKchoiceLinkTypeschema_EntrezLink_TxsdLinkTypeChoiceEntrezLink_                                                                                                                                                                                                                                                                                                                                          func(*XsdGoPkgHasElems_EntrezLINKchoiceLinkTypeschema_EntrezLink_TxsdLinkTypeChoiceEntrezLink_, bool) error
	XsdGoPkgHasElem_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_                                                                                                                                                                                                                                                                                                                                               func(*XsdGoPkgHasElem_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_, bool) error
	TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment                                                                                                                                                                                                                                                                                                                                                                      func(*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment, bool) error
	XsdGoPkgHasElem_AbundanceMEASUREMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_AbundanceMeasurement_TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement_                                                                                                                                                                                                                         func(*XsdGoPkgHasElem_AbundanceMEASUREMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_AbundanceMeasurement_TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement_, bool) error
	TxsdAnalysisTypeSequenceAnalysisLinks                                                                                                                                                                                                                                                                                                                                                                                             func(*TxsdAnalysisTypeSequenceAnalysisLinks, bool) error
	TPlatformType                                                                                                                                                                                                                                                                                                                                                                                                                     func(*TPlatformType, bool) error
	XsdGoPkgHasElems_AbiSOLIDchoicePlatformTypeschema_AbiSolid_TxsdPlatformTypeChoiceAbiSolid_                                                                                                                                                                                                                                                                                                                                        func(*XsdGoPkgHasElems_AbiSOLIDchoicePlatformTypeschema_AbiSolid_TxsdPlatformTypeChoiceAbiSolid_, bool) error
	XsdGoPkgHasElem_BASECALLsequenceEXPECTEDBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_Basecall_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall_                                                                                                                                                                           func(*XsdGoPkgHasElem_BASECALLsequenceEXPECTEDBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_Basecall_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall_, bool) error
	XsdGoPkgHasElems_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_                                                                                                                                                                                                                                                                                                                                         func(*XsdGoPkgHasElems_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_, bool) error
	XsdGoPkgHasElem_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_                                                                                                                                                                                                                                                                                                                                          func(*XsdGoPkgHasElem_VERSIONsequencePIPESECTIONsequencePipelineTypeschema_Version_XsdtString_, bool) error
	XsdGoPkgHasElem_PIPELINEallDefaultProcessingTypeschema_Pipeline_TPipelineType_                                                                                                                                                                                                                                                                                                                                                    func(*XsdGoPkgHasElem_PIPELINEallDefaultProcessingTypeschema_Pipeline_TPipelineType_, bool) error
	TAnalysisSetType                                                                                                                                                                                                                                                                                                                                                                                                                  func(*TAnalysisSetType, bool) error
	XsdGoPkgHasElems_ASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Assembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly_                                                                                                                                            func(*XsdGoPkgHasElems_ASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Assembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssembly_, bool) error
	XsdGoPkgHasElem_InstrumentMODELallLS454ChoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceLs454AllInstrumentModel_                                                                                                                                                                                                                                                                                                    func(*XsdGoPkgHasElem_InstrumentMODELallLS454ChoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceLs454AllInstrumentModel_, bool) error
	XsdGoPkgHasElem_SpotDecodeSPECchoiceSpotDescriptorTypeschema_SpotDecodeSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpec_                                                                                                                                                                                                                                                                                                           func(*XsdGoPkgHasElem_SpotDecodeSPECchoiceSpotDescriptorTypeschema_SpotDecodeSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpec_, bool) error
	TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence                                                                                                                                                                                                                                                                                                                                     func(*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence, bool) error
	XsdGoPkgHasElem_PacbioSMRTchoicePlatformTypeschema_PacbioSmrt_TxsdPlatformTypeChoicePacbioSmrt_                                                                                                                                                                                                                                                                                                                                   func(*XsdGoPkgHasElem_PacbioSMRTchoicePlatformTypeschema_PacbioSmrt_TxsdPlatformTypeChoicePacbioSmrt_, bool) error
	XsdGoPkgHasElems_RelativeORDERchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_RelativeOrder_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder_                                                                                                                                                                                                                     func(*XsdGoPkgHasElems_RelativeORDERchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_RelativeOrder_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder_, bool) error
	XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssemblyDENovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_                                                                                                                                                                                                       func(*XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssemblyDENovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TDefaultProcessingType_, bool) error
	TIdentifierType                                                                                                                                                                                                                                                                                                                                                                                                                   func(*TIdentifierType, bool) error
	XsdGoPkgHasElems_TITLEsequenceAnalysisTypeschema_Title_XsdtString_                                                                                                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElems_TITLEsequenceAnalysisTypeschema_Title_XsdtString_, bool) error
	XsdGoPkgHasElems_AlignmentIncludesFailedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesFailedReads_XsdtBoolean_                                                                                                                                                                                                                                                                                                           func(*XsdGoPkgHasElems_AlignmentIncludesFailedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesFailedReads_XsdtBoolean_, bool) error
	XsdGoPkgHasElems_InstrumentMODELsequenceILLUMINAchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel_                                                                                                                                                                                                                                                                                   func(*XsdGoPkgHasElems_InstrumentMODELsequenceILLUMINAchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIlluminaSequenceInstrumentModel_, bool) error
	XsdGoPkgHasElem_RunLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_RunLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels_                                                                                                                                          func(*XsdGoPkgHasElem_RunLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_RunLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels_, bool) error
	TxsdAnalysisTypeSequenceStudyRef                                                                                                                                                                                                                                                                                                                                                                                                  func(*TxsdAnalysisTypeSequenceStudyRef, bool) error
	TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder                                                                                                                                                                                                                                                                                                                                             func(*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceRelativeOrder, bool) error
	XsdGoPkgHasElem_ILLUMINAchoicePlatformTypeschema_Illumina_TxsdPlatformTypeChoiceIllumina_                                                                                                                                                                                                                                                                                                                                         func(*XsdGoPkgHasElem_ILLUMINAchoicePlatformTypeschema_Illumina_TxsdPlatformTypeChoiceIllumina_, bool) error
	TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels                                                                                                                                                                                                                                                                                                                                                     func(*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels, bool) error
	XsdGoPkgHasElems_PacbioSMRTchoicePlatformTypeschema_PacbioSmrt_TxsdPlatformTypeChoicePacbioSmrt_                                                                                                                                                                                                                                                                                                                                  func(*XsdGoPkgHasElems_PacbioSMRTchoicePlatformTypeschema_PacbioSmrt_TxsdPlatformTypeChoicePacbioSmrt_, bool) error
	TxsdPlatformTypeChoiceCompleteGenomics                                                                                                                                                                                                                                                                                                                                                                                            func(*TxsdPlatformTypeChoiceCompleteGenomics, bool) error
	XsdGoPkgHasElem_AlignmentMarksDuplicateReadsallAlignmentDirectivesTypeschema_AlignmentMarksDuplicateReads_XsdtBoolean_                                                                                                                                                                                                                                                                                                            func(*XsdGoPkgHasElem_AlignmentMarksDuplicateReadsallAlignmentDirectivesTypeschema_AlignmentMarksDuplicateReads_XsdtBoolean_, bool) error
	XsdGoPkgHasElem_PrimaryIDsequenceIdentifierTypeschema_PrimaryId_TNameAndLabelType_                                                                                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElem_PrimaryIDsequenceIdentifierTypeschema_PrimaryId_TNameAndLabelType_, bool) error
	XsdGoPkgHasElem_TITLEsequenceAnalysisTypeschema_Title_XsdtString_                                                                                                                                                                                                                                                                                                                                                                 func(*XsdGoPkgHasElem_TITLEsequenceAnalysisTypeschema_Title_XsdtString_, bool) error
	XsdGoPkgHasElem_AnalysisATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttributes_TxsdAnalysisTypeSequenceAnalysisAttributes_                                                                                                                                                                                                                                                                                                       func(*XsdGoPkgHasElem_AnalysisATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttributes_TxsdAnalysisTypeSequenceAnalysisAttributes_, bool) error
	XsdGoPkgHasElem_PipeSECTIONsequencePipelineTypeschema_PipeSection_TxsdPipelineTypeSequencePipeSection_                                                                                                                                                                                                                                                                                                                            func(*XsdGoPkgHasElem_PipeSECTIONsequencePipelineTypeschema_PipeSection_TxsdPipelineTypeSequencePipeSection_, bool) error
	TxsdPlatformTypeChoiceCapillary                                                                                                                                                                                                                                                                                                                                                                                                   func(*TxsdPlatformTypeChoiceCapillary, bool) error
	XsdGoPkgHasElems_SubmitterIDsequenceIdentifierTypeschema_SubmitterId_TQualifiedNameType_                                                                                                                                                                                                                                                                                                                                          func(*XsdGoPkgHasElems_SubmitterIDsequenceIdentifierTypeschema_SubmitterId_TQualifiedNameType_, bool) error
	XsdGoPkgHasElem_LABELallXRefTypeschema_Label_XsdtString_                                                                                                                                                                                                                                                                                                                                                                          func(*XsdGoPkgHasElem_LABELallXRefTypeschema_Label_XsdtString_, bool) error
	TNameAndLabelType                                                                                                                                                                                                                                                                                                                                                                                                                 func(*TNameAndLabelType, bool) error
	XsdGoPkgHasElem_SEQUENCEsequenceSEQLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Sequence_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence_                                                                                                                                                                                                           func(*XsdGoPkgHasElem_SEQUENCEsequenceSEQLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Sequence_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabelsSequenceSequence_, bool) error
	XsdGoPkgHasElem_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_                                                                                                                                                                                                                                                                                                               func(*XsdGoPkgHasElem_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_, bool) error
	TxsdPlatformTypeChoiceHelicos                                                                                                                                                                                                                                                                                                                                                                                                     func(*TxsdPlatformTypeChoiceHelicos, bool) error
	TQualifiedNameType                                                                                                                                                                                                                                                                                                                                                                                                                func(*TQualifiedNameType, bool) error
	XsdGoPkgHasElem_FILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_Files_TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles_                                                                                                                                                                                                                                                             func(*XsdGoPkgHasElem_FILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_Files_TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles_, bool) error
	XsdGoPkgHasElem_ReferenceSOURCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustomCUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceSource_TLinkType_  func(*XsdGoPkgHasElem_ReferenceSOURCEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustomCUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceSource_TLinkType_, bool) error
	XsdGoPkgHasElems_InstrumentMODELsequenceCOMPLETEGENOMICSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel_                                                                                                                                                                                                                                                                   func(*XsdGoPkgHasElems_InstrumentMODELsequenceCOMPLETEGENOMICSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel_, bool) error
	XsdGoPkgHasElem_InstrumentMODELsequenceABISOLIDchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel_                                                                                                                                                                                                                                                                                    func(*XsdGoPkgHasElem_InstrumentMODELsequenceABISOLIDchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel_, bool) error
	XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TAlignmentProcessingType_                                                                                                                                                                                             func(*XsdGoPkgHasElem_PROCESSINGsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Processing_TAlignmentProcessingType_, bool) error
	XsdGoPkgHasElems_ReferenceALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceAlignment_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment_                                                                                                                                                                                                                              func(*XsdGoPkgHasElems_ReferenceALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceAlignment_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment_, bool) error
	TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard                                                                                                                                                                                                                                                                                                                                        func(*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandard, bool) error
	XsdGoPkgHasElem_CompleteGENOMICSchoicePlatformTypeschema_CompleteGenomics_TxsdPlatformTypeChoiceCompleteGenomics_                                                                                                                                                                                                                                                                                                                 func(*XsdGoPkgHasElem_CompleteGENOMICSchoicePlatformTypeschema_CompleteGenomics_TxsdPlatformTypeChoiceCompleteGenomics_, bool) error
	XsdGoPkgHasElems_SpotDecodeSPECchoiceSpotDescriptorTypeschema_SpotDecodeSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpec_                                                                                                                                                                                                                                                                                                          func(*XsdGoPkgHasElems_SpotDecodeSPECchoiceSpotDescriptorTypeschema_SpotDecodeSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpec_, bool) error
	XsdGoPkgHasElems_TARGETSsequenceAnalysisTypeschema_Targets_TxsdAnalysisTypeSequenceTargets_                                                                                                                                                                                                                                                                                                                                       func(*XsdGoPkgHasElems_TARGETSsequenceAnalysisTypeschema_Targets_TxsdAnalysisTypeSequenceTargets_, bool) error
	XsdGoPkgHasElem_DeNovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_DeNovoAssembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly_                                                                                                                                                                                                                                           func(*XsdGoPkgHasElem_DeNovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_DeNovoAssembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly_, bool) error
	XsdGoPkgHasElems_IDENTIFIERSsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_                                                                                                                                                                                                                                                                                                 func(*XsdGoPkgHasElems_IDENTIFIERSsequenceTxsdAnalysisTypeSequenceTargetsTARGETSsequenceAnalysisTypeschema_Identifiers_TIdentifierType_, bool) error
	XsdGoPkgHasElem_InstrumentMODELsequenceCOMPLETEGENOMICSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel_                                                                                                                                                                                                                                                                    func(*XsdGoPkgHasElem_InstrumentMODELsequenceCOMPLETEGENOMICSchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCompleteGenomicsSequenceInstrumentModel_, bool) error
	TxsdLinkTypeChoiceUrlLink                                                                                                                                                                                                                                                                                                                                                                                                         func(*TxsdLinkTypeChoiceUrlLink, bool) error
	XsdGoPkgHasElem_NAMEsequenceSTANDARDchoiceASSEMBLYsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Name_TXRefType_                                                                                                                                                                                                                                                                                          func(*XsdGoPkgHasElem_NAMEsequenceSTANDARDchoiceASSEMBLYsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Name_TXRefType_, bool) error
	XsdGoPkgHasElem_InstrumentMODELsequencePACBIOSMRTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel_                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElem_InstrumentMODELsequencePACBIOSMRTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoicePacbioSmrtSequenceInstrumentModel_, bool) error
	XsdGoPkgHasElem_ExternalIDsequenceIdentifierTypeschema_ExternalId_TQualifiedNameType_                                                                                                                                                                                                                                                                                                                                             func(*XsdGoPkgHasElem_ExternalIDsequenceIdentifierTypeschema_ExternalId_TQualifiedNameType_, bool) error
	TxsdPlatformTypeChoiceOxfordNanopore                                                                                                                                                                                                                                                                                                                                                                                              func(*TxsdPlatformTypeChoiceOxfordNanopore, bool) error
	TAttributeType                                                                                                                                                                                                                                                                                                                                                                                                                    func(*TAttributeType, bool) error
	TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles                                                                                                                                                                                                                                                                                                                                                                                 func(*TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles, bool) error
	XsdGoPkgHasElem_DIRECTIVESsequenceProcessingTypeschema_Directives_TSequencingDirectivesType_                                                                                                                                                                                                                                                                                                                                      func(*XsdGoPkgHasElem_DIRECTIVESsequenceProcessingTypeschema_Directives_TSequencingDirectivesType_, bool) error
	XsdGoPkgHasElem_ExpectedBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ExpectedBasecallTable_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable_                                                                                                                                                                                              func(*XsdGoPkgHasElem_ExpectedBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ExpectedBasecallTable_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable_, bool) error
	XsdGoPkgHasElems_InstrumentMODELallLS454ChoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceLs454AllInstrumentModel_                                                                                                                                                                                                                                                                                                   func(*XsdGoPkgHasElems_InstrumentMODELallLS454ChoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceLs454AllInstrumentModel_, bool) error
	XsdGoPkgHasElem_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_                                                                                                                                                                                                                                                                                                                                              func(*XsdGoPkgHasElem_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_, bool) error
	XsdGoPkgHasElems_RUNsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsRUNLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Run_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun_                                            func(*XsdGoPkgHasElems_RUNsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsRUNLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Run_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun_, bool) error
	XsdGoPkgHasCdata                                                                                                                                                                                                                                                                                                                                                                                                                  func(*XsdGoPkgHasCdata, bool) error
	XsdGoPkgHasElems_RunLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_RunLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels_                                                                                                                                         func(*XsdGoPkgHasElems_RunLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_RunLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels_, bool) error
	XsdGoPkgHasElems_InstrumentMODELsequenceOXFORDNANOPOREchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel_                                                                                                                                                                                                                                                                       func(*XsdGoPkgHasElems_InstrumentMODELsequenceOXFORDNANOPOREchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel_, bool) error
	XsdGoPkgHasElems_SeqLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_SeqLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels_                                                                                                                                                                                                                                         func(*XsdGoPkgHasElems_SeqLABELSsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_SeqLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels_, bool) error
	XsdGoPkgHasElems_IDchoicesequenceENTREZLINKchoiceLinkTypeschema_Id_XsdtNonNegativeInteger_                                                                                                                                                                                                                                                                                                                                        func(*XsdGoPkgHasElems_IDchoicesequenceENTREZLINKchoiceLinkTypeschema_Id_XsdtNonNegativeInteger_, bool) error
	XsdGoPkgHasElems_SampleDemuxDIRECTIVEallSequencingDirectivesTypeschema_SampleDemuxDirective_TxsdSequencingDirectivesTypeAllSampleDemuxDirective_                                                                                                                                                                                                                                                                                  func(*XsdGoPkgHasElems_SampleDemuxDIRECTIVEallSequencingDirectivesTypeschema_SampleDemuxDirective_TxsdSequencingDirectivesTypeAllSampleDemuxDirective_, bool) error
	XsdGoPkgHasElems_CAPILLARYchoicePlatformTypeschema_Capillary_TxsdPlatformTypeChoiceCapillary_                                                                                                                                                                                                                                                                                                                                     func(*XsdGoPkgHasElems_CAPILLARYchoicePlatformTypeschema_Capillary_TxsdPlatformTypeChoiceCapillary_, bool) error
	TSpotDescriptorType                                                                                                                                                                                                                                                                                                                                                                                                               func(*TSpotDescriptorType, bool) error
	TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation                                                                                                                                                                                                                                                                                                                                                                      func(*TxsdAnalysisTypeSequenceAnalysisTypeChoiceSequenceAnnotation, bool) error
	XsdGoPkgHasElems_InstrumentMODELsequenceABISOLIDchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel_                                                                                                                                                                                                                                                                                   func(*XsdGoPkgHasElems_InstrumentMODELsequenceABISOLIDchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceAbiSolidSequenceInstrumentModel_, bool) error
	XsdGoPkgHasElems_DeNovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_DeNovoAssembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly_                                                                                                                                                                                                                                          func(*XsdGoPkgHasElems_DeNovoASSEMBLYchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_DeNovoAssembly_TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly_, bool) error
	XsdGoPkgHasElems_AnalysisLINKSsequenceAnalysisTypeschema_AnalysisLinks_TxsdAnalysisTypeSequenceAnalysisLinks_                                                                                                                                                                                                                                                                                                                     func(*XsdGoPkgHasElems_AnalysisLINKSsequenceAnalysisTypeschema_AnalysisLinks_TxsdAnalysisTypeSequenceAnalysisLinks_, bool) error
	XsdGoPkgHasElems_UNITSallAttributeTypeschema_Units_XsdtString_                                                                                                                                                                                                                                                                                                                                                                    func(*XsdGoPkgHasElems_UNITSallAttributeTypeschema_Units_XsdtString_, bool) error
	XsdGoPkgHasElems_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_                                                                                                                                                                                                                                                                                                                                              func(*XsdGoPkgHasElems_QUERYchoicesequenceENTREZLINKchoiceLinkTypeschema_Query_XsdtString_, bool) error
	XsdGoPkgHasElems_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_                                                                                                                                                                                                                                                                                                                                             func(*XsdGoPkgHasElems_NOTESsequencePIPESECTIONsequencePipelineTypeschema_Notes_XsdtString_, bool) error
	XsdGoPkgHasElems_ILLUMINAchoicePlatformTypeschema_Illumina_TxsdPlatformTypeChoiceIllumina_                                                                                                                                                                                                                                                                                                                                        func(*XsdGoPkgHasElems_ILLUMINAchoicePlatformTypeschema_Illumina_TxsdPlatformTypeChoiceIllumina_, bool) error
	XsdGoPkgHasElems_AnalysisSet                                                                                                                                                                                                                                                                                                                                                                                                      func(*XsdGoPkgHasElems_AnalysisSet, bool) error
	XsdGoPkgHasElem_FILEsequenceFILESallDATABLOCKsequencesequenceAnalysisTypeschema_File_TAnalysisFileType_                                                                                                                                                                                                                                                                                                                           func(*XsdGoPkgHasElem_FILEsequenceFILESallDATABLOCKsequencesequenceAnalysisTypeschema_File_TAnalysisFileType_, bool) error
	XsdGoPkgHasElems_SpotLENGTHsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_SpotLength_XsdtNonNegativeInteger_                                                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElems_SpotLENGTHsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_SpotLength_XsdtNonNegativeInteger_, bool) error
	XsdGoPkgHasElem_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_                                                                                                                                                                                                                                                                                                                              func(*XsdGoPkgHasElem_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_, bool) error
	XsdGoPkgHasElem_HELICOSchoicePlatformTypeschema_Helicos_TxsdPlatformTypeChoiceHelicos_                                                                                                                                                                                                                                                                                                                                            func(*XsdGoPkgHasElem_HELICOSchoicePlatformTypeschema_Helicos_TxsdPlatformTypeChoiceHelicos_, bool) error
	TLinkType                                                                                                                                                                                                                                                                                                                                                                                                                         func(*TLinkType, bool) error
	XsdGoPkgHasElem_StudyREFsequenceAnalysisTypeschema_StudyRef_TxsdAnalysisTypeSequenceStudyRef_                                                                                                                                                                                                                                                                                                                                     func(*XsdGoPkgHasElem_StudyREFsequenceAnalysisTypeschema_StudyRef_TxsdAnalysisTypeSequenceStudyRef_, bool) error
	XsdGoPkgHasElems_IonTORRENTchoicePlatformTypeschema_IonTorrent_TxsdPlatformTypeChoiceIonTorrent_                                                                                                                                                                                                                                                                                                                                  func(*XsdGoPkgHasElems_IonTORRENTchoicePlatformTypeschema_IonTorrent_TxsdPlatformTypeChoiceIonTorrent_, bool) error
	XsdGoPkgHasElem_AnalysisATTRIBUTEsequenceANALYSISATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttribute_TAttributeType_                                                                                                                                                                                                                                                                                                           func(*XsdGoPkgHasElem_AnalysisATTRIBUTEsequenceANALYSISATTRIBUTESsequenceAnalysisTypeschema_AnalysisAttribute_TAttributeType_, bool) error
	TxsdPlatformTypeChoiceIonTorrent                                                                                                                                                                                                                                                                                                                                                                                                  func(*TxsdPlatformTypeChoiceIonTorrent, bool) error
	XsdGoPkgHasElem_InstrumentMODELsequenceCAPILLARYchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel_                                                                                                                                                                                                                                                                                  func(*XsdGoPkgHasElem_InstrumentMODELsequenceCAPILLARYchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel_, bool) error
	XsdGoPkgHasElem_SecondaryIDsequenceIdentifierTypeschema_SecondaryId_TNameAndLabelType_                                                                                                                                                                                                                                                                                                                                            func(*XsdGoPkgHasElem_SecondaryIDsequenceIdentifierTypeschema_SecondaryId_TNameAndLabelType_, bool) error
	XsdGoPkgHasElems_Ls454ChoicePlatformTypeschema_Ls454_TxsdPlatformTypeChoiceLs454_                                                                                                                                                                                                                                                                                                                                                 func(*XsdGoPkgHasElems_Ls454ChoicePlatformTypeschema_Ls454_TxsdPlatformTypeChoiceLs454_, bool) error
	XsdGoPkgHasElems_ExternalIDsequenceIdentifierTypeschema_ExternalId_TQualifiedNameType_                                                                                                                                                                                                                                                                                                                                            func(*XsdGoPkgHasElems_ExternalIDsequenceIdentifierTypeschema_ExternalId_TQualifiedNameType_, bool) error
	XsdGoPkgHasElem_TARGETSsequenceAnalysisTypeschema_Targets_TxsdAnalysisTypeSequenceTargets_                                                                                                                                                                                                                                                                                                                                        func(*XsdGoPkgHasElem_TARGETSsequenceAnalysisTypeschema_Targets_TxsdAnalysisTypeSequenceTargets_, bool) error
	XsdGoPkgHasElem_AnalysisLINKSsequenceAnalysisTypeschema_AnalysisLinks_TxsdAnalysisTypeSequenceAnalysisLinks_                                                                                                                                                                                                                                                                                                                      func(*XsdGoPkgHasElem_AnalysisLINKSsequenceAnalysisTypeschema_AnalysisLinks_TxsdAnalysisTypeSequenceAnalysisLinks_, bool) error
	XsdGoPkgHasElem_TAGallAttributeTypeschema_Tag_XsdtString_                                                                                                                                                                                                                                                                                                                                                                         func(*XsdGoPkgHasElem_TAGallAttributeTypeschema_Tag_XsdtString_, bool) error
	XsdGoPkgHasElems_PIPELINEallDefaultProcessingTypeschema_Pipeline_TPipelineType_                                                                                                                                                                                                                                                                                                                                                   func(*XsdGoPkgHasElems_PIPELINEallDefaultProcessingTypeschema_Pipeline_TPipelineType_, bool) error
	TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom                                                                                                                                                                                                                                                                                                                                          func(*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom, bool) error
	TAlignmentProcessingType                                                                                                                                                                                                                                                                                                                                                                                                          func(*TAlignmentProcessingType, bool) error
	XsdGoPkgHasElems_URLallURLLINKchoiceLinkTypeschema_Url_XsdtAnyURI_                                                                                                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElems_URLallURLLINKchoiceLinkTypeschema_Url_XsdtAnyURI_, bool) error
	XsdGoPkgHasElems_BaseCOORDchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_BaseCoord_XsdtInteger_                                                                                                                                                                                                                                                                                                       func(*XsdGoPkgHasElems_BaseCOORDchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_BaseCoord_XsdtInteger_, bool) error
	XsdGoPkgHasElems_PROCESSINGsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Processing_TAlignmentProcessingType_                                                                                                                                                                                                                                                                                            func(*XsdGoPkgHasElems_PROCESSINGsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Processing_TAlignmentProcessingType_, bool) error
	XsdGoPkgHasElems_AnalysisTYPEsequenceAnalysisTypeschema_AnalysisType_TxsdAnalysisTypeSequenceAnalysisType_                                                                                                                                                                                                                                                                                                                        func(*XsdGoPkgHasElems_AnalysisTYPEsequenceAnalysisTypeschema_AnalysisType_TxsdAnalysisTypeSequenceAnalysisType_, bool) error
	TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly                                                                                                                                                                                                                                                                                                                                                                          func(*TxsdAnalysisTypeSequenceAnalysisTypeChoiceDeNovoAssembly, bool) error
	XsdGoPkgHasElem_XrefLINKchoiceLinkTypeschema_XrefLink_TXRefType_                                                                                                                                                                                                                                                                                                                                                                  func(*XsdGoPkgHasElem_XrefLINKchoiceLinkTypeschema_XrefLink_TXRefType_, bool) error
	TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun                                                                                                                                                                                                                                                                                                                                          func(*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabelsSequenceRun, bool) error
	XsdGoPkgHasElem_AnalysisTYPEsequenceAnalysisTypeschema_AnalysisType_TxsdAnalysisTypeSequenceAnalysisType_                                                                                                                                                                                                                                                                                                                         func(*XsdGoPkgHasElem_AnalysisTYPEsequenceAnalysisTypeschema_AnalysisType_TxsdAnalysisTypeSequenceAnalysisType_, bool) error
	XsdGoPkgHasElems_SecondaryIDsequenceIdentifierTypeschema_SecondaryId_TNameAndLabelType_                                                                                                                                                                                                                                                                                                                                           func(*XsdGoPkgHasElems_SecondaryIDsequenceIdentifierTypeschema_SecondaryId_TNameAndLabelType_, bool) error
	XsdGoPkgHasElem_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_                                                                                                                                                                                                                                                                                                                                                     func(*XsdGoPkgHasElem_DESCRIPTIONsequenceAnalysisTypeschema_Description_XsdtString_, bool) error
	XsdGoPkgHasElems_FILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_Files_TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles_                                                                                                                                                                                                                                                            func(*XsdGoPkgHasElems_FILESallTxsdAnalysisTypeSequenceSequenceDataBlockDATABLOCKsequencesequenceAnalysisTypeschema_Files_TxsdAnalysisTypeSequenceSequenceDataBlockAllFiles_, bool) error
	XsdGoPkgHasElem_BaseCOORDchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_BaseCoord_XsdtInteger_                                                                                                                                                                                                                                                                                                        func(*XsdGoPkgHasElem_BaseCOORDchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_BaseCoord_XsdtInteger_, bool) error
	TxsdSpotDescriptorTypeChoiceSpotDecodeSpec                                                                                                                                                                                                                                                                                                                                                                                        func(*TxsdSpotDescriptorTypeChoiceSpotDecodeSpec, bool) error
	XsdGoPkgHasElems_VALUEallAttributeTypeschema_Value_XsdtString_                                                                                                                                                                                                                                                                                                                                                                    func(*XsdGoPkgHasElems_VALUEallAttributeTypeschema_Value_XsdtString_, bool) error
	TxsdLinkTypeChoiceEntrezLink                                                                                                                                                                                                                                                                                                                                                                                                      func(*TxsdLinkTypeChoiceEntrezLink, bool) error
	XsdGoPkgHasElem_AnalysisLINKsequenceTxsdAnalysisTypeSequenceAnalysisLinksANALYSISLINKSsequenceAnalysisTypeschema_AnalysisLink_TLinkType_                                                                                                                                                                                                                                                                                          func(*XsdGoPkgHasElem_AnalysisLINKsequenceTxsdAnalysisTypeSequenceAnalysisLinksANALYSISLINKSsequenceAnalysisTypeschema_AnalysisLink_TLinkType_, bool) error
	XsdGoPkgHasElems_BASECALLsequenceEXPECTEDBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_Basecall_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall_                                                                                                                                                                          func(*XsdGoPkgHasElems_BASECALLsequenceEXPECTEDBasecallTABLEchoicesequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_Basecall_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall_, bool) error
	TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable                                                                                                                                                                                                                                                                                                                                     func(*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTable, bool) error
	XsdGoPkgHasElems_UrlLINKchoiceLinkTypeschema_UrlLink_TxsdLinkTypeChoiceUrlLink_                                                                                                                                                                                                                                                                                                                                                   func(*XsdGoPkgHasElems_UrlLINKchoiceLinkTypeschema_UrlLink_TxsdLinkTypeChoiceUrlLink_, bool) error
	XsdGoPkgHasElems_ReadCLASSsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadClass_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass_                                                                                                                                                                                                                                             func(*XsdGoPkgHasElems_ReadCLASSsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadClass_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass_, bool) error
	XsdGoPkgHasElems_IDallXRefTypeschema_Id_XsdtString_                                                                                                                                                                                                                                                                                                                                                                               func(*XsdGoPkgHasElems_IDallXRefTypeschema_Id_XsdtString_, bool) error
	XsdGoPkgHasElems_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_                                                                                                                                                                                                                                                                                                                                         func(*XsdGoPkgHasElems_PROGRAMsequencePIPESECTIONsequencePipelineTypeschema_Program_XsdtString_, bool) error
	XsdGoPkgHasElem_SubmitterIDsequenceIdentifierTypeschema_SubmitterId_TQualifiedNameType_                                                                                                                                                                                                                                                                                                                                           func(*XsdGoPkgHasElem_SubmitterIDsequenceIdentifierTypeschema_SubmitterId_TQualifiedNameType_, bool) error
	XsdGoPkgHasElems_InstrumentMODELsequenceCAPILLARYchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel_                                                                                                                                                                                                                                                                                 func(*XsdGoPkgHasElems_InstrumentMODELsequenceCAPILLARYchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceCapillarySequenceInstrumentModel_, bool) error
	XsdGoPkgHasElem_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_                                                                                                                                                                                                                                                                                                                                      func(*XsdGoPkgHasElem_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_, bool) error
	TXRefType                                                                                                                                                                                                                                                                                                                                                                                                                         func(*TXRefType, bool) error
	XsdGoPkgHasElem_EntrezLINKchoiceLinkTypeschema_EntrezLink_TxsdLinkTypeChoiceEntrezLink_                                                                                                                                                                                                                                                                                                                                           func(*XsdGoPkgHasElem_EntrezLINKchoiceLinkTypeschema_EntrezLink_TxsdLinkTypeChoiceEntrezLink_, bool) error
	XsdGoPkgHasElems_ANALYSISsequenceAnalysisSetTypeschema_Analysis_TAnalysisType_                                                                                                                                                                                                                                                                                                                                                    func(*XsdGoPkgHasElems_ANALYSISsequenceAnalysisSetTypeschema_Analysis_TAnalysisType_, bool) error
	TProcessingType                                                                                                                                                                                                                                                                                                                                                                                                                   func(*TProcessingType, bool) error
	TAlignmentDirectivesType                                                                                                                                                                                                                                                                                                                                                                                                          func(*TAlignmentDirectivesType, bool) error
	XsdGoPkgHasElem_ReferenceALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceAlignment_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment_                                                                                                                                                                                                                               func(*XsdGoPkgHasElem_ReferenceALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_ReferenceAlignment_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignment_, bool) error
	XsdGoPkgHasElem_UNITSallAttributeTypeschema_Units_XsdtString_                                                                                                                                                                                                                                                                                                                                                                     func(*XsdGoPkgHasElem_UNITSallAttributeTypeschema_Units_XsdtString_, bool) error
	XsdGoPkgHasElem_CUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Custom_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom_                                           func(*XsdGoPkgHasElem_CUSTOMchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Custom_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom_, bool) error
	TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement                                                                                                                                                                                                                                                                                                                                                                    func(*TxsdAnalysisTypeSequenceAnalysisTypeChoiceAbundanceMeasurement, bool) error
	TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall                                                                                                                                                                                                                                                                                                                     func(*TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceChoiceExpectedBasecallTableSequenceBasecall, bool) error
	TxsdAnalysisTypeSequenceTargets                                                                                                                                                                                                                                                                                                                                                                                                   func(*TxsdAnalysisTypeSequenceTargets, bool) error
	TxsdAnalysisTypeSequenceAnalysisAttributes                                                                                                                                                                                                                                                                                                                                                                                        func(*TxsdAnalysisTypeSequenceAnalysisAttributes, bool) error
	XsdGoPkgHasElem_SpotLENGTHsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_SpotLength_XsdtNonNegativeInteger_                                                                                                                                                                                                                                                                                                                 func(*XsdGoPkgHasElem_SpotLENGTHsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_SpotLength_XsdtNonNegativeInteger_, bool) error
	XsdGoPkgHasElem_UrlLINKchoiceLinkTypeschema_UrlLink_TxsdLinkTypeChoiceUrlLink_                                                                                                                                                                                                                                                                                                                                                    func(*XsdGoPkgHasElem_UrlLINKchoiceLinkTypeschema_UrlLink_TxsdLinkTypeChoiceUrlLink_, bool) error
	XsdGoPkgHasElems_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_                                                                                                                                                                                                                                                                                                              func(*XsdGoPkgHasElems_ReadLABELsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadLabel_XsdtString_, bool) error
	XsdGoPkgHasElem_InstrumentMODELsequenceOXFORDNANOPOREchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel_                                                                                                                                                                                                                                                                        func(*XsdGoPkgHasElem_InstrumentMODELsequenceOXFORDNANOPOREchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceOxfordNanoporeSequenceInstrumentModel_, bool) error
	XsdGoPkgHasElems_CUSTOMchoiceASSEMBLYsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Custom_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom_                                                                                                                                                                                                                      func(*XsdGoPkgHasElems_CUSTOMchoiceASSEMBLYsequenceREFERENCEALIGNMENTchoiceANALYSISTYPEsequenceAnalysisTypeschema_Custom_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceCustom_, bool) error
	XsdGoPkgHasElem_DataBLOCKsequencesequenceAnalysisTypeschema_DataBlock_TxsdAnalysisTypeSequenceSequenceDataBlock_                                                                                                                                                                                                                                                                                                                  func(*XsdGoPkgHasElem_DataBLOCKsequencesequenceAnalysisTypeschema_DataBlock_TxsdAnalysisTypeSequenceSequenceDataBlock_, bool) error
	TAnalysisFileType                                                                                                                                                                                                                                                                                                                                                                                                                 func(*TAnalysisFileType, bool) error
	XsdGoPkgHasElem_AnalysisSet                                                                                                                                                                                                                                                                                                                                                                                                       func(*XsdGoPkgHasElem_AnalysisSet, bool) error
	TxsdPlatformTypeChoicePacbioSmrt                                                                                                                                                                                                                                                                                                                                                                                                  func(*TxsdPlatformTypeChoicePacbioSmrt, bool) error
	XsdGoPkgHasElems_NAMEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandardSTANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Name_TXRefType_                   func(*XsdGoPkgHasElems_NAMEsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyChoiceStandardSTANDARDchoiceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceAssemblyASSEMBLYsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_Name_TXRefType_, bool) error
	XsdGoPkgHasElem_SeqLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SeqLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels_                                                                                                                                          func(*XsdGoPkgHasElem_SeqLABELSsequenceTxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentREFERENCEALIGNMENTchoiceTxsdAnalysisTypeSequenceAnalysisTypeANALYSISTYPEsequenceAnalysisTypeschema_SeqLabels_TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceSeqLabels_, bool) error
	XsdGoPkgHasElem_AlignmentIncludesFailedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesFailedReads_XsdtBoolean_                                                                                                                                                                                                                                                                                                            func(*XsdGoPkgHasElem_AlignmentIncludesFailedReadsallAlignmentDirectivesTypeschema_AlignmentIncludesFailedReads_XsdtBoolean_, bool) error
	TxsdAnalysisTypeSequenceAnalysisType                                                                                                                                                                                                                                                                                                                                                                                              func(*TxsdAnalysisTypeSequenceAnalysisType, bool) error
	XsdGoPkgHasElem_ReadCLASSsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadClass_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass_                                                                                                                                                                                                                                              func(*XsdGoPkgHasElem_ReadCLASSsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadClass_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpecSequenceReadClass_, bool) error
	XsdGoPkgHasElems_TAGallAttributeTypeschema_Tag_XsdtString_                                                                                                                                                                                                                                                                                                                                                                        func(*XsdGoPkgHasElems_TAGallAttributeTypeschema_Tag_XsdtString_, bool) error
	XsdGoPkgHasElems_DataBLOCKsequencesequenceAnalysisTypeschema_DataBlock_TxsdAnalysisTypeSequenceSequenceDataBlock_                                                                                                                                                                                                                                                                                                                 func(*XsdGoPkgHasElems_DataBLOCKsequencesequenceAnalysisTypeschema_DataBlock_TxsdAnalysisTypeSequenceSequenceDataBlock_, bool) error
	XsdGoPkgHasElems_CompleteGENOMICSchoicePlatformTypeschema_CompleteGenomics_TxsdPlatformTypeChoiceCompleteGenomics_                                                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElems_CompleteGENOMICSchoicePlatformTypeschema_CompleteGenomics_TxsdPlatformTypeChoiceCompleteGenomics_, bool) error
	XsdGoPkgHasElems_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_                                                                                                                                                                                                                                                                                                                             func(*XsdGoPkgHasElems_PrevStepINDEXsequencePIPESECTIONsequencePipelineTypeschema_PrevStepIndex_XsdtString_, bool) error
	XsdGoPkgHasElems_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_                                                                                                                                                                                                                                                                                                                                     func(*XsdGoPkgHasElems_StepINDEXsequencePIPESECTIONsequencePipelineTypeschema_StepIndex_XsdtString_, bool) error
	TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels                                                                                                                                                                                                                                                                                                                                                     func(*TxsdAnalysisTypeSequenceAnalysisTypeChoiceReferenceAlignmentSequenceRunLabels, bool) error
	XsdGoPkgHasElems_ReadSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec_                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElems_ReadSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadSpec_TxsdSpotDescriptorTypeChoiceSpotDecodeSpecSequenceReadSpec_, bool) error
	XsdGoPkgHasElems_AlignmentMarksDuplicateReadsallAlignmentDirectivesTypeschema_AlignmentMarksDuplicateReads_XsdtBoolean_                                                                                                                                                                                                                                                                                                           func(*XsdGoPkgHasElems_AlignmentMarksDuplicateReadsallAlignmentDirectivesTypeschema_AlignmentMarksDuplicateReads_XsdtBoolean_, bool) error
	XsdGoPkgHasElems_ReadINDEXsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadIndex_XsdtNonNegativeInteger_                                                                                                                                                                                                                                                                                                  func(*XsdGoPkgHasElems_ReadINDEXsequenceREADSPECsequenceSPOTDecodeSPECchoiceSpotDescriptorTypeschema_ReadIndex_XsdtNonNegativeInteger_, bool) error
	XsdGoPkgHasElem_VALUEallAttributeTypeschema_Value_XsdtString_                                                                                                                                                                                                                                                                                                                                                                     func(*XsdGoPkgHasElem_VALUEallAttributeTypeschema_Value_XsdtString_, bool) error
	XsdGoPkgHasElems_InstrumentMODELsequenceIONTORRENTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel_                                                                                                                                                                                                                                                                               func(*XsdGoPkgHasElems_InstrumentMODELsequenceIONTORRENTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel_, bool) error
	XsdGoPkgHasElem_InstrumentMODELsequenceIONTORRENTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel_                                                                                                                                                                                                                                                                                func(*XsdGoPkgHasElem_InstrumentMODELsequenceIONTORRENTchoicePlatformTypeschema_InstrumentModel_TxsdPlatformTypeChoiceIonTorrentSequenceInstrumentModel_, bool) error
}

Provides 234 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.

type XsdtString

type XsdtString struct {
	SubmitterId string `xml:",innerxml"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL