diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:GDEInstanceType | ||
properties |
|
||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Transform plm:Representation plm:VariantCondition plm:Reference plm:PropertyGroup plm:EntityPropertyGroup plm:ConstraintTargetRef plm:SensorData | ||
used by |
|
||
attributes | |||
annotation |
|
||
source | <xsd:complexType name="SensorInstanceType"> <xsd:annotation> <xsd:documentation> An instance of a Sensor. Attribute: coordinateFrame: The coordinate frame in which the directional and orientational properties of a Sensor are defined. Sub-elements: ConstraintTargetRef: References the Markers between which the physical quantity is sensed. SensorData: Overrides any additional data for the Sensor. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:GDEInstanceType"> <xsd:sequence> <xsd:element ref="plm:ConstraintTargetRef" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="plm:SensorData" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="coordinateFrame" type="plm:CoordinateFrameEnum" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:CoordinateFrameEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="coordinateFrame" type="plm:CoordinateFrameEnum" use="optional"/> |