qualifyingAttributes

A group of attributes used for a qualified expression of the property

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
literal g2normalizedString optional
A free-text value assigned as a property
value.
qcode QCodeType optional
A qualified code assigned as a property value.
role QCodeType optional
A refinement of the semantics of the property - expressed by a QCode
roleuri IRIType optional
A refinement of the semantics of the property - expressed by a URI
type QCodeType optional
The type of the concept assigned as a controlled or an uncontrolled property value - expressed by a QCode
typeuri IRIType optional
The type of the concept assigned as a controlled or an uncontrolled property value - expressed by a URI
uri IRIType optional
A URI which identifies a concept.

Used By

Source

<xs:attributeGroup name="qualifyingAttributes">
  <xs:annotation>
    <xs:documentation>A group of attributes used for a qualified expression of the property</xs:documentation>
  </xs:annotation>
  <xs:attribute name="qcode" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>A qualified code assigned as a property value.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="uri" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>A URI which identifies a concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="literal" type="g2normalizedString" use="optional">
    <xs:annotation>
      <xs:documentation>A free-text value assigned as a property value.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="type" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>The type of the concept assigned as a controlled or an uncontrolled property value - expressed by a QCode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="typeuri" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>The type of the concept assigned as a controlled or an uncontrolled property value - expressed by a URI</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="role" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>A refinement of the semantics of the property - 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 property - expressed by a URI</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>