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:annotation> <xs:sequence> <xs:element name="tipoTelefone" type="xsd:int"> <xs:annotation> <xs:documentation>Código do tipo de telefone.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ddd" type="xsd:string"> <xs:annotation> <xs:documentation>Código de DDD do telefone.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="numero" type="xsd: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="xsd:int"> <xs:annotation> <xs:documentation>Código do tipo de telefone.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="ddd" type="xsd: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="xsd:string"> <xs:annotation> <xs:documentation>Número do telefone.</xs:documentation> </xs:annotation> </xs:element> |