inkml:rgb.type

RGB color

Simple Type Information

Source

<xsd:simpleType name="rgb.type">
  <xsd:annotation>
    <xsd:documentation>RGB color</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:pattern value="#[0-9a-fA-F]{6}"/>
  </xsd:restriction>
</xsd:simpleType>