Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element WitnessLinesType / Segment1
Annotations
The Segment1 element is the first witness line.
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
Type LineSegment2dType
Properties
content complex
Children EndPoint, StartPoint
Instance
<Segment1 xmlns="http://qifstandards.org/xsd/qif3">
  <StartPoint>{1,1}</StartPoint>
  <EndPoint>{1,1}</EndPoint>
</Segment1>
Source
<xs:element name="Segment1" type="LineSegment2dType">
  <xs:annotation>
    <xs:documentation>The Segment1 element is the first witness line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element WitnessLinesType / ZextensionPoint1
Annotations
The optional ZextensionPoint1 element is an extension point of the first witness line, it lies on the feature in cases when the annotation plane does not intersect the feature.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType
Type PointSimpleType
Type hierarchy
Properties
content simple
minOccurs 0
Facets
length 3
Source
<xs:element name="ZextensionPoint1" type="PointSimpleType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ZextensionPoint1 element is an extension point of the first witness line, it lies on the feature in cases when the annotation plane does not intersect the feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element WitnessLinesType / Segment2
Annotations
The Segment2 element is the second witness line.
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
Type LineSegment2dType
Properties
content complex
Children EndPoint, StartPoint
Instance
<Segment2 xmlns="http://qifstandards.org/xsd/qif3">
  <StartPoint>{1,1}</StartPoint>
  <EndPoint>{1,1}</EndPoint>
</Segment2>
Source
<xs:element name="Segment2" type="LineSegment2dType">
  <xs:annotation>
    <xs:documentation>The Segment2 element is the second witness line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element WitnessLinesType / ZextensionPoint2
Annotations
The optional ZextensionPoint2 element is an extension point of the second witness line, it lies on the feature in cases when the annotation plane does not intersect the feature.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType
Type PointSimpleType
Type hierarchy
Properties
content simple
minOccurs 0
Facets
length 3
Source
<xs:element name="ZextensionPoint2" type="PointSimpleType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ZextensionPoint2 element is an extension point of the second witness line, it lies on the feature in cases when the annotation plane does not intersect the feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element WitnessLinesType / BeginPoint
Annotations
The BeginPoint element is the begin point of the circular witness line.
Diagram
Diagram Primitives_xsd_Simple_Type_Point2dSimpleType.tmp#Point2dSimpleType
Type Point2dSimpleType
Type hierarchy
Properties
content simple
Facets
length 2
Source
<xs:element name="BeginPoint" type="Point2dSimpleType">
  <xs:annotation>
    <xs:documentation>The BeginPoint element is the begin point of the circular witness line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element WitnessLinesType / EndPoint
Annotations
The EndPoint element is the end point of the circular witness line.
Diagram
Diagram Primitives_xsd_Simple_Type_Point2dSimpleType.tmp#Point2dSimpleType
Type Point2dSimpleType
Type hierarchy
Properties
content simple
Facets
length 2
Source
<xs:element name="EndPoint" type="Point2dSimpleType">
  <xs:annotation>
    <xs:documentation>The EndPoint element is the end point of the circular witness line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element WitnessLinesType / CircleCenter
Annotations
The CircleCenter element is the center of the circular witness line.
Diagram
Diagram Primitives_xsd_Simple_Type_Point2dSimpleType.tmp#Point2dSimpleType
Type Point2dSimpleType
Type hierarchy
Properties
content simple
Facets
length 2
Source
<xs:element name="CircleCenter" type="Point2dSimpleType">
  <xs:annotation>
    <xs:documentation>The CircleCenter element is the center of the circular witness line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element WitnessLinesType / CircleRadius
Annotations
The CircleRadius element is the radius of the circular witness line.
Diagram
Diagram Primitives_xsd_Simple_Type_DoublePositiveType.tmp#DoublePositiveType
Type DoublePositiveType
Properties
content simple
Facets
minExclusive 0.0
Source
<xs:element name="CircleRadius" type="DoublePositiveType">
  <xs:annotation>
    <xs:documentation>The CircleRadius element is the radius of the circular witness line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type WitnessLinesType
Annotations
The WitnessLinesType defines a pair of witness lines or a circular witness line. The circular witness line must be less than a semicircle.
Diagram
Diagram Visualization_xsd_Complex_Type_WitnessLinesType.tmp#WitnessLinesType_width Visualization_xsd_Complex_Type_WitnessLinesType.tmp#WitnessLinesType_Segment1 Visualization_xsd_Complex_Type_WitnessLinesType.tmp#WitnessLinesType_ZextensionPoint1 Visualization_xsd_Complex_Type_WitnessLinesType.tmp#WitnessLinesType_Segment2 Visualization_xsd_Complex_Type_WitnessLinesType.tmp#WitnessLinesType_ZextensionPoint2 Visualization_xsd_Complex_Type_WitnessLinesType.tmp#WitnessLinesType_BeginPoint Visualization_xsd_Complex_Type_WitnessLinesType.tmp#WitnessLinesType_EndPoint Visualization_xsd_Complex_Type_WitnessLinesType.tmp#WitnessLinesType_CircleCenter Visualization_xsd_Complex_Type_WitnessLinesType.tmp#WitnessLinesType_CircleRadius
Used by
Element WitnessLines
Children BeginPoint, CircleCenter, CircleRadius, EndPoint, Segment1, Segment2, ZextensionPoint1, ZextensionPoint2
Attributes
QName Type Use Annotation
width xs:double required
The required width attribute is the width of the witness lines in points.
Source
<xs:complexType name="WitnessLinesType">
  <xs:annotation>
    <xs:documentation>The WitnessLinesType defines a pair of witness lines or a circular witness line. The circular witness line must be less than a semicircle.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:sequence>
      <xs:element name="Segment1" type="LineSegment2dType">
        <xs:annotation>
          <xs:documentation>The Segment1 element is the first witness line.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ZextensionPoint1" type="PointSimpleType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The optional ZextensionPoint1 element is an extension point of the first witness line, it lies on the feature in cases when the annotation plane does not intersect the feature.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Segment2" type="LineSegment2dType">
        <xs:annotation>
          <xs:documentation>The Segment2 element is the second witness line.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ZextensionPoint2" type="PointSimpleType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The optional ZextensionPoint2 element is an extension point of the second witness line, it lies on the feature in cases when the annotation plane does not intersect the feature.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:sequence>
      <xs:element name="BeginPoint" type="Point2dSimpleType">
        <xs:annotation>
          <xs:documentation>The BeginPoint element is the begin point of the circular witness line.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EndPoint" type="Point2dSimpleType">
        <xs:annotation>
          <xs:documentation>The EndPoint element is the end point of the circular witness line.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CircleCenter" type="Point2dSimpleType">
        <xs:annotation>
          <xs:documentation>The CircleCenter element is the center of the circular witness line.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CircleRadius" type="DoublePositiveType">
        <xs:annotation>
          <xs:documentation>The CircleRadius element is the radius of the circular witness line.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:choice>
  <xs:attribute name="width" type="xs:double" use="required">
    <xs:annotation>
      <xs:documentation>The required width attribute is the width of the witness lines in points.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute WitnessLinesType / @width
Annotations
The required width attribute is the width of the witness lines in points.
Type xs:double
Properties
use required
Used by
Complex Type WitnessLinesType
Source
<xs:attribute name="width" type="xs:double" use="required">
  <xs:annotation>
    <xs:documentation>The required width attribute is the width of the witness lines in points.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd