diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:PropertyBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:ValueWithUnit plm:RangeWithUnit | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
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> |