<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> |