SimpleValueType Data Type

Java class for simpleValueType complex type.

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

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

Properties
name data type description
valor string

Example

{
  "valor" : "..."
}