<xs:complexType name="Flex1PropType">
<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:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|