NetworkIntEdge

A concrete network edge implementation, with int edge.

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:integer optional
source xs:IDREF required
target xs:IDREF required
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.

Used By

Element IntNetwork/edge

Source

<xs:complexType name="NetworkIntEdge" abstract="false">
  <xs:annotation>
    <xs:documentation>A concrete network edge implementation, with int edge.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractEdge">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="meta" type="Meta" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:attribute name="length" type="xs:integer"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>