Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element LeaderExtendType / PointExtension
Annotations
The PointExtension element specifies the 2D coordinates of the extension point. The 2D coordinates are defined in the visualization plane coordinate system.
Diagram
Diagram Primitives_xsd_Simple_Type_Point2dSimpleType.tmp#Point2dSimpleType
Type Point2dSimpleType
Type hierarchy
Properties
content simple
Facets
length 2
Source
<xs:element name="PointExtension" type="Point2dSimpleType">
  <xs:annotation>
    <xs:documentation>The PointExtension element specifies the 2D coordinates of the extension point. The 2D coordinates are defined in the visualization plane coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element LeaderExtendType / Modifier
Annotations
The optional Modifier element specifies a leader modifier.
Diagram
Diagram Visualization_xsd_Simple_Type_LeaderModifierEnumType.tmp#LeaderModifierEnumType
Type LeaderModifierEnumType
Properties
content simple
minOccurs 0
Facets
enumeration ALL_AROUND
enumeration ALL_OVER
enumeration FLAG
enumeration ALL_AROUND_FLAG
Source
<xs:element name="Modifier" type="LeaderModifierEnumType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Modifier element specifies a leader modifier.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type LeaderExtendType
Annotations
The LeaderExtendType defines an extended leader which has a break point and consists of two segments.
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 Visualization_xsd_Complex_Type_LeaderType.tmp#LeaderType Visualization_xsd_Complex_Type_LeaderExtendType.tmp#LeaderExtendType_PointExtension Visualization_xsd_Complex_Type_LeaderExtendType.tmp#LeaderExtendType_Modifier
Type extension of LeaderType
Type hierarchy
Used by
Element LeaderExtend
Children EndPoint, HeadForm, HeadHeight, Modifier, PointExtension, StartPoint
Source
<xs:complexType name="LeaderExtendType">
  <xs:annotation>
    <xs:documentation>The LeaderExtendType defines an extended leader which has a break point and consists of two segments.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="LeaderType">
      <xs:sequence>
        <xs:element name="PointExtension" type="Point2dSimpleType">
          <xs:annotation>
            <xs:documentation>The PointExtension element specifies the 2D coordinates of the extension point. The 2D coordinates are defined in the visualization plane coordinate system.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Modifier" type="LeaderModifierEnumType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Modifier element specifies a leader modifier.</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