complexType Telefone
diagram SeloDigital_Atos_v0.8_p205.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.
appinfo
<hj:entity>
<orm:sequence-generator name="Generator_TELEFONE" sequence-name="SEQ_TELEFONE"/>
</hj:entity>
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>

element Telefone/tipoTelefone
diagram SeloDigital_Atos_v0.8_p206.png
type xs:int
properties
isRef 0
content simple
annotation
documentation
Código do tipo de telefone, conforme tabela padronizada 3.29.
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>

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

element Telefone/numero
diagram SeloDigital_Atos_v0.8_p208.png
type xs:string
properties
isRef 0
content simple
annotation
documentation
Número do telefone.
source <xs:element name="numero" type="xs: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