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="CounterBoreType"> <xsd:annotation> <xsd:documentation> This element specifies a CounterBore component of a HoleFeature. Attributes: diameter: The diameter of the CounterBore. length: The length of the CounterBore. Elements: EntityRef: Reference to entities that are related to the CounterBore Thread: Definition of thread for CounterBore (at most one) </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"/> </xsd:sequence> <xsd:attribute name="diameter" 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="length" 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"/> |