<xsd:complexType name="HopVarietyBase">
<xsd:annotation>
<xsd:documentation>Hop Variety Base Desc</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="name">
<xsd:simpleType>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
</xsd:element>
<xsd:element name="origin">
<xsd:simpleType>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
</xsd:element>
<xsd:element name="alpha_acid_units">
<xsd:simpleType>
<xsd:restriction base="xsd:decimal"/>
</xsd:simpleType>
</xsd:element>
<xsd:element name="beta_acid_units" minOccurs="0">
<xsd:simpleType>
<xsd:restriction base="xsd:decimal"/>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |