<xs:complexType name="LabelType">
<xs:annotation>
<xs:documentation>The CCL-type for information about the content as natural language string with minimal markup</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="IntlStringType">
<xs:attribute name="role" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the label - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the label - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|