Definition Type: Element
Name: estadoCivil
Namespace: http://www.tjsc.jus.br/selo/XMLSchema
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: xsPessoa.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
Documentation:
Código do estado civil, conforme tabela padronizada 3.8.
Collapse XSD Schema Diagram:
XSD Diagram of estadoCivil
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="estadoCivil" type="xs:int" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Código do estado civil, conforme tabela padronizada 3.8.</xs:documentation>
    </xs:annotation>
</xs:element>