<xsd:complexType name="GenericProductFeature">
<xsd:annotation>
<xsd:documentation xml:lang="en">A flexible description a special feature or characteristic of a complex product not otherwise modeled, such as digital payout.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="featureScheme" type="NonEmptyURI">
<xsd:annotation>
<xsd:documentation xml:lang="en">A feature included as part of this product.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|