Documentation for XCEDE2

Complex Type: dcResource_t

[Table of contents]

Super-types: abstract_tagged_entity_t < resource_t (by extension) < informationResource_t (by extension) < dcResource_t (by extension)
Sub-types: None
Name dcResource_t
Abstract no
XML Instance Representation
<...
ID=" xs:string [0..1]"
name=" xs:string [0..1]"
description=" xs:string [0..1]"
level=" levelDescriptor_t [0..1]"
projectID=" xs:string [0..1]

'The content of this attribute should match the ID attribute of the project_t to which this element is associated.'

"

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

'This is the location of a document where to find an element matching the projectID (see projectID attribute).'

"

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

'The content of this attribute should match the ID attribute of the subject_t to which this element is associated.'

"

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

'This is the location of a document where to find an element matching the subjectID (see subjectID attribute).'

"

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

'content of this attribute should match the ID of one of the subject groups listed in the project_t associated with this element (see projectID and project_t).'

"

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

'The content of this attribute should match the ID attribute of the visit_t to which this element is associated.'

"

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

'This is the location of a document where to find an element matching the visitID (see visitID attribute).'

"

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

'The content of this attribute should match the ID attribute of the study_t to which this element is associated.'

"

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

'This is the location of a document where to find an element matching the studyID (see studyID attribute).'

"

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

'The content of this attribute should match the ID attribute of the episode_t to which this element is associated.'

"

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

'This is the location of a document where to find an element matching the episodeID (see episodeID attribute).'

"

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

'The content of this attribute should match the ID attribute of the acquisition_t to which this element is associated.'

"

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

'This is the location of a document where to find an element matching the acquisitionID (see acquisitionID attribute).'

"

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

'Format of file. E.g. DICOM, Analyze, 4dfp'

"

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

'Code indicating the contents of the image. E.g. GFC, T88'

"

cachePath=" xs:string (length <= 255) [0..1]">
<metaFields> [0..1]
Start Sequence [0..1]
<metaField
name=" xs:string [0..1]"> [0..*]
xs:string
</metaField>
End Sequence
</metaFields>
<uri> frag_uri_t </uri> [0..*]
<title> xs:string </title> [0..*]
<creator> xs:string </creator> [0..*]
<subject> xs:string </subject> [0..*]
<description> xs:string </description> [0..*]
<publisher> xs:string </publisher> [0..*]
<contributor> orderedString_t </contributor> [0..*]
<date> xs:string </date> [0..*]
<type> xs:string </type> [0..*]
<format> xs:string </format> [0..*]
<identifier> xs:string </identifier> [0..*]
<source> xs:string </source> [0..*]
<language> xs:string </language> [0..*]
<relation> xs:string </relation> [0..*]
<coverage> xs:string </coverage> [0..*]
<rights> xs:string </rights> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="dcResource_t">
<xs:complexContent>
<xs:extension base=" informationResource_t ">
<xs:sequence>
<xs:element name="title" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="creator" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="subject" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="description" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="publisher" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="contributor" type=" orderedString_t " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="date" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="type" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="format" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="identifier" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="source" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="language" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="relation" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="coverage" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="rights" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>