<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>
|