Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element DietInfoRecord / DietTypeCode
Namespace No namespace
Annotations
Code indicating the diet the product is suitable for.
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DietType.tmp#DietType
Type DietType
Properties
content simple
minOccurs 1
maxOccurs unbounded
Facets
pattern (\c+) & ((COELIAC)|(DIABETIC)|(DIETETIC)|(FREE_FROM_GLUTEN)|(GRAIN_FREE)|(HALAL)|(HIGH_CARB)|(HIGH_PROTEIN)|(INFANT_FORMULA)|(KETO)|(KOSHER)|(LACTASE_ENZYME)|(LACTOSE_FREE)|(LOW_CARB)|(LOW_FAT)|(LOW_PROTEIN)|(MEAL_REPLACEMENT)|(MOTHERS_MILK_SUBSTITUTE)|(NUTRITION_SUPPLEMENT)|(ORGANIC)|(PALEO)|(PESCATARIAN)|(PROBIOTICS)|(TOTAL_DIET_REPLACEMENT)|(VEGAN)|(VEGETARIAN)|(WITHOUT_BEEF)|(WITHOUT_PORK))
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="DietTypeCode" type="DietType">
  <xs:annotation>
    <xs:documentation>Code indicating the diet the product is suitable for.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type DietInfoRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_DietInfoRecord.tmp#DietInfoRecord_DietTypeCode
Used by
Model
Children DietTypeCode
Source
<xs:complexType name="DietInfoRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="DietTypeCode" type="DietType">
      <xs:annotation>
        <xs:documentation>Code indicating the diet the product is suitable for.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>