Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element AllergenRecord / AllergenTypeCode
Namespace No namespace
Annotations
Code defining the type of allergen, e.g. Lactose
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_AllergenType.tmp#AllergenType
Type AllergenType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern (\c+) & ((CRLS)|(CRST)|(EGGS)|(FISH)|(PNTS)|(SOYA)|(MILK)|(NUTS)|(CLRY)|(MTRD)|(SSDS)|(SLPH)|(LUPN)|(MLSC)|(LACT)|(CNDR)|(LGMS)|(GLTN)|(WHT)|(RYE)|(BRLY)|(KWHT)|(OAT)|(SPLT)|(COCO)|(PEAS)|(CRTS)|(CORN)|(ALMD)|(CNTS)|(HNTS)|(MNTS)|(PNTS)|(QNTS)|(BNTS)|(INTS)|(WNTS))
Source
<xs:element minOccurs="1" maxOccurs="1" name="AllergenTypeCode" type="AllergenType">
  <xs:annotation>
    <xs:documentation>Code defining the type of allergen, e.g. Lactose</xs:documentation>
  </xs:annotation>
</xs:element>
Element AllergenRecord / LevelOfContainmentCode
Namespace No namespace
Annotations
Code defining the level of allergen, e.g. Contains or Free From
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_LevelOfContainmentCodeType.tmp#LevelOfContainmentCodeType
Type LevelOfContainmentCodeType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern (\c+) & ((30)|(50)|(60)|(CONTAINS)|(FREE_FROM)|(MAY_CONTAIN)|(UNDECLARED))
Source
<xs:element minOccurs="1" maxOccurs="1" name="LevelOfContainmentCode" type="LevelOfContainmentCodeType">
  <xs:annotation>
    <xs:documentation>Code defining the level of allergen, e.g. Contains or Free From</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type AllergenRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_AllergenRecord.tmp#AllergenRecord_AllergenTypeCodee-document-3_1_10_xsd_Complex_Type_AllergenRecord.tmp#AllergenRecord_LevelOfContainmentCode
Used by
Model
Children AllergenTypeCode, LevelOfContainmentCode
Source
<xs:complexType name="AllergenRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="AllergenTypeCode" type="AllergenType">
      <xs:annotation>
        <xs:documentation>Code defining the type of allergen, e.g. Lactose</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="1" maxOccurs="1" name="LevelOfContainmentCode" type="LevelOfContainmentCodeType">
      <xs:annotation>
        <xs:documentation>Code defining the level of allergen, e.g. Contains or Free From</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>