complexType JointAccelerationLimitType
diagram plmxml_diagrams/plmxml_p889.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute plm:ValueWithUnit
used by
element JointAccelerationLimit
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      
ownerRef  plm:anyURIType  optional      
degreeOfFreedom  plm:DegreeOfFreedomEnum  optional      
annotation
documentation

              The maximum acceleration of a Joint.

              Attribute:

              degreeOfFreedom: The degree of freedom along or around which the
                            acceleration of the Marker given by the second
                            ConstraintTargetRef of the Joint relative to the
                            Marker given by the second is measured. Represented
                            as a DegreeOfFreedomEnum.

              Sub-element:

              ValueWithUnit: The value of the maximum allowed acceleration.
         
source <xsd:complexType name="JointAccelerationLimitType">
 
<xsd:annotation>
   
<xsd:documentation>
              The maximum acceleration of a Joint.

              Attribute:

              degreeOfFreedom: The degree of freedom along or around which the
                            acceleration of the Marker given by the second
                            ConstraintTargetRef of the Joint relative to the
                            Marker given by the second is measured. Represented
                            as a DegreeOfFreedomEnum.

              Sub-element:

              ValueWithUnit: The value of the maximum allowed acceleration.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:choice minOccurs="1" maxOccurs="1">
       
<xsd:element ref="plm:ValueWithUnit"/>
     
</xsd:choice>
     
<xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute JointAccelerationLimitType/@degreeOfFreedom
type plm:DegreeOfFreedomEnum
properties
use optional
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="optional"/>


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