<xs:element name="ReservationTimeSpan" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The start and end date of the reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The start and end date of the reservation.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|