diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:EntityRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="CounterSinkType"> <xsd:annotation> <xsd:documentation> This element specifies a CounterSink component of a HoleFeature. The CounterSink starts with a given diameter and tapers down. Attributes: diameter: The diameter of the start of countersink. angle: The angle of the countersink. This is the angle between a line lying in the cone of the CounterSink, and a plane through the start of the CounterSink. The range is 0 to pi/2. For example, just below pi/2 would be a nearly-cylindrical CounterSink. length: The length of the countersink along its axis. Elements: EntityRef: Reference to entities that are related to the CounterSink </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:sequence> <xsd:element ref="plm:EntityRef" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="diameter" type="xsd:double" use="optional"/> <xsd:attribute name="angle" type="xsd:double" use="optional"/> <xsd:attribute name="length" 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="angle" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="length" type="xsd:double" use="optional"/> |