diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="characteristic" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="valueRef" type="plm:anyURIType" use="required" plm:refType="plm:ValueWithUnit plm:RangeWithUnit"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="characteristicRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |