rootRestObject Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
Properties inherited from baseRestObject
href string element 0/1  
link link element 0/unbounded  

Example

<rest_api_root>
  <links>
    <link>
      <rel>...</rel>
      <href>...</href>
    </link>
  </links>
  <href>...</href>
</rest_api_root>