flexAttributes

A group of attributes associated with flexible properties

Attribute Group Information

Attributes

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

Used By

Source

<xs:attributeGroup name="flexAttributes">
  <xs:annotation>
    <xs:documentation>A group of attributes associated with flexible properties</xs:documentation>
  </xs:annotation>
  <xs:attribute name="qcode" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>A qualified code which identifies a concept.</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 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 controlled 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 controlled property value - expressed by a URI</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>