<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:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="facet" minOccurs="1" maxOccurs="1" />
<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>
<xs:element ref="sameAs" />
</xs:choice>
<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" use="optional">
<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 to a sequence-->
<!-- v1.2 : add rank-->
</xs:complexContent>
</xs:complexType>
|