QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
about | URIorSafeCURIE | optional | |||||
id | xs:ID | required | |||||
label | xs:string | optional | |||||
xml:base | xs:anyURI | optional |
|
||||
Wildcard: ANY attribute from ANY namespace |
Element | Nexml/otus |
<xs:complexType name="Taxa"> <xs:complexContent mixed="false"> <xs:extension base="IDTagged"> <xs:sequence> <xs:element name="otu" type="Taxon" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="set" type="TaxonSet" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |