<xsd:complexType name="CompatibilityOptionGroupType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Grouping of the compatibility information seperately for Products and Rebates.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="Name" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Start date when the
Group name.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="CompatibilityOptionDetail" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|