diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:SurfaceBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:SamplePoints | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="SurfacePositionBase" abstract="true"> <xsd:annotation> <xsd:documentation> Base class for elements representing a surface which uses an X-Y-Z coordinate frame as part of its definition. Attributes: origin: origin of coordinate frame zAxis: Z Axis of coordinate frame xAxis: X Axis of coordinate frame </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:SurfaceBase"> <xsd:attribute name="origin" type="plm:VectorType" default="0 0 0"/> <xsd:attribute name="zAxis" type="plm:DirectionType" default="0 0 1"/> <xsd:attribute name="xAxis" type="plm:DirectionType" default="1 0 0"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:VectorType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="origin" type="plm:VectorType" default="0 0 0"/> |
type | plm:DirectionType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="zAxis" type="plm:DirectionType" default="0 0 1"/> |
type | plm:DirectionType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="xAxis" type="plm:DirectionType" default="1 0 0"/> |