complexType CounterBoreType
diagram plmxml_diagrams/plmxml_p940.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/CounterBore
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      
annotation
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)
     
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>

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

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

element CounterBoreType/Thread
diagram plmxml_diagrams/plmxml_p941.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ThreadType
properties
minOcc 0
maxOcc 1
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"/>


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