Documentation for XCEDE2

Element: XCEDE

[Table of contents]

Name XCEDE
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<XCEDE
version=" xs:string [0..1]">
Start Choice [0..*]
<annotationList> [0..1]
<annotation> textAnnotation_t </annotation> [0..*]
</annotationList>
<revisionList> [0..1]

'container for document revision history'


<revision> revision_t </revision> [0..*]
</revisionList>
<project> project_t </project> [0..*]
<subject> subject_t </subject> [0..*]
<visit> visit_t </visit> [0..*]
<study> study_t </study> [0..*]
<episode> episode_t </episode> [0..*]
<acquisition> acquisition_t </acquisition> [0..*]
<catalog> catalog_t </catalog> [0..*]
<analysis> analysis_t </analysis> [0..*]
<resource> resource_t </resource> [0..*]
<protocol> protocol_t </protocol> [0..*]
<data> abstract_data_t </data> [0..*]
End Choice
</XCEDE>
Diagram
type_textAnnotation_t type_revision_t type_project_t type_subject_t type_visit_t type_study_t type_episode_t type_acquisition_t type_catalog_t type_analysis_t type_resource_t type_protocol_t type_abstract_data_t
Schema Component Representation
<xs:element name="XCEDE">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="annotationList" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="annotation" type=" textAnnotation_t " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="revisionList" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="revision" type=" revision_t " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="project" type=" project_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="subject" type=" subject_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="visit" type=" visit_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="study" type=" study_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="episode" type=" episode_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="acquisition" type=" acquisition_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="catalog" type=" catalog_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="analysis" type=" analysis_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="resource" type=" resource_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="protocol" type=" protocol_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="data" type=" abstract_data_t " minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
<xs:attribute name="version" type=" xs:string "/>
</xs:complexType>
</xs:element>