Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element FrameCircularType / XY
Annotations
The XY element specifies the 2D coordinates of the anchor 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="XY" type="Point2dSimpleType">
  <xs:annotation>
    <xs:documentation>The XY element specifies the 2D coordinates of the anchor 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 FrameCircularType / Radius
Annotations
The Radius element is the frame radius.
Diagram
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Radius" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Radius element is the frame radius.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type FrameCircularType
Annotations
The FrameCircularType defines a circular frame. This is normally used for visualization of datum targets.
Diagram
Diagram Visualization_xsd_Complex_Type_FrameBaseType.tmp#FrameBaseType Visualization_xsd_Complex_Type_FrameCircularType.tmp#FrameCircularType_crossed Visualization_xsd_Complex_Type_FrameCircularType.tmp#FrameCircularType_XY Visualization_xsd_Complex_Type_FrameCircularType.tmp#FrameCircularType_Radius
Type extension of FrameBaseType
Type hierarchy
Used by
Element FrameCircular
Children Radius, XY
Attributes
QName Type Default Use Annotation
crossed xs:boolean true optional
The optional crossed attribute shows if the frame must be crossed with the middle line which separates the circular frame in two halves (top and bottom).
Source
<xs:complexType name="FrameCircularType">
  <xs:annotation>
    <xs:documentation>The FrameCircularType defines a circular frame. This is normally used for visualization of datum targets.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FrameBaseType">
      <xs:sequence>
        <xs:element name="XY" type="Point2dSimpleType">
          <xs:annotation>
            <xs:documentation>The XY element specifies the 2D coordinates of the anchor point. The 2D coordinates are defined in the visualization plane coordinate system.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Radius" type="xs:double">
          <xs:annotation>
            <xs:documentation>The Radius element is the frame radius.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="crossed" type="xs:boolean" default="true" use="optional">
        <xs:annotation>
          <xs:documentation>The optional crossed attribute shows if the frame must be crossed with the middle line which separates the circular frame in two halves (top and bottom).</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute FrameCircularType / @crossed
Annotations
The optional crossed attribute shows if the frame must be crossed with the middle line which separates the circular frame in two halves (top and bottom).
Type xs:boolean
Properties
use optional
default true
Used by
Complex Type FrameCircularType
Source
<xs:attribute name="crossed" type="xs:boolean" default="true" use="optional">
  <xs:annotation>
    <xs:documentation>The optional crossed attribute shows if the frame must be crossed with the middle line which separates the circular frame in two halves (top and bottom).</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd