complexType SensorComponentType
diagram plmxml_diagrams/plmxml_p905.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 SensorComponent
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      
degreeOfFreedom  plm:DegreeOfFreedomEnum  required      
annotation
documentation

          A component of a Sensor, SensorInstance or SensorOccurrence. None, one
          or 3 SensorComponent sub-elements are allowed under a SensorData.

          Attributes:

          id:           Inherited from AttribOwner.
          name:         Inherited from AttribOwner.
          degreeOfFreedom: The degree of freedom along or around which the
                        sensor senses. Represented as a DegreeOfFreedomEnum.
         
source <xsd:complexType name="SensorComponentType">
 
<xsd:annotation>
   
<xsd:documentation>
          A component of a Sensor, SensorInstance or SensorOccurrence. None, one
          or 3 SensorComponent sub-elements are allowed under a SensorData.

          Attributes:

          id:           Inherited from AttribOwner.
          name:         Inherited from AttribOwner.
          degreeOfFreedom: The degree of freedom along or around which the
                        sensor senses. Represented as a DegreeOfFreedomEnum.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SensorComponentType/@degreeOfFreedom
type plm:DegreeOfFreedomEnum
properties
use required
facets
Kind Value Annotation
enumeration x
enumeration y
enumeration z
enumeration rx
enumeration ry
enumeration rz
source <xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="required"/>


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