Schema Component Representation
<
xs:complexType
name ="
LinearReference ">
<
xs:sequence >
<
xs:element
name ="
locationName "
type ="
Text-name255
"
minOccurs ="
0 "/>
<
xs:element
name ="
linearRefMethod "
type ="
LRMethod
"
minOccurs ="
0 "/>
<
xs:element
name ="
transElement "
type ="
StreetInfo
"
minOccurs ="
0 "/>
<
xs:element
name ="
startRefPoint "
type ="
PointLocation
"
minOccurs ="
0 "/>
<
xs:element
name ="
endRefPoint "
type ="
PointLocation
"
minOccurs ="
0 "/>
<
xs:element
name ="
startDistance "
type ="
Distance
"
minOccurs ="
0 "/>
<
xs:element
name ="
endDistance "
type ="
Distance
"
minOccurs ="
0 "/>
<
xs:element
name ="
distanceDirection "
type ="
Direction
"
minOccurs ="
0 "/>
<
xs:element
name ="
lateralOffsetRef "
type ="
LROffsetRef
"/>
<
xs:element
name ="
positiveOffsetDir "
type ="
LRPosOffsetDir
"
minOccurs ="
0 "/>
<
xs:element
name ="
startLateralOffset "
type ="
Distance
"
minOccurs ="
0 "/>
<
xs:element
name ="
endLateralOffset "
type ="
Distance
"
minOccurs ="
0 "/>
<
xs:element
name ="
travelDirection "
type ="
Direction
"
minOccurs ="
0 "/>
<
xs:element
name ="
side "
type ="
Side
"
minOccurs ="
0 "/>
<
xs:element
name ="
startHeight "
type ="
Height
"
minOccurs ="
0 "/>
<
xs:element
name ="
endheight "
type ="
Height
"
minOccurs ="
0 "/>
<
xs:element
name ="
startAdminAreas "
type ="
AdminAreaGroup
"
minOccurs ="
0 "/>
<
xs:element
name ="
endAdminAreas "
type ="
AdminAreaGroup
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >