Java class for campoDinamicoItemLabelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="campoDinamicoItemLabelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="padrao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
http://www.softplan.com.br/unj/schema/adv
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
codigo | long | element | 0/1 | ||
nome | string | element | 0/1 | ||
padrao | boolean | element | 1/1 |
Example
<c----- xmlns="http://www.softplan.com.br/unj/schema/adv"> <codigo xmlns="">...</codigo> <nome xmlns="">...</nome> <padrao xmlns="">...</padrao> </c----->