complexType SignalValueType
diagram plmxml_diagrams/plmxml_p1048.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element SignalValue
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
characteristic  xsd:string  optional      
valueRef  plm:anyURIType  required      
characteristicRef  plm:anyURIType  optional      
annotation
documentation

      This is a value of a Signal, e.g. "10.2 volts".
     
      Attributes:
     
      valueRef:         Reference to a ValueWithUnit or RangeWithUnit giving the signal value.
      characteristic:   Describes how the signal value depends on the value of
                        the corresponding ProcessVariable. There is one predefined value,
                        namely "linear".
      characteristicRef: References a multiple language version of
                        characteristic. If multiple language support is
                        required, characteristicRef should be used in addition
                        to characteristic.
     
source <xsd:complexType name="SignalValueType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is a value of a Signal, e.g. "10.2 volts".
     
      Attributes:
     
      valueRef:         Reference to a ValueWithUnit or RangeWithUnit giving the signal value.
      characteristic:   Describes how the signal value depends on the value of
                        the corresponding ProcessVariable. There is one predefined value,
                        namely "linear".
      characteristicRef: References a multiple language version of
                        characteristic. If multiple language support is
                        required, characteristicRef should be used in addition
                        to characteristic.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="characteristic" type="xsd:string" use="optional"/>
     
<xsd:attribute name="valueRef" type="plm:anyURIType" use="required" plm:refType="plm:ValueWithUnit plm:RangeWithUnit"/>
     
<xsd:attribute name="characteristicRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SignalValueType/@characteristic
type xsd:string
properties
use optional
source <xsd:attribute name="characteristic" type="xsd:string" use="optional"/>

attribute SignalValueType/@valueRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="valueRef" type="plm:anyURIType" use="required" plm:refType="plm:ValueWithUnit plm:RangeWithUnit"/>

attribute SignalValueType/@characteristicRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="characteristicRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy