Records for any ingredient that contributes to the gravity of the beer. |
<xsd:element name="fermentables"> <xsd:annotation> <xsd:documentation>Records for any ingredient that contributes to the gravity of the beer.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="fermentable" type="ferm:FermentableType" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |