<xs:complexType name="FlexRelatedPropType">
<xs:annotation>
<xs:documentation>Flexible generic type for both controlled and uncontrolled values of a related concept</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="FlexProp2Type">
<xs:attribute name="rel" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The identifier of the relationship between the concept containing the related property and the concept identified by the related value - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="reluri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>The identifier of the relationship between the concept containing the related property and the concept identified by the related value - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|