Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element IngredientRecord / IngredientNames
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_IngredientNames.tmp#IngredientNames_IngredientNamee-document-3_1_10_xsd_Complex_Type_IngredientNames.tmp#IngredientNames
Type IngredientNames
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children IngredientName
Instance
<IngredientNames>
  <IngredientName lang="">{1,unbounded}</IngredientName>
</IngredientNames>
Source
<xs:element minOccurs="1" maxOccurs="1" name="IngredientNames" type="IngredientNames"/>
Element IngredientRecord / IsAllergen
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_YesNoType.tmp#YesNoType
Type YesNoType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((YES)|(NO)|(yes)|(no))
Source
<xs:element minOccurs="0" maxOccurs="1" name="IsAllergen" type="YesNoType"/>
Element IngredientRecord / QuantityContained
Namespace No namespace
Annotations
Weight of ingredient in grams
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
fractionDigits 5
Source
<xs:element minOccurs="0" maxOccurs="1" name="QuantityContained" type="Decimal5FractionDigitsType">
  <xs:annotation>
    <xs:documentation>Weight of ingredient in grams</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type IngredientRecord
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_QuantityContained
Used by
Model
Children IngredientNames, IsAllergen, QuantityContained
Source
<xs:complexType name="IngredientRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="IngredientNames" type="IngredientNames"/>
    <xs:element minOccurs="0" maxOccurs="1" name="IsAllergen" type="YesNoType"/>
    <xs:element minOccurs="0" maxOccurs="1" name="QuantityContained" type="Decimal5FractionDigitsType">
      <xs:annotation>
        <xs:documentation>Weight of ingredient in grams</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>