Documentation for UPX-0.9.5

Complex Type: datasetDefsType

[Table of contents]

Super-types: None
Sub-types: None
Name datasetDefsType
Used by (from the same schema document) Complex Type upxType
Abstract no
XML Instance Representation
<...>
<writerDefs
href=" xsd:anyURI [0..1]

'Reference to block of writer definitions stored elsewhere. In general, writer information is collected at the time of data collection and stored in a common place.'

"

id=" xsd:string [0..1]

'Identifier for this block of writer definitons (may be useful for defining groups of writers)'

"
> [0..1]

'Profiles of writers who contributed data to the dataset'


Start Sequence [0..1]
<writer> writerType </writer> [1..*]

'Information about each writer whose writing samples appear in the dataset'

End Sequence
</writerDefs>
<labelSrcDefs
href=" xsd:anyURI [0..1]

'Reference to block of label source definitions stored elsewhere. In general, information about label sources is stored in a common place. This is overridden by any information provided as subelements.'

"

id=" xsd:string [0..1]

'Identifier for this block of label source definitions'

"
> [0..1]

'Profiles of sources of labels (human or machine) used for annotating the dataset'


Start Sequence [0..1]
<labelSrc> labelSrcType </labelSrc> [0..*]

'Contains descriptions of annotators (human or machine) of the Dataset. Each labelSrc element captures information regarding the origin of a particular set of labels, type of labels or other meta-information associated with annotations contained in the dataset.'

End Sequence
</labelSrcDefs>
<annotationDefs> annotationDefsType </annotationDefs> [0..1]

'Definitions of various annotation schemes used in the dataset [OPEN: Would we need more than one ?]'

</...>
Diagram
h1034468925 h-2052889892
Schema Component Representation
<xsd:complexType name="datasetDefsType">
<xsd:sequence>
<xsd:element name="writerDefs" minOccurs="0">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" writerDefsType ">
<xsd:attribute name="href" type=" xsd:anyURI "/>
<xsd:attribute name="id" type=" xsd:string "/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="labelSrcDefs" minOccurs="0">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" labelSrcDefsType "/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<-- <xsd:element name="hierarchyDefs" type="hierarchyDefsType"> <xsd:annotation> <xsd:documentation>Declarations of various levels of hierarchy</xsd:documentation> </xsd:annotation> </xsd:element>-->
<xsd:element name="annotationDefs" type=" annotationDefsType " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>