diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:FeatureBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup plm:Type plm:Parameter plm:FeatureOccurrence plm:Reference plm:EntityRef plm:Thread | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="ThreadedFeatureType"> <xsd:annotation> <xsd:documentation> This is a Thread Feature, not associated with a Hole. Only a single position and direction can be specified. Attributes: position: Position of the start of the thread in global 3-space coords direction: Direction of the thread. This direction defines the reference direction when evaluating the sequence of thread elements; and the extent/offsets values within those items. sequenceRefs: The sequence of thread elements that make up the complete thread description. These elements must be defined as elements within this thread description. inside: 'true' if a thread feature on the inside of a hole, 'false' if a thread feature on a boss. setting The thread entry setting. Elements: Thread: Definition of a thread component. More than one is allowed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:FeatureBase"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="Thread" type="plm:ThreadType"/> </xsd:choice> <xsd:attribute name="position" type="plm:VectorType" use="required"/> <xsd:attribute name="direction" type="plm:VectorType" use="optional"/> <xsd:attribute name="sequenceRefs" type="xsd:IDREFS" use="required"/> <xsd:attribute name="inside" type="xsd:boolean" use="optional"/> <xsd:attribute name="setting" type="plm:ThreadEntrySettingType" default="standard"/> </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"/> |
type | xsd:IDREFS | ||
properties |
|
||
source | <xsd:attribute name="sequenceRefs" type="xsd:IDREFS" use="required"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="inside" type="xsd:boolean" use="optional"/> |
type | plm:ThreadEntrySettingType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="setting" type="plm:ThreadEntrySettingType" default="standard"/> |
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"/> |