| diagram | ![]() |
||||||
| type | extension of nsS:Ato | ||||||
| properties |
|
||||||
| children | idAto codigoServentia dataAto tipoAto valorEmolumento valorAto tipoCobranca responsavel recibo selo retificador numeroSerieSeloOriginal | ||||||
| used by | |||||||
| annotation |
|
||||||
| source | <xs:complexType name="AtoSelado" abstract="true" mixed="false"> <xs:annotation> <xs:documentation>Ato Selado define o conjunto padrão de elementos para todos os atos que recebem selo de fiscalização.</xs:documentation> <xs:appinfo> <hj:entity xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations"> <orm:sequence-generator name="Generator_ATOSELADO" sequence-name="SEQ_ATOSELADO" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"/> </hj:entity> </xs:appinfo> </xs:annotation> <xs:complexContent mixed="false"> <xs:extension base="nsS:Ato"> <xs:sequence> <xs:element name="selo" type="nsS:SeloAto"> <xs:annotation> <xs:documentation>Selo utilizado neste ato.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="retificador" type="xs:boolean"> <xs:annotation> <xs:documentation>Este ato é retificador?</xs:documentation> </xs:annotation> </xs:element> <xs:element name="numeroSerieSeloOriginal" type="nsS:SerieSelo" minOccurs="0"> <xs:annotation> <xs:documentation>Se este ato for retificador, informar o número do selo de fiscalização utilizado no ato retificado.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||
| type | nsS:SeloAto | ||||
| properties |
|
||||
| children | tipoSelo numeroSerie valorSelo validador | ||||
| annotation |
|
||||
| source | <xs:element name="selo" type="nsS:SeloAto"> <xs:annotation> <xs:documentation>Selo utilizado neste ato.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||
| type | xs:boolean | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="retificador" type="xs:boolean"> <xs:annotation> <xs:documentation>Este ato é retificador?</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||
| type | nsS:SerieSelo | ||||||||
| properties |
|
||||||||
| facets |
|
||||||||
| annotation |
|
||||||||
| source | <xs:element name="numeroSerieSeloOriginal" type="nsS:SerieSelo" minOccurs="0"> <xs:annotation> <xs:documentation>Se este ato for retificador, informar o número do selo de fiscalização utilizado no ato retificado.</xs:documentation> </xs:annotation> </xs:element> |