<xs:schema xmlns:nsS="http://www.tjsc.jus.br/selo/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tjsc.jus.br/selo/XMLSchema">
<xs:include schemaLocation="../Comum/xsComum.xsd"/>
<xs:complexType name="CMortePresumida" mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="nsS:AtoSelado">
<xs:sequence>
<xs:element name="certidaoRC" type="nsS:CertidaoRC"/>
<xs:element name="presumidamenteMorto" type="nsS:Pessoa"/>
<xs:element name="nomeMae" type="nsS:string255"/>
<xs:element name="nomePai" type="nsS:string255" minOccurs="0"/>
<xs:element name="nomeFilho" type="nsS:string255" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="dataFalecimento" type="xs:date" minOccurs="0"/>
<xs:element name="processoJudicial" type="nsS:ProcessoJudicial"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>
|