<xsd:complexType name="RoofDeckMaterial">
<xsd:simpleContent>
<xsd:restriction base="OpenEnum">
<xsd:enumeration value="CONSLAB" />
<xsd:enumeration value="LMETAL" />
<xsd:enumeration value="METALCON" />
<xsd:enumeration value="METALINS" />
<xsd:enumeration value="OBOARD" />
<xsd:enumeration value="PARTICLE" />
<xsd:enumeration value="PLANK" />
<xsd:enumeration value="PLYWOOD" />
<xsd:enumeration value="RCONSLAB" />
<xsd:enumeration value="UN" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|