AbstractBlock

The AbstractBlock is the superclass for blocks that contain
an element structure of type AbstractFormat.

Complex Type Information

Model

Children: format, meta

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
id xs:ID required
label xs:string optional
otus xs:IDREF required
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
Wildcard: ANY attribute from ANY namespace

Used By

Source

<xs:complexType name="AbstractBlock" abstract="true" sawsdl:modelReference="http://evolutionaryontology-dev.nescent.org/cdao.owl#CharacterStateDataMatrix">
  <xs:annotation>
    <xs:documentation>The AbstractBlock is the superclass for blocks that contain an element structure of type AbstractFormat.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="TaxaLinked">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="format" minOccurs="0" maxOccurs="1" type="AbstractFormat"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>