Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element IngredientStatements / IngredientStatement
Namespace No namespace
Annotations
Information on the constituent ingredient make-up of the product specified as one string.
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_LongTextType.tmp#LongTextTypee-document-3_1_10_xsd_Complex_Type_LongTextLangType.tmp#LongTextLangType_lange-document-3_1_10_xsd_Complex_Type_LongTextLangType.tmp#LongTextLangType
Type LongTextLangType
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs unbounded
Attributes
QName Type Use
lang LanguageType optional
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="IngredientStatement" type="LongTextLangType">
  <xs:annotation>
    <xs:documentation>Information on the constituent ingredient make-up of the product specified as one string.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type IngredientStatements
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_IngredientStatements.tmp#IngredientStatements_IngredientStatement
Used by
Model
Children IngredientStatement
Source
<xs:complexType name="IngredientStatements">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="IngredientStatement" type="LongTextLangType">
      <xs:annotation>
        <xs:documentation>Information on the constituent ingredient make-up of the product specified as one string.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>