<xs:complexType name="RelatedConceptType">
<xs:annotation>
<xs:documentation>The type for an identifier of a related concept </xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="FlexPropType">
<xs:sequence>
<xs:element ref="facet" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="rel" type="QCodeType">
<xs:annotation>
<xs:documentation>The identifier of the relationship between the current concept and the target concept.</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>
<!-- v1.2 : change the choice for a sequence-->
<!-- v1.2 : add rank-->
</xs:complexContent>
</xs:complexType>
|