complexType Ann3DSurfaceFinishType
diagram plmxml_diagrams/plmxml_p791.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:ProcessText
used by
element SurfaceFinish
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      
standard  plm:Ann3DSurfaceFinishStandardType  optional      
type  plm:Ann3DSurfaceFinish  required      
modifier  xsd:boolean    false    
allAround  xsd:boolean    false    
lay  plm:Ann3DSurfaceFinishLay  optional      
machiningAllowance  xsd:string  optional      
upperDelta  xsd:double    0    
lowerDelta  xsd:double    0    
roughness  xsd:string  optional      
maxRoughness  xsd:string  optional      
minRoughness  xsd:string  optional      
roughnessSpacing  xsd:string  optional      
roughnessCutoff  xsd:string  optional      
wavinessHeight  xsd:string  optional      
wavinessSpacing  xsd:string  optional      
direction  plm:VectorType  optional      
roughness2  xsd:string  optional      
minRoughness2  xsd:string  optional      
maxRoughness2  xsd:string  optional      
annotation
documentation

      SurfaceFinish: derived from Annotation3D
     
      Attributes:
     
      standard:           surface finish standard
      type:               basic, MRR, or MRP
      modifier:           whether modifier added to symbol
      allAround:          whether All Around added to symbol
      lay:                parallel, perpendicular, etc
      machiningAllowance: also known as materialRemoval
      upperDelta:         upper and
      lowerDelta:         lower tolerance values for the machiningAllowance
      direction[3]:
     
      roughness:
      maxRoughness:
      minRoughness:
      roughnessSpacing:
      roughnessCutoff:    See the relevant Standard for details of these.
      wavinessHeight:     Although these are essentially numeric values,
      wavinessSpacing:    the Standards require them to be strings.
      roughness2:
      maxRoughness2:
      minRoughness2:
       
      Elements:
     
      ProcessText:        Process Text element
     
source <xsd:complexType name="Ann3DSurfaceFinishType">
 
<xsd:annotation>
   
<xsd:documentation>
      SurfaceFinish: derived from Annotation3D
     
      Attributes:
     
      standard:           surface finish standard
      type:               basic, MRR, or MRP
      modifier:           whether modifier added to symbol
      allAround:          whether All Around added to symbol
      lay:                parallel, perpendicular, etc
      machiningAllowance: also known as materialRemoval
      upperDelta:         upper and
      lowerDelta:         lower tolerance values for the machiningAllowance
      direction[3]:
     
      roughness:
      maxRoughness:
      minRoughness:
      roughnessSpacing:
      roughnessCutoff:    See the relevant Standard for details of these.
      wavinessHeight:     Although these are essentially numeric values,
      wavinessSpacing:    the Standards require them to be strings.
      roughness2:
      maxRoughness2:
      minRoughness2:
       
      Elements:
     
      ProcessText:        Process Text element
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:Annotation3DType">
     
<xsd:sequence>
       
<xsd:element name="ProcessText" type="plm:Ann3DTextType" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="standard" type="plm:Ann3DSurfaceFinishStandardType" use="optional"/>
     
<xsd:attribute name="type" type="plm:Ann3DSurfaceFinish" use="required"/>
     
<xsd:attribute name="modifier" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="allAround" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="lay" type="plm:Ann3DSurfaceFinishLay" use="optional"/>
     
<xsd:attribute name="machiningAllowance" type="xsd:string" use="optional"/>
     
<xsd:attribute name="upperDelta" type="xsd:double" default="0"/>
     
<xsd:attribute name="lowerDelta" type="xsd:double" default="0"/>
     
<xsd:attribute name="roughness" type="xsd:string" use="optional"/>
     
<xsd:attribute name="maxRoughness" type="xsd:string" use="optional"/>
     
<xsd:attribute name="minRoughness" type="xsd:string" use="optional"/>
     
<xsd:attribute name="roughnessSpacing" type="xsd:string" use="optional"/>
     
<xsd:attribute name="roughnessCutoff" type="xsd:string" use="optional"/>
     
<xsd:attribute name="wavinessHeight" type="xsd:string" use="optional"/>
     
<xsd:attribute name="wavinessSpacing" type="xsd:string" use="optional"/>
     
<xsd:attribute name="direction" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="roughness2" type="xsd:string" use="optional"/>
     
<xsd:attribute name="minRoughness2" type="xsd:string" use="optional"/>
     
<xsd:attribute name="maxRoughness2" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute Ann3DSurfaceFinishType/@standard
type plm:Ann3DSurfaceFinishStandardType
properties
use optional
facets
Kind Value Annotation
enumeration ANSI Y14.36 1993
appinfo
sdkname=ANSI
enumeration ASME Y14.36M 1996
appinfo
sdkname=ASME
enumeration ISO
enumeration JIS
enumeration DIN
enumeration ISO 1302:2002
appinfo
sdkname=ISO_1302_2002
enumeration DIN EN ISO 1302:2002
appinfo
sdkname=DIN_EN_ISO_1302_2002
enumeration GB/T 131-93
appinfo
sdkname=GB
enumeration ESKD
source <xsd:attribute name="standard" type="plm:Ann3DSurfaceFinishStandardType" use="optional"/>

attribute Ann3DSurfaceFinishType/@type
type plm:Ann3DSurfaceFinish
properties
use required
facets
Kind Value Annotation
enumeration basic
enumeration MRR
enumeration MRP
source <xsd:attribute name="type" type="plm:Ann3DSurfaceFinish" use="required"/>

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

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

attribute Ann3DSurfaceFinishType/@lay
type plm:Ann3DSurfaceFinishLay
properties
use optional
facets
Kind Value Annotation
enumeration parallel
enumeration perpendicular
enumeration angularBoth
enumeration multidirectional
enumeration circular
enumeration radial
enumeration particulate
source <xsd:attribute name="lay" type="plm:Ann3DSurfaceFinishLay" use="optional"/>

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

attribute Ann3DSurfaceFinishType/@upperDelta
type xsd:double
properties
default 0
source <xsd:attribute name="upperDelta" type="xsd:double" default="0"/>

attribute Ann3DSurfaceFinishType/@lowerDelta
type xsd:double
properties
default 0
source <xsd:attribute name="lowerDelta" type="xsd:double" default="0"/>

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

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

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

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

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

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

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

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

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

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

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

element Ann3DSurfaceFinishType/ProcessText
diagram plmxml_diagrams/plmxml_p792.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