<xs:complexType name="BinaryCharacters">
<xs:annotation>
<xs:documentation>The names and/or counts of binary characters present, gained, and lost at the root of a clade.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="gained" type="phy:BinaryCharacterList" minOccurs="0"/>
<xs:element name="lost" type="phy:BinaryCharacterList" minOccurs="0"/>
<xs:element name="present" type="phy:BinaryCharacterList" minOccurs="0"/>
<xs:element name="absent" type="phy:BinaryCharacterList" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="type" type="xs:token"/>
<xs:attribute name="gained_count" type="xs:nonNegativeInteger"/>
<xs:attribute name="lost_count" type="xs:nonNegativeInteger"/>
<xs:attribute name="present_count" type="xs:nonNegativeInteger"/>
<xs:attribute name="absent_count" type="xs:nonNegativeInteger"/>
</xs:complexType> |