diagram | |||
children | tipoDocumento numero orgaoEmissor dataEmissao | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="Documento"> <xs:annotation> <xs:documentation>Documento define o conjunto de elementos que compõem um documento.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="tipoDocumento" type="xsd:int"> <xs:annotation> <xs:documentation>Código do tipo de documento.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="numero" type="xsd:string"> <xs:annotation> <xs:documentation>Número do documento.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="orgaoEmissor" type="xsd:int"> <xs:annotation> <xs:documentation>Código do órgão emissor.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="dataEmissao" type="xsd:date"> <xs:annotation> <xs:documentation>Data de emissão do documento.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="tipoDocumento" type="xsd:int"> <xs:annotation> <xs:documentation>Código do tipo de documento.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="numero" type="xsd:string"> <xs:annotation> <xs:documentation>Número do documento.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="orgaoEmissor" type="xsd:int"> <xs:annotation> <xs:documentation>Código do órgão emissor.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="dataEmissao" type="xsd:date"> <xs:annotation> <xs:documentation>Data de emissão do documento.</xs:documentation> </xs:annotation> </xs:element> |