<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 xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations">
<orm:sequence-generator name="Generator_TELEFONE" sequence-name="SEQ_TELEFONE" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" />
</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="nsS:string255">
<xs:annotation>
<xs:documentation>Código de DDD do telefone.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="numero" type="nsS:string255">
<xs:annotation>
<xs:documentation>Número do telefone.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|