<xsd:complexType name="CT_Colors"> <xsd:sequence> <xsd:element name="indexedColors" type="CT_IndexedColors" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Color Indexes</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="mruColors" type="CT_MRUColors" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation>MRU Colors</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType>