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