complexType SurfacePositionBase
diagram plmxml_diagrams/plmxml_p518.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:SurfaceBase
properties
base plm:SurfaceBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:SamplePoints
used by
complexTypes ConeType CylinderType PlaneType SphereType TorusType
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
entityRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
startU  xsd:double  optional      
endU  xsd:double  optional      
startV  xsd:double  optional      
endV  xsd:double  optional      
origin  plm:VectorType    0 0 0    
zAxis  plm:DirectionType    0 0 1    
xAxis  plm:DirectionType    1 0 0    
annotation
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
     
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>

attribute SurfacePositionBase/@origin
type plm:VectorType
properties
default 0 0 0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="origin" type="plm:VectorType" default="0 0 0"/>

attribute SurfacePositionBase/@zAxis
type plm:DirectionType
properties
default 0 0 1
facets
Kind Value Annotation
length 3
source <xsd:attribute name="zAxis" type="plm:DirectionType" default="0 0 1"/>

attribute SurfacePositionBase/@xAxis
type plm:DirectionType
properties
default 1 0 0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="xAxis" type="plm:DirectionType" default="1 0 0"/>


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