style:StyleBase

The descriptive base type for both beer style guideline records and recipe style provisions.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="StyleBase">
  <xsd:annotation>
    <xsd:documentation>The descriptive base type for both beer style guideline records and recipe style provisions.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="name">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string"/>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="category">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string"/>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="category_number">
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer"/>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="style_letter">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:minLength value="1"/>
          <xsd:maxLength value="1"/>
          <xsd:pattern value="[A-Z ]"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="style_guide">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string"/>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="type" type="style:StyleCategories"/>
  </xsd:sequence>
</xsd:complexType>