
-impl.util.2.2.1_1.source-code.ogema-sample.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2011-2018 Fraunhofer-Gesellschaft zur Förderung der angewandten Wissenschaften e.V. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- Example document for the OGEMA 2.0 REST XML schema. --> <og:resource xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:og='http://www.ogema-source.net/REST' xsi:schemaLocation='http://www.ogema-source.net/REST Ogema.xsd'> <name>Switch</name> <type>org.ogema.core.model.commonactors.ElSwitch</type> <path>Switch</path> <resource> <name>stateFB</name> <type>org.ogema.core.model.commonactors.FeedbackBoolean</type> <path>Switch/stateFB</path> <resource xsi:type="og:BooleanResource"> <name>feedback</name> <type>org.ogema.core.model.simple.BooleanResource</type> <value>false</value> </resource> </resource> <resource xsi:type="og:FloatResource"> <name>ratedSwitchingCurrent</name> <type>org.ogema.core.model.simple.FloatResource</type> <resource xsi:type="og:FloatSchedule"> <name>switchSchedule</name> <type>org.ogema.schedule.Schedule</type> <entry> <time>0</time> <value>42</value> </entry> <entry> <time>1</time> <value>43</value> </entry> </resource> <value>47.11</value> </resource> <resourcelink> <link>x/y/z</link> <type>org.ogema.core.model.commonactors.TextDisplay</type> <name>z</name> </resourcelink> </og:resource>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy