complexType ThreadedFeatureType
diagram plmxml_diagrams/plmxml_p952.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:FeatureBase
properties
base plm:FeatureBase
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
element ThreadedFeature
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
gdeInstanceRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
nextFeature  xsd:IDREF  optional      
appinfo
validate=skipName
targetFeature  xsd:IDREF  optional      
appinfo
validate=skipName
toolFeature  xsd:IDREF  optional      
appinfo
validate=skipName
suppressed  xsd:boolean    false    
editable  xsd:boolean    false    
featureRefs  plm:uriReferenceListType  optional      
position  plm:VectorType  required      
direction  plm:VectorType  optional      
sequenceRefs  xsd:IDREFS  required      
inside  xsd:boolean  optional      
setting  plm:ThreadEntrySettingType    standard    
annotation
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.
     
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>

attribute ThreadedFeatureType/@position
type plm:VectorType
properties
use required
facets
Kind Value Annotation
length 3
source <xsd:attribute name="position" type="plm:VectorType" use="required"/>

attribute ThreadedFeatureType/@direction
type plm:VectorType
properties
use optional
facets
Kind Value Annotation
length 3
source <xsd:attribute name="direction" type="plm:VectorType" use="optional"/>

attribute ThreadedFeatureType/@sequenceRefs
type xsd:IDREFS
properties
use required
source <xsd:attribute name="sequenceRefs" type="xsd:IDREFS" use="required"/>

attribute ThreadedFeatureType/@inside
type xsd:boolean
properties
use optional
source <xsd:attribute name="inside" type="xsd:boolean" use="optional"/>

attribute ThreadedFeatureType/@setting
type plm:ThreadEntrySettingType
properties
default standard
facets
Kind Value Annotation
enumeration standard
enumeration straightPipe
enumeration taperedPipe
source <xsd:attribute name="setting" type="plm:ThreadEntrySettingType" default="standard"/>

element ThreadedFeatureType/Thread
diagram plmxml_diagrams/plmxml_p953.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ThreadType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
type  xsd:string  optional      
extent  plm:ThreadExtentType  optional      
length  xsd:double  optional      
offset  xsd:double  optional      
nominalDiameter  xsd:double  optional      
internalDiameter  xsd:double  optional      
externalDiameter  xsd:double  optional      
designateDiameter  xsd:string  optional      
effectiveLength  xsd:double  optional      
height  xsd:double  optional      
taperAngle  xsd:double  optional      
pitch  xsd:double  optional      
source <xsd:element name="Thread" type="plm:ThreadType"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy