Schema Component Representation
<
xs:complexType
name="
LocationReference">
<
xs:sequence>
<
xs:element
name="
locationName"
type="
Text-name255
"
minOccurs="
0"/>
<
xs:element
name="
externalID"
type="
IdType
"
minOccurs="
0"/>
<
xs:sequence>
<
xs:element
name="
pointLocation"
type="
PointLocation
"
minOccurs="
0"/>
<
xs:element
name="
linkLocation"
type="
LinkLocation
"
minOccurs="
0"/>
<
xs:element
name="
areaLocation"
type="
AreaLocation
"
minOccurs="
0"/>
<
xs:element
name="
chain"
type="
Chain
"
minOccurs="
0"/>
<
xs:element
name="
transition"
type="
Transition
"
minOccurs="
0"/>
<
xs:element
name="
groupLocation"
type="
GroupLocation
"
minOccurs="
0"/>
<
xs:element
name="
routeLocation"
type="
RouteLocation
"
minOccurs="
0"/>
<
xs:element
name="
geometry"
type="
Geometry
"
minOccurs="
0"/>
<
xs:element
name="
geoCoord"
type="
GeoCoord
"
minOccurs="
0"/>
<
xs:element
name="
grid"
type="
Grid
"
minOccurs="
0"/>
<
xs:element
name="
linearReference"
type="
LinearReference
"
minOccurs="
0"/>
<
xs:element
name="
crossStreets"
type="
CrossStreets
"
minOccurs="
0"/>
<
xs:element
name="
address"
type="
Address
"
minOccurs="
0"/>
<
xs:element
name="
preCoded"
type="
PreCoded
"
minOccurs="
0"/>
<
xs:element
name="
nodeAttribute"
type="
NodeAttribute
"
minOccurs="
0"/>
<
xs:element
name="
spatialObject"
type="
SpatialObject
"
minOccurs="
0"/>
<
xs:element
name="
publicGrid"
type="
PublicGrid
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:sequence>
</
xs:complexType>