simpleType JointOverlapDeltaEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute FrictionDataType/@overlapDelta
facets
Kind Value Annotation
enumeration increase
enumeration decrease
enumeration constant
annotation
documentation

            Whether the overlap of a translational or cylindrical Joint increases, decreases or remains
            constant.
         
source <xsd:simpleType name="JointOverlapDeltaEnum">
 
<xsd:annotation>
   
<xsd:documentation>
            Whether the overlap of a translational or cylindrical Joint increases, decreases or remains
            constant.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="increase"/>
   
<xsd:enumeration value="decrease"/>
   
<xsd:enumeration value="constant"/>
 
</xsd:restriction>
</xsd:simpleType>


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