ColorType Simple Type
Defines the type that is used to specify valid values for the color of certain elements in a Journal XML file.
<xs:simpleType name="ColorType">
<xs:restriction
base="string"
/>
</xs:simpleType>
Remarks
A color can be a hexadecimal RGB value in the format #RRGGBB. It must match the following regular expression: #[0-9a-fA-F]{6}. For example: "#4a79B5".
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server |
None supported |