Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element TextType / Data
Annotations
The Data element is a string.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Data" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Data element is a string.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element TextType / XY
Annotations
The XY element specifies the 2D coordinates of the text 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 text 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
Complex Type TextType
Annotations
The TextType defines a 3D annotation text.
Diagram
Diagram Visualization_xsd_Complex_Type_TextType.tmp#TextType_Data Visualization_xsd_Complex_Type_TextType.tmp#TextType_XY
Used by
Element Text
Children Data, XY
Source
<xs:complexType name="TextType">
  <xs:annotation>
    <xs:documentation>The TextType defines a 3D annotation text.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Data" type="xs:string">
      <xs:annotation>
        <xs:documentation>The Data element is a string.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="XY" type="Point2dSimpleType">
      <xs:annotation>
        <xs:documentation>The XY element specifies the 2D coordinates of the text anchor point. The 2D coordinates are defined in the visualization plane coordinate system.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd