<xs:simpleType name="palletTopType">
<xs:restriction base="xs:string">
<xs:enumeration value="CartonboardCover" />
<xs:enumeration value="Chipboard" />
<xs:enumeration value="Corrugated" />
<xs:enumeration value="EdgeProtection" />
<xs:enumeration value="FiveStripsOfWood" />
<xs:enumeration value="FullyCoverThreeCrossBoards" />
<xs:enumeration value="FungicTreatWoodFrame" />
<xs:enumeration value="OneStripOfWood" />
<xs:enumeration value="PlywoodCover" />
<xs:enumeration value="TwoStripsOfWood" />
<xs:enumeration value="ThreeStripsOfWood" />
<xs:enumeration value="WoodenFrame" />
</xs:restriction>
</xs:simpleType>
|