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>
uri:lens:job:0.1
name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
path | string | element | ns1 | 1/1 | required | |
type | string | element | ns1 | 1/1 | required |
Example
<r----- xmlns="uri:lens:job:0.1"> <path>...</path> <type>...</type> </r----->