123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411 |
- <?xml version="1.0" encoding="utf-16"?>
- <xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="DeviceModelDefine">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="IoValves">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" name="IoValve">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="isNc" type="xs:boolean" use="required" />
- <xs:attribute name="isDefaultOpen" type="xs:boolean" use="required" />
- <xs:attribute name="diOpen" type="xs:string" use="required" />
- <xs:attribute name="doOpen" type="xs:string" use="required" />
- <xs:attribute name="diCloseSensor" type="xs:string" use="required" />
- <xs:attribute name="diOpenSensor" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="IoMfcs">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" name="IoMfc">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="aiFlow" type="xs:string" use="required" />
- <xs:attribute name="aoFlow" type="xs:string" use="required" />
- <xs:attribute name="diOffline" type="xs:string" use="required" />
- <xs:attribute name="diPressureAlarm" type="xs:string" use="required" />
- <xs:attribute name="aoRange" type="xs:string" use="required" />
- <xs:attribute name="scGasName" type="xs:string" use="required" />
- <xs:attribute name="scEnable" type="xs:string" use="required" />
- <xs:attribute name="scN2Scale" type="xs:string" use="required" />
- <xs:attribute name="scScaleFactor" type="xs:string" use="required" />
- <xs:attribute name="scAlarmRange" type="xs:string" use="required" />
- <xs:attribute name="scEnableAlarm" type="xs:string" use="required" />
- <xs:attribute name="scAlarmTime" type="xs:string" use="required" />
- <xs:attribute name="scFlowRegulationFactor" type="xs:string" use="required" />
- <xs:attribute name="scDefaultSetPoint" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="assembly" type="xs:string" use="required" />
- <xs:attribute name="classType" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- <xs:element name="IoGasSticks">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" name="IoGasStick">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="mfc" type="xs:string" use="required" />
- <xs:attribute name="downvalve" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="assembly" type="xs:string" use="required" />
- <xs:attribute name="classType" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- <xs:element name="IoTemperatureCtrls">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="IoTemperatureCtrl">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="aoSetpoint" type="xs:string" use="required" />
- <xs:attribute name="aiCtrlFB" type="xs:string" use="required" />
- <xs:attribute name="aiMonitorFB" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="assembly" type="xs:string" use="required" />
- <xs:attribute name="classType" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- <xs:element name="IoSensors">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" name="IoSensor">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="di" type="xs:string" use="required" />
- <xs:attribute name="isLowAsNormal" type="xs:string" use="required" />
- <xs:attribute name="infoText" type="xs:string" use="required" />
- <xs:attribute name="warningText" type="xs:string" use="required" />
- <xs:attribute name="alarmText" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="IoPressureMeters">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" name="IoPressureMeter">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="aiValue" type="xs:string" use="required" />
- <xs:attribute name="diGaugeFail" type="xs:string" use="required" />
- <xs:attribute name="scPrecision" type="xs:string" use="required" />
- <xs:attribute name="scOffset" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="IoPumps">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="IoPump">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="diBreakerState" type="xs:string" use="required" />
- <xs:attribute name="diRunning" type="xs:string" use="required" />
- <xs:attribute name="diOverloadAlarm" type="xs:string" use="required" />
- <xs:attribute name="diStart" type="xs:string" use="required" />
- <xs:attribute name="diStop" type="xs:string" use="required" />
- <xs:attribute name="diPumpTempWaring" type="xs:string" use="required" />
- <xs:attribute name="diPumpTempAlarm" type="xs:string" use="required" />
- <xs:attribute name="diN2Alarm" type="xs:string" use="required" />
- <xs:attribute name="diWaterFlowAlarm" type="xs:string" use="required" />
- <xs:attribute name="doStart" type="xs:string" use="required" />
- <xs:attribute name="doStop" type="xs:string" use="required" />
- <xs:attribute name="doWaterFlowAlarm" type="xs:string" use="required" />
- <xs:attribute name="doN2PressureAlarm" type="xs:string" use="required" />
- <xs:attribute name="aiWaterFlow" type="xs:string" use="required" />
- <xs:attribute name="aiN2Pressure" type="xs:string" use="required" />
- <xs:attribute name="aoN2PressureAlarmMaxValue" type="xs:string" use="required" />
- <xs:attribute name="aoN2PressureAlarmMinValue" type="xs:string" use="required" />
- <xs:attribute name="aoWaterFlowAlarmMaxValue" type="xs:string" use="required" />
- <xs:attribute name="aoWaterFlowAlarmMinValue" type="xs:string" use="required" />
- <xs:attribute name="scEnableDryPump" type="xs:string" use="required" />
- <xs:attribute name="scEnableWaterFlow" type="xs:string" use="required" />
- <xs:attribute name="scWaterFlowMinValue" type="xs:string" use="required" />
- <xs:attribute name="scWaterFlowMaxValue" type="xs:string" use="required" />
- <xs:attribute name="scWaterFlowOutOfToleranceWarningTime" type="xs:string" use="required" />
- <xs:attribute name="scWaterFlowOutOfToleranceAlarmTime" type="xs:string" use="required" />
- <xs:attribute name="scEnableN2Pressure" type="xs:string" use="required" />
- <xs:attribute name="scN2PressureMinValue" type="xs:string" use="required" />
- <xs:attribute name="scN2PressureMaxValue" type="xs:string" use="required" />
- <xs:attribute name="scN2PressureOutOfToleranceWarningTime" type="xs:string" use="required" />
- <xs:attribute name="scN2PressureOutOfToleranceAlarmTime" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="assembly" type="xs:string" use="required" />
- <xs:attribute name="classType" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- <xs:element name="IoRfs">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="IoRf">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="doOnOff" type="xs:string" use="required" />
- <xs:attribute name="diOnOffFeedback" type="xs:string" use="required" />
- <xs:attribute name="diInterlock" type="xs:string" use="required" />
- <xs:attribute name="diOverTemp" type="xs:string" use="required" />
- <xs:attribute name="aiCurrent" type="xs:string" use="required" />
- <xs:attribute name="aiVoltage" type="xs:string" use="required" />
- <xs:attribute name="diBreakerState" type="xs:string" use="required" />
- <xs:attribute name="diIArc" type="xs:string" use="required" />
- <xs:attribute name="diOffline" type="xs:string" use="required" />
- <xs:attribute name="diVArc" type="xs:string" use="required" />
- <xs:attribute name="doWaterFlowAlarm" type="xs:string" use="required" />
- <xs:attribute name="doWaterFlowWarning" type="xs:string" use="required" />
- <xs:attribute name="aoMatchMode" type="xs:string" use="required" />
- <xs:attribute name="aoMatchPositionC1" type="xs:string" use="required" />
- <xs:attribute name="aoMatchPositionC2" type="xs:string" use="required" />
- <xs:attribute name="aoWorkMode" type="xs:string" use="required" />
- <xs:attribute name="aoFrequency" type="xs:string" use="required" />
- <xs:attribute name="aoDuty" type="xs:string" use="required" />
- <xs:attribute name="aoPower" type="xs:string" use="required" />
- <xs:attribute name="aoCoefficient" type="xs:string" use="required" />
- <xs:attribute name="aiWaterFlow" type="xs:string" use="required" />
- <xs:attribute name="aiForwardPower" type="xs:string" use="required" />
- <xs:attribute name="aiReflectPower" type="xs:string" use="required" />
- <xs:attribute name="aiMatchMode" type="xs:string" use="required" />
- <xs:attribute name="aiMatchPositionC1" type="xs:string" use="required" />
- <xs:attribute name="aiMatchPositionC2" type="xs:string" use="required" />
- <xs:attribute name="scMatchMode" type="xs:string" use="required" />
- <xs:attribute name="scMatchPositionC1" type="xs:string" use="required" />
- <xs:attribute name="scMatchPositionC2" type="xs:string" use="required" />
- <xs:attribute name="scPowerAlarmRange" type="xs:string" use="required" />
- <xs:attribute name="scPowerAlarmTime" type="xs:string" use="required" />
- <xs:attribute name="scReflectPowerAlarmRange" type="xs:string" use="required" />
- <xs:attribute name="scReflectPowerAlarmTime" type="xs:string" use="required" />
- <xs:attribute name="scPowerRange" type="xs:string" use="required" />
- <xs:attribute name="scCoefficient" type="xs:string" use="required" />
- <xs:attribute name="scEnablePulsingFunction" type="xs:string" use="required" />
- <xs:attribute name="scEnableC1C2Position" type="xs:string" use="required" />
- <xs:attribute name="scEnableReflectPower" type="xs:string" use="required" />
- <xs:attribute name="scEnableVoltageCurrent" type="xs:string" use="required" />
- <xs:attribute name="scPowerRegulationFactor" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="assembly" type="xs:string" use="required" />
- <xs:attribute name="classType" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- <xs:element name="IoThrottleValves">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="IoThrottleValve">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="aiPositionFeedback" type="xs:string" use="required" />
- <xs:attribute name="aiPressureFeedback" type="xs:string" use="required" />
- <xs:attribute name="aiState" type="xs:string" use="required" />
- <xs:attribute name="aoPositionSetPoint" type="xs:string" use="required" />
- <xs:attribute name="aoPressureSetPoint" type="xs:string" use="required" />
- <xs:attribute name="aoPressureMode" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="assembly" type="xs:string" use="required" />
- <xs:attribute name="classType" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- <xs:element name="IoPressureControls">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="IoPressureControl">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="diLogicProcessGasFlowing" type="xs:string" use="required" />
- <xs:attribute name="scGasFlowPressureAlarmRange" type="xs:string" use="required" />
- <xs:attribute name="scGasFlowPressureAlarmTime" type="xs:string" use="required" />
- <xs:attribute name="scIsIndependentControl" type="xs:string" use="required" />
- <xs:attribute name="scIsBoostPumpInstalled" type="xs:string" use="required" />
- <xs:attribute name="scTvInstalled" type="xs:string" use="required" />
- <xs:attribute name="boost" type="xs:string" use="required" />
- <xs:attribute name="tv" type="xs:string" use="required" />
- <xs:attribute name="drypump" type="xs:string" use="required" />
- <xs:attribute name="pressureMeter" type="xs:string" use="required" />
- <xs:attribute name="processMeter" type="xs:string" use="required" />
- <xs:attribute name="forelineMeter" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="assembly" type="xs:string" use="required" />
- <xs:attribute name="classType" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- <xs:element name="IoHeaters">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="IoHeater">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="doPowerOn" type="xs:string" use="required" />
- <xs:attribute name="diPowerOnFeedback" type="xs:string" use="required" />
- <xs:attribute name="aoSetPoint" type="xs:string" use="required" />
- <xs:attribute name="aoSetPointLimit" type="xs:string" use="required" />
- <xs:attribute name="aiFeedback" type="xs:string" use="required" />
- <xs:attribute name="aiMonitor" type="xs:string" use="required" />
- <xs:attribute name="aiCoolantInletTemp" type="xs:string" use="required" />
- <xs:attribute name="aiCoolantOutletTemp" type="xs:string" use="required" />
- <xs:attribute name="scSetPointLimit" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="IoHeartbeats">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="IoHeartbeat">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="ao" type="xs:string" use="required" />
- <xs:attribute name="ai" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="IoResets">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="IoReset">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="doReset" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="IoSetConfigs">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="IoSetConfig">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="aoPressureOffset" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="IoStatisticss">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" name="IoStatistics">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="diMonitorSignal" type="xs:string" use="required" />
- <xs:attribute name="scLastPMTime" type="xs:string" use="required" />
- <xs:attribute name="scTimeFromLastPM" type="xs:string" use="required" />
- <xs:attribute name="scTimeTotal" type="xs:string" use="required" />
- <xs:attribute name="scEnableAlarm" type="xs:string" use="required" />
- <xs:attribute name="scPMInterval" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="IoPlcDateTimes">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="IoPlcDateTime">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="aiYear" type="xs:string" use="required" />
- <xs:attribute name="aiMonth" type="xs:string" use="required" />
- <xs:attribute name="aiDay" type="xs:string" use="required" />
- <xs:attribute name="aiHour" type="xs:string" use="required" />
- <xs:attribute name="aiMinute" type="xs:string" use="required" />
- <xs:attribute name="aiSecond" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="IoCylinders">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" name="IoCylinder">
- <xs:complexType>
- <xs:attribute name="id" type="xs:string" use="required" />
- <xs:attribute name="display" type="xs:string" use="required" />
- <xs:attribute name="schematicId" type="xs:string" use="required" />
- <xs:attribute name="unit" type="xs:string" use="required" />
- <xs:attribute name="doMotorRelay" type="xs:string" use="optional" />
- <xs:attribute name="doON" type="xs:string" use="required" />
- <xs:attribute name="doOFF" type="xs:string" use="required" />
- <xs:attribute name="diON" type="xs:string" use="required" />
- <xs:attribute name="diOFF" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="assembly" type="xs:string" use="required" />
- <xs:attribute name="classType" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="type" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:schema>
|