Documentation for UPX-0.9.5

Complex Type: hwDataType

[Table of contents]

Super-types: None
Sub-types: None
Name hwDataType
Abstract no
XML Instance Representation
<...
desc=" xsd:string [0..1]

'Description of hwData block'

"

annotationSchemeRef=" xsd:anyURI [1]

'Reference to the annotation scheme used'

"

id=" xsd:string [1]

'More information at: This attribute captures the Trial ID for the handwriting sample that is being collected.'

"
>
<hLevel> hLevelType </hLevel> [0..*]

'hLevel specifies a collection of ink traces at a certain hierarchy level specified in the corresponding annotationScheme. Each hLevel can refer to a different annotation scheme, uiInfo/imgInfo, writerDef,.. for even more flexibility.'

<uiInfo> uiInfoType </uiInfo> [0..1]

'Description of the writing area or field used to capture ink. All measurements are in writing area\'s resolution [OPEN: Completely OPEN !]'

<imgInfo> imgInfoType </imgInfo> [0..1]

'Background image information.'

</...>
Diagram
h1863855995 h-1600135711 h1065668710
Schema Component Representation
<xsd:complexType name="hwDataType">
<xsd:sequence>
<-- <xsd:choice> -->
<xsd:element name="hLevel" type=" hLevelType " minOccurs="0" maxOccurs="unbounded"/>
<-- <xsd:element name="hwtraces" type="hwTracesType"/> </xsd:choice> -->
<xsd:element name="uiInfo" type=" uiInfoType " minOccurs="0"/>
<xsd:element name="imgInfo" type=" imgInfoType " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="desc" type=" xsd:string " use="optional"/>
<xsd:attribute name="annotationSchemeRef" type=" xsd:anyURI " use="required"/>
<xsd:attribute name="id" type=" xsd:string " use="required"/>
</xsd:complexType>