2.3.4.2.8 Colors_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: VisioDocument_Type

A complex type that specifies the color table of a web drawing.

Child Elements:

ColorEntry: A ColorEntry_Type element that specifies the colors available in a color table.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="Colors_Type">
   <xsd:sequence>
     <xsd:element name="ColorEntry" type="ColorEntry_Type" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>