<xs:simpleType name="palletType">
<xs:restriction base="xs:string">
<xs:enumeration value="Pallet" />
<xs:enumeration value="EIRS 61 – Hamper, Large Canvas" />
<xs:enumeration value="EIRS 61P – Hamper, Large Plastic" />
<xs:enumeration value="EIRS 66 – General Purpose Mail Container w/Gate" />
<xs:enumeration value="EIRS 68 – Eastern Region Mail Container w/Web Door" />
<xs:enumeration value="EIRS 84 – Wire Container Rigid" />
<xs:enumeration value="EIRS 84C – Collapsible Wire Container" />
</xs:restriction>
</xs:simpleType>
|