-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
23,646 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
170 changes: 170 additions & 0 deletions
170
acao-coordenadoriajuventude/coordenadoriajuventude-cadastro-org_mov_est.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||
xmlns:xhtml="http://www.w3.org/1999/xhtml" | ||
xmlns:class="http://schemas.fortaleza.ce.gov.br/acao/classificacao.xsd" | ||
xmlns:idx="http://schemas.fortaleza.ce.gov.br/acao/indexhint.xsd" | ||
xmlns:xsdext="http://schemas.fortaleza.ce.gov.br/xsdform/extensions.xsd" | ||
xmlns="http://schemas.fortaleza.ce.gov.br/acao/coordenadoriajuventude-cadastro-org_mov_est.xsd" | ||
targetNamespace="http://schemas.fortaleza.ce.gov.br/acao/coordenadoriajuventude-cadastro-org_mov_est.xsd" | ||
elementFormDefault="qualified"> | ||
|
||
<xs:element name="OrganizacoesEst" type="OrganizacoesEst"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label> FICHA DE CADASTRO DAS ORGANIZAÇÕES E MOVIMENTOS DE JUVENTUDE</xhtml:label> | ||
<class:classificacoes> | ||
<class:classificacao>cn=Juventude</class:classificacao> | ||
</class:classificacoes> | ||
<idx:index> | ||
<idx:hint key="pessoa.nome" xpath="formPoliticaJuventude/nome" /> | ||
<idx:hint key="pessoa.nome" xpath="formPoliticaJuventude/nomeMae" /> | ||
</idx:index> | ||
</xs:appinfo> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:complexType name="OrganizacoesEst"> | ||
<xs:sequence> | ||
<xs:element name="organizacao" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label>Nome da Organização/SIGLA</xhtml:label> | ||
</xs:appinfo> | ||
</xs:annotation> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:maxLength value="255" /> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:element> | ||
<xs:element name="endereco" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label>Endereço</xhtml:label> | ||
</xs:appinfo> | ||
<xsdext:extensions> | ||
<xsdext:engine>autoComplete</xsdext:engine> | ||
<xsdext:service>/logradouros</xsdext:service> | ||
</xsdext:extensions> | ||
</xs:annotation> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:maxLength value="255" /> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:element> | ||
<xs:element name="bairro" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label>Bairro</xhtml:label> | ||
</xs:appinfo> | ||
<xsdext:extensions> | ||
<xsdext:engine>autoComplete</xsdext:engine> | ||
<xsdext:service>/bairros</xsdext:service> | ||
</xsdext:extensions> | ||
</xs:annotation> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:maxLength value="255" /> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:element> | ||
<xs:element name="cidade" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label>Cidade</xhtml:label> | ||
</xs:appinfo> | ||
</xs:annotation> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:maxLength value="255" /> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:element> | ||
<xs:element name="cep" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label>CEP</xhtml:label> | ||
</xs:appinfo> | ||
</xs:annotation> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:maxLength value="255" /> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:element> | ||
<xs:element name="fone" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label>Telefone</xhtml:label> | ||
</xs:appinfo> | ||
</xs:annotation> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:maxLength value="255" /> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:element> | ||
<xs:element name="email" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label>Email</xhtml:label> | ||
</xs:appinfo> | ||
</xs:annotation> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:maxLength value="255" /> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:element> | ||
<xs:element name="site" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label>Site</xhtml:label> | ||
</xs:appinfo> | ||
</xs:annotation> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:maxLength value="255" /> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:element> | ||
<xs:element name="blog" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label>Blog</xhtml:label> | ||
</xs:appinfo> | ||
</xs:annotation> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:maxLength value="255" /> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:element> | ||
<xs:element name="anoFundacao" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label>Ano de fundação</xhtml:label> | ||
</xs:appinfo> | ||
</xs:annotation> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:maxLength value="255" /> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:element> | ||
<xs:element name="cnpj" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:appinfo> | ||
<xhtml:label>cnpj</xhtml:label> | ||
</xs:appinfo> | ||
</xs:annotation> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:maxLength value="255" /> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:element> | ||
</xs:sequence> | ||
</xs:complexType> | ||
</xs:schema> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
92 changes: 0 additions & 92 deletions
92
acao-sdh/schemas/Direitos_Humanos/violencia_denuncia/sdh-composicao-familiar.xsd
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.