<xs:complexType name="TypedQualPropType">
<xs:annotation>
<xs:documentation>The type for a property with a QCode, a type and optional names</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="QualPropType">
<xs:attribute name="type" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The type of the concept assigned as property value - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="typeuri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>The type of the concept assigned as property value - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|