diagram | |||||
children | tipoTelefone ddd numero | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="Telefone"> <xs:annotation> <xs:documentation>Telefone define o conjunto de elementos que compõem um número de telefone.</xs:documentation> <xs:appinfo> <hj:entity> <orm:sequence-generator name="Generator_TELEFONE" sequence-name="SEQ_TELEFONE"/> </hj:entity> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="tipoTelefone" type="xs:int"> <xs:annotation> <xs:documentation>Código do tipo de telefone, conforme tabela padronizada 3.29.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ddd" type="xs:string"> <xs:annotation> <xs:documentation>Código de DDD do telefone.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="numero" type="xs:string"> <xs:annotation> <xs:documentation>Número do telefone.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="tipoTelefone" type="xs:int"> <xs:annotation> <xs:documentation>Código do tipo de telefone, conforme tabela padronizada 3.29.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="ddd" type="xs:string"> <xs:annotation> <xs:documentation>Código de DDD do telefone.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="numero" type="xs:string"> <xs:annotation> <xs:documentation>Número do telefone.</xs:documentation> </xs:annotation> </xs:element> |