<xs:attributeGroup name="DurationGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Allows selection of one or more preferred durations, or a range of durations.</xs:documentation>
</xs:annotation>
<xs:attribute name="MinDuration" type="DurationType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The shortest duration for the search.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaxDuration" type="DurationType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The longest duration for the search.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ListOfDurations" type="ListOfDurationsType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A list of individual durations to be included in the response.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|