BACnetLiftCarMode

<< Clique para Mostrar o Sumário >>

 

BACnetLiftCarMode

Esta representação de dados complexos via XML é utilizada internamente em outros XMLs suportados pelo driver.

Esquema XML

<xs:simpleType name="BACnetLiftCarMode">
  <xs:restriction base="xs:string">
    <xs:enumeration value="unknown" />
    <xs:enumeration value="normal" />
    <xs:enumeration value="vip" />
    <xs:enumeration value="homing" />
    <xs:enumeration value="parking" />
    <xs:enumeration value="attendantControl" />
    <xs:enumeration value="firefighterControl" />
    <xs:enumeration value="emergencyPower" />
    <xs:enumeration value="inspection" />
    <xs:enumeration value="cabinetRecall" />
    <xs:enumeration value="earthquakeOperation" />
    <xs:enumeration value="fireOperation" />
    <xs:enumeration value="outOfService" />
    <xs:enumeration value="occupantEvacuation" />
  </xs:restriction>
</xs:simpleType>

Exemplos

Exemplo 1:

<BACnetLiftCarMode>unknown</BACnetLiftCarMode>

Esta página foi útil?