diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:OccurrenceType | ||
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:Material plm:EntityMaterial plm:AssociatedAttachment plm:AttributeContext plm:ConstraintTargetRef plm:SensorData | ||
used by |
|
||
attributes | |||
annotation |
|
||
source | <xsd:complexType name="SensorOccurrenceType"> <xsd:annotation> <xsd:documentation> An occurrence of a Sensor or SensorInstance. Attribute: coordinateFrame: The coordinate frame in which the directional and orientational properties of a Sensor are defined. Sub-elements: ConstraintTargetRef: Overrides the references to the Markers between which the physical quantity is sensed. SensorData: Overrides any additional data for the Sensor or SensorInstance. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:OccurrenceType"> <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"/> |