<xs:complexType name="Flex2ExtPropType">
<xs:annotation>
<xs:documentation> Flexible generic PCL-Type for controlled, uncontrolled values and arbitrary values, with mandatory relationship</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Flex1ExtPropType">
<xs:attribute name="rel" type="QCodeType">
<xs:annotation>
<xs:documentation>The identifier of a concept defining the semantics of this property - expressed by a QCode / either the rel or the reluri attribute MUST be used</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="reluri" type="IRIType">
<xs:annotation>
<xs:documentation>The identifier of a concept defining the semantics of this property - expressed by a URI / either the rel or the reluri attribute MUST be used</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="timeValidityAttributes" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
|