complexType UltimateElongationType
diagram plmxml_diagrams/plmxml_p538.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element UltimateElongation
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      
ownerRef  plm:anyURIType  optional      
value  xsd:double  optional      
lowerLimit  xsd:double  optional      
upperLimit  xsd:double  optional      
annotation
documentation

      This Property gives the Ultimate Elongation of an object, that is, the
      strain an object can support under tensile stress, before breaking. Note
      this is a ratio, not a percentage.
     
      Attributes:
     
      value:         value of Ultimate Elongation.
      lowerLimit:    lower limit
      upperLimit:    upper limit
     
source <xsd:complexType name="UltimateElongationType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property gives the Ultimate Elongation of an object, that is, the
      strain an object can support under tensile stress, before breaking. Note
      this is a ratio, not a percentage.
     
      Attributes:
     
      value:         value of Ultimate Elongation.
      lowerLimit:    lower limit
      upperLimit:    upper limit
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:attribute name="value" type="xsd:double" use="optional"/>
     
<xsd:attribute name="lowerLimit" type="xsd:double" use="optional"/>
     
<xsd:attribute name="upperLimit" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

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


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