<< Clique para Mostrar o Sumário >>
BACnetEscalatorFault |
Esta representação de dados complexos via XML é utilizada internamente em outros XMLs suportados pelo driver.
<xs:simpleType name="BACnetEscalatorFault">
<xs:restriction base="xs:string">
<xs:enumeration value="controllerFault" />
<xs:enumeration value="driveAndMotorFault" />
<xs:enumeration value="mechanicalComponentFault" />
<xs:enumeration value="overspeedFault" />
<xs:enumeration value="powerSupplyFault" />
<xs:enumeration value="safetyDeviceFault" />
<xs:enumeration value="controllerSupplyFault" />
<xs:enumeration value="driveTemperatureExceeded" />
<xs:enumeration value="combPlateFault" />
</xs:restriction>
</xs:simpleType>
Exemplo 1:
<BACnetEscalatorFault>controllerFault</BACnetEscalatorFault>