Documentation for UPX-0.9.5

Complex Type: annotationLevelType

[Table of contents]

Super-types: None
Sub-types: None
Name annotationLevelType
Used by (from the same schema document) Complex Type annotationSchemeType
Abstract no
XML Instance Representation
<...
name=" xsd:string [1]"
desc=" xsd:string [0..1]">
<labelTypes> [1]

'List of label types (e.g. segm, truth, style, quality, script, etc.) produced by label source'


<labelName
labelFormat=" xsd:string [1]

'Encoding used for labels of this type (e.g. UNICODE, ISCII, etc.)'

"
> [1..*]

'Type of label provided by label source [OPEN: Should this be a closed list ?]'


xsd:string
</labelName>
</labelTypes>
</...>
Diagram
h-1152192924
Schema Component Representation
<xsd:complexType name="annotationLevelType">
<xsd:sequence>
<xsd:element name="labelTypes">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" labelTypesType "/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type=" xsd:string " use="required"/>
<xsd:attribute name="desc" type=" xsd:string " use="optional"/>
</xsd:complexType>