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>
http://www.softplan.com.br/unj/schema/adv| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| valor | string | element | 0/1 |
Example
<s----- xmlns="http://www.softplan.com.br/unj/schema/adv"> <valor xmlns="">...</valor> </s----->