<xs:complexType name="CT_Color" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:attribute name="A" type="xs:int" use="optional" /> <xs:attribute name="R" type="xs:int" use="optional" /> <xs:attribute name="G" type="xs:int" use="optional" /> <xs:attribute name="B" type="xs:int" use="optional" /> </xs:complexType>