<xs:complexType name="Flex1RolePropType">
<xs:annotation>
<xs:documentation>Flexible generic PCL-type for both controlled and uncontrolled values</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="ConceptDefinitionGroup" minOccurs="0" />
<xs:group ref="ConceptRelationshipsGroup" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Extension point for provider-defined properties from other namespaces</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attributeGroup ref="flexAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:attribute name="role" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Refines the semantics of the property - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>Refines the semantics of the property - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|