complexType Telefone
diagram SeloDigital_Atos_v0.6_p97.png
children tipoTelefone ddd numero
used by
elements Pessoa/telefone PessoaResumo/telefone
annotation
documentation
Telefone define o conjunto de elementos que compõem um número de telefone.
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>

element Telefone/tipoTelefone
diagram SeloDigital_Atos_v0.6_p98.png
type xs:int
properties
isRef 0
content simple
annotation
documentation
Código do tipo de telefone.
source <xs:element name="tipoTelefone" type="xsd:int">
 
<xs:annotation>
   
<xs:documentation>Código do tipo de telefone.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Telefone/ddd
diagram SeloDigital_Atos_v0.6_p99.png
type xs:string
properties
isRef 0
content simple
annotation
documentation
Código de DDD do telefone.
source <xs:element name="ddd" type="xsd:string">
 
<xs:annotation>
   
<xs:documentation>Código de DDD do telefone.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Telefone/numero
diagram SeloDigital_Atos_v0.6_p100.png
type xs:string
properties
isRef 0
content simple
annotation
documentation
Número do telefone.
source <xs:element name="numero" type="xsd:string">
 
<xs:annotation>
   
<xs:documentation>Número do telefone.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy