QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xsd:ID | optional | ||||
isDirected | xsd:boolean | optional |
Complex Types | EdgeType, RelType |
Element | localConnection |
<xsd:complexType name="LocalConnectionType"> <xsd:complexContent> <xsd:extension base="GraphElementType"> <xsd:attribute name="isDirected" type="xsd:boolean" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |