<xs:schema xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" xmlns:nsS="http://www.tjsc.jus.br/selo/XMLSchema" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tjsc.jus.br/selo/XMLSchema" jaxb:extensionBindingPrefixes="hj orm" jaxb:version="2.1">
<xs:include schemaLocation="../Comum/xsComum.xsd"/>
<xs:complexType name="CCancelamentoMatricula" mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="nsS:AtoSelado">
<xs:sequence>
<xs:element name="certidaoRI" type="nsS:CertidaoRI"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>
|