diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:SensorComponent | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="SensorDataType"> <xsd:annotation> <xsd:documentation> Additional data for a Sensor, SensorInstance or SensorOccurrence. Only one SensorData sub-element is allowed. Attributes: id: Inherited from AttribOwner. name: Inherited from AttribOwner. translation: When there are no SensorComponent sub-elements under the SensorData, translation indicates whether the Sensor senses along or around the line joining the Marker given by the first ConstraintTargetRef sub-element under the Sensor, SensorInstance or SensorOccurrence to the Marker given by the second. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:choice minOccurs="0" maxOccurs="3"> <xsd:element ref="plm:SensorComponent"/> </xsd:choice> <xsd:attribute name="translation" type="xsd:boolean" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="translation" type="xsd:boolean" use="optional"/> |