complexType Ann3DSpotWeldType
diagram plmxml_diagrams/plmxml_p786.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:Annotation3DType
properties
base plm:Annotation3DType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup plm:Keyword plm:SafetyClassification plm:ValueToCustomer plm:Reference plm:FeatureIdentification plm:CoordinatedEntity plm:ProcessText
used by
element SpotWeld
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      
accountabilityId  xsd:integer  optional      
group  xsd:string  optional      
usage  xsd:string  optional      
uriRefs  plm:uriReferenceListType  optional      
jointId  xsd:string  optional      
groupId  xsd:string  optional      
diameter  xsd:double  optional      
thickness  xsd:double  optional      
thicknesses  xsd:integer  optional      
type  plm:Ann3DSpotWeld  required      
position  plm:VectorType  required      
approachDirection  plm:VectorType  optional      
clampingDirection  plm:VectorType  optional      
normalDirection  plm:VectorType  optional      
delta  xsd:boolean    false    
annotation
documentation

      SpotWeld Annotation
     
      Attributes:
     
      diameter:            diameter
      thickness:           thickness of the weld bead
      thicknesses:         number of thicknesses of material being welded
      type:                type of weld, resistance or projection
      position:            location of the spot weld
      approachDirection:   direction weld gun approaches weld
      clampingDirection:   direction in which material is clamped
      normalDirection:     normal vector at point of weld
      jointId:             user specified id for joint weld participates in
      groupId:             user specified id for group weld is in
      delta:               flag indicating weld is "critical" (more important)

      Elements:
     
      ProcessText         process text
      CoordinatedEntity   a text string specifying a related entity in some undefined way
     
source <xsd:complexType name="Ann3DSpotWeldType">
 
<xsd:annotation>
   
<xsd:documentation>
      SpotWeld Annotation
     
      Attributes:
     
      diameter:            diameter
      thickness:           thickness of the weld bead
      thicknesses:         number of thicknesses of material being welded
      type:                type of weld, resistance or projection
      position:            location of the spot weld
      approachDirection:   direction weld gun approaches weld
      clampingDirection:   direction in which material is clamped
      normalDirection:     normal vector at point of weld
      jointId:             user specified id for joint weld participates in
      groupId:             user specified id for group weld is in
      delta:               flag indicating weld is "critical" (more important)

      Elements:
     
      ProcessText         process text
      CoordinatedEntity   a text string specifying a related entity in some undefined way
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:Annotation3DType">
     
<xsd:sequence>
       
<xsd:element name="CoordinatedEntity" type="plm:Ann3DTextType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="ProcessText" type="plm:Ann3DTextType" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="jointId" type="xsd:string" use="optional"/>
     
<xsd:attribute name="groupId" type="xsd:string" use="optional"/>
     
<xsd:attribute name="diameter" type="xsd:double" use="optional"/>
     
<xsd:attribute name="thickness" type="xsd:double" use="optional"/>
     
<xsd:attribute name="thicknesses" type="xsd:integer" use="optional"/>
     
<xsd:attribute name="type" type="plm:Ann3DSpotWeld" use="required"/>
     
<xsd:attribute name="position" type="plm:VectorType" use="required"/>
     
<xsd:attribute name="approachDirection" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="clampingDirection" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="normalDirection" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="delta" type="xsd:boolean" default="false"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute Ann3DSpotWeldType/@jointId
type xsd:string
properties
use optional
source <xsd:attribute name="jointId" type="xsd:string" use="optional"/>

attribute Ann3DSpotWeldType/@groupId
type xsd:string
properties
use optional
source <xsd:attribute name="groupId" type="xsd:string" use="optional"/>

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

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

attribute Ann3DSpotWeldType/@thicknesses
type xsd:integer
properties
use optional
source <xsd:attribute name="thicknesses" type="xsd:integer" use="optional"/>

attribute Ann3DSpotWeldType/@type
type plm:Ann3DSpotWeld
properties
use required
facets
Kind Value Annotation
enumeration resistance
enumeration projection
source <xsd:attribute name="type" type="plm:Ann3DSpotWeld" use="required"/>

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

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

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

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

attribute Ann3DSpotWeldType/@delta
type xsd:boolean
properties
default false
source <xsd:attribute name="delta" type="xsd:boolean" default="false"/>

element Ann3DSpotWeldType/CoordinatedEntity
diagram plmxml_diagrams/plmxml_p787.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DTextType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Item
attributes
Name  Type  Use  Default  Fixed  Annotation
textOrientation  plm:Ann3DTextOrientationType    horizontal    
name  xsd:string  optional      
outlineRef  plm:anyURIType  optional      
language  xsd:language  optional      
font  xsd:string  optional      
textHeight  xsd:double  optional      
textThickness  plm:TextLineThicknessType  optional      
textAspect  xsd:double  optional      
textColour  plm:RGBAType  optional      
bold  xsd:boolean    false    
italic  xsd:boolean    false    
italicAngle  xsd:double  optional      
underline  plm:TextUnderlineType  optional      
justification  plm:TextJustificationType  optional      
spaceFactor  xsd:double  optional      
lineFactor  xsd:double  optional      
strikethrough  plm:Ann3DTextStrikethroughEnum    none    
subscript  plm:Ann3DTextSubscriptEnum  optional      
textLineWidth  xsd:double  optional      
textLineWidthRef  plm:anyURIType  optional      
source <xsd:element name="CoordinatedEntity" type="plm:Ann3DTextType" minOccurs="0" maxOccurs="unbounded"/>

element Ann3DSpotWeldType/ProcessText
diagram plmxml_diagrams/plmxml_p788.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DTextType
properties
minOcc 0
maxOcc 1
content complex
children plm:Item
attributes
Name  Type  Use  Default  Fixed  Annotation
textOrientation  plm:Ann3DTextOrientationType    horizontal    
name  xsd:string  optional      
outlineRef  plm:anyURIType  optional      
language  xsd:language  optional      
font  xsd:string  optional      
textHeight  xsd:double  optional      
textThickness  plm:TextLineThicknessType  optional      
textAspect  xsd:double  optional      
textColour  plm:RGBAType  optional      
bold  xsd:boolean    false    
italic  xsd:boolean    false    
italicAngle  xsd:double  optional      
underline  plm:TextUnderlineType  optional      
justification  plm:TextJustificationType  optional      
spaceFactor  xsd:double  optional      
lineFactor  xsd:double  optional      
strikethrough  plm:Ann3DTextStrikethroughEnum    none    
subscript  plm:Ann3DTextSubscriptEnum  optional      
textLineWidth  xsd:double  optional      
textLineWidthRef  plm:anyURIType  optional      
source <xsd:element name="ProcessText" type="plm:Ann3DTextType" minOccurs="0"/>


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