Documentation for XCEDE2

Complex Type: analysis_t

[Table of contents]

Super-types: abstract_container_t < analysis_t (by extension)
Sub-types: None
Name analysis_t
Used by (from the same schema document) Element XCEDE
Abstract no
Documentation A collection of output from ana analysis of data.
XML Instance Representation
<...
ID=" xs:string [0..1]"
rev=" xs:string [0..1]

'Revision number, should correspond with an appropriate revision ID in the XCEDE/history element'

"

type=" xs:string [0..1]

'Attribute for creating categories within a container set. For example, within study, types might include \'PET\' or \'MR\'. One could also create sub-classes using colon notation: \"MR:STRUCT\"'

"

preferredLabel=" xs:string [1]

'The preferred label of this term. This can be different than the term used by the applications (e.g. CBLM versus cerebellum)'

"

abbreviation=" xs:string [0..1]

'The preferred abbreviation for the term'

"

nomenclature=" xs:string [1]

'The source ontology of this terminology/ontology term'

"

termID=" xs:string [1]

'Applications will likely want to constrain what are valid IDs within the context of their application (for example, allowing only LSID\'s)'

"

termPath=" xs:string [0..1]">
<commentList> [0..1]

'A comment is a description of the entity refered to by the current element. For example, a description of a particular subject or series.'


<comment> authoredText_t </comment> [0..*]
</commentList>
<annotationList> [0..1]

'An annotation is a description related to the xml document and the current element. Fore example, some processing that ahs edited content in the element itself.'


<annotation> textAnnotation_t </annotation> [0..*]
</annotationList>
<resourceList> [0..1]

'Informational resources related to the container'


<resource> informationResource_t </resource> [0..*]
</resourceList>
<provenance> provenance_t </provenance> [0..*]

'The record of the origin and transformations applied to source data that produced this analysis'

<inputRef> ref_t </inputRef> [0..*]
<outputRef> ref_t </outputRef> [0..*]
<measurementGroup> measurementGroup_t </measurementGroup> [1..*]

'A measurementGroup contains information and data related to the outcome of an analysis. For example, this could be a statistic (e.g. from a Statistical Parametric Map) or a measurement (e.g. the volume of the hippocmapus).'

</...>
Diagram
Schema Component Representation
<xs:complexType name="analysis_t">
<xs:complexContent>
<xs:extension base=" abstract_container_t ">
<xs:sequence>
<xs:element name="provenance" type=" provenance_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="inputRef" type=" ref_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="outputRef" type=" ref_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="measurementGroup" type=" measurementGroup_t " maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>