<xs:element name="MultimediaDescriptions" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Multimedia information about the restaurant.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="MultimediaDescriptionsType">
<xs:attribute name="Attire" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to pass restaurant attire information.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|