<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="EUniaoEstavel" mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="nsS:AtoSelado">
<xs:sequence>
<xs:element name="escritura" type="nsS:Escritura"/>
<xs:element name="conviventeMasculino" type="nsS:ParteEscritura"/>
<xs:element name="conviventeFeminino" type="nsS:ParteEscritura"/>
<xs:element name="regimeBensAdotado" type="nsS:string255"/>
<xs:element name="dataInicioUniao" type="xs:date" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>
|