<xs:element name="JewelBox">
<xs:complexType>
<xs:sequence>
<xs:element ref="ColourSpecs" minOccurs="0" />
<xs:element ref="InsertReference" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="JewelBoxType" type="jewelBoxType" />
<xs:attribute name="TrayColourType" type="trayColourType" />
<xs:attribute name="InlayCardQuantity" type="inlayCardQuantity" />
<xs:attribute name="WrapType" type="wrapType" />
<xs:attribute name="TearStripType" type="tearStripType" />
</xs:complexType>
</xs:element>
|