complexType OrthographicType
diagram plmxml_diagrams/plmxml_p423.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
children plm:ViewDirection plm:ViewVertical plm:ViewTo
used by
element ViewControlType/Orthographic
annotation
documentation

      Defines a view from infinity (no perspective).
     
      Elements:
     
      ViewDirection:   direction eye is looking in.
      ViewVertical:    vector which is vertical in the view. Should be
                       perpendicular to ViewDirection.
      ViewTo:          optional point at which eye is looking, only needed
                       if depth is significant in the view.
     
source <xsd:complexType name="OrthographicType">
 
<xsd:annotation>
   
<xsd:documentation>
      Defines a view from infinity (no perspective).
     
      Elements:
     
      ViewDirection:   direction eye is looking in.
      ViewVertical:    vector which is vertical in the view. Should be
                       perpendicular to ViewDirection.
      ViewTo:          optional point at which eye is looking, only needed
                       if depth is significant in the view.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="ViewDirection" type="plm:VectorType"/>
   
<xsd:element name="ViewVertical" type="plm:VectorType"/>
   
<xsd:choice minOccurs="0">
     
<xsd:element name="ViewTo" type="plm:VectorType"/>
   
</xsd:choice>
 
</xsd:sequence>
</xsd:complexType>

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

element OrthographicType/ViewVertical
diagram plmxml_diagrams/plmxml_p425.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"/>

element OrthographicType/ViewTo
diagram plmxml_diagrams/plmxml_p426.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"/>


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