<xs:complexType name="Material">
<xs:attribute name="id" type="globalId" use="required" />
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="poissonRatio" type="xs:double" />
<xs:attribute name="density" type="xs:double" />
<xs:attribute name="tensileStrength" type="xs:double" />
<xs:attribute name="yieldStrength" type="xs:double" />
<xs:attribute name="elasticModulus" type="xs:double" />
<xs:attribute name="soundSpeed" type="xs:double" />
</xs:complexType>
|