ServiceCapabilitiesRequestStructure Data Type

Subtypes
ProductionTimetableCapabilitiesRequest
Implemented Interfaces
Serializable
Properties
name data type description
ParticipantPermissions boolean
Extensions Extensions
version string
Properties inherited from AbstractServiceRequestStructure
MessageIdentifier MessageQualifierStructure
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

{
  "ParticipantPermissions" : true,
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "version" : "...",
  "MessageIdentifier" : {
    "value" : "..."
  },
  "RequestTimestamp" : "..."
}