Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element NutritionalClaimRecord / NutritionalClaimTypeCode
Namespace No namespace
Annotations
Code indicatining the type of the nutritional claim, e.g. free from, enriched, source of
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NutritionalClaimType.tmp#NutritionalClaimType
Type NutritionalClaimType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((ADDED)|(CONTAINS)|(ENRICHED_WITH)|(EXCESS)|(EXTRA_LEAN)|(FREE_FROM)|(FRESH)|(GROWN_WITHOUT)|(GUARANTEED_FREE_FROM)|(GUARANTEED_SOURCE_OF)|(HEALTHY)|(HIGH)|(INCREASED)|(LEAN)|(LIGHT_LITE)|(LOW)|(MADE_IN_FACILITY_FREE_FROM)|(MADE_WITH)|(NATURAL)|(NATURAL_SOURCE_OF)|(NO_ADDED)|(NON_ALCHOLIC)|(PURE)|(REAL)|(REDUCED_LESS)|(SOURCE_OF)|(SWEETENED_WITH)|(UNSWEETENED)|(VERY_LOW))
Source
<xs:element minOccurs="0" maxOccurs="1" name="NutritionalClaimTypeCode" type="NutritionalClaimType">
  <xs:annotation>
    <xs:documentation>Code indicatining the type of the nutritional claim, e.g. free from, enriched, source of</xs:documentation>
  </xs:annotation>
</xs:element>
Element NutritionalClaimRecord / NutritionalClaimNutrientElementCode
Namespace No namespace
Annotations
Code indicatining the type of the nutrient, e.g. dairy, gluten, salt
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NutritionalClaimNutrientElementType.tmp#NutritionalClaimNutrientElementType
Type NutritionalClaimNutrientElementType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((ADDITIVES)|(ALCOHOL)|(CALORIES)|(DAIRY)|(FAT)|(FIBRE)|(GLUTEN)|(GMO)|(LACTOSE)|(MONO_UNSATURATED_FAT)|(EGGS)|(OMEGA_3_FATTY_ACIDS)|(POLYUNSATURATED_FAT)|(PROTEIN)|(SATURATED_FAT)|(SODIUM_SALT)|(SOY)|(SUGARS)|(UNSATURATED_FAT)|(VITAMINS_AND_OR_MINERALS))
Source
<xs:element minOccurs="0" maxOccurs="1" name="NutritionalClaimNutrientElementCode" type="NutritionalClaimNutrientElementType">
  <xs:annotation>
    <xs:documentation>Code indicatining the type of the nutrient, e.g. dairy, gluten, salt</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type NutritionalClaimRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_NutritionalClaimRecord.tmp#NutritionalClaimRecord_NutritionalClaimTypeCodee-document-3_1_10_xsd_Complex_Type_NutritionalClaimRecord.tmp#NutritionalClaimRecord_NutritionalClaimNutrientElementCode
Used by
Model
Children NutritionalClaimNutrientElementCode, NutritionalClaimTypeCode
Source
<xs:complexType name="NutritionalClaimRecord">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="NutritionalClaimTypeCode" type="NutritionalClaimType">
      <xs:annotation>
        <xs:documentation>Code indicatining the type of the nutritional claim, e.g. free from, enriched, source of</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="NutritionalClaimNutrientElementCode" type="NutritionalClaimNutrientElementType">
      <xs:annotation>
        <xs:documentation>Code indicatining the type of the nutrient, e.g. dairy, gluten, salt</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>