Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element IngredientInfoRecord / Allergens
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_Allergens.tmp#Allergens_Allergene-document-3_1_10_xsd_Complex_Type_Allergens.tmp#Allergens
Type Allergens
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children Allergen
Instance
<Allergens>
  <Allergen>{1,unbounded}</Allergen>
</Allergens>
Source
<xs:element minOccurs="0" maxOccurs="1" name="Allergens" type="Allergens"/>
Element IngredientInfoRecord / Ingredients
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_Ingredients.tmp#Ingredients_Ingrediente-document-3_1_10_xsd_Complex_Type_Ingredients.tmp#Ingredients
Type Ingredients
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children Ingredient
Instance
<Ingredients>
  <Ingredient>{1,unbounded}</Ingredient>
</Ingredients>
Source
<xs:element minOccurs="0" maxOccurs="1" name="Ingredients" type="Ingredients"/>
Element IngredientInfoRecord / IngredientStatements
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_IngredientStatements.tmp#IngredientStatements_IngredientStatemente-document-3_1_10_xsd_Complex_Type_IngredientStatements.tmp#IngredientStatements
Type IngredientStatements
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children IngredientStatement
Instance
<IngredientStatements>
  <IngredientStatement lang="">{1,unbounded}</IngredientStatement>
</IngredientStatements>
Source
<xs:element minOccurs="0" maxOccurs="1" name="IngredientStatements" type="IngredientStatements"/>
Element IngredientInfoRecord / DietInfo
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_DietInfoRecord.tmp#DietInfoRecord_DietTypeCodee-document-3_1_10_xsd_Complex_Type_DietInfoRecord.tmp#DietInfoRecord
Type DietInfoRecord
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children DietTypeCode
Instance
<DietInfo>
  <DietTypeCode>{1,unbounded}</DietTypeCode>
</DietInfo>
Source
<xs:element minOccurs="0" maxOccurs="1" name="DietInfo" type="DietInfoRecord"/>
Element IngredientInfoRecord / GrapeVariety
Namespace No namespace
Annotations
The vine variety or varieties used for the production of the wine product
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element minOccurs="0" maxOccurs="1" name="GrapeVariety" type="ShortTextType">
  <xs:annotation>
    <xs:documentation>The vine variety or varieties used for the production of the wine product</xs:documentation>
  </xs:annotation>
</xs:element>
Element IngredientInfoRecord / AdditionalInfo
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_AdditionalInfoRecord.tmp#AdditionalInfoRecord_Extensione-document-3_1_10_xsd_Complex_Type_AdditionalInfoRecord.tmp#AdditionalInfoRecord
Type AdditionalInfoRecord
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children Extension
Instance
<AdditionalInfo>
  <Extension extensionId="" lang="">{1,unbounded}</Extension>
</AdditionalInfo>
Source
<xs:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="AdditionalInfoRecord"/>
Complex Type IngredientInfoRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_IngredientInfoRecord.tmp#IngredientInfoRecord_Allergense-document-3_1_10_xsd_Complex_Type_IngredientInfoRecord.tmp#IngredientInfoRecord_Ingredientse-document-3_1_10_xsd_Complex_Type_IngredientInfoRecord.tmp#IngredientInfoRecord_IngredientStatementse-document-3_1_10_xsd_Complex_Type_IngredientInfoRecord.tmp#IngredientInfoRecord_DietInfoe-document-3_1_10_xsd_Complex_Type_IngredientInfoRecord.tmp#IngredientInfoRecord_GrapeVarietye-document-3_1_10_xsd_Complex_Type_IngredientInfoRecord.tmp#IngredientInfoRecord_AdditionalInfo
Used by
Model
Children AdditionalInfo, Allergens, DietInfo, GrapeVariety, IngredientStatements, Ingredients
Source
<xs:complexType name="IngredientInfoRecord">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="Allergens" type="Allergens"/>
    <xs:element minOccurs="0" maxOccurs="1" name="Ingredients" type="Ingredients"/>
    <xs:element minOccurs="0" maxOccurs="1" name="IngredientStatements" type="IngredientStatements"/>
    <xs:element minOccurs="0" maxOccurs="1" name="DietInfo" type="DietInfoRecord"/>
    <xs:element minOccurs="0" maxOccurs="1" name="GrapeVariety" type="ShortTextType">
      <xs:annotation>
        <xs:documentation>The vine variety or varieties used for the production of the wine product</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="AdditionalInfoRecord"/>
  </xs:sequence>
</xs:complexType>