Schema Name: xsCGenerica.xsd
Target Namespace: http://www.tjsc.jus.br/selo/XMLSchema
Collapse XSD Schema Code:

<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" 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="CGenerica" mixed="false">
		<xs:complexContent mixed="false">
			<xs:extension base="nsS:AtoSelado">
				<xs:sequence>
					<xs:element name="certidao" type="nsS:Certidao" minOccurs="0"/>
					<xs:element name="registro" type="nsS:Registro" minOccurs="0"/>
					<xs:element name="descricaoCertidao">
						<xs:annotation>
							<xs:documentation>Descrição do propósito da certidão.</xs:documentation>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="nsS:string4000"/>
						</xs:simpleType>
					</xs:element>
					<xs:element name="numeroAssento" type="xs:int" minOccurs="0"/>
					<xs:element name="observacoes" type="xs:string" minOccurs="0" maxOccurs="unbounded">
						<xs:annotation>
							<xs:documentation>Observações da certidão.</xs:documentation>
							<xs:appinfo>
								<hj:basic>
									<orm:lob/>
								</hj:basic>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>
Collapse ComplexTypes: