<xs:element name="CD">
<xs:complexType>
<xs:sequence>
<xs:element ref="SequenceNumber" minOccurs="0" />
<xs:element ref="NumberOfColours" minOccurs="0" />
<xs:element ref="ColourSpecs" minOccurs="0" />
<xs:element ref="MediaLength" minOccurs="0" />
<xs:element ref="PressPrep" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="CDPackaging" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="CDFormatType" type="cDFormatType" />
<xs:attribute name="CDManufacturingProcess" type="cDManufacturingProcess" />
<xs:attribute name="CDRType" type="cDRType" />
<xs:attribute name="DiscPrinting" type="discPrinting" />
</xs:complexType>
</xs:element>
|