<xs:element name="Queue" minOccurs="0" maxOccurs="10">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies information necessary to place this booking on a particular host system queue.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="QueueGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Information to identify a queue.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="DateTime" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Date/time when the time initiated queuing should take place.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Text" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Text describing why the queuing takes place.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|