<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="FlexPropType">
<xs:attribute name="rel" type="QCodeType">
<xs:annotation>
<xs:documentation>The identifier of the relationship between the concept containing the related property and the concept identified by the related value.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|