<xs:complexType name="QCodePropType">
<xs:annotation>
<xs:documentation>The type for a property with a QCode value in a qcode attribute</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attribute name="qcode" type="QCodeType">
<xs:annotation>
<xs:documentation>A qualified code which identifies a concept - either the qcode or the uri attribute MUST be used</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="uri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>A URI which identifies a concept - either the qcode or the uri attribute MUST be used</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|