QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
about | URIorSafeCURIE | optional | |||||
edge | xs:IDREFS | optional | |||||
id | xs:ID | required | |||||
label | xs:string | optional | |||||
node | xs:IDREFS | optional | |||||
rootedge | xs:IDREFS | optional | |||||
xml:base | xs:anyURI | optional |
|
||||
Wildcard: ANY attribute from ANY namespace |
<xs:complexType name="NodeAndRootEdgeAndEdgeSet" abstract="false" mixed="false"> <xs:complexContent> <xs:extension base="AbstractSet"> <xs:attribute name="node" type="xs:IDREFS" use="optional"/> <xs:attribute name="rootedge" type="xs:IDREFS" use="optional"/> <xs:attribute name="edge" type="xs:IDREFS" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |