complexType PerspectiveType
diagram plmxml_diagrams/plmxml_p431.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
children plm:ViewFrom plm:ViewTo plm:ViewVertical
used by
element ViewControlType/Perspective
annotation
documentation

      Defines a perspective view from a point.
     
      Elements:
     
      ViewFrom:        eye point
      ViewTo:          point towards which eye is looking
      ViewVertical:    vector which is vertical in the view. Should be
                       perpendicular to (ViewFrom - ViewTo).
     
source <xsd:complexType name="PerspectiveType">
 
<xsd:annotation>
   
<xsd:documentation>
      Defines a perspective view from a point.
     
      Elements:
     
      ViewFrom:        eye point
      ViewTo:          point towards which eye is looking
      ViewVertical:    vector which is vertical in the view. Should be
                       perpendicular to (ViewFrom - ViewTo).
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="ViewFrom" type="plm:VectorType"/>
   
<xsd:element name="ViewTo" type="plm:VectorType"/>
   
<xsd:element name="ViewVertical" type="plm:VectorType"/>
 
</xsd:sequence>
</xsd:complexType>

element PerspectiveType/ViewFrom
diagram plmxml_diagrams/plmxml_p432.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:VectorType
properties
content simple
facets
Kind Value Annotation
length 3
source <xsd:element name="ViewFrom" type="plm:VectorType"/>

element PerspectiveType/ViewTo
diagram plmxml_diagrams/plmxml_p433.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:VectorType
properties
content simple
facets
Kind Value Annotation
length 3
source <xsd:element name="ViewTo" type="plm:VectorType"/>

element PerspectiveType/ViewVertical
diagram plmxml_diagrams/plmxml_p434.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:VectorType
properties
content simple
facets
Kind Value Annotation
length 3
source <xsd:element name="ViewVertical" type="plm:VectorType"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy