Maß des Elastizitätsmoduls | |
Modulus Of Elasticity Measure | |
Mesure du module d'élasticité |
IfcModulusOfElasticityMeasure is a measure of modulus of elasticity.
Usually measured in N/m2.
Type: REAL
HISTORY New type in IFC2x.
<xs:simpleType name="IfcModulusOfElasticityMeasure">
<xs:restriction base="xs:double"/>
</xs:simpleType>
<xs:element name="IfcModulusOfElasticityMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcModulusOfElasticityMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcModulusOfElasticityMeasure = REAL;
END_TYPE;