Labelled

The Labelled complexType is a super class for objects that 
optionally have label attributes to use as a (non-unique)
name of type xs:string.

Complex Type Information

Model

Children: meta

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
label xs:string 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

Complex Types AbstractObs, IDTagged

Source

<xs:complexType name="Labelled" abstract="true">
  <xs:annotation>
    <xs:documentation>The Labelled complexType is a super class for objects that optionally have label attributes to use as a (non-unique) name of type xs:string.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="Annotated">
      <xs:attribute name="label" type="xs:string" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>