complexType HolePositionType
diagram plmxml_diagrams/plmxml_p951.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
used by
element HoleFeatureType/HolePosition
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
position  plm:VectorType  required      
direction  plm:VectorType  optional      
annotation
documentation

      This specifies the position, and optionally the direction, of a Hole.
     
      Attributes:
     
      position:       Position of the start of the hole in global 3-space coords.
      direction:      Direction of of the hole. This direction defines the reference
                         direction when evaluating the sequence of HoleComponent,
                         CounterSink and CounterBore elements; and the extent/offsets
                         values within those items. If absent, the direction attribute
                         on the HoleFeature is used.
   
source <xsd:complexType name="HolePositionType">
 
<xsd:annotation>
   
<xsd:documentation>
      This specifies the position, and optionally the direction, of a Hole.
     
      Attributes:
     
      position:       Position of the start of the hole in global 3-space coords.
      direction:      Direction of of the hole. This direction defines the reference
                         direction when evaluating the sequence of HoleComponent,
                         CounterSink and CounterBore elements; and the extent/offsets
                         values within those items. If absent, the direction attribute
                         on the HoleFeature is used.
   
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:IdBase">
     
<xsd:attribute name="position" type="plm:VectorType" use="required"/>
     
<xsd:attribute name="direction" type="plm:VectorType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute HolePositionType/@position
type plm:VectorType
properties
use required
facets
Kind Value Annotation
length 3
source <xsd:attribute name="position" type="plm:VectorType" use="required"/>

attribute HolePositionType/@direction
type plm:VectorType
properties
use optional
facets
Kind Value Annotation
length 3
source <xsd:attribute name="direction" type="plm:VectorType" use="optional"/>


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