<xs:complexType name="BranchColor">
<xs:annotation>
<xs:documentation>This indicates the color of a clade when rendered (the color applies to the whole clade unless overwritten by the color(s) of sub clades).</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="red" type="xs:unsignedByte"/>
<xs:element name="green" type="xs:unsignedByte"/>
<xs:element name="blue" type="xs:unsignedByte"/>
<xs:element name="alpha" type="xs:unsignedByte" minOccurs="0"/>
</xs:sequence>
</xs:complexType> |