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="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> |
type | plm:DegreeOfFreedomEnum | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
source | <xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="required"/> |