Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element FrameRectangularType / 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 FrameRectangularType / Width
Annotations
The Width element is the frame width.
Diagram
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Width" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Width element is the frame width.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element FrameRectangularType / Height
Annotations
The Height element is the frame height.
Diagram
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Height" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Height element is the frame height.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type FrameRectangularType
Annotations
The FrameRectangularType defines a rectangular frame.
Diagram
Diagram Visualization_xsd_Complex_Type_FrameBaseType.tmp#FrameBaseType Visualization_xsd_Complex_Type_FrameRectangularType.tmp#FrameRectangularType_XY Visualization_xsd_Complex_Type_FrameRectangularType.tmp#FrameRectangularType_Width Visualization_xsd_Complex_Type_FrameRectangularType.tmp#FrameRectangularType_Height
Type extension of FrameBaseType
Type hierarchy
Used by
Complex Type FrameFlagType
Element FrameRectangular
Children Height, Width, XY
Source
<xs:complexType name="FrameRectangularType">
  <xs:annotation>
    <xs:documentation>The FrameRectangularType defines a rectangular frame.</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="Width" type="xs:double">
          <xs:annotation>
            <xs:documentation>The Width element is the frame width.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Height" type="xs:double">
          <xs:annotation>
            <xs:documentation>The Height element is the frame height.</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