diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:EntityRef plm:Thread | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="HoleComponentType"> <xsd:annotation> <xsd:documentation> A component of a HoleFeature. Attributes: diameter: The diameter of the hole. length: The length of the hole. extent: The way the hole length was determined. blindHoleAngle: The angle of the termination of the a blind hole. This is the total angle at the tip, in radians, so pi would be a flat tip. If omitted, the termination is flat. taperAngle: The angle of taper, in radians. This is positive and less than pi/2. Elements: Thread: Definition of Thread(s) for hole component </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:sequence> <xsd:element ref="plm:EntityRef" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="Thread" type="plm:ThreadType" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="diameter" type="xsd:double" use="optional"/> <xsd:attribute name="length" type="xsd:double" use="optional"/> <xsd:attribute name="extent" type="plm:HoleExtentType" use="optional"/> <xsd:attribute name="taperAngle" type="xsd:double" use="optional"/> <xsd:attribute name="blindHoleAngle" type="xsd:double" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="diameter" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="length" type="xsd:double" use="optional"/> |
type | plm:HoleExtentType | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xsd:attribute name="extent" type="plm:HoleExtentType" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="taperAngle" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="blindHoleAngle" type="xsd:double" use="optional"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:ThreadType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Thread" type="plm:ThreadType" minOccurs="0" maxOccurs="unbounded"/> |