<xs:complexType name="FlexPropType">
<xs:annotation>
<xs:documentation>Flexible generic type for both controlled and uncontrolled values</xs:documentation>
</xs:annotation>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="name" />
<xs:element ref="hierarchyInfo" />
</xs:choice>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attributeGroup ref="flexAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|