http://www.w3.org/TR/InkML/#activeArea |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
height | xsd:decimal | optional | ||||
size | xsd:string | optional | ||||
units | inkml:units.type | optional | ||||
width | xsd:decimal | optional |
<xsd:complexType name="activeArea.type"> <xsd:annotation> <xsd:documentation>http://www.w3.org/TR/InkML/#activeArea</xsd:documentation> </xsd:annotation> <xsd:attribute name="size" type="xsd:string"/> <xsd:attribute name="height" type="xsd:decimal"/> <xsd:attribute name="width" type="xsd:decimal"/> <xsd:attribute name="units" type="inkml:units.type"/> </xsd:complexType> |