<xs:complexType name="QualRelPropType">
<xs:annotation>
<xs:documentation>Type for a property with a QCode value in a qcode attribute, a URI in a uri attribute and optional names and related concepts</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="QCodePropType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="name" />
<xs:element ref="hierarchyInfo" />
<xs:element ref="related" />
</xs:choice>
<xs:attributeGroup ref="i18nAttributes" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
|