Definition Type: SimpleType
Name: line3Type
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
An unbounded line in 3-space. 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.
Collapse XSD Schema Diagram:
XSD Diagram of line3Type in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Length 6
Collapse Derivation Tree:
Collapse References:
nsA:line3