<xsd:complexType name="remlType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type definition of the root reml element. The root element has the attributes version, language and country. The root element contains the elements vendor, vendorData and menu.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="vendor" type="VendorType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="vendorData" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="menu" type="MenuType" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="version" type="VersionType" use="required"/>
<xsd:attribute name="language" type="xsd:string" use="optional" default="eng"/>
<xsd:attribute name="country" type="xsd:string" use="optional" default="us"/>
</xsd:complexType> |