<xs:complexType name="FlexProp2Type">
<xs:annotation>
<xs:documentation>Flexible type for related concepts 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:element ref="sameAs" />
</xs:choice>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attributeGroup ref="flexAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|