phy:BinaryCharacters

The names and/or counts of binary characters present, gained, and lost
at the root of a clade.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
absent_count xs:nonNegativeInteger optional
gained_count xs:nonNegativeInteger optional
lost_count xs:nonNegativeInteger optional
present_count xs:nonNegativeInteger optional
type xs:token optional

Used By

Source

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