Definition Type: ComplexType
Name: Telefone
Namespace: http://www.tjsc.jus.br/selo/XMLSchema
Containing Schema: xsPessoa.xsd
Abstract
Documentation:
Telefone define o conjunto de elementos que compõem um número de telefone.
Collapse XSD Schema Diagram:
Drilldown into numero Drilldown into ddd Drilldown into tipoTelefoneXSD Diagram of Telefone
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tipoTelefone nsS:tipoTelefone (1) (1)
ddd nsS:ddd (1) (1)
numero nsS:numero (1) (1)
Collapse Derivation Tree:
Collapse References:
nsS:telefone, nsS:telefone