Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element MeasuredEndRadiusType / EndRadius
Annotations
The EndRadius element describes the measured end radius of the slot.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_combinedUncertainty Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_meanError Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType_linearUnit Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType
Type MeasuredLinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
combinedUncertainty NonNegativeDecimalType optional
The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the unit used by LinearValueType.
meanError NonNegativeDecimalType optional
The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="EndRadius" type="MeasuredLinearValueType">
  <xs:annotation>
    <xs:documentation>The EndRadius element describes the measured end radius of the slot.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element MeasuredEndRadiusType / Expanded
Annotations
The optional Expanded element when set to "true" indicates that the round end of a slot expands to be larger than the width like the end of a dumbbell.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="Expanded" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Expanded element when set to "true" indicates that the round end of a slot expands to be larger than the width like the end of a dumbbell.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type MeasuredEndRadiusType
Annotations
The MeasuredEndRadiusType defines the measured radius of the end of a slot.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_MeasuredEndRadiusType.tmp#MeasuredEndRadiusType_EndRadius PrimitivesPMI_xsd_Complex_Type_MeasuredEndRadiusType.tmp#MeasuredEndRadiusType_Expanded
Used by
Children EndRadius, Expanded
Source
<xs:complexType name="MeasuredEndRadiusType">
  <xs:annotation>
    <xs:documentation>The MeasuredEndRadiusType defines the measured radius of the end of a slot.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EndRadius" type="MeasuredLinearValueType">
      <xs:annotation>
        <xs:documentation>The EndRadius element describes the measured end radius of the slot.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Expanded" type="xs:boolean" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Expanded element when set to "true" indicates that the round end of a slot expands to be larger than the width like the end of a dumbbell.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd