http://schemas.datacontract.org/2004/07/System.Drawing
Color Complex Type
http://schemas.datacontract.org/2004/07/System.Drawing : Color Complex Type
Namespace http://schemas.datacontract.org/2004/07/System.Drawing
Diagram
value Element state Element name Element knownColor Element Sequence Color Complex Type
Overview
Sequence
knownColor xs:short
name xs:string
state xs:short
value xs:long
Used By
topColor Element
bottomColor Element
htmlBodyColor Element
Color Element
Source
<xs:complexType name="Color" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo>
      <IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="knownColor" type="xs:short" />
    <xs:element name="name" nillable="true" type="xs:string" />
    <xs:element name="state" type="xs:short" />
    <xs:element name="value" type="xs:long" />
  </xs:sequence>
</xs:complexType>
See Also
http://schemas.datacontract.org/2004/07/System.Drawing