Documentation for UPX-0.9.5

Complex Type: labelSrcDefsType

[Table of contents]

Super-types: None
Sub-types: None
Name labelSrcDefsType
Abstract no
XML Instance Representation
<...
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'

"
>
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
</...>
Diagram
h-2004404593
Schema Component Representation
<xsd:complexType name="labelSrcDefsType">
<xsd:sequence minOccurs="0">
<xsd:element name="labelSrc" type=" labelSrcType " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="href" type=" xsd:anyURI "/>
<xsd:attribute name="id" type=" xsd:string "/>
</xsd:complexType>