Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element CharacteristicBalloonType / BalloonLocation
Annotations
The BalloonLocation element is the location of a characteristic designator balloon with respect to the characteristic to which it applies.
Diagram
Diagram Characteristics_xsd_Simple_Type_CharacteristicBalloonLocationEnumType.tmp#CharacteristicBalloonLocationEnumType
Type CharacteristicBalloonLocationEnumType
Properties
content simple
Facets
enumeration ABOVE
enumeration BELOW
enumeration LEFT
enumeration RIGHT
enumeration DEFAULT
enumeration UNDEFINED
Source
<xs:element name="BalloonLocation" type="CharacteristicBalloonLocationEnumType">
  <xs:annotation>
    <xs:documentation>The BalloonLocation element is the location of a characteristic designator balloon with respect to the characteristic to which it applies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicBalloonType / BalloonStyle
Annotations
The BalloonStyle element is the style of a characteristic designator balloon.
Diagram
Diagram Characteristics_xsd_Simple_Type_CharacteristicBalloonStyleEnumType.tmp#CharacteristicBalloonStyleEnumType
Type CharacteristicBalloonStyleEnumType
Properties
content simple
Facets
enumeration OPEN_CIRCLE
enumeration BARRED_CIRCLE
enumeration ELONGATED_CIRCLE
enumeration SPLIT_CIRCLE
enumeration PENTAGON
enumeration HEXAGON
enumeration OCTAGON
enumeration RECTANGLE
enumeration ROUNDED_RECTANGLE
enumeration ELONGATED_HEXAGON
enumeration FORWARD_CHEVRON
enumeration BACKWARD_CHEVRON
enumeration DEFAULT
enumeration UNDEFINED
Source
<xs:element name="BalloonStyle" type="CharacteristicBalloonStyleEnumType">
  <xs:annotation>
    <xs:documentation>The BalloonStyle element is the style of a characteristic designator balloon.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type CharacteristicBalloonType
Annotations
The CharacteristicBalloonType defines a characteristic identifier balloon, i.e. a visual representation of the identifier on a print or drawing. This type provides a mechanism for describing characteristic balloons from printed drawings or from external digital drawings or models. QIF model based definitions describe characteristic balloons explicitly internally as visualization CAD data.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicBalloonType.tmp#CharacteristicBalloonType_BalloonLocation Characteristics_xsd_Complex_Type_CharacteristicBalloonType.tmp#CharacteristicBalloonType_BalloonStyle
Used by
Children BalloonLocation, BalloonStyle
Source
<xs:complexType name="CharacteristicBalloonType">
  <xs:annotation>
    <xs:documentation>The CharacteristicBalloonType defines a characteristic identifier balloon, i.e. a visual representation of the identifier on a print or drawing. This type provides a mechanism for describing characteristic balloons from printed drawings or from external digital drawings or models. QIF model based definitions describe characteristic balloons explicitly internally as visualization CAD data.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="BalloonLocation" type="CharacteristicBalloonLocationEnumType">
      <xs:annotation>
        <xs:documentation>The BalloonLocation element is the location of a characteristic designator balloon with respect to the characteristic to which it applies.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BalloonStyle" type="CharacteristicBalloonStyleEnumType">
      <xs:annotation>
        <xs:documentation>The BalloonStyle element is the style of a characteristic designator balloon.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd