Sha256: 775a5b91c03e25ede8623241718e4216b450d7ab2d43b47b3a452b8b9d035e44
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <!-- ***************************************************--> <!-- *** Schema para assinaturas XML ***--> <!-- *** a partir de certificados do padrĂ£o (X509) ***--> <!-- *** ICP-Brasil - Projeto TISS***--> <!-- ***************************************************--> <!-- Schema for XML Signatures--> <!--<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.w3.org/2000/09/xmldsig#" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.1">--> <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ns1="http://www.ans.gov.br/padroes/tiss/schemas" targetNamespace="http://www.ans.gov.br/padroes/tiss/schemas" elementFormDefault="qualified" version="0.1"> <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd"/> <complexType name="assinaturaDigital"> <complexContent> <extension base="ds:SignatureType" /> </complexContent> </complexType> </schema>
Version data entries
4 entries across 4 versions & 1 rubygems