Storage for Skis, Bicycle, Boat ... |
Attribute | RoomStorageType/@For |
<xs:simpleType name="RoomStorageCodeType"> <xs:annotation> <xs:documentation>Storage for Skis, Bicycle, Boat ...</xs:documentation> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Bicycle"/> <xs:enumeration value="Boat"/> <xs:enumeration value="Miscellaneous"/> <xs:enumeration value="Ski"/> <xs:enumeration value="Tools"/> </xs:restriction> </xs:simpleType> |