diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:Ann3DDisplayType | ||
properties |
|
||
children | plm:Description plm:ApplicationRef plm:Attribute plm:DisplayPlane plm:Leader plm:Geometry | ||
used by |
|
||
attributes | |||
annotation |
|
||
source | <xsd:complexType name="Ann3DFitDesignationDisplayType"> <xsd:annotation> <xsd:documentation> FitDesignationDisplay: 3D Fit Designation Display. Attributes: toleranceDisplay: The method of display for any tolerances. precision: The precision of the displayed value in number of decimal places. This is the number of decimal places that can be relied on, whether or not that number of decimal places is actually displayed. Normally they would be displayed but trailing zeros can be suppressed by setting valueTrailingZero to false. tolerancePrecision: The number of decimal places displayed in any tolerances. zeroToleranceDisplay: Controls the display of any zero valued tolerances. valueLeadingZero: Whether to display leading zeros in the value attribute. toleranceLeadingZero: Whether to display leading zeros in any tolerances. valueTrailingZero: Whether trailing zeros on the value attribute are displayed. This does not affect the precision of the displayed value. See precision attribute. toleranceTrailingZero: Whether trailing zeros on any tolerances are displayed. displayTolerance: Whether tolerance information is displayed. displayClearance: Whether clearance information is displayed. limitFitSingleLine: Whether the FitDesignation is displayed on a single line with a slash character or like a fraction. limitFitOrder: The order in which the value attribute, the deviation and grade information, and the tolerance information on the corresponding FitDesignation are displayed. limitFitParentheses: Whether the value attribute, the deviation and grade information or the tolerance information on the corresponding FitDesignation are displayed in parentheses. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:Ann3DDisplayType"> <xsd:attribute name="toleranceDisplay" type="plm:Ann3DDimensionTolerance" use="optional"/> <xsd:attribute name="precision" type="xsd:integer" use="optional"/> <xsd:attribute name="tolerancePrecision" type="xsd:integer" use="optional"/> <xsd:attribute name="zeroToleranceDisplay" type="plm:Ann3DDimensionZeroToleranceDisplay" use="optional"/> <xsd:attribute name="valueLeadingZero" type="xsd:boolean" default="true"/> <xsd:attribute name="toleranceLeadingZero" type="xsd:boolean" default="true"/> <xsd:attribute name="valueTrailingZero" type="xsd:boolean" default="true"/> <xsd:attribute name="toleranceTrailingZero" type="xsd:boolean" default="true"/> <xsd:attribute name="displayTolerance" type="xsd:boolean" default="false"/> <xsd:attribute name="displayClearance" type="xsd:boolean" default="false"/> <xsd:attribute name="limitFitSingleLine" type="xsd:boolean" default="true"/> <xsd:attribute name="limitFitOrder" type="plm:Ann3DLimitFitOrderEnum" default="valueLimitFitTolerance"/> <xsd:attribute name="limitFitParentheses" type="plm:Ann3DLimitFitParenthesesEnum" default="none"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:Ann3DDimensionTolerance | |||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||
source | <xsd:attribute name="toleranceDisplay" type="plm:Ann3DDimensionTolerance" use="optional"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="precision" type="xsd:integer" use="optional"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="tolerancePrecision" type="xsd:integer" use="optional"/> |
type | plm:Ann3DDimensionZeroToleranceDisplay | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xsd:attribute name="zeroToleranceDisplay" type="plm:Ann3DDimensionZeroToleranceDisplay" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="valueLeadingZero" type="xsd:boolean" default="true"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="toleranceLeadingZero" type="xsd:boolean" default="true"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="valueTrailingZero" type="xsd:boolean" default="true"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="toleranceTrailingZero" type="xsd:boolean" default="true"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="displayTolerance" type="xsd:boolean" default="false"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="displayClearance" type="xsd:boolean" default="false"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="limitFitSingleLine" type="xsd:boolean" default="true"/> |
type | plm:Ann3DLimitFitOrderEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="limitFitOrder" type="plm:Ann3DLimitFitOrderEnum" default="valueLimitFitTolerance"/> |
type | plm:Ann3DLimitFitParenthesesEnum | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
source | <xsd:attribute name="limitFitParentheses" type="plm:Ann3DLimitFitParenthesesEnum" default="none"/> |