<xs:element name="related">
<xs:annotation>
<xs:documentation>A related concept, where the relationship is different from 'sameAs', 'broader' or 'narrower'.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FlexPropType">
<xs:attribute name="rel" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The identifier of the relationship between the current concept and the target concept - 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 current concept and the target concept - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rank" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>The rank of the current concept among concepts having a relationship to the target concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="timeValidityAttributes" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|