Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element LeaderCircularType / Center
Annotations
The Center element specifies the 2D coordinates of the leader central 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="Center" type="Point2dSimpleType">
  <xs:annotation>
    <xs:documentation>The Center element specifies the 2D coordinates of the leader central 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
Complex Type LeaderCircularType
Annotations
The LeaderCircularType defines a leader that is a circular arc which is less than a semicircle.
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_LeaderCircularType.tmp#LeaderCircularType_Center
Type extension of LeaderType
Type hierarchy
Used by
Element LeaderCircular
Children Center, EndPoint, HeadForm, HeadHeight, StartPoint
Source
<xs:complexType name="LeaderCircularType">
  <xs:annotation>
    <xs:documentation>The LeaderCircularType defines a leader that is a circular arc which is less than a semicircle.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="LeaderType">
      <xs:sequence>
        <xs:element name="Center" type="Point2dSimpleType">
          <xs:annotation>
            <xs:documentation>The Center element specifies the 2D coordinates of the leader central point. The 2D coordinates are defined in the visualization plane coordinate system.</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