yeast:CultureBase

The descriptive base type for both yeast culture records and yeast recipe additions.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="CultureBase">
  <xsd:annotation>
    <xsd:documentation>The descriptive base type for both yeast culture records and yeast recipe additions.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="name">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string"/>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="type">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="ale"/>
          <xsd:enumeration value="lager"/>
          <xsd:enumeration value="wheat"/>
          <xsd:enumeration value="wine"/>
          <xsd:enumeration value="champagne"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="form">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="liquid"/>
          <xsd:enumeration value="dry"/>
          <xsd:enumeration value="slant"/>
          <xsd:enumeration value="culture"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="laboratory">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string"/>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="product_id">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string"/>
      </xsd:simpleType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>