LocationFloorCodeType

Simple Type Information

Source

<xs:simpleType name="LocationFloorCodeType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Basement"/>
    <xs:enumeration value="xxxEntresol"/>
    <xs:enumeration value="Ground"/>
  </xs:restriction>
</xs:simpleType>