Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element EndRadiusType / EndRadius
Annotations
The EndRadius element describes the 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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="EndRadius" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The EndRadius element describes the end radius of the slot.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element EndRadiusType / 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 EndRadiusType
Annotations
The EndRadiusType defines the radius of the end of a slot.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_EndRadiusType.tmp#EndRadiusType_EndRadius PrimitivesPMI_xsd_Complex_Type_EndRadiusType.tmp#EndRadiusType_Expanded
Used by
Children EndRadius, Expanded
Source
<xs:complexType name="EndRadiusType">
  <xs:annotation>
    <xs:documentation>The EndRadiusType defines the radius of the end of a slot.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EndRadius" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The EndRadius element describes the 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