<xsd:complexType name="ColorRequirementSetType">
<xsd:sequence>
<xsd:element minOccurs="0" name="SetID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
Identification of the group of options
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="NumberOfOptionsNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>
Numbers of options in this set
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="VSOption">
<xsd:annotation>
<xsd:documentation>
Options within set
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|