complexType HoleComponentType
diagram plmxml_diagrams/plmxml_p944.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:EntityRef plm:Thread
used by
element HoleFeatureType/HoleComponent
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      
diameter  xsd:double  optional      
length  xsd:double  optional      
extent  plm:HoleExtentType  optional      
taperAngle  xsd:double  optional      
blindHoleAngle  xsd:double  optional      
annotation
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
   
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>

attribute HoleComponentType/@diameter
type xsd:double
properties
use optional
source <xsd:attribute name="diameter" type="xsd:double" use="optional"/>

attribute HoleComponentType/@length
type xsd:double
properties
use optional
source <xsd:attribute name="length" type="xsd:double" use="optional"/>

attribute HoleComponentType/@extent
type plm:HoleExtentType
properties
use optional
facets
Kind Value Annotation
enumeration throughAll
enumeration throughNext
enumeration fromTo
enumeration finite
source <xsd:attribute name="extent" type="plm:HoleExtentType" use="optional"/>

attribute HoleComponentType/@taperAngle
type xsd:double
properties
use optional
source <xsd:attribute name="taperAngle" type="xsd:double" use="optional"/>

attribute HoleComponentType/@blindHoleAngle
type xsd:double
properties
use optional
source <xsd:attribute name="blindHoleAngle" type="xsd:double" use="optional"/>

element HoleComponentType/Thread
diagram plmxml_diagrams/plmxml_p945.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ThreadType
properties
minOcc 0
maxOcc unbounded
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" minOccurs="0" maxOccurs="unbounded"/>


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