complexType SensorDataType
diagram plmxml_diagrams/plmxml_p906.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:SensorComponent
used by
element SensorData
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      
translation  xsd:boolean  optional      
annotation
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.
         
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>

attribute SensorDataType/@translation
type xsd:boolean
properties
use optional
source <xsd:attribute name="translation" type="xsd:boolean" use="optional"/>


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