<xsd:simpleType name="line3Type" id="st.line3Type">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An unbounded line in 3-space.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Defined by 6 real numbers, conventionally an arbitrary
point on the line and a vector3. There is no significance to the point
(i.e. it is not the "end of the line") and there are an infinite number of
ways of representing the line. DANGER. Line3 now uses the point3 and vector3 attributes
and the line3Type may be OBSOLETED.</h:div>
<h:div class="example" href="line31.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:restriction>
<xsd:simpleType>
<xsd:list itemType="xsd:double" />
</xsd:simpleType>
<xsd:length value="6" />
</xsd:restriction>
</xsd:simpleType>
|