<xsd:element name="AvailabilityPeriod" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The period the resource is available.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="AvailableFrom" type="xsd:dateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The date that the resource becomes available for the specified period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AvailableTo" type="xsd:dateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The last date that the resource is available for the specified period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AvailableUnits" type="xsd:float" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The percentage that the resource is available during the specified period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|