<!--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="CAberturaMatricula"
mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="nsS:AtoSelado">
<xs:sequence>
<xs:element name="protocolo"
type="nsS:Protocolo"
minOccurs="0">
<xs:annotation>
<xs:documentation>Dados do protocolo do registro/averbação.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="imovel"
type="nsS:Imovel">
<xs:annotation>
<xs:documentation>Dados do imóvel.</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="registroAnterior"
type="nsS:Registro"
maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Dados dos registros anteriores/transcrições.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="numeroTranscricao"
type="nsS:string255" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>
|