Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element RecommendedFoodRecord / RecommendedFoodCode
Namespace No namespace
Annotations
Code describing the food that is recommended for the wine
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_RecommendedFoodType.tmp#RecommendedFoodType
Type RecommendedFoodType
Properties
content simple
minOccurs 1
maxOccurs unbounded
Facets
pattern (\c+) & ((APER)|(ASIA)|(BEEF)|(CHSE)|(DESRT)|(FRIT)|(GAME)|(LAMB)|(PIZA)|(PORK)|(PSTA)|(PTRY)|(RFSH)|(RFRS)|(SEAF)|(SPCY)|(VEGE)|(WFSH))
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="RecommendedFoodCode" type="RecommendedFoodType">
  <xs:annotation>
    <xs:documentation>Code describing the food that is recommended for the wine</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type RecommendedFoodRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_RecommendedFoodRecord.tmp#RecommendedFoodRecord_RecommendedFoodCode
Used by
Model
Children RecommendedFoodCode
Source
<xs:complexType name="RecommendedFoodRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="RecommendedFoodCode" type="RecommendedFoodType">
      <xs:annotation>
        <xs:documentation>Code describing the food that is recommended for the wine</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>