Properties of a material under fire conditions. |
Element | Material |
<xsd:element name="Fire"> <xsd:annotation> <xsd:documentation>Properties of a material under fire conditions.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:choice minOccurs="0"> <xsd:element ref="Thickness"/> <xsd:element ref="Conductivity"/> <xsd:element ref="Density"/> <xsd:element ref="SpecificHeat"/> </xsd:choice> </xsd:complexType> </xsd:element> |