<xs:simpleType name="chargeType">
<xs:restriction base="xs:string">
<xs:enumeration value="AdministrativeCosts" />
<xs:enumeration value="AgreedWasteToScrap" />
<xs:enumeration value="AgreedWasteToSell" />
<xs:enumeration value="ConversionCosts" />
<xs:enumeration value="KnownProductionDowntime" />
<xs:enumeration value="LabourCosts" />
<xs:enumeration value="MachineDamage" />
<xs:enumeration value="PriceDifference" />
<xs:enumeration value="ProductionDowntime" />
<xs:enumeration value="RejectedReel" />
<xs:enumeration value="UnknownProductionDowntime" />
<xs:enumeration value="WasteToScrap" />
<xs:enumeration value="WasteToSell" />
<xs:enumeration value="WrongQuantity" />
<xs:enumeration value="Other" />
</xs:restriction>
</xs:simpleType>
|