<xsd:complexType name="channelProperties.type">
<xsd:annotation>
<xsd:documentation>http://www.w3.org/TR/InkML/#channelProperties</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="channelProperty" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>http://www.w3.org/TR/InkML/#channelProperty</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="channel" type="inkml:channelName.type" use="required"/>
<xsd:attribute name="name" type="inkml:channelPropertyName.type" use="required"/>
<xsd:attribute name="value" type="xsd:decimal" use="required"/>
<xsd:attribute name="units" type="inkml:units.type"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |