| name | data type | description |
|---|---|---|
| tpegDirection | TPEGLoc02DirectionTypeEnum | |
| tpegLocationType | TPEGLoc01LinearLocationSubtypeEnum | |
| to | TPEGPoint | |
| from | TPEGPoint | |
| tpeglinearLocationExtension | ExtensionType |
Example
{
"tpegDirection" : "bothWays",
"tpegLocationType" : "segment",
"to" : { },
"from" : { },
"tpeglinearLocationExtension" : {
"anies" : [ {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}, {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
} ]
}
}