Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element LeaderType / HeadForm
Annotations
The HeadForm element gives the form of the leader head.
Diagram
Diagram Visualization_xsd_Simple_Type_LeaderHeadFormEnumType.tmp#LeaderHeadFormEnumType Visualization_xsd_Complex_Type_LeaderHeadFormType.tmp#LeaderHeadFormType_normal Visualization_xsd_Complex_Type_LeaderHeadFormType.tmp#LeaderHeadFormType
Type LeaderHeadFormType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
normal D3Type optional
The optional normal attribute defines the normal of the plane for drawing a leader head with type SYMBOL_CROSS.
Source
<xs:element name="HeadForm" type="LeaderHeadFormType">
  <xs:annotation>
    <xs:documentation>The HeadForm element gives the form of the leader head.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element LeaderType / HeadHeight
Annotations
The HeadHeight element is the size of the leader head.
Diagram
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="HeadHeight" type="xs:double">
  <xs:annotation>
    <xs:documentation>The HeadHeight element is the size of the leader head.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type LeaderType
Annotations
The LeaderType defines a 3D annotation leader.
Diagram
Diagram Primitives_xsd_Element_Group_LineSegment2dGroup.tmp#LineSegment2dGroup_StartPoint Primitives_xsd_Element_Group_LineSegment2dGroup.tmp#LineSegment2dGroup_EndPoint Primitives_xsd_Element_Group_LineSegment2dGroup.tmp#LineSegment2dGroup Primitives_xsd_Complex_Type_LineSegment2dType.tmp#LineSegment2dType Visualization_xsd_Complex_Type_LeaderType.tmp#LeaderType_HeadForm Visualization_xsd_Complex_Type_LeaderType.tmp#LeaderType_HeadHeight
Type extension of LineSegment2dType
Type hierarchy
Used by
Children EndPoint, HeadForm, HeadHeight, StartPoint
Source
<xs:complexType name="LeaderType">
  <xs:annotation>
    <xs:documentation>The LeaderType defines a 3D annotation leader.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="LineSegment2dType">
      <xs:sequence>
        <xs:element name="HeadForm" type="LeaderHeadFormType">
          <xs:annotation>
            <xs:documentation>The HeadForm element gives the form of the leader head.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="HeadHeight" type="xs:double">
          <xs:annotation>
            <xs:documentation>The HeadHeight element is the size of the leader head.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd