Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element Ingredients / Ingredient
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_IngredientRecord.tmp#IngredientRecord_IngredientNamese-document-3_1_10_xsd_Complex_Type_IngredientRecord.tmp#IngredientRecord_IsAllergene-document-3_1_10_xsd_Complex_Type_IngredientRecord.tmp#IngredientRecord_QuantityContainede-document-3_1_10_xsd_Complex_Type_IngredientRecord.tmp#IngredientRecord
Type IngredientRecord
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children IngredientNames, IsAllergen, QuantityContained
Instance
<Ingredient>
  <IngredientNames>{1,1}</IngredientNames>
  <IsAllergen>{0,1}</IsAllergen>
  <QuantityContained>{0,1}</QuantityContained>
</Ingredient>
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="Ingredient" type="IngredientRecord"/>
Complex Type Ingredients
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_Ingredients.tmp#Ingredients_Ingredient
Used by
Model
Children Ingredient
Source
<xs:complexType name="Ingredients">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="Ingredient" type="IngredientRecord"/>
  </xs:sequence>
</xs:complexType>