RemedyStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
RemedyType RemedyTypeEnumeration
Description NaturalLanguageStringStructure
Extensions Extensions

Example

{
  "RemedyType" : "otherRoute",
  "Description" : {
    "value" : "...",
    "lang" : "..."
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}