This type is used in only two places, 5.1.2.2.32 and 5.1.2.2.33, in both cases to represent an RGB color value. Since you already have defined a ST_HexColorRGB type that should be used.
Use the ST_HexColorRGB type and remove ST_HexBinary3
- Part 4, Section 5.1.12.28
te
Proposed Disposition of DIS 29500 Comment US-0145 (Modified: 2008-01-04) Agreed; moving this simple type to a shared location and referencing it from the individual markup language schemas would be more appropriate. The following changes will be made: Part 4, §5.1.12.28, page 3,700, lines 313, remove the simple type: ST_HexBinary3 (Hex Binary of Length 3) This simple type specifies a hex representation of a binary number whose length is 3 characters. This simple type’s contents are a restriction of the XML Schema hexBinary datatype. This simple type also specifies the following restrictions: This simple type’s contents must have a length of exactly 3 characters. Referenced By srgbClr@val (§5.1.2.2.32); sysClr@lastClr (§5.1.2.2.33) The following XML Schema fragment defines the contents of this simple type: <simpleType name="ST_HexBinary3"> <restriction base="xsd:hexBinary"> <length value="3"/> </restriction> </simpleType> Part 4, §5.1.2.2.32, page 3,288, line 6: <complexType name="CT_SRgbColor"> <sequence> <group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="val" type="ST_Hex ColorRGB Binary3 " use="required"/> </complexType> Part 4, §5.1.2.2.33, page 3,289, line 8: <complexType name="CT_SystemColor"> <sequence> <group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="val" type="ST_SystemColorVal" use="required"/> <attribute name="lastClr" type="ST_Hex ColorRGB Binary3 " use="required"/> </complexType> To the corresponding schema files: ST_HexColorRGB will be removed from wml.xsd A new shared.xsd will be created and ST_HexColorRGB will be moved here. All references will be redirected to the new ST_HexColorRGB Similar Comments: CA-0058 , FR-0359 , GB-0310 , PT-0098 , VE-0063
