A concrete network edge implementation, with float edge. |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| about | URIorSafeCURIE | optional | |||||
| id | xs:ID | required | |||||
| label | xs:string | optional | |||||
| length | xs:double | optional | |||||
| source | xs:IDREF | required | |||||
| target | xs:IDREF | required | |||||
| xml:base | xs:anyURI | optional |
|
| Element | FloatNetwork/edge |
<xs:complexType name="NetworkFloatEdge" abstract="false"> <xs:annotation> <xs:documentation>A concrete network edge implementation, with float 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:double"/> </xs:restriction> </xs:complexContent> </xs:complexType> |