diagram | |||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
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> |
type | plm:VectorType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="position" type="plm:VectorType" use="required"/> |
type | plm:VectorType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="direction" type="plm:VectorType" use="optional"/> |