complexType MaterialThicknessType
diagram plmxml_diagrams/plmxml_p395.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute plm:ValueWithUnit plm:RangeWithUnit
used by
element MaterialThickness
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      
annotation
documentation

      Specifies the thickness of the material used to manufacture sheet parts.

      Sub-elements:

      ValueWithUnit:    The thickness of the material. If this sub-element is
                        present, RangeWithUnit should not be present.
      RangeWithUnit:    The range of thicknesses of the material. If this
                        sub-element is present, ValueWithUnit should not be
                        present.
     
source <xsd:complexType name="MaterialThicknessType">
 
<xsd:annotation>
   
<xsd:documentation>
      Specifies the thickness of the material used to manufacture sheet parts.

      Sub-elements:

      ValueWithUnit:    The thickness of the material. If this sub-element is
                        present, RangeWithUnit should not be present.
      RangeWithUnit:    The range of thicknesses of the material. If this
                        sub-element is present, ValueWithUnit should not be
                        present.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:choice>
       
<xsd:element ref="plm:ValueWithUnit"/>
       
<xsd:element ref="plm:RangeWithUnit"/>
     
</xsd:choice>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>


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