Schema Component Representation
<
xs:complexType
name="
CrossStreetsPoint">
<
xs:sequence>
<
xs:element
name="
onStreetInfo"
type="
StreetInfo
"/>
<
xs:element
name="
atStreetInfo"
type="
StreetInfo
"/>
<
xs:element
name="
geoLocation"
type="
GeoLocation
"
minOccurs="
0"/>
<
xs:element
name="
offset"
type="
Distance
"
minOccurs="
0"/>
<
xs:element
name="
direction"
type="
Direction
"
minOccurs="
0"/>
<
xs:element
name="
side"
type="
Side
"
minOccurs="
0"/>
<
xs:element
name="
height"
type="
Height
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>