Schema Component Representation
<
xs:complexType
name="
LotInformation">
<
xs:sequence>
<
xs:element
name="
lot-Name"
type="
Lot-Name
"
minOccurs="
0"/>
<
xs:element
name="
hoursofOperation"
type="
TimePair
"
minOccurs="
0"/>
<
xs:element
name="
parkingFillTime"
type="
DateTimePair
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>