Annotated

The Annotated complexType is a super class for objects that 
optionally have metadata annotations of type Meta.

Complex Type Information

Model

Children: meta

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
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="Annotated" abstract="true" mixed="false">
  <xs:annotation>
    <xs:documentation>The Annotated complexType is a super class for objects that optionally have metadata annotations of type Meta.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="Base">
      <xs:sequence>
        <xs:element name="meta" type="Meta" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:attribute name="about" type="xhtml:URIorSafeCURIE" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>