TreeFloatRootEdge

A concrete root edge implementation, with float length.

Complex Type Information

Model

Children: meta

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
id xs:ID required
label xs:string optional
length xs:double optional
target xs:IDREF required
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.

Used By

Source

<xs:complexType name="TreeFloatRootEdge" abstract="false">
  <xs:annotation>
    <xs:documentation>A concrete root edge implementation, with float length.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractRootEdge">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="meta" type="Meta" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:attribute name="length" type="xs:double"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>