<xs:element name="Dining" minOccurs="0" maxOccurs="8">
<xs:complexType>
<xs:attribute name="Sitting" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Dining service. Typical values are: first, second, third, open.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Status" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides status of the sitting. Refer to OTA Code table Status (STS).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|