MenuType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:string required

Used By

Element remlType/menu

Source

<xsd:complexType name="MenuType">
  <xsd:sequence>
    <xsd:element name="vendorData" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="userData" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="location" type="LocationType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="meal" type="MealType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>