<!--Created with Liquid XML 2013 Designer Edition (Trial) 11.0.11.4603 (http://www.liquid-technologies.com)-->
<xs:schema xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations"
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
xmlns:nsS="http://www.tjsc.jus.br/selo/XMLSchema"
jaxb:extensionBindingPrefixes="hj orm"
jaxb:version="2.1"
targetNamespace="http://www.tjsc.jus.br/selo/XMLSchema"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="../Comum/xsComum.xsd" />
<xs:complexType name="AtoArtigo183Lei6015"
mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="nsS:AtoSelado">
<xs:sequence>
<xs:element name="tipoFato"
type="xs:string">
<xs:annotation>
<xs:documentation>Descrição do ato praticado incluindo, se for o caso, as matrículas envolvidas e demais informações.</xs:documentation>
<xs:appinfo>
<hj:basic>
<orm:lob />
</hj:basic>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:element name="IDRegistro"
type="nsS:string255">
<xs:annotation>
<xs:documentation>Identificação do registro.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IDAverbacao"
type="nsS:string255">
<xs:annotation>
<xs:documentation>Identificação da averbação.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:element name="tipoRegistroAverbacao"
type="xs:int">
<xs:annotation>
<xs:documentation>Código do tipo de de registro/averbação, conforme tabela padronizada.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="protocolo"
type="nsS:Protocolo">
<xs:annotation>
<xs:documentation>Dados do protocolo do registro/averbação.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="registro"
type="nsS:Registro">
<xs:annotation>
<xs:documentation>Dados do registro/averbação.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="numeroAssento"
type="nsS:string255">
<xs:annotation>
<xs:documentation>Número do Assento.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="numeroSeloEscritura"
type="nsS:string255"
minOccurs="0">
<xs:annotation>
<xs:documentation>Número de série do selo utilizado na Escritura.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="partes"
type="nsS:ParteEscritura"
maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Dados e qualificação das partes.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="imovel"
type="nsS:Imovel"
minOccurs="0">
<xs:annotation>
<xs:documentation>Dados do imóvel.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="valorObjeto"
minOccurs="0">
<xs:annotation>
<xs:documentation>Valor do objeto para atos praticados no registro auxiliar, que não se refiram a imóvel.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>
|