phy:Confidence

A general purpose confidence element. For example this can be used to
express the bootstrap support value of a clade (in which case the 'type' attribute is
'bootstrap').

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
stddev xs:double optional
type xs:token required

Used By

Source

<xs:complexType name="Confidence">
  <xs:annotation>
    <xs:documentation>A general purpose confidence element. For example this can be used to express the bootstrap support value of a clade (in which case the 'type' attribute is 'bootstrap').</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:double">
      <xs:attribute name="type" type="xs:token" use="required"/>
      <xs:attribute name="stddev" type="xs:double"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>