SimpleTypeapp:ColorPlusOpacity
螳夂セゥ
繝�け繧ケ繝√Ε縺ョ遶ッ縺ョ濶イ陦ィ迴セ縺ョ謖�ョ壹r縺吶k蝙九€3GB縺ォ蜉�縺医€∽ク埼€城℃邇�r0縺九i1縺セ縺ァ縺ョ螳滓焚蛟、縺ァ謖�ョ壹☆繧九€ゆク埼€城℃邇�′0縺ョ譎ゅ↓騾乗�縺ィ縺ェ繧九€�
XML繧ケ繧ュ繝シ繝�
<xs:simpleType name="ColorPlusOpacity">
	<xs:annotation>
		<xs:documentation>List of three or four values (red, green, blue, opacity), separated by spaces. The values must be in the
			range between zero and one. If no opacity is given, it is assumed as 1.0.</xs:documentation>
	</xs:annotation>
	<xs:restriction base="core:doubleBetween0and1List">
		<xs:minLength value="3"/>
		<xs:maxLength value="4"/>
	</xs:restriction>
</xs:simpleType>