| diagram | ![]() |
||
| children | tipoEndereco descricaoLogradouro numero bairro complemento cidade uf cep | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="Endereco"> <xs:annotation> <xs:documentation>Endereço define o conjunto de elementos que compõem um endereço.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="tipoEndereco" type="xsd:int" minOccurs="0"> <xs:annotation> <xs:documentation>Código do tipo de endereço.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="descricaoLogradouro" type="xsd:string"> <xs:annotation> <xs:documentation>Descrição do logradouro.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="numero" type="xsd:string"> <xs:annotation> <xs:documentation>Número do endereço.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="bairro" type="xsd:string"> <xs:annotation> <xs:documentation>Bairro do endereço.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="complemento" type="xsd:string" minOccurs="0"> <xs:annotation> <xs:documentation>Complemento do endereço.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="cidade" type="xsd:int"> <xs:annotation> <xs:documentation>Código da cidade.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="uf" type="nsS:UF"> <xs:annotation> <xs:documentation>Sigla da Unidade da Federação.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="cep" type="xsd:string"> <xs:annotation> <xs:documentation>Código de endereçamento postal do endereço.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | |||||||||
| type | xs:int | ||||||||
| properties |
|
||||||||
| annotation |
|
||||||||
| source | <xs:element name="tipoEndereco" type="xsd:int" minOccurs="0"> <xs:annotation> <xs:documentation>Código do tipo de endereço.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="descricaoLogradouro" type="xsd:string"> <xs:annotation> <xs:documentation>Descrição do logradouro.</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 endereço.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="bairro" type="xsd:string"> <xs:annotation> <xs:documentation>Bairro do endereço.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| annotation |
|
||||||||
| source | <xs:element name="complemento" type="xsd:string" minOccurs="0"> <xs:annotation> <xs:documentation>Complemento do endereço.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||
| type | xs:int | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="cidade" type="xsd:int"> <xs:annotation> <xs:documentation>Código da cidade.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | nsS:UF | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="uf" type="nsS:UF"> <xs:annotation> <xs:documentation>Sigla da Unidade da Federação.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| type | xs:string | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="cep" type="xsd:string"> <xs:annotation> <xs:documentation>Código de endereçamento postal do endereço.</xs:documentation> </xs:annotation> </xs:element> |