<xs:simpleType name="EquipmentCleaningCodeType">
<xs:annotation>
<xs:documentation>xxxAll the codes should be validated</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Broom"/>
<xs:enumeration value="ClothPress"/>
<xs:enumeration value="Drier"/>
<xs:enumeration value="Iron"/>
<xs:enumeration value="IroningBoard"/>
<xs:enumeration value="Laundry"/>
<xs:enumeration value="VacuumCleaner"/>
<xs:enumeration value="WashingMachine"/>
</xs:restriction>
</xs:simpleType> |