ResourcePath Data Type

A resource path with file name and type

Java class for resource_path complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="resource_path">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Properties
name data type description
path string
type string

Example

{
  "path" : "...",
  "type" : "..."
}