name | data type | description |
---|---|---|
tpegDirection | TpegLoc02DirectionTypeEnum | |
tpegLinearLocationType | TpegLoc01LinearLocationSubtypeEnum | |
to | TpegPoint | |
from | TpegPoint | |
tpegLinearLocationExtension | ExtensionType |
Example
{ "tpegDirection" : "eastBound", "tpegLinearLocationType" : "segment", "to" : { "tpegPointExtension" : { "anies" : [ { }, { } ] } }, "from" : { "tpegPointExtension" : { "anies" : [ { }, { } ] } }, "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" : { } } ] } }