<xs:element name="DecorationSpecs">
<xs:complexType>
<xs:sequence>
<xs:element ref="ColourCode" minOccurs="0" />
<xs:element ref="ColourDescription" minOccurs="0" />
<xs:element ref="NumberOfHits" minOccurs="0" />
<xs:element ref="DecorationCoverage" minOccurs="0" />
<xs:element ref="ProductIdentification" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="DecorationType" type="decorationType" />
<xs:attribute name="DecorationLocationType" type="decorationLocationType" />
</xs:complexType>
</xs:element>
|