Documentation for XCEDE2

Complex Type: subjectInfo_t

[Table of contents]

Super-types: abstract_info_t < subjectInfo_t (by extension)
Sub-types: None
Name subjectInfo_t
Used by (from the same schema document) Complex Type subject_t
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
<description> xs:string </description> [0..1]
<sex> terminologyString_t </sex> [0..1]
<species> terminologyString_t </species> [0..1]
<birthdate> terminologyString_t </birthdate> [0..1]
Allow any elements from a namespace other than this schema's namespace (strict validation). [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="subjectInfo_t">
<xs:complexContent>
<xs:extension base=" abstract_info_t ">
<xs:sequence>
<xs:element name="sex" type=" terminologyString_t " minOccurs="0"/>
<xs:element name="species" type=" terminologyString_t " minOccurs="0"/>
<xs:element name="birthdate" type=" terminologyString_t " minOccurs="0"/>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>