Schema Component Representation
<
xs:complexType
name="
PriceScheduleEntry">
<
xs:sequence>
<
xs:element
name="
time"
type="
TimePair
"
minOccurs="
0"/>
<
xs:element
name="
priceFirstPayment"
type="
Cost
"
minOccurs="
0"/>
<
xs:element
name="
priceMaximum"
type="
Cost
"
minOccurs="
0"/>
<
xs:element
name="
timeInterval"
type="
TimePriceInterval
"
minOccurs="
0"
maxOccurs="
100"/>
</
xs:sequence>
</
xs:complexType>