Documentation for XCEDE2

Complex Type: subjectGroup_t

[Table of contents]

Super-types: None
Sub-types: None
Name subjectGroup_t
Used by (from the same schema document) Complex Type projectInfo_t
Abstract no
Documentation There should be one of these elements for each subject group in this project (e.g. control, patient).
XML Instance Representation
<...
ID="anySimpleType [0..1]"
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
<subjectID> ... </subjectID> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="subjectGroup_t">
<xs:sequence>
<xs:element name="subjectID" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="ID"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>