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. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
about | URIorSafeCURIE | optional | |||||
label | xs:string | optional | |||||
xml:base | xs:anyURI | optional |
|
||||
Wildcard: ANY attribute from ANY namespace |
Complex Types | AbstractObs, IDTagged |
<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> |