| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| about | URIorSafeCURIE | optional | |||||
| id | xs:ID | required | |||||
| label | xs:string | optional | |||||
| network | xs:IDREFS | optional | |||||
| tree | xs:IDREFS | optional | |||||
| xml:base | xs:anyURI | optional |
|
||||
| Wildcard: ANY attribute from ANY namespace | |||||||
| Elements | AbstractTrees/set, Trees/set |
<xs:complexType name="TreeAndNetworkSet" abstract="false" mixed="false"> <xs:complexContent> <xs:extension base="AbstractSet"> <xs:attribute name="tree" type="xs:IDREFS" use="optional"/> <xs:attribute name="network" type="xs:IDREFS" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |