XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://www.bruxellesenvironnement.be/brusoil
Version 1.0
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations have no namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
brusoil http://www.bruxellesenvironnement.be/brusoil
Schema Component Representation
<schema targetNamespace="http://www.bruxellesenvironnement.be/brusoil" version="1.0">
...
</schema>
top

Global Declarations

Element: EPSType

Name EPSType
Type Locally-defined complex type
Nillable no
Abstract no
Documentation EPSType : Element if the XSD witch represent an EPS (base for the export and import) (1) lastModified : date of the last modification of the list NOT NEEDED (2) idIS Identifiant de l'EPS dans inventaire Sol (3) nodename : Unique id (auto completed by Brusoil) NEEDED (4) nom : Name of the EPS. NOT NEEDED (5) actif: Eps is actif? ( true / false ) NOT NEEDED (6) dossierList: List of the folder for the EPS (element: brusoil:DossierList) NEEDED (7) personneContactList: List of all contact fot the EPS (element: brusoil:PersonneContactList) NEEDED (8) source: Source of the exported folder (element: brusoil:ZipSourceEnum) NOT NEEDED
XML Instance Representation
<brusoil:EPSType
version="1.0 [0..1]">
<lastModified> dateTime </lastModified> [0..1]
<idIS> string </idIS> [1]
<nodename> string </nodename> [1]
<nom> string </nom> [0..1]
<actif> boolean </actif> [0..1]
<dossierList> brusoil:DossierList </dossierList> [1]
<personneContactList> brusoil:PersonneContactList </personneContactList> [1]
<source> brusoil:ZipSourceEnum </source> [0..1]
</brusoil:EPSType>
Schema Component Representation
<element name="EPSType">
<complexType>
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="idIS" type="string"/>
<element name="nodename" type="string"/>
<element name="nom" type="string" maxOccurs="1" minOccurs="0"/>
<element name="actif" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dossierList" type="brusoil:DossierList" maxOccurs="1" minOccurs="1"/>
<element name="personneContactList" type="brusoil:PersonneContactList" maxOccurs="1" minOccurs="1"/>
<element name="source" type="brusoil:ZipSourceEnum" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="version" type="string" fixed="1.0"/>
</complexType>
</element>
top

Global Definitions

Complex Type: ActiviteRisqueList

Super-types: None
Sub-types: None
Name ActiviteRisqueList
Abstract no
Documentation ActiviteRisqueList : List of risky activities. (this node is in the DossierType node (17)) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) activiteRisque: A " risky activity " (element: brusoil:ActiviteRisqueType). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<activiteRisque> brusoil:ActiviteRisqueType </activiteRisque> [1..*]
</...>
Schema Component Representation
<complexType name="ActiviteRisqueList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="activiteRisque" type="brusoil:ActiviteRisqueType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: ActiviteRisqueType

Super-types: None
Sub-types: None
Name ActiviteRisqueType
Abstract no
Documentation ActiviteRisqueType : risk activity (this node is in the ActiviteRisqueList node (3)) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) uuid : Unique id (auto completed by Brusoil). NEEDED (3) statut: status of the ActiviteRisqueType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (4) shapeFilename: ShapeFileName for the parcel. (5) shapeId: Shape ID. NEEDED (6) nomExploitant: Name of the operator. NOT NEEDED (7) numPermis: license number. NOT NEEDED (8) anneeDebut: Start year of the activity (between 1900 and 2100). NOT NEEDED (9) anneeFin: End year of the activity (between 1900 and 2100). NOT NEEDED (10) sourceInfo: Source (category : brusoil -> activitesRisque -> sourceInfo -> actives). NOT NEEDED (11) rubrique: Rubric (category : brusoil -> activitesRisque -> rubrique -> actives). NOT NEEDED (12) description: Description of the risk activity. NOT NEEDED (13) idc_ar: ID cartography for the activity. NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<uuid> string </uuid> [1]
<statut> string </statut> [0..1]
<shapeFileName> string </shapeFileName> [0..1]
<shapeID> string </shapeID> [1]
<nomExploitant> string </nomExploitant> [0..1]
<numPermis> string </numPermis> [0..1]
<anneeDebut> brusoil:AnneePattern </anneeDebut> [0..1]
<anneeFin> brusoil:AnneePattern </anneeFin> [0..1]
<sourceInfo> brusoil:SourceInfoEnum </sourceInfo> [0..1]
<rubrique> brusoil:RubriqueEnum </rubrique> [0..*]
<description> string </description> [0..1]
<idc_ar> long </idc_ar> [0..1]
</...>
Schema Component Representation
<complexType name="ActiviteRisqueType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="shapeFileName" type="string" minOccurs="0"/>
<element name="shapeID" type="string" minOccurs="1"/>
<element name="nomExploitant" type="string" maxOccurs="1" minOccurs="0"/>
<element name="numPermis" type="string" maxOccurs="1" minOccurs="0"/>
<element name="anneeDebut" type="brusoil:AnneePattern" maxOccurs="1" minOccurs="0"/>
<element name="anneeFin" type="brusoil:AnneePattern" maxOccurs="1" minOccurs="0"/>
<element name="sourceInfo" type="brusoil:SourceInfoEnum" maxOccurs="1" minOccurs="0"/>
<element name="rubrique" type="brusoil:RubriqueEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="description" type="string" maxOccurs="1" minOccurs="0"/>
<element name="idc_ar" type="long" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: AdresseList

Super-types: None
Sub-types: None
Name AdresseList
Abstract no
Documentation AdresseList : List of address. (this node is in the DossierType node (20)) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) statut: status of the list. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) adresse: A " address " (element: brusoil:AdresseType). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<adresse> brusoil:AdresseType </adresse> [1..*]
</...>
Schema Component Representation
<complexType name="AdresseList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="adresse" type="brusoil:AdresseType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: AdresseType

Super-types: None
Sub-types: None
Name AdresseType
Abstract no
Documentation AdresseType : Address (this node is in the AdresseList node (3)) (1) lastModified : date of the last modification of the list. NOT NEEDED (3) statut: status of the AdresseType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (4) rue: road of the address. NEEDED (5) numero : nuumber of the address. NEEDED (6) localite: locality of the address. NEEDED (7) codePostal: postal code of the address. NEEDED (8) pays: country of the address. NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<rue> string </rue> [1]
<numero> string </numero> [1]
<localite> string </localite> [1]
<codePostal> string </codePostal> [1]
<pays> string </pays> [1]
</...>
Schema Component Representation
<complexType name="AdresseType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="rue" type="string" minOccurs="1"/>
<element name="numero" type="string" minOccurs="1"/>
<element name="localite" type="string" minOccurs="1"/>
<element name="codePostal" type="string" minOccurs="1"/>
<element name="pays" type="string"/>
</sequence>
</complexType>
top

Complex Type: ChapitreAdministratifType

Super-types: None
Sub-types: None
Name ChapitreAdministratifType
Abstract no
Documentation ChapitreAdministratifType : the administratif chapter is NEEDED in a folder (this node is in the DossierType node) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) statut: status of the ChapitreAdministratifType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) sectionFaitsGenerateurs: section "Generator Facts" (element: brusoil:SectionFaitsGenerateursType). NEEDED (6) sectionParcelles: section "Parcel" (element: brusoil:SectionParcellesType). NEEDED (7) sectionIntervenants: section "Contributors" (element: brusoil:SectionIntervenantType). NEEDED (8) sectionAdresses: section "Address" (element: brusoil:SectionAdressesType). NEEDED (9) sectionActivitesRisque: section "Risky activities" (element: brusoil:SectionActivitesRisqueType). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<sectionFaitsGenerateurs> brusoil:SectionFaitsGenerateursType </sectionFaitsGenerateurs> [0..1]
<sectionParcelles> brusoil:SectionParcellesType </sectionParcelles> [0..1]
<sectionIntervenants> brusoil:SectionIntervenantType </sectionIntervenants> [0..1]
<sectionAdresses> brusoil:SectionAdressesType </sectionAdresses> [0..1]
<sectionActivitesRisque> brusoil:SectionActivitesRisqueType </sectionActivitesRisque> [0..1]
</...>
Schema Component Representation
<complexType name="ChapitreAdministratifType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="sectionFaitsGenerateurs" type="brusoil:SectionFaitsGenerateursType" maxOccurs="1" minOccurs="0"/>
<element name="sectionParcelles" type="brusoil:SectionParcellesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionIntervenants" type="brusoil:SectionIntervenantType" minOccurs="0"/>
<element name="sectionAdresses" type="brusoil:SectionAdressesType" minOccurs="0"/>
<element name="sectionActivitesRisque" type="brusoil:SectionActivitesRisqueType" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: DossierForagesList

Super-types: None
Sub-types: None
Name DossierForagesList
Abstract no
Documentation DossierForagesList : List of drilling . (this list is in an DossierType node (16)) (1) drilling : A "drilling" (element: brusoil:ForageType) NEEDED
XML Instance Representation
<...>
<forage> brusoil:ForageType </forage> [0..*]
</...>
Schema Component Representation
<complexType name="DossierForagesList">
<sequence>
<element name="forage" type="brusoil:ForageType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>
top

Complex Type: DossierInfosForagesList

Super-types: None
Sub-types: None
Name DossierInfosForagesList
Abstract no
Documentation DossierInfosForagesList : List of drilling informations. (this list is in an DossierType node (15)) (1) infosForage : A "drilling information" (element: brusoil:InfosForageType) NEEDED
XML Instance Representation
<...>
<infosForage> brusoil:InfosForageType </infosForage> [0..*]
</...>
Schema Component Representation
<complexType name="DossierInfosForagesList">
<sequence>
<element name="infosForage" type="brusoil:InfosForageType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>
top

Complex Type: DossierLienActiviteRisqueList

Super-types: None
Sub-types: None
Name DossierLienActiviteRisqueList
Abstract no
Documentation DossierLienActiviteRisqueList : List of "risk activity folder links" (this list is in the ParcelleType node) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the list. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) lienActiviteRisque: link to a risk activity folder (element: brusoil:LienActiviteRisqueType). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<lienActiviteRisque> brusoil:LienActiviteRisqueType </lienActiviteRisque> [1..*]
</...>
Schema Component Representation
<complexType name="DossierLienActiviteRisqueList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="lienActiviteRisque" type="brusoil:LienActiviteRisqueType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: DossierLienIntervenantList

Super-types: None
Sub-types: None
Name DossierLienIntervenantList
Abstract no
Documentation DossierLienIntervenantList : List of "contributor folder links" (this list is in the ParcelleType node) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the list. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) lienIntervenant: link to a contributor folder (element: brusoil:LienIntervenantType). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<lienIntervenant> brusoil:LienIntervenantType </lienIntervenant> [1..*]
</...>
Schema Component Representation
<complexType name="DossierLienIntervenantList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="lienIntervenant" type="brusoil:LienIntervenantType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: DossierList

Super-types: None
Sub-types: None
Name DossierList
Abstract no
Documentation DossierList : List of folders. (this list is in an EPSType node) (1) lastModified : date of the last modification of the list NOT NEEDED (2) folder : List of folder (element: brusoil:DossierType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<dossier> brusoil:DossierType </dossier> [1..*]
</...>
Schema Component Representation
<complexType name="DossierList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="dossier" type="brusoil:DossierType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: DossierTacheDePollutionList

Super-types: None
Sub-types: None
Name DossierTacheDePollutionList
Abstract no
Documentation DossierTacheDePollutionList : List of spots pollution. (this list is in an DossierType node (13)) (1) tacheDePollution : A "spot pollution" (element: brusoil:TacheDePollutionType) NEEDED
XML Instance Representation
<...>
<tacheDePollution> brusoil:TacheDePollutionType </tacheDePollution> [0..*]
</...>
Schema Component Representation
<complexType name="DossierTacheDePollutionList">
<sequence>
<element name="tacheDePollution" type="brusoil:TacheDePollutionType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>
top

Complex Type: DossierType

Super-types: None
Sub-types: None
Name DossierType
Abstract no
Documentation DossierType : elements of the folder (1) uuid : Unique id (auto completed by Brusoil) NEEDED (2) typeDossier : Type of the folder (category : Brusoil -> Dossier -> typeDossier) NEEDED (3) referenceIBGE : Name given by the IBGE for this folder (4) referenceEPS : Name of the folder for the EPS. (5) idc_dossier : ID carto for the folder (auto completed by Brusoil) NOT NEEDED (6) archive : dossier archived (true / false) (7) faitsGenerateurs : All facts generator (category : Brusoil -> faits -> actives) NEEDED (8) modeEdition : Edition mode activated : true / false (9) editerPar : Last user who edit the folder (auto completed by Brusoil) NOT NEEDED (10) editerDate : Last modification date (auto completed by Brusoil) NOT NEEDED (11) pieceJointeList : List of the whole attached files of the folder (element : brusoil:PieceJointeList) (12) parcelleList : List of the whole parcels of the folder (element : brusoil:ParcelleList) (13) dossierTacheDePollution : All spots pollution for the whole folder (element : brusoil:DossierTacheDePollutionList) (14) dossierVolumesPollution : All volumes of pollution for the whole folder (element : brusoil:DossierVolumesPollutionList) (15) dossierInfosForages : All Infos drilling for the whole folder (element : brusoil:DossierInfosForagesList) (16) dossierForages : All drillings for the whole folder (element : brusoil:DossierForagesList) (17) activiteRisqueList : All risky activities for the whole folder (element : brusoil:ActiviteRisqueList) (18) dossierIntervenant : All contributors for the whole folder (element : brusoil:IntervenantList) (19) chapitreAdministratif : unique administratif chapter (element: brusoil:ChapitreAdministratifType) NEEDED (20) adresseList: All address for the whole folder (element: brusoil:AdresseList) NEEDED List of chapters for the whole folder (see the details in the correspondant element) NOT NEEDED: edList,efaList,efalList,efgrList,erList,paList,palList, pgrList,pmsuiList,riaList,rigrList,ripmsuiList,epssList,edssList (39) xmlAnalyseList: All xml analysis for the whole folder (element: brusoil:XMLAnalyseList) NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<uuid> string </uuid> [1]
<typeDossier> brusoil:TypeDossierEnum </typeDossier> [1]
<referenceIBGE> string </referenceIBGE> [1]
<referenceEPS> string </referenceEPS> [1]
<idc_dossier> long </idc_dossier> [0..1]
<archive> boolean </archive> [1]
<faitsGenerateurs> brusoil:FaitGenerateurEnum </faitsGenerateurs> [1..*]
<modeEdition> boolean </modeEdition> [1]
<editerPar> string </editerPar> [0..1]
<editerDate> dateTime </editerDate> [0..1]
<pieceJointeList> brusoil:PieceJointeList </pieceJointeList> [0..1]
<parcelleList> brusoil:ParcelleList </parcelleList> [0..1]
<dossierTacheDePollution> brusoil:DossierTacheDePollutionList </dossierTacheDePollution> [0..1]
<dossierVolumesPollution> brusoil:DossierVolumesPollutionList </dossierVolumesPollution> [0..1]
<dossierInfosForages> brusoil:DossierInfosForagesList </dossierInfosForages> [0..1]
<dossierForages> brusoil:DossierForagesList </dossierForages> [0..1]
<activiteRisqueList> brusoil:ActiviteRisqueList </activiteRisqueList> [0..1]
<dossierIntervenant> brusoil:IntervenantList </dossierIntervenant> [0..1]
<chapitreAdministratif> brusoil:ChapitreAdministratifType </chapitreAdministratif> [0..1]
<resList> brusoil:ResList </resList> [0..1]
<adresseList> brusoil:AdresseList </adresseList> [0..1]
<edList> brusoil:EDList </edList> [0..1]
<efaList> brusoil:EFAList </efaList> [0..1]
<efalList> brusoil:EFALList </efalList> [0..1]
<efgrList> brusoil:EFGRList </efgrList> [0..1]
<erList> brusoil:ERList </erList> [0..1]
<paList> brusoil:PAList </paList> [0..1]
<palList> brusoil:PALList </palList> [0..1]
<pgrList> brusoil:PGRList </pgrList> [0..1]
<pmsuiList> brusoil:PMSUIList </pmsuiList> [0..1]
<riaList> brusoil:RIAList </riaList> [0..1]
<rigrList> brusoil:RIGRList </rigrList> [0..1]
<ripmsuiList> brusoil:RIPMSUIList </ripmsuiList> [0..1]
<epssList> brusoil:EPSSList </epssList> [0..1]
<edssList> brusoil:EDSSList </edssList> [0..1]
<erssList> brusoil:ERSSList </erssList> [0..1]
<eassList> brusoil:EASSList </eassList> [0..1]
<monitoringssList> brusoil:MonitoringSSList </monitoringssList> [0..1]
<rtassList> brusoil:RTASSList </rtassList> [0..1]
<xmlAnalyseList> brusoil:XMLAnalyseList </xmlAnalyseList> [0..1]
</...>
Schema Component Representation
<complexType name="DossierType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="typeDossier" type="brusoil:TypeDossierEnum"/>
<element name="referenceIBGE" type="string"/>
<element name="referenceEPS" type="string"/>
<element name="idc_dossier" type="long" maxOccurs="1" minOccurs="0"/>
<element name="archive" type="boolean"/>
<element name="faitsGenerateurs" type="brusoil:FaitGenerateurEnum" maxOccurs="unbounded" minOccurs="1"/>
<element name="modeEdition" type="boolean"/>
<element name="editerPar" type="string" maxOccurs="1" minOccurs="0"/>
<element name="editerDate" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="pieceJointeList" type="brusoil:PieceJointeList" maxOccurs="1" minOccurs="0"/>
<element name="parcelleList" type="brusoil:ParcelleList" maxOccurs="1" minOccurs="0"/>
<element name="dossierTacheDePollution" type="brusoil:DossierTacheDePollutionList" maxOccurs="1" minOccurs="0"/>
<element name="dossierVolumesPollution" type="brusoil:DossierVolumesPollutionList" maxOccurs="1" minOccurs="0"/>
<element name="dossierInfosForages" type="brusoil:DossierInfosForagesList" maxOccurs="1" minOccurs="0"/>
<element name="dossierForages" type="brusoil:DossierForagesList" maxOccurs="1" minOccurs="0"/>
<element name="activiteRisqueList" type="brusoil:ActiviteRisqueList" maxOccurs="1" minOccurs="0"/>
<element name="dossierIntervenant" type="brusoil:IntervenantList" maxOccurs="1" minOccurs="0"/>
<element name="chapitreAdministratif" type="brusoil:ChapitreAdministratifType" minOccurs="0"/>
<element name="resList" type="brusoil:ResList" minOccurs="0" maxOccurs="1"/>
<element name="adresseList" type="brusoil:AdresseList" maxOccurs="1" minOccurs="0"/>
<element name="edList" type="brusoil:EDList" maxOccurs="1" minOccurs="0"/>
<element name="efaList" type="brusoil:EFAList" maxOccurs="1" minOccurs="0"/>
<element name="efalList" type="brusoil:EFALList" maxOccurs="1" minOccurs="0"/>
<element name="efgrList" type="brusoil:EFGRList" maxOccurs="1" minOccurs="0"/>
<element name="erList" type="brusoil:ERList" maxOccurs="1" minOccurs="0"/>
<element name="paList" type="brusoil:PAList" maxOccurs="1" minOccurs="0"/>
<element name="palList" type="brusoil:PALList" maxOccurs="1" minOccurs="0"/>
<element name="pgrList" type="brusoil:PGRList" maxOccurs="1" minOccurs="0"/>
<element name="pmsuiList" type="brusoil:PMSUIList" maxOccurs="1" minOccurs="0"/>
<element name="riaList" type="brusoil:RIAList" maxOccurs="1" minOccurs="0"/>
<element name="rigrList" type="brusoil:RIGRList" maxOccurs="1" minOccurs="0"/>
<element name="ripmsuiList" type="brusoil:RIPMSUIList" maxOccurs="1" minOccurs="0"/>
<element name="epssList" type="brusoil:EPSSList" minOccurs="0" maxOccurs="1"/>
<element name="edssList" type="brusoil:EDSSList" minOccurs="0" maxOccurs="1"/>
<element name="erssList" type="brusoil:ERSSList" minOccurs="0" maxOccurs="1"/>
<element name="eassList" type="brusoil:EASSList" minOccurs="0" maxOccurs="1"/>
<element name="monitoringssList" type="brusoil:MonitoringSSList" minOccurs="0" maxOccurs="1"/>
<element name="rtassList" type="brusoil:RTASSList" minOccurs="0" maxOccurs="1"/>
<element name="xmlAnalyseList" type="brusoil:XMLAnalyseList" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: DossierVolumesPollutionList

Super-types: None
Sub-types: None
Name DossierVolumesPollutionList
Abstract no
Documentation DossierVolumesPollutionList : List of volumes pollution. (this list is in an DossierType node (14)) (1) volumePollution : A "volume pollution" (element: brusoil:VolumePollutionType) NEEDED
XML Instance Representation
<...>
<volumePollution> brusoil:VolumePollutionType </volumePollution> [0..*]
</...>
Schema Component Representation
<complexType name="DossierVolumesPollutionList">
<sequence>
<element name="volumePollution" type="brusoil:VolumePollutionType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>
top

Complex Type: EASSList

Super-types: None
Sub-types: None
Name EASSList
Abstract no
Documentation EASSList : List of all sanitation studies (statiton service) for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) eass: One element "Sanitation study" (element: brusoil:EASSType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<eass> brusoil:EASSType </eass> [1..*]
</...>
Schema Component Representation
<complexType name="EASSList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="eass" type="brusoil:EASSType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EASSType

Super-types: None
Sub-types: None
Name EASSType
Abstract no
Documentation EASSType : Chapter with type "Sanitation study" (statiton service) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the EASSType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="EASSType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: EchantillonForageList

Super-types: None
Sub-types: None
Name EchantillonForageList
Abstract no
Documentation EchantillonForageList : List of "drilling samples" (this list is in an EtudeLienForageType node (5)) (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) echantillonForage: One element "Drilling sample" (element: brusoil:EchantillonForageType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<echantillonForage> brusoil:EchantillonForageType </echantillonForage> [1..*]
</...>
Schema Component Representation
<complexType name="EchantillonForageList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="echantillonForage" type="brusoil:EchantillonForageType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EchantillonForageType

Super-types: None
Sub-types: None
Name EchantillonForageType
Abstract no
Documentation EchantillonForageType : Drilling sample (this node is in the EchantillonForageList list) (1) lastModified : Date of the last modification of the element. NOT NEEDED (2) statut: status of the EchantillonResultatType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) echantillonXml: Ling to a sample (==> EchantillonType.uuid). NEEDED (4) datePrise: Date of taking the sample (Format AAAA-MM-AA+HH:mm). NEEDED (5) profondeurInferieur: Greater depth. NEEDED (6) profondeurSuperieur: Lower depth. NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<echantillonXml> string </echantillonXml> [1]
<datePrise> date </datePrise> [1]
<profondeurInferieur> double </profondeurInferieur> [1]
<profondeurSuperieur> double </profondeurSuperieur> [1]
</...>
Schema Component Representation
<complexType name="EchantillonForageType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="echantillonXml" type="string">
<-- =>EchantillonType.uuid -->
</element>
<element name="datePrise" type="date"/>
<element name="profondeurInferieur" type="double"/>
<element name="profondeurSuperieur" type="double"/>
</sequence>
</complexType>
top

Complex Type: EchantillonResultatList

Super-types: None
Sub-types: None
Name EchantillonResultatList
Abstract no
Documentation EchantillonResultatList : List of "Sample results" (this list is in the EchantillonType node) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the list. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) echantillon: A sample result (element: brusoil:EchantillonResultatType). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<echantillon> brusoil:EchantillonResultatType </echantillon> [1..*]
</...>
Schema Component Representation
<complexType name="EchantillonResultatList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="echantillon" type="brusoil:EchantillonResultatType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EchantillonResultatType

Super-types: None
Sub-types: None
Name EchantillonResultatType
Abstract no
Documentation EchantillonResultatType : Sample result (this node is in the EchantillonResultatList list) (1) lastModified : Date of the last modification of the element. NOT NEEDED (2) statut: status of the EchantillonResultatType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) codeComposant: Component code. NEEDED (4) valeurMesure: Measured value. NEEDED (5) descriptionMesure: Description of the measure. NEEDED (6) codeUnit: Unit code. NEEDED (7) codeRef: Reference coode. NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<codeComposant> long </codeComposant> [1]
<valeurMesure> double </valeurMesure> [1]
<descriptionMesure> string </descriptionMesure> [1]
<codeUnit> long </codeUnit> [1]
<codeRef> long </codeRef> [1]
</...>
Schema Component Representation
<complexType name="EchantillonResultatType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="codeComposant" type="long"/>
<element name="valeurMesure" type="double"/>
<element name="descriptionMesure" type="string"/>
<element name="codeUnit" type="long"/>
<element name="codeRef" type="long"/>
</sequence>
</complexType>
top

Complex Type: EchantillonsList

Super-types: None
Sub-types: None
Name EchantillonsList
Abstract no
Documentation EchantillonsList : List of "Samples" (this list is in the XMLAnalyseType node) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the list. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) echantillon: A sample (element: brusoil:EchantillonType). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<echantillon> brusoil:EchantillonType </echantillon> [1..*]
</...>
Schema Component Representation
<complexType name="EchantillonsList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="echantillon" type="brusoil:EchantillonType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EchantillonType

Super-types: None
Sub-types: None
Name EchantillonType
Abstract no
Documentation EchantillonType : Sample (this node is in the EchantillonsList list) (1) uuid : Unique id (auto completed by Brusoil). NOT NEEDED (2) lastModified : Date of the last modification of the element. NOT NEEDED (3) statut: status of the EchantillonType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (4) nom: Samplename. NEEDED (5) type: Type of sample. NEEDED (6) date: Date of the sample (Format AAAA-MM-AA+HH:mm). NEEDED (7) profSup: Greater depth. NEEDED (8) profInf: Lower depth. NEEDED (9) certificat: Certificate. NEEDED (10) echantillonResultatList: List of sample results (element: brusoil:EchantillonResultatList)
XML Instance Representation
<...>
<uuid> string </uuid> [1]
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<nom> string </nom> [1]
<type> string </type> [1]
<date> date </date> [1]
<profSup> double </profSup> [1]
<profInf> double </profInf> [1]
<certificat> string </certificat> [1]
<echantillonResultatList> brusoil:EchantillonResultatList </echantillonResultatList> [0..1]
</...>
Schema Component Representation
<complexType name="EchantillonType">
<sequence>
<element name="uuid" type="string" minOccurs="1"/>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="nom" type="string"/>
<element name="type" type="string"/>
<element name="date" type="date"/>
<element name="profSup" type="double"/>
<element name="profInf" type="double"/>
<element name="certificat" type="string"/>
<element name="echantillonResultatList" type="brusoil:EchantillonResultatList" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: EDList

Super-types: None
Sub-types: None
Name EDList
Abstract no
Documentation EDList : List of all detailed studies for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) ed: One element "detailed study" (element: brusoil:EDType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<ed> brusoil:EDType </ed> [1..*]
</...>
Schema Component Representation
<complexType name="EDList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="ed" type="brusoil:EDType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EDSSList

Super-types: None
Sub-types: None
Name EDSSList
Abstract no
Documentation EDSSList : List of all detailed studies (statiton service) for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) edss: One element "detailed study" (element: brusoil:EDSSType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<edss> brusoil:EDSSType </edss> [1..*]
</...>
Schema Component Representation
<complexType name="EDSSList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="edss" type="brusoil:EDSSType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EDSSType

Super-types: None
Sub-types: None
Name EDSSType
Abstract no
Documentation EDSSType : Chapter with type "detailed study" (statiton service) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the EDSSType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeParcelleList: Scope of parcel type (element: brusoil:LienParcelleList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeParcelleList> brusoil:LienParcelleList </porteeParcelleList> [1]
</...>
Schema Component Representation
<complexType name="EDSSType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeParcelleList" type="brusoil:LienParcelleList"/>
</sequence>
</complexType>
top

Complex Type: EDType

Super-types: None
Sub-types: None
Name EDType
Abstract no
Documentation EDType : Chapter with type "detailed study" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the EDType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeParcelleList: Scope of parcel type (element: brusoil:LienParcelleList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeParcelleList> brusoil:LienParcelleList </porteeParcelleList> [1]
</...>
Schema Component Representation
<complexType name="EDType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeParcelleList" type="brusoil:LienParcelleList"/>
</sequence>
</complexType>
top

Complex Type: EFAList

Super-types: None
Sub-types: None
Name EFAList
Abstract no
Documentation EFAList : List of all final sanitation evaluations for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) efa: One element "final sanitation evaluation" (element: brusoil:EFAType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<efa> brusoil:EFAType </efa> [1..*]
</...>
Schema Component Representation
<complexType name="EFAList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="efa" type="brusoil:EFAType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EFALList

Super-types: None
Sub-types: None
Name EFALList
Abstract no
Documentation EFALList : List of all final sanitation limited evaluations for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) efal: One element "final sanation limited evaluation" (element: brusoil:EFALType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<efal> brusoil:EFALType </efal> [1..*]
</...>
Schema Component Representation
<complexType name="EFALList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="efal" type="brusoil:EFALType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EFALType

Super-types: None
Sub-types: None
Name EFALType
Abstract no
Documentation EFALType : Chapter with type "final sanation limited evaluation" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the EFALType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="EFALType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: EFAType

Super-types: None
Sub-types: None
Name EFAType
Abstract no
Documentation EFAType : Chapter with type "final sanitation evaluation" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the EFAType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="EFAType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: EFGRList

Super-types: None
Sub-types: None
Name EFGRList
Abstract no
Documentation EFGRList : List of all final evaluations of risk management for the whole folder (1) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (2) efgr: One element "final evaluation of risk management" (element: brusoil:EFGRType) NEEDED
XML Instance Representation
<...>
<statut> string </statut> [0..1]
<efgr> brusoil:EFGRType </efgr> [1..*]
</...>
Schema Component Representation
<complexType name="EFGRList">
<sequence>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="efgr" type="brusoil:EFGRType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EFGRType

Super-types: None
Sub-types: None
Name EFGRType
Abstract no
Documentation EFGRType : Chapter with type "final evaluation of risk management" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the EFGRType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="EFGRType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: EPSSList

Super-types: None
Sub-types: None
Name EPSSList
Abstract no
Documentation EPSSList : List of all prospective studies (statiton service) for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) epss: One element "prospective study" (element: brusoil:EPSSType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<epss> brusoil:EPSSType </epss> [1..*]
</...>
Schema Component Representation
<complexType name="EPSSList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="epss" type="brusoil:EPSSType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EPSSType

Super-types: None
Sub-types: None
Name EPSSType
Abstract no
Documentation EPSSType : Chapter with type "prospective study" (statiton service) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the EPSSType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeParcelleList: Scope of parcel type (element: brusoil:LienParcelleList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeParcelleList> brusoil:LienParcelleList </porteeParcelleList> [1]
</...>
Schema Component Representation
<complexType name="EPSSType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeParcelleList" type="brusoil:LienParcelleList"/>
</sequence>
</complexType>
top

Complex Type: ERList

Super-types: None
Sub-types: None
Name ERList
Abstract no
Documentation ERList : List of all studies of risk for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) er: One element "Study of risk" (element: brusoil:ERType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<er> brusoil:ERType </er> [1..*]
</...>
Schema Component Representation
<complexType name="ERList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="er" type="brusoil:ERType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: ERSSList

Super-types: None
Sub-types: None
Name ERSSList
Abstract no
Documentation ERSSList : List of all risk studies (statiton service) for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) erss: One element "risk study" (element: brusoil:ERSSType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<erss> brusoil:ERSSType </erss> [1..*]
</...>
Schema Component Representation
<complexType name="ERSSList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="erss" type="brusoil:ERSSType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: ERSSType

Super-types: None
Sub-types: None
Name ERSSType
Abstract no
Documentation ERSSType : Chapter with type "risk study" (statiton service) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the ERSSType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="ERSSType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: ERType

Super-types: None
Sub-types: None
Name ERType
Abstract no
Documentation ERType : Chapter with type "Study of risk" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the ERType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="ERType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: EtudeLienForageList

Super-types: None
Sub-types: None
Name EtudeLienForageList
Abstract no
Documentation EtudeLienForageList : List of "Study links drilling" (this list is in an SectionForagesType node (5)) (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) forages: One element "Study links drilling " (element: brusoil:EtudeLienForageType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<forages> brusoil:EtudeLienForageType </forages> [1..*]
</...>
Schema Component Representation
<complexType name="EtudeLienForageList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="forages" type="brusoil:EtudeLienForageType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EtudeLienForageType

Super-types: None
Sub-types: None
Name EtudeLienForageType
Abstract no
Documentation EtudeLienForageType : Drilling link study (this link is in the ParcelleList node (3)) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) statut: status of the EtudeLienForageType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) shapeFilename: ShapeFileName for the parcel. (4) shapeId: Shape ID. NEEDED (5) nom: Drillingname. (6) type: Type of drilling (category : brusoil -> forages -> type). NEEDED (7) dateForage: Date of drilling (Format AAAA-MM-AA+HH:mm). NEEDED (8) lambertX: Coordinate Lambert X of the drilling. NEEDED (9) lambertY: Coordinate Lambert Y of the drilling. NEEDED (10) idc_parcelle: Unique cartography ID for the parcel. NEEDED (11) lienParcelle Link to a parcel (==> ParcelleType.uuid) (12) profondeurSol: Ground depth. (13) profondeurEau: Water depth. (14) idc_fo Unique cartography ID for the drilling. NOT NEEDED (15) lienForage Link to a drilling (==> ForageType.uuid) (16) echantillonForageList List of samples of the drilling (element: brusoil:EchantillonForageList) (17) impossible Impossible drilling? (true / false) (18) isCopy Define if the drilling is a copy (from an other study) or an original drilling
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<shapeFileName> string </shapeFileName> [0..1]
<shapeID> string </shapeID> [1]
<nom> string </nom> [1]
<type> brusoil:ForageTypeEnum </type> [1]
<dateForage> date </dateForage> [1]
<lambertX> double </lambertX> [1]
<lambertY> double </lambertY> [1]
<idc_parcelle> long </idc_parcelle> [0..1]
<lienParcelle> string </lienParcelle> [1]
<profondeurSol> double </profondeurSol> [1]
<profondeurEau> double </profondeurEau> [1]
<idc_fo> long </idc_fo> [0..1]
<lienForage> string </lienForage> [1]
<echantillonForageList> brusoil:EchantillonForageList </echantillonForageList> [1]
<impossible> boolean </impossible> [1]
<isCopy> boolean </isCopy> [1]
</...>
Schema Component Representation
<complexType name="EtudeLienForageType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="shapeFileName" type="string" minOccurs="0"/>
<element name="shapeID" type="string" minOccurs="1"/>
<element name="nom" type="string"/>
<element name="type" type="brusoil:ForageTypeEnum"/>
<element name="dateForage" type="date"/>
<element name="lambertX" type="double"/>
<element name="lambertY" type="double"/>
<element name="idc_parcelle" type="long" maxOccurs="1" minOccurs="0"/>
<element name="lienParcelle" type="string">
<-- ParcelleType.uuid -->
</element>
<element name="profondeurSol" type="double"/>
<element name="profondeurEau" type="double"/>
<element name="idc_fo" type="long" maxOccurs="1" minOccurs="0"/>
<element name="lienForage" type="string">
<-- =>ForageType.uuid -->
</element>
<element name="echantillonForageList" type="brusoil:EchantillonForageList"/>
<element name="impossible" type="boolean"/>
<element name="isCopy" type="boolean"/>
</sequence>
</complexType>
top

Complex Type: EtudeLienInfosForageList

Super-types: None
Sub-types: None
Name EtudeLienInfosForageList
Abstract no
Documentation EtudeLienInfosForageList : List of "Study links drilling information" (this list is in an SectionInfosForagesType node (5)) (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) infosForage: One element "Study links drilling information" (element: brusoil:EtudeLienInfosForageType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<infosForage> brusoil:EtudeLienInfosForageType </infosForage> [1..*]
</...>
Schema Component Representation
<complexType name="EtudeLienInfosForageList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="infosForage" type="brusoil:EtudeLienInfosForageType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EtudeLienInfosForageType

Super-types: None
Sub-types: None
Name EtudeLienInfosForageType
Abstract no
Documentation EtudeLienInfosForageType : Drilling information link study (this link is in the EtudeLienVolumePollutionList list) (1) etatForage : State of drilling (category : brusoil -> infosforages -> etatforage). NOT NEEDED (2) lienParcelle: Link to a parcel (==> ParcelleType.uuid). NEEDED (3) lienInfosForage: Link to a drilling information (==> InfosForageType.uuid). NEEDED
XML Instance Representation
<...>
<etatForage> brusoil:EtatForageEnum </etatForage> [0..1]
<lienParcelle> string </lienParcelle> [1]
<lienInfosForage> string </lienInfosForage> [1]
</...>
Schema Component Representation
<complexType name="EtudeLienInfosForageType">
<sequence>
<element name="etatForage" type="brusoil:EtatForageEnum" maxOccurs="1" minOccurs="0"/>
<element name="lienParcelle" type="string">
<-- =>ParcelleType.uuid -->
</element>
<element name="lienInfosForage" type="string">
<-- =>InfosForageType.uuid -->
</element>
</sequence>
</complexType>
top

Complex Type: EtudeLienTacheDePollutionList

Super-types: None
Sub-types: None
Name EtudeLienTacheDePollutionList
Abstract no
Documentation EtudeLienTacheDePollutionList : List of "Study links Pollution spot" (this list is in an SectionTacheDePolutionType node (5)) (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) valid: section is valid (true / false). NOT NEEDED (4) dateValid: Date of validation (Format AAAA-MM-AA+HH:mm). NOT NEEDED (5) tacheDePollution: One element "Study links Pollution spot" (element: brusoil:EtudeLienTacheDePollutionType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<valid> boolean </valid> [1]
<dateValid> dateTime </dateValid> [0..1]
<tacheDePollution> brusoil:EtudeLienTacheDePollutionType </tacheDePollution> [1..*]
</...>
Schema Component Representation
<complexType name="EtudeLienTacheDePollutionList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean"/>
<element name="dateValid" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="tacheDePollution" type="brusoil:EtudeLienTacheDePollutionType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EtudeLienTacheDePollutionType

Super-types: None
Sub-types: None
Name EtudeLienTacheDePollutionType
Abstract no
Documentation EtudeLienTacheDePollutionType : Pollution spot link study (this link is in the EtudeLienTacheDePollutionList node (3)) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) statut: status of the EtudeLienForageType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) shapeFilename: ShapeFileName for the parcel. (4) shapeId: Shape ID. NEEDED (5) idc_tp Unique cartography ID for the pollution spot. NOT NEEDED (6) polluant: Pollutant (7) solEau: Ground / Water (category : brusoil -> tachesDePollution -> solEau). NEEDED (8) type: Type of pollution spot (category : brusoil -> tachesDePollution -> type). NEEDED (9) arsenic: presence of arsenic (category : brusoil -> tachesDePollution -> arsenic). NEEDED (10) risqueSitConc: Risk present concrete situation (category : brusoil -> tachesDePollution -> risques -> risques-en-situation). NEEDED (11) risqueSitFut: Risk future situation (category : brusoil -> tachesDePollution -> risques -> risques-en-situation). NEEDED (12) risqueSante Risk to human health standard situation (oui / non) NEEDED (13) restrictsUsage: Restrictions of use(category : brusoil -> tachesDePollution -> risques -> restrictions-dusage). NEEDED (14) typeTrait: Type of treatment(category : brusoil -> tachesDePollution -> traitements -> type_de_traitement). NEEDED (15) techTrait: Treatment technique(category : brusoil -> tachesDePollution -> traitements -> techniques_de_traitement). NEEDED (16) tacheDePollution Link to a pollution spot (==> TacheDePollutionType.uuid) (17) lienParcelleList List of parcel link (that is concerned with the pollution spot)(element: brusoil:LienParcelleList)
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<shapeFileName> string </shapeFileName> [0..1]
<shapeID> string </shapeID> [1]
<idc_tp> long </idc_tp> [0..1]
<polluant> string </polluant> [1]
<solEau> brusoil:SolEauEtudeLienTacheDePollutionEnum </solEau> [1]
<type> brusoil:TypeEtudeLienTacheDePollutionEnum </type> [1]
<arsenic> brusoil:ArsenicEtudeLienTacheDePollutionEnum </arsenic> [1]
<risqueSitConc> brusoil:RisqueSitConcEtudeLienTacheDePollutionEnum </risqueSitConc> [1]
<risqueSitFut> brusoil:RisqueSitFutEtudeLienTacheDePollutionEnum </risqueSitFut> [1]
<risqueSante> brusoil:RisqueSanteEtudeLienTacheDePollutionEnum </risqueSante> [1]
<restrictsUsage> brusoil:RestrictsUsageEtudeLienTacheDePollutionEnum </restrictsUsage> [1..*]
<typeTrait> brusoil:TypeTraitEtudeLienTacheDePollutionEnum </typeTrait> [1]
<techTrait> brusoil:TechTraitEtudeLienTacheDePollutionEnum </techTrait> [1..*]
<tacheDePollution> string </tacheDePollution> [1]
<lienParcelleList> brusoil:LienParcelleList </lienParcelleList> [1]
</...>
Schema Component Representation
<complexType name="EtudeLienTacheDePollutionType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="shapeFileName" type="string" minOccurs="0"/>
<element name="shapeID" type="string" minOccurs="1"/>
<element name="idc_tp" type="long" maxOccurs="1" minOccurs="0"/>
<element name="polluant" type="string"/>
<element name="solEau" type="brusoil:SolEauEtudeLienTacheDePollutionEnum"/>
<element name="type" type="brusoil:TypeEtudeLienTacheDePollutionEnum"/>
<element name="arsenic" type="brusoil:ArsenicEtudeLienTacheDePollutionEnum"/>
<element name="risqueSitConc" type="brusoil:RisqueSitConcEtudeLienTacheDePollutionEnum"/>
<element name="risqueSitFut" type="brusoil:RisqueSitFutEtudeLienTacheDePollutionEnum"/>
<element name="risqueSante" type="brusoil:RisqueSanteEtudeLienTacheDePollutionEnum"/>
<element name="restrictsUsage" type="brusoil:RestrictsUsageEtudeLienTacheDePollutionEnum" maxOccurs="unbounded" minOccurs="1"/>
<element name="typeTrait" type="brusoil:TypeTraitEtudeLienTacheDePollutionEnum"/>
<element name="techTrait" type="brusoil:TechTraitEtudeLienTacheDePollutionEnum" maxOccurs="unbounded" minOccurs="1"/>
<element name="tacheDePollution" type="string">
<-- =>TacheDePollutionType.uuid -->
</element>
<element name="lienParcelleList" type="brusoil:LienParcelleList"/>
</sequence>
</complexType>
top

Complex Type: EtudeLienVolumePollutionList

Super-types: None
Sub-types: None
Name EtudeLienVolumePollutionList
Abstract no
Documentation EtudeLienVolumePollutionList : List of "Study links volume pollution " (this list is in an SectionVolumesPollutionType node (5)) (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) volumesDePollution: One element "Study links volume pollution" (element: brusoil:EtudeLienVolumePollutionType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<volumesDePollution> brusoil:EtudeLienVolumePollutionType </volumesDePollution> [1..*]
</...>
Schema Component Representation
<complexType name="EtudeLienVolumePollutionList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="volumesDePollution" type="brusoil:EtudeLienVolumePollutionType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: EtudeLienVolumePollutionType

Super-types: None
Sub-types: None
Name EtudeLienVolumePollutionType
Abstract no
Documentation EtudeLienVolumePollutionType : Volume pollution link study (this link is in the EtudeLienVolumePollutionList list) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) statut: status of the EtudeLienVolumePollutionType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) volSolPol: The polluted ground volume. NEEDED (4) volSoltrait: Volume of ground treated. NEEDED (5) volEauTrait: Polluted water volume . NEEDED (6) volEauPol: Volume of water treated. NEEDED (7) depNormesInt: Overflow management standards? (true / false). NEEDED (8) depNormesAss: Exceeding sanitation standards? (true / false). NEEDED (9) lienParcelle Link to a parcel (==> ParcelleType.uuid) (10) lienVolumePollution Link to a volume pollution (==> VolumePollutionType.uuid)
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<volSolPol> double </volSolPol> [1]
<volSoltrait> double </volSoltrait> [1]
<volEauTrait> double </volEauTrait> [1]
<volEauPol> double </volEauPol> [1]
<depNormesInt> string </depNormesInt> [1]
<depNormesAss> string </depNormesAss> [1]
<lienParcelle> string </lienParcelle> [1]
<lienVolumePollution> string </lienVolumePollution> [1]
</...>
Schema Component Representation
<complexType name="EtudeLienVolumePollutionType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="volSolPol" type="double"/>
<element name="volSoltrait" type="double"/>
<element name="volEauTrait" type="double"/>
<element name="volEauPol" type="double"/>
<element name="depNormesInt" type="string"/>
<element name="depNormesAss" type="string"/>
<element name="lienParcelle" type="string">
<-- =>ParcelleType.uuid -->
</element>
<element name="lienVolumePollution" type="string">
<-- =>VolumePollutionType.uuid -->
</element>
</sequence>
</complexType>
top

Complex Type: ForageType

Super-types: None
Sub-types: None
Name ForageType
Abstract no
Documentation ForageType : Drilling (this node is an element of the DossierForagesList list) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) uuid : Unique id (auto completed by Brusoil). NEEDED (3) statut: status of the ForageType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (4) idc_fo_global: Id carto for the drilling (auto completed by Brusoil). NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<uuid> string </uuid> [1]
<nom> string </nom> [1]
<idc_fo_global> long </idc_fo_global> [0..1]
</...>
Schema Component Representation
<complexType name="ForageType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string"/>
<element name="nom" type="string"/>
<element name="idc_fo_global" type="long" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: InfosForageType

Super-types: None
Sub-types: None
Name InfosForageType
Abstract no
Documentation InfosForageType : drilling information (linked in the EtudeLienInfosForageType node) (1) lastModified : Date of the last modification of the element. NOT NEEDED (2) uuid : Unique id (auto completed by Brusoil). NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<uuid> string </uuid> [1]
</...>
Schema Component Representation
<complexType name="InfosForageType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: IntervenantList

Super-types: None
Sub-types: None
Name IntervenantList
Abstract no
Documentation IntervenantList : List of contributors. (this node is in the DossierType node (18)) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) statut: status of the list. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) intervenant: A " contributor " (element: brusoil:IntervenantType). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<intervenant> brusoil:IntervenantType </intervenant> [1..*]
</...>
Schema Component Representation
<complexType name="IntervenantList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="intervenant" type="brusoil:IntervenantType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: IntervenantType

Super-types: None
Sub-types: None
Name IntervenantType
Abstract no
Documentation ParcelleType : contributor (this node is in the IntervenantList node (3)) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) uuid : Unique id (auto completed by Brusoil). NEEDED (3) statut: status of the ParcelleType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (4) refPersonneContact: UUID of the contact person (link to PersonneContactType.uuid) NEEDED (5) role: role of teh contributor (category : brusoil -> personnecontact -> role -> actives). NOT NEEDED (6) allParcelles Is this contributor for all lands? (true/false) NEEDED (7) description Description of the tntervenant NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<uuid> string </uuid> [1]
<statut> string </statut> [0..1]
<refPersonneContact> string </refPersonneContact> [1]
<role> brusoil:RoleEnum </role> [0..1]
<allParcelles> boolean </allParcelles> [1]
<description> string </description> [0..1]
</...>
Schema Component Representation
<complexType name="IntervenantType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="refPersonneContact" type="string">
<-- =>PersonneContactType.uuid -->
</element>
<element name="role" type="brusoil:RoleEnum" maxOccurs="1" minOccurs="0"/>
<element name="allParcelles" type="boolean"/>
<element name="description" type="string" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: LienActiviteRisqueType

Super-types: None
Sub-types: None
Name LienActiviteRisqueType
Abstract no
Documentation LienActiviteRisqueType : Link to a risky activity (this node is in the DossierLienActiviteRisqueList node) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the LienActiviteRisqueType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) lien: link to a risky activity (==> ActiviteRisqueType.uuid). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [1]
<statut> string </statut> [0..1]
<lien> string </lien> [1]
</...>
Schema Component Representation
<complexType name="LienActiviteRisqueType">
<sequence>
<element name="lastModified" type="dateTime"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="lien" type="string">
<-- =>ActiviteRisqueType.uuid -->
</element>
</sequence>
</complexType>
top

Complex Type: LienIntervenantType

Super-types: None
Sub-types: None
Name LienIntervenantType
Abstract no
Documentation LienIntervenantType : Link to a contributore (this node is in the DossierLienIntervenantList node) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the LienIntervenantType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) lien: link to a contributor spot (==> IntervenantType.uuid). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<lien> string </lien> [1]
</...>
Schema Component Representation
<complexType name="LienIntervenantType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="lien" type="string">
<-- => IntervenantType.uuid -->
</element>
</sequence>
</complexType>
top

Complex Type: LienParcelleList

Super-types: None
Sub-types: None
Name LienParcelleList
Abstract no
Documentation LienParcelleList : List of "Link parcel" (this list is in the "porteeParcelleList" in some chapters (5)) (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) lienParcelle: One element "Link parcel" (element: brusoil:LienParcelleType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<lienParcelle> brusoil:LienParcelleType </lienParcelle> [1..*]
</...>
Schema Component Representation
<complexType name="LienParcelleList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="lienParcelle" type="brusoil:LienParcelleType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: LienParcelleType

Super-types: None
Sub-types: None
Name LienParcelleType
Abstract no
Documentation LienParcelleType : Link parcel type (this node is in the LienParcelleList node) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the LienParcelleType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) lien: link to a parcel (==> ParcelleType.uuid). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<lien> string </lien> [1]
</...>
Schema Component Representation
<complexType name="LienParcelleType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="lien" type="string">
<-- =>ParcelleType.uuid -->
</element>
</sequence>
</complexType>
top

Complex Type: LienTacheDePollutionList

Super-types: None
Sub-types: None
Name LienTacheDePollutionList
Abstract no
Documentation LienTacheDePollutionList : List of "Link pollution spot" (this list is the "porteeTacheDePollutionList" node in some chapters) (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) lienTacheDePollution: One element "Link pollution spot" (element: brusoil:LienTacheDePollutionType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<lienTacheDePollution> brusoil:LienTacheDePollutionType </lienTacheDePollution> [1..*]
</...>
Schema Component Representation
<complexType name="LienTacheDePollutionList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="lienTacheDePollution" type="brusoil:LienTacheDePollutionType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: LienTacheDePollutionType

Super-types: None
Sub-types: None
Name LienTacheDePollutionType
Abstract no
Documentation LienTacheDePollutionType : Link pollution spot type (this node is in the LienTacheDePollutionList node) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the LienTacheDePollutionType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) lien: link to a pollution spot (==> TacheDePollutionType.uuid). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<lien> string </lien> [1]
</...>
Schema Component Representation
<complexType name="LienTacheDePollutionType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="lien" type="string">
<-- =>TacheDePollutionType.uuid -->
</element>
</sequence>
</complexType>
top

Complex Type: LienVolumePollutionType

Super-types: None
Sub-types: None
Name LienVolumePollutionType
Abstract no
Documentation LienVolumePollutionType : Volume pollution link (NOT USED) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) statut: status of the LienVolumePollutionType. NOT NEEDED (3) lien Link to a volume pollution (==> VolumePollutionType.uuid) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<lien> string </lien> [1]
</...>
Schema Component Representation
<complexType name="LienVolumePollutionType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="lien" type="string"/>
</sequence>
</complexType>
top

Complex Type: MonitoringSSList

Super-types: None
Sub-types: None
Name MonitoringSSList
Abstract no
Documentation MonitoringSSList : List of all monitorings (station service) for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) monitoringss: One element "Monitoring" (element: brusoil:MonitoringSSType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<monitoringss> brusoil:MonitoringSSType </monitoringss> [1..*]
</...>
Schema Component Representation
<complexType name="MonitoringSSList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="monitoringss" type="brusoil:MonitoringSSType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: MonitoringSSType

Super-types: None
Sub-types: None
Name MonitoringSSType
Abstract no
Documentation MonitoringSSType : Chapter with type "Monitoring" (statiton service) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the MonitoringSSType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="MonitoringSSType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: PAList

Super-types: None
Sub-types: None
Name PAList
Abstract no
Documentation PAList : List of all sanitation projects for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) pa: One element "Sanitation project" (element: brusoil:PAType) NEEDED
XML Instance Representation
<...>
<statut> string </statut> [0..1]
<pa> brusoil:PAType </pa> [1..*]
</...>
Schema Component Representation
<complexType name="PAList">
<sequence>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="pa" type="brusoil:PAType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: PALList

Super-types: None
Sub-types: None
Name PALList
Abstract no
Documentation PALList : List of all limited sanitation projects for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) pal: One element "Limited sanitation project" (element: brusoil:PALType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<pal> brusoil:PALType </pal> [1..*]
</...>
Schema Component Representation
<complexType name="PALList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="pal" type="brusoil:PALType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: PALType

Super-types: None
Sub-types: None
Name PALType
Abstract no
Documentation PALType : Chapter with type "Limited sanitation project" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the PALType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeParcelleList: Scope of parcel type (element: brusoil:LienParcelleList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeParcelleList> brusoil:LienParcelleList </porteeParcelleList> [1]
</...>
Schema Component Representation
<complexType name="PALType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeParcelleList" type="brusoil:LienParcelleList"/>
</sequence>
</complexType>
top

Complex Type: ParcelleList

Super-types: None
Sub-types: None
Name ParcelleList
Abstract no
Documentation ParcelleList : List of lands . (this node is in the DossierType node (12)) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) statut: status of the list. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) parcelle: A " land " (element: brusoil:ParcelleType). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<parcelle> brusoil:ParcelleType </parcelle> [1..*]
</...>
Schema Component Representation
<complexType name="ParcelleList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="parcelle" type="brusoil:ParcelleType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: ParcelleType

Super-types: None
Sub-types: None
Name ParcelleType
Abstract no
Documentation ParcelleType : Land (this node is in the ParcelleList node (3)) (1) uuid : Unique id (auto completed by Brusoil). NEEDED (2) lastModified : date of the last modification of the list. NOT NEEDED (3) statut: status of the ParcelleType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (4) shapeFilename: ShapeFileName for the parcel. (5) shapeId: Shape ID. NEEDED (6) origine: (7) cadaCommune: (8) cadaSection: (9) cadaTerrain: (10) cadaExposantLt: (11) cadaExposantC1: (13) cadaExposantC2: (14) classeSensibilite: (category : brusoil -> parcelles -> classessensibilite -> actives). NOT NEEDED (15) lambertX: Coordinate Lambert X. NOT NEEDED (16) lambertY: Coordinate Lambert Y. NOT NEEDED (17) surface: Surface. NOT NEEDED (18) libelle: label for the parcel. NOT NEEDED (19) idc_parcelle: ID unique for cartography (20) dossierLienIntervenant: (element: brusoil:DossierLienIntervenantList). NEEDED (21) dossierLienActiviteRisque: (element: brusoil:DossierLienActiviteRisqueList). NEEDED
XML Instance Representation
<...>
<uuid> string </uuid> [1]
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<shapeFileName> string </shapeFileName> [0..1]
<shapeID> string </shapeID> [1]
<origine> brusoil:OrigineEnum </origine> [1]
<cadaCommune> brusoil:CommunePattern </cadaCommune> [0..1]
<cadaSection> brusoil:SectionPattern </cadaSection> [0..1]
<cadaTerrain> brusoil:TerrainPattern </cadaTerrain> [0..1]
<cadaExposantLt> brusoil:ExposantPattern </cadaExposantLt> [0..1]
<cadaExposantC1> brusoil:ExposantC1Pattern </cadaExposantC1> [0..1]
<cadaExposantC2> brusoil:ExposantC2Pattern </cadaExposantC2> [0..1]
<classeSensibilite> brusoil:ClasseSensibiliteEnum </classeSensibilite> [0..1]
<lambertX> double </lambertX> [1]
<lambertY> double </lambertY> [1]
<surface> double </surface> [1]
<libelle> string </libelle> [0..1]
<idc_parcelle> long </idc_parcelle> [0..1]
<dossierLienIntervenant> brusoil:DossierLienIntervenantList </dossierLienIntervenant> [0..1]
<dossierLienActiviteRisque> brusoil:DossierLienActiviteRisqueList </dossierLienActiviteRisque> [0..1]
</...>
Schema Component Representation
<complexType name="ParcelleType">
<sequence>
<element name="uuid" type="string" minOccurs="1"/>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="shapeFileName" type="string" minOccurs="0"/>
<element name="shapeID" type="string" minOccurs="1"/>
<element name="origine" type="brusoil:OrigineEnum" maxOccurs="1" minOccurs="1"/>
<element name="cadaCommune" type="brusoil:CommunePattern" maxOccurs="1" minOccurs="0"/>
<element name="cadaSection" type="brusoil:SectionPattern" maxOccurs="1" minOccurs="0"/>
<element name="cadaTerrain" type="brusoil:TerrainPattern" maxOccurs="1" minOccurs="0"/>
<element name="cadaExposantLt" type="brusoil:ExposantPattern" maxOccurs="1" minOccurs="0"/>
<element name="cadaExposantC1" type="brusoil:ExposantC1Pattern" maxOccurs="1" minOccurs="0"/>
<element name="cadaExposantC2" type="brusoil:ExposantC2Pattern" maxOccurs="1" minOccurs="0"/>
<element name="classeSensibilite" type="brusoil:ClasseSensibiliteEnum" maxOccurs="1" minOccurs="0"/>
<element name="lambertX" type="double"/>
<element name="lambertY" type="double"/>
<element name="surface" type="double"/>
<element name="libelle" type="string" maxOccurs="1" minOccurs="0"/>
<element name="idc_parcelle" type="long" maxOccurs="1" minOccurs="0"/>
<element name="dossierLienIntervenant" type="brusoil:DossierLienIntervenantList" maxOccurs="1" minOccurs="0"/>
<element name="dossierLienActiviteRisque" type="brusoil:DossierLienActiviteRisqueList" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: PAType

Super-types: None
Sub-types: None
Name PAType
Abstract no
Documentation PAType : Chapter with type "Sanitation project" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the PAType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="PAType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: PersonneContactList

Super-types: None
Sub-types: None
Name PersonneContactList
Abstract no
Documentation SectionIntervenantType : List for all contact persons. (this node is in the EPSType node) (1) personneContact: A "contact person" (element: brusoil:PersonneContactType). NOT NEEDED
XML Instance Representation
<...>
<personneContact> brusoil:PersonneContactType </personneContact> [0..*]
</...>
Schema Component Representation
<complexType name="PersonneContactList">
<sequence>
<element name="personneContact" type="brusoil:PersonneContactType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: PersonneContactType

Super-types: None
Sub-types: None
Name PersonneContactType
Abstract no
Documentation PersonneContactType : contact persons . (this node is in the EPSType node) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) uuid : Unique id (auto completed by Brusoil). NEEDED (3) nom: Lastname of the person. NEEDED (4) prenom: Firstname of the person. NEEDED (5) civilite: civility (category : Brusoil -> personnecontact -> civilite -> actives). NOT NEEDED (6) courrierEmail: has got an email and all communications with brusoil is done with email (true / false). NEEDED (7) email: email of the person. NOT NEEDED (8) langue: language of the person (category : Brusoil -> personnecontact -> langue -> actives). NOT NEEDED (9) type: language of the person (category : Brusoil -> personnecontact -> type -> actives). NOT NEEDED (10) societé: Society of the person. NOT NEEDED (11) secteur: Sector of the person (private / public) (category : Brusoil -> personnecontact -> secteur -> actives). NOT NEEDED (12) contexte: context (category : Brusoil -> personnecontact -> context -> actives). NEEDED (13) adresse: Address of the contact person (element: brusoil:AdresseType). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<uuid> string </uuid> [1]
<nom> string </nom> [1]
<prenom> string </prenom> [1]
<civilite> brusoil:CiviliteEnum </civilite> [0..1]
<courrierEmail> boolean </courrierEmail> [1]
<email> brusoil:EmailPattern </email> [0..1]
<langue> brusoil:LangueEnum </langue> [0..1]
<type> brusoil:TypePersonneEnum </type> [0..1]
<societe> string </societe> [1]
<secteur> brusoil:SecteurEnum </secteur> [0..1]
<contexte> brusoil:ContexteEnum </contexte> [0..1]
<adresse> brusoil:AdresseType </adresse> [1]
</...>
Schema Component Representation
<complexType name="PersonneContactType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="nom" type="string" minOccurs="1"/>
<element name="prenom" type="string" minOccurs="1"/>
<element name="civilite" type="brusoil:CiviliteEnum" maxOccurs="1" minOccurs="0"/>
<element name="courrierEmail" type="boolean" minOccurs="1"/>
<element name="email" type="brusoil:EmailPattern" maxOccurs="1" minOccurs="0"/>
<element name="langue" type="brusoil:LangueEnum" maxOccurs="1" minOccurs="0"/>
<element name="type" type="brusoil:TypePersonneEnum" maxOccurs="1" minOccurs="0"/>
<element name="societe" type="string"/>
<element name="secteur" type="brusoil:SecteurEnum" maxOccurs="1" minOccurs="0"/>
<element name="contexte" type="brusoil:ContexteEnum" maxOccurs="1" minOccurs="0"/>
<element name="adresse" type="brusoil:AdresseType" maxOccurs="1" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: PGRList

Super-types: None
Sub-types: None
Name PGRList
Abstract no
Documentation PGRList : List of all projects of risk management for the whole folder (1) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (2) pgr: One element "Project of risk management" (element: brusoil:PGRType) NEEDED
XML Instance Representation
<...>
<statut> string </statut> [0..1]
<pgr> brusoil:PGRType </pgr> [1..*]
</...>
Schema Component Representation
<complexType name="PGRList">
<sequence>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="pgr" type="brusoil:PGRType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: PGRType

Super-types: None
Sub-types: None
Name PGRType
Abstract no
Documentation PGRType : Chapter with type "Project of risk management" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the PGRType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="PGRType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: PieceJointeEtudeType

Super-types: None
Sub-types: None
Name PieceJointeEtudeType
Abstract no
Documentation PieceJointeEtudeType : Attachment Study (this node is in the SectionPiecesJointesEtudeType node (2)) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) statut: status of the PieceJointeEtudeType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) description: Description of the file. NOT NEEDED (4) type: Dsocument type (category : Brusoil -> piecesJointes -> type) NEEDED (5) fichier: filename. NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<description> string </description> [1]
<type> brusoil:PieceJointeEtudeTypeEnum </type> [1]
<fichier> string </fichier> [1]
</...>
Schema Component Representation
<complexType name="PieceJointeEtudeType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="description" type="string"/>
<element name="type" type="brusoil:PieceJointeEtudeTypeEnum"/>
<element name="fichier" type="string">
<-- fileName -->
</element>
</sequence>
</complexType>
top

Complex Type: PieceJointeList

Super-types: None
Sub-types: None
Name PieceJointeList
Abstract no
Documentation PieceJointeList : List of attachments. (this node is in the DossierType node (11)) (1) statut: status of the ResType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (2) pieceJointe: A "attachment" (element: brusoil:PieceJointeType). NEEDED
XML Instance Representation
<...>
<statut> string </statut> [0..1]
<pieceJointe> brusoil:PieceJointeType </pieceJointe> [1..*]
</...>
Schema Component Representation
<complexType name="PieceJointeList">
<sequence>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="pieceJointe" type="brusoil:PieceJointeType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: PieceJointeType

Super-types: None
Sub-types: None
Name PieceJointeType
Abstract no
Documentation PieceJointeType : Attachment (this node is in the PieceJointeList node (2)) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) uuid : Unique id (auto completed by Brusoil). NEEDED (3) statut: status of the PieceJointeType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (4) description: Description of the file. NOT NEEDED (5) dateSoumission: Date of the soumission to IBGE. NOT NEEDED (6) dateReception: Date of the reception by IBGE. NOT NEEDED (7) dateReponse: Date of the response of IBGE. NOT NEEDED (8) fichier: filename. NEEDED (9) reponseIBGE: Result of the response of IBGE. NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<uuid> string </uuid> [1]
<statut> string </statut> [0..1]
<description> string </description> [0..1]
<dateSoumission> dateTime </dateSoumission> [0..1]
<dateReception> dateTime </dateReception> [0..1]
<dateReponse> dateTime </dateReponse> [0..1]
<fichier> string </fichier> [1]
<reponseIBGE> string </reponseIBGE> [0..1]
</...>
Schema Component Representation
<complexType name="PieceJointeType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="description" type="string" maxOccurs="1" minOccurs="0"/>
<element name="dateSoumission" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="dateReception" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="dateReponse" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="fichier" type="string">
<-- fileName -->
</element>
<element name="reponseIBGE" type="string" maxOccurs="1" minOccurs="0">
<-- fileName -->
</element>
</sequence>
</complexType>
top

Complex Type: PiecesJointesEtudeList

Super-types: None
Sub-types: None
Name PiecesJointesEtudeList
Abstract no
Documentation PiecesJointesEtudeList : List of "attachments studies" (this list is in an SectionPiecesJointesEtudeType node (4)) (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) pieceJointeEtude: One element "attachments study" (element: brusoil:PieceJointeEtudeType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<pieceJointeEtude> brusoil:PieceJointeEtudeType </pieceJointeEtude> [1..*]
</...>
Schema Component Representation
<complexType name="PiecesJointesEtudeList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="pieceJointeEtude" type="brusoil:PieceJointeEtudeType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: PMSUIList

Super-types: None
Sub-types: None
Name PMSUIList
Abstract no
Documentation PMSUIList : List of all projects follow-up for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) pmsui: One element "Project follow-up" (element: brusoil:PMSUIType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<pmsui> brusoil:PMSUIType </pmsui> [1..*]
</...>
Schema Component Representation
<complexType name="PMSUIList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="pmsui" type="brusoil:PMSUIType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: PMSUIType

Super-types: None
Sub-types: None
Name PMSUIType
Abstract no
Documentation PMSUIType : Chapter with type "Project follow-up" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the PMSUIType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="PMSUIType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: ResList

Super-types: None
Sub-types: None
Name ResList
Abstract no
Documentation ResList : List of all recognition of the ground's states (verkennend bodemenderzoek) for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) res: One element "recognition of the ground's state" (element: brusoil:ResType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<res> brusoil:ResType </res> [1..*]
</...>
Schema Component Representation
<complexType name="ResList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="res" type="brusoil:ResType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: ResType

Super-types: None
Sub-types: None
Name ResType
Abstract no
Documentation ResType : Chapter with type "Recognition of the ground's state"" (verkennend bodemenderzoek) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) statut: status of the ResType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: chapter is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Infos drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeParcelleList: Scope of parcel type (element: brusoil:LienParcelleList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeParcelleList> brusoil:LienParcelleList </porteeParcelleList> [1]
</...>
Schema Component Representation
<complexType name="ResType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeParcelleList" type="brusoil:LienParcelleList"/>
</sequence>
</complexType>
top

Complex Type: RIAList

Super-types: None
Sub-types: None
Name RIAList
Abstract no
Documentation RIAList : List of all sanitation interim reports for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) ria: One element "Sanitation interim report" (element: brusoil:RIAType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<ria> brusoil:RIAType </ria> [1..*]
</...>
Schema Component Representation
<complexType name="RIAList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="ria" type="brusoil:RIAType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: RIAType

Super-types: None
Sub-types: None
Name RIAType
Abstract no
Documentation RIAType : Chapter with type "Sanitation interim report" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the RIAType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="RIAType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: RIGRList

Super-types: None
Sub-types: None
Name RIGRList
Abstract no
Documentation RIGRList : List of all interim reports for risk management for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) rigr: One element "interim report for risk management" (element: brusoil:RIGRType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<rigr> brusoil:RIGRType </rigr> [1..*]
</...>
Schema Component Representation
<complexType name="RIGRList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="rigr" type="brusoil:RIGRType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: RIGRType

Super-types: None
Sub-types: None
Name RIGRType
Abstract no
Documentation RIGRType : Chapter with type "interim report for risk management" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the RIGRType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="RIGRType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: RIPMSUIList

Super-types: None
Sub-types: None
Name RIPMSUIList
Abstract no
Documentation RIPMSUIList : List of all monitoring measurement reports for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) ripmsui: One element "Monitoring measurement report" (element: brusoil:RIPMSUIType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<ripmsui> brusoil:RIPMSUIType </ripmsui> [1..*]
</...>
Schema Component Representation
<complexType name="RIPMSUIList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="ripmsui" type="brusoil:RIPMSUIType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: RIPMSUIType

Super-types: None
Sub-types: None
Name RIPMSUIType
Abstract no
Documentation RIPMSUIType : Chapter with type "Monitoring measurement report" (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the RIPMSUIType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="RIPMSUIType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: RTASSList

Super-types: None
Sub-types: None
Name RTASSList
Abstract no
Documentation RTASSList : List of all reports remediation (station service) for the whole folder (1) lastModified : date of the last modification of the list NOT NEEDED (2) statut: status of the list NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) rtass: One element "Report remediation" (element: brusoil:RTASSType) NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<rtass> brusoil:RTASSType </rtass> [1..*]
</...>
Schema Component Representation
<complexType name="RTASSList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="rtass" type="brusoil:RTASSType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: RTASSType

Super-types: None
Sub-types: None
Name RTASSType
Abstract no
Documentation RTASSType : Chapter with type "Report remediation" (statiton service) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the RTASSType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) uuid : Unique id (auto completed by Brusoil). NEEDED (4) idc_chapitre: Id carto for the chapter (auto completed by Brusoil). NOT NEEDED (5) valid: section is valide (true / false). NOT NEEDED (6) dateValid : Date of validation. NOT NEEDED (7) sectionDonneesGenerales: section "general data" (element: brusoil:SectionDonneesGeneralesType). NEEDED (8) sectionTachesDePolution: section "pollution spot" (element: brusoil:SectionTacheDePolutionType). NEEDED (9) sectionForages: section "Forage" (element: brusoil:SectionForagesType). NEEDED (10) sectionPiecesJointesEtude: section "Attached files" (element: brusoil:SectionPiecesJointesEtudeType). NEEDED (11) sectionVolumesPollution: section "volume of pollution" (element: brusoil:SectionVolumesPollutionType). NEEDED (12) sectionInfosForages: section "Info drilling" (element: brusoil:SectionInfosForagesType). NEEDED (13) porteeTacheDePollutionList: Scope of "pollution spot"" type (element: brusoil:LienTacheDePollutionList). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<uuid> string </uuid> [1]
<idc_chapitre> int </idc_chapitre> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<sectionDonneesGenerales> brusoil:SectionDonneesGeneralesType </sectionDonneesGenerales> [0..1]
<sectionTachesDePolution> brusoil:SectionTacheDePolutionType </sectionTachesDePolution> [0..1]
<sectionForages> brusoil:SectionForagesType </sectionForages> [0..1]
<sectionPiecesJointesEtude> brusoil:SectionPiecesJointesEtudeType </sectionPiecesJointesEtude> [0..1]
<sectionVolumesPollution> brusoil:SectionVolumesPollutionType </sectionVolumesPollution> [0..1]
<sectionInfosForages> brusoil:SectionInfosForagesType </sectionInfosForages> [0..1]
<porteeTacheDePollutionList> brusoil:LienTacheDePollutionList </porteeTacheDePollutionList> [1]
</...>
Schema Component Representation
<complexType name="RTASSType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
<element name="idc_chapitre" type="int" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
<element name="sectionDonneesGenerales" type="brusoil:SectionDonneesGeneralesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionTachesDePolution" type="brusoil:SectionTacheDePolutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionForages" type="brusoil:SectionForagesType" maxOccurs="1" minOccurs="0"/>
<element name="sectionPiecesJointesEtude" type="brusoil:SectionPiecesJointesEtudeType" maxOccurs="1" minOccurs="0"/>
<element name="sectionVolumesPollution" type="brusoil:SectionVolumesPollutionType" maxOccurs="1" minOccurs="0"/>
<element name="sectionInfosForages" type="brusoil:SectionInfosForagesType" maxOccurs="1" minOccurs="0"/>
<element name="porteeTacheDePollutionList" type="brusoil:LienTacheDePollutionList"/>
</sequence>
</complexType>
top

Complex Type: SectionActivitesRisqueType

Super-types: None
Sub-types: None
Name SectionActivitesRisqueType
Abstract no
Documentation SectionActivitesRisqueType: section "risky activities" (this node is in the ChapitreAdministratifType node) (1) lastModified: date of the last modification of the section. NOT NEEDED (2) valid: section is valide (true / false). NOT NEEDED (3) dateValid: Date of validation (Format AAAA-MM-AA+HH:mm). NOT NEEDED (4) statut: status of the SectionActivitesRisqueType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide.
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<statut> string </statut> [0..1]
</...>
Schema Component Representation
<complexType name="SectionActivitesRisqueType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: SectionAdressesType

Super-types: None
Sub-types: None
Name SectionAdressesType
Abstract no
Documentation SectionAdressesType: section "address" (this node is in the ChapitreAdministratifType node) (1) lastModified: date of the last modification of the section. NOT NEEDED (2) valid: section is valide (true / false). NOT NEEDED (3) dateValid: Date of validation (Format AAAA-MM-AA+HH:mm). NOT NEEDED (4) statut: status of the SectionAdressesType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide.
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<statut> string </statut> [0..1]
</...>
Schema Component Representation
<complexType name="SectionAdressesType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: SectionDonneesGeneralesType

Super-types: None
Sub-types: None
Name SectionDonneesGeneralesType
Abstract no
Documentation SectionDonneesGeneralesType: section "general data" (this node is in all chapter (other than administratif)) (1) lastModified: date of the last modification of the section. NOT NEEDED (2) valid: section is valide (true / false). NOT NEEDED (3) dateValid: Date of validation (Format AAAA-MM-AA+HH:mm). NOT NEEDED (4) statut: status of the SectionDonneesGeneralesType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (5) reconnaissancePartielle: Partial recognition? (oui / non). NOT NEEDED (6) mesureSecurite: Security measure implemented? (oui / non). NOT NEEDED (7) zoneNatura2000: Natura 2000 area? (oui / non). NOT NEEDED (8) eauSurfMoinsCinq: Surface water within 5 meters of the land? (oui / non). NOT NEEDED (9) typeProjet: Type of project. (category : brusoil -> donneesgenerales -> typeprojet) NOT NEEDED (10) traitGestRisque: Treatment with risk management (estimated cost) (COST) NOT NEEDED (11) installClassPrevue: Classified installation planned for more than 3 months?(oui / non). NOT NEEDED (12) avisATL: Notice of ATL necessary? (oui / non). NOT NEEDED (13) enquetePublique: Public inquiry necessary? (oui / non). NOT NEEDED (14) amenagementHorsSol: Development aboveground permanent? (oui / non). NOT NEEDED (15) traitAssainissement: Treatment sanitation (estimated cost).(COST) NOT NEEDED (16) princBATNEEC: BATNEEC principle applied? (oui / non). NOT NEEDED (17) reconnaissanceCompl: An acknowledgment made as part of the final evaluation was complete? (oui / non). NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<statut> string </statut> [0..1]
<reconnaissancePartielle> brusoil:ReconnaissancePartielleEnum </reconnaissancePartielle> [0..1]
<mesureSecurite> brusoil:MesureSecuriteEnum </mesureSecurite> [0..1]
<zoneNatura2000> brusoil:ZoneNatura2000Enum </zoneNatura2000> [0..1]
<eauSurfMoinsCinq> brusoil:EauSurfMoinsCinqEnum </eauSurfMoinsCinq> [0..1]
<typeProjet> brusoil:TypeProjetEnum </typeProjet> [0..1]
<traitGestRisque> double </traitGestRisque> [1]
<installClassPrevue> brusoil:InstallClassPrevueEnum </installClassPrevue> [0..1]
<avisATL> brusoil:AvisATLEnum </avisATL> [0..1]
<enquetePublique> brusoil:EnquetePubliqueEnum </enquetePublique> [0..1]
<amenagementHorsSol> brusoil:AmenagementHorsSolEnum </amenagementHorsSol> [0..1]
<traitAssainissement> double </traitAssainissement> [1]
<princBATNEEC> brusoil:PrincBATNEECEnum </princBATNEEC> [0..1]
<reconnaissanceCompl> brusoil:ReconnaissanceComplEnum </reconnaissanceCompl> [0..1]
</...>
Schema Component Representation
<complexType name="SectionDonneesGeneralesType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="reconnaissancePartielle" type="brusoil:ReconnaissancePartielleEnum" maxOccurs="1" minOccurs="0"/>
<element name="mesureSecurite" type="brusoil:MesureSecuriteEnum" maxOccurs="1" minOccurs="0"/>
<element name="zoneNatura2000" type="brusoil:ZoneNatura2000Enum" maxOccurs="1" minOccurs="0"/>
<element name="eauSurfMoinsCinq" type="brusoil:EauSurfMoinsCinqEnum" maxOccurs="1" minOccurs="0"/>
<element name="typeProjet" type="brusoil:TypeProjetEnum" maxOccurs="1" minOccurs="0"/>
<element name="traitGestRisque" type="double"/>
<element name="installClassPrevue" type="brusoil:InstallClassPrevueEnum" maxOccurs="1" minOccurs="0"/>
<element name="avisATL" type="brusoil:AvisATLEnum" maxOccurs="1" minOccurs="0"/>
<element name="enquetePublique" type="brusoil:EnquetePubliqueEnum" maxOccurs="1" minOccurs="0"/>
<element name="amenagementHorsSol" type="brusoil:AmenagementHorsSolEnum" maxOccurs="1" minOccurs="0"/>
<element name="traitAssainissement" type="double"/>
<element name="princBATNEEC" type="brusoil:PrincBATNEECEnum" maxOccurs="1" minOccurs="0"/>
<element name="reconnaissanceCompl" type="brusoil:ReconnaissanceComplEnum" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: SectionFaitsGenerateursType

Super-types: None
Sub-types: None
Name SectionFaitsGenerateursType
Abstract no
Documentation SectionFaitsGenerateursType: section "made generators" (this node is in the ChapitreAdministratifType node) (1) lastModified: date of the last modification of the section. NOT NEEDED (2) valid: section is valide (true / false). NOT NEEDED (3) dateValid: Date of validation (Format AAAA-MM-AA+HH:mm) . NOT NEEDED (4) statut: status of the SectionFaitsGenerateursType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide.
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<statut> string </statut> [0..1]
</...>
Schema Component Representation
<complexType name="SectionFaitsGenerateursType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: SectionForagesType

Super-types: None
Sub-types: None
Name SectionForagesType
Abstract no
Documentation SectionForagesType: section "drilling" (this node is in all chapter (other than administratif)) (1) lastModified: date of the last modification of the section. NOT NEEDED (2) valid: section is valide (true / false). NOT NEEDED (3) dateValid: Date of validation (Format AAAA-MM-AA+HH:mm). NOT NEEDED (4) statut: status of the SectionForagesType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (5) etudeLienForageList: List of all link of "drillings" type (element: brusoil:EtudeLienForageList). NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<statut> string </statut> [0..1]
<etudeLienForageList> brusoil:EtudeLienForageList </etudeLienForageList> [0..1]
</...>
Schema Component Representation
<complexType name="SectionForagesType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="etudeLienForageList" type="brusoil:EtudeLienForageList" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: SectionInfosForagesType

Super-types: None
Sub-types: None
Name SectionInfosForagesType
Abstract no
Documentation SectionInfosForagesType: section "drilling information" (this node is in all chapter (other than administratif)) (1) lastModified: date of the last modification of the section. NOT NEEDED (2) statut: status of the SectionInfosForagesType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) etudeLienInfosForageList: List of all link of "drilling information" type (element: brusoil:EtudeLienInfosForageList). NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<etudeLienInfosForageList> brusoil:EtudeLienInfosForageList </etudeLienInfosForageList> [0..1]
</...>
Schema Component Representation
<complexType name="SectionInfosForagesType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="etudeLienInfosForageList" type="brusoil:EtudeLienInfosForageList" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: SectionIntervenantType

Super-types: None
Sub-types: None
Name SectionIntervenantType
Abstract no
Documentation SectionIntervenantType : Section for contributors . (this node is in the ChapitreAdministratifType node (7)) (1) lastModified : date of the last modification of the list. NOT NEEDED (2) statut: status of the SectionIntervenantType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) valid: section is valide (true / false). NOT NEEDED (4) dateValid : Date of validation. NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
</...>
Schema Component Representation
<complexType name="SectionIntervenantType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: SectionParcellesType

Super-types: None
Sub-types: None
Name SectionParcellesType
Abstract no
Documentation SectionParcellesType: section "plots" (this node is in the ChapitreAdministratifType node) (1) lastModified: date of the last modification of the section. NOT NEEDED (2) valid: section is valide (true / false). NOT NEEDED (3) dateValid: Date of validation (Format AAAA-MM-AA+HH:mm). NOT NEEDED (4) statut: status of the SectionParcellesType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide.
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<statut> string </statut> [0..1]
</...>
Schema Component Representation
<complexType name="SectionParcellesType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: SectionPiecesJointesEtudeType

Super-types: None
Sub-types: None
Name SectionPiecesJointesEtudeType
Abstract no
Documentation SectionPiecesJointesEtudeType: section "attachments studies" (this node is in all chapter (other than administratif)) (1) lastModified: date of the last modification of the section. NOT NEEDED (2) valid: section is valide (true / false). NOT NEEDED (3) dateValid: Date of validation (Format AAAA-MM-AA+HH:mm). NOT NEEDED (4) statut: status of the SectionPiecesJointesEtudeType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (5) piecesJointesEtudeList: List of all link of "attachments studies" type (element: brusoil:PiecesJointesEtudeList). NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<statut> string </statut> [0..1]
<piecesJointesEtudeList> brusoil:PiecesJointesEtudeList </piecesJointesEtudeList> [0..1]
</...>
Schema Component Representation
<complexType name="SectionPiecesJointesEtudeType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="piecesJointesEtudeList" type="brusoil:PiecesJointesEtudeList" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: SectionTacheDePolutionType

Super-types: None
Sub-types: None
Name SectionTacheDePolutionType
Abstract no
Documentation SectionTacheDePolutionType: section "pollution spot" (this node is in all chapter (other than administratif)) (1) lastModified: date of the last modification of the section. NOT NEEDED (2) valid: section is valide (true / false). NOT NEEDED (3) dateValid: Date of validation (Format AAAA-MM-AA+HH:mm). NOT NEEDED (4) statut: status of the SectionTacheDePolutionType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (5) etudeLienTacheDePollutionList: List of all link of "pollution spots" type (element: brusoil:EtudeLienTacheDePollutionList). NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<valid> boolean </valid> [0..1]
<dateValid> dateTime </dateValid> [0..1]
<statut> string </statut> [0..1]
<etudeLienTacheDePollutionList> brusoil:EtudeLienTacheDePollutionList </etudeLienTacheDePollutionList> [0..1]
</...>
Schema Component Representation
<complexType name="SectionTacheDePolutionType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="valid" type="boolean" maxOccurs="1" minOccurs="0"/>
<element name="dateValid" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="etudeLienTacheDePollutionList" type="brusoil:EtudeLienTacheDePollutionList" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: SectionVolumesPollutionType

Super-types: None
Sub-types: None
Name SectionVolumesPollutionType
Abstract no
Documentation SectionVolumesPollutionType: section "volume pollution" (this node is in all chapter (other than administratif)) (1) lastModified: date of the last modification of the section. NOT NEEDED (2) statut: status of the SectionVolumesPollutionType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) etudeLienVolumePollutionList: List of all link of "volume pollution" type (element: brusoil:EtudeLienVolumePollutionList). NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<etudeLienVolumePollutionList> brusoil:EtudeLienVolumePollutionList </etudeLienVolumePollutionList> [0..1]
</...>
Schema Component Representation
<complexType name="SectionVolumesPollutionType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="etudeLienVolumePollutionList" type="brusoil:EtudeLienVolumePollutionList" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: TacheDePollutionType

Super-types: None
Sub-types: None
Name TacheDePollutionType
Abstract no
Documentation TacheDePollutionType : Pollution spot (this node is in the DossierTacheDePollutionList node) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) uuid : Unique id (auto completed by Brusoil). NEEDED (3) statut: status of the TacheDePollutionType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (4) nom: name of the pollution spot . NOT NEEDED (5) idc_tp_global: Id carto for the pollution spot (auto completed by Brusoil). NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<uuid> string </uuid> [1]
<statut> string </statut> [0..1]
<nom> string </nom> [1]
<idc_tp_global> long </idc_tp_global> [0..1]
</...>
Schema Component Representation
<complexType name="TacheDePollutionType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="nom" type="string"/>
<element name="idc_tp_global" type="long" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: VolumePollutionType

Super-types: None
Sub-types: None
Name VolumePollutionType
Abstract no
Documentation VolumePollutionType : volume pollution (linked in the EtudeLienVolumePollutionType node) (1) lastModified : Date of the last modification of the element. NOT NEEDED (2) uuid : Unique id (auto completed by Brusoil). NOT NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<uuid> string </uuid> [1]
</...>
Schema Component Representation
<complexType name="VolumePollutionType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="uuid" type="string" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: XMLAnalyseList

Super-types: None
Sub-types: None
Name XMLAnalyseList
Abstract no
Documentation XMLAnalyseList : List of "Xml analysis" (this list is in the DossierType node) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the list. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) xmlAnalyse: A Xml analysis (element: brusoil:XMLAnalyseType). NEEDED
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<xmlAnalyse> brusoil:XMLAnalyseType </xmlAnalyse> [1..*]
</...>
Schema Component Representation
<complexType name="XMLAnalyseList">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="xmlAnalyse" type="brusoil:XMLAnalyseType" maxOccurs="unbounded" minOccurs="1"/>
</sequence>
</complexType>
top

Complex Type: XMLAnalyseType

Super-types: None
Sub-types: None
Name XMLAnalyseType
Abstract no
Documentation XMLAnalyseType : Xml analysis (this node is in the XMLAnalyseList list) (1) lastModified : date of the last modification of the element. NOT NEEDED (2) statut: status of the XMLAnalyseType. NOT NEEDED Possible values : statut_nonSoumis,statut_soumis,statut_receptionne,statut_conformeIBGE, statut_nonConformeIBGE,statut_demandeModifIBGE,statut_devalide,statut_nonSoumisValide. (3) description: Description of the Xml analysis. NOT NEEDED (4) fichier: filename. NEEDED (5) echantillonList List of sample of the xml analysis file (element: brusoil:EchantillonsList)
XML Instance Representation
<...>
<lastModified> dateTime </lastModified> [0..1]
<statut> string </statut> [0..1]
<description> string </description> [0..1]
<fichier> string </fichier> [1]
<echantillonList> brusoil:EchantillonsList </echantillonList> [0..1]
</...>
Schema Component Representation
<complexType name="XMLAnalyseType">
<sequence>
<element name="lastModified" type="dateTime" maxOccurs="1" minOccurs="0"/>
<element name="statut" type="string" maxOccurs="1" minOccurs="0"/>
<element name="description" type="string" maxOccurs="1" minOccurs="0"/>
<element name="fichier" type="string">
<-- fileName -->
</element>
<element name="echantillonList" type="brusoil:EchantillonsList" maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
top

Simple Type: AmenagementHorsSolEnum

Super-types: string < AmenagementHorsSolEnum (by restriction)
Sub-types: None
Name AmenagementHorsSolEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="AmenagementHorsSolEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: AnneePattern

Super-types: long < AnneePattern (by restriction)
Sub-types: None
Name AnneePattern
Content
  • Base XSD Type: long
  • 1900 <= value <= 2100
Schema Component Representation
<simpleType name="AnneePattern">
<restriction base="long">
<minInclusive value="1900"/>
<maxInclusive value="2100"/>
</restriction>
</simpleType>
top

Simple Type: ArsenicEtudeLienTacheDePollutionEnum

Super-types: string < ArsenicEtudeLienTacheDePollutionEnum (by restriction)
Sub-types: None
Name ArsenicEtudeLienTacheDePollutionEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="ArsenicEtudeLienTacheDePollutionEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: AvisATLEnum

Super-types: string < AvisATLEnum (by restriction)
Sub-types: None
Name AvisATLEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="AvisATLEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: CiviliteEnum

Super-types: string < CiviliteEnum (by restriction)
Sub-types: None
Name CiviliteEnum
Content
  • Base XSD Type: string
  • value comes from list: {'25000'|'25001'|'25002'}
Schema Component Representation
<simpleType name="CiviliteEnum">
<restriction base="string">
<enumeration value="25000"/>
<enumeration value="25001"/>
<enumeration value="25002"/>
</restriction>
</simpleType>
top

Simple Type: ClasseSensibiliteEnum

Super-types: string < ClasseSensibiliteEnum (by restriction)
Sub-types: None
Name ClasseSensibiliteEnum
Content
  • Base XSD Type: string
  • value comes from list: {'273'|'274'|'275'}
Schema Component Representation
<simpleType name="ClasseSensibiliteEnum">
<restriction base="string">
<enumeration value="273"/>
<enumeration value="274"/>
<enumeration value="275"/>
</restriction>
</simpleType>
top

Simple Type: CommunePattern

Super-types: string < CommunePattern (by restriction)
Sub-types: None
Name CommunePattern
Content
  • Base XSD Type: string
  • pattern = [0-9]{4}
Schema Component Representation
<simpleType name="CommunePattern">
<restriction base="string">
<pattern value="[0-9]{4}"/>
</restriction>
</simpleType>
top

Simple Type: ContexteEnum

Super-types: string < ContexteEnum (by restriction)
Sub-types: None
Name ContexteEnum
Content
  • Base XSD Type: string
  • value comes from list: {'16000'|'16001'|'16002'|'16003'|'16004'|'16005'}
Schema Component Representation
<simpleType name="ContexteEnum">
<restriction base="string">
<enumeration value="16000"/>
<enumeration value="16001"/>
<enumeration value="16002"/>
<enumeration value="16003"/>
<enumeration value="16004"/>
<enumeration value="16005"/>
</restriction>
</simpleType>
top

Simple Type: EauSurfMoinsCinqEnum

Super-types: string < EauSurfMoinsCinqEnum (by restriction)
Sub-types: None
Name EauSurfMoinsCinqEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="EauSurfMoinsCinqEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: EmailPattern

Super-types: string < EmailPattern (by restriction)
Sub-types: None
Name EmailPattern
Content
  • Base XSD Type: string
  • pattern = ^$|[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}
Schema Component Representation
<simpleType name="EmailPattern">
<restriction base="string">
<pattern value="^$|[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}"/>
</restriction>
</simpleType>
top

Simple Type: EnquetePubliqueEnum

Super-types: string < EnquetePubliqueEnum (by restriction)
Sub-types: None
Name EnquetePubliqueEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="EnquetePubliqueEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: EtatForageEnum

Super-types: string < EtatForageEnum (by restriction)
Sub-types: None
Name EtatForageEnum
Content
  • Base XSD Type: string
  • value comes from list: {'15100'|'15101'|'15102'}
Schema Component Representation
<simpleType name="EtatForageEnum">
<restriction base="string">
<enumeration value="15100"/>
<enumeration value="15101"/>
<enumeration value="15102"/>
</restriction>
</simpleType>
top

Simple Type: ExposantC1Pattern

Super-types: string < ExposantC1Pattern (by restriction)
Sub-types: None
Name ExposantC1Pattern
Content
  • Base XSD Type: string
  • pattern = [0-9]{3}
Schema Component Representation
<simpleType name="ExposantC1Pattern">
<restriction base="string">
<pattern value="[0-9]{3}"/>
</restriction>
</simpleType>
top

Simple Type: ExposantC2Pattern

Super-types: string < ExposantC2Pattern (by restriction)
Sub-types: None
Name ExposantC2Pattern
Content
  • Base XSD Type: string
  • pattern = [0-9]{2}
Schema Component Representation
<simpleType name="ExposantC2Pattern">
<restriction base="string">
<pattern value="[0-9]{2}"/>
</restriction>
</simpleType>
top

Simple Type: ExposantPattern

Super-types: string < ExposantPattern (by restriction)
Sub-types: None
Name ExposantPattern
Content
  • Base XSD Type: string
  • pattern = [A-Z_]{1}
Schema Component Representation
<simpleType name="ExposantPattern">
<restriction base="string">
<pattern value="[A-Z_]{1}"/>
</restriction>
</simpleType>
top

Simple Type: FaitGenerateurEnum

Super-types: string < FaitGenerateurEnum (by restriction)
Sub-types: None
Name FaitGenerateurEnum
Content
  • Base XSD Type: string
  • value comes from list: {'1100'|'1101'|'1102'|'1103'|'1104'|'1105'|'1106'|'1107'|'1108'|'1109'|'1110'|'1111'|'1112'|'1113'|'1114'|'1115'|'1116'|'1117'|'1118'}
Schema Component Representation
<simpleType name="FaitGenerateurEnum">
<restriction base="string">
<enumeration value="1100"/>
<enumeration value="1101"/>
<enumeration value="1102"/>
<enumeration value="1103"/>
<enumeration value="1104"/>
<enumeration value="1105"/>
<enumeration value="1106"/>
<enumeration value="1107"/>
<enumeration value="1108"/>
<enumeration value="1109"/>
<enumeration value="1110"/>
<enumeration value="1111"/>
<enumeration value="1112"/>
<enumeration value="1113"/>
<enumeration value="1114"/>
<enumeration value="1115"/>
<enumeration value="1116"/>
<enumeration value="1117"/>
<enumeration value="1118"/>
</restriction>
</simpleType>
top

Simple Type: ForageTypeEnum

Super-types: string < ForageTypeEnum (by restriction)
Sub-types: None
Name ForageTypeEnum
Content
  • Base XSD Type: string
  • value comes from list: {'15000'|'15001'|'15002'|'15003'|'15004'}
Schema Component Representation
<simpleType name="ForageTypeEnum">
<restriction base="string">
<enumeration value="15000"/>
<enumeration value="15001"/>
<enumeration value="15002"/>
<enumeration value="15003"/>
<enumeration value="15004"/>
</restriction>
</simpleType>
top

Simple Type: InstallClassPrevueEnum

Super-types: string < InstallClassPrevueEnum (by restriction)
Sub-types: None
Name InstallClassPrevueEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="InstallClassPrevueEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: LangueEnum

Super-types: string < LangueEnum (by restriction)
Sub-types: None
Name LangueEnum
Content
  • Base XSD Type: string
  • value comes from list: {'13000'|'13001'|'13002'}
Schema Component Representation
<simpleType name="LangueEnum">
<restriction base="string">
<enumeration value="13000"/>
<enumeration value="13001"/>
<enumeration value="13002"/>
</restriction>
</simpleType>
top

Simple Type: MesureSecuriteEnum

Super-types: string < MesureSecuriteEnum (by restriction)
Sub-types: None
Name MesureSecuriteEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="MesureSecuriteEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: OrigineEnum

Super-types: string < OrigineEnum (by restriction)
Sub-types: None
Name OrigineEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="OrigineEnum">
<restriction base="string">
<-- <enumeration value="IBGE" /> <enumeration value="CADA" /> <enumeration value="NONE" /> -->
</restriction>
</simpleType>
top

Simple Type: PieceJointeEtudeTypeEnum

Super-types: string < PieceJointeEtudeTypeEnum (by restriction)
Sub-types: None
Name PieceJointeEtudeTypeEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="PieceJointeEtudeTypeEnum">
<restriction base="string">
<-- <enumeration value="value"/> -->
</restriction>
</simpleType>
top

Simple Type: PrincBATNEECEnum

Super-types: string < PrincBATNEECEnum (by restriction)
Sub-types: None
Name PrincBATNEECEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="PrincBATNEECEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: ReconnaissanceComplEnum

Super-types: string < ReconnaissanceComplEnum (by restriction)
Sub-types: None
Name ReconnaissanceComplEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="ReconnaissanceComplEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: ReconnaissancePartielleEnum

Super-types: string < ReconnaissancePartielleEnum (by restriction)
Sub-types: None
Name ReconnaissancePartielleEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="ReconnaissancePartielleEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: RestrictsUsageEtudeLienTacheDePollutionEnum

Super-types: string < RestrictsUsageEtudeLienTacheDePollutionEnum (by restriction)
Sub-types: None
Name RestrictsUsageEtudeLienTacheDePollutionEnum
Content
  • Base XSD Type: string
  • value comes from list: {'1600'|'1601'|'1602'|'1603'|'1604'|'1605'|'1606'}
Schema Component Representation
<simpleType name="RestrictsUsageEtudeLienTacheDePollutionEnum">
<restriction base="string">
<enumeration value="1600"/>
<enumeration value="1601"/>
<enumeration value="1602"/>
<enumeration value="1603"/>
<enumeration value="1604"/>
<enumeration value="1605"/>
<enumeration value="1606"/>
</restriction>
</simpleType>
top

Simple Type: RisqueSanteEtudeLienTacheDePollutionEnum

Super-types: string < RisqueSanteEtudeLienTacheDePollutionEnum (by restriction)
Sub-types: None
Name RisqueSanteEtudeLienTacheDePollutionEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="RisqueSanteEtudeLienTacheDePollutionEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: RisqueSitConcEtudeLienTacheDePollutionEnum

Super-types: string < RisqueSitConcEtudeLienTacheDePollutionEnum (by restriction)
Sub-types: None
Name RisqueSitConcEtudeLienTacheDePollutionEnum
Content
  • Base XSD Type: string
  • value comes from list: {'10004'|'10000'|'10001'|'10002'|'10003'}
Schema Component Representation
<simpleType name="RisqueSitConcEtudeLienTacheDePollutionEnum">
<restriction base="string">
<enumeration value="10004"/>
<enumeration value="10000"/>
<enumeration value="10001"/>
<enumeration value="10002"/>
<enumeration value="10003"/>
</restriction>
</simpleType>
top

Simple Type: RisqueSitFutEtudeLienTacheDePollutionEnum

Super-types: string < RisqueSitFutEtudeLienTacheDePollutionEnum (by restriction)
Sub-types: None
Name RisqueSitFutEtudeLienTacheDePollutionEnum
Content
  • Base XSD Type: string
  • value comes from list: {'10004'|'10000'|'10001'|'10002'|'10003'}
Schema Component Representation
<simpleType name="RisqueSitFutEtudeLienTacheDePollutionEnum">
<restriction base="string">
<enumeration value="10004"/>
<enumeration value="10000"/>
<enumeration value="10001"/>
<enumeration value="10002"/>
<enumeration value="10003"/>
</restriction>
</simpleType>
top

Simple Type: RoleEnum

Super-types: string < RoleEnum (by restriction)
Sub-types: None
Name RoleEnum
Content
  • Base XSD Type: string
  • value comes from list: {'2008'|'2009'|'2010'|'2000'|'autres-intervenants'}
Schema Component Representation
<simpleType name="RoleEnum">
<restriction base="string">
<enumeration value="2008"/>
<enumeration value="2009"/>
<enumeration value="2010"/>
<enumeration value="2000"/>
<enumeration value="autres-intervenants"/>
</restriction>
</simpleType>
top

Simple Type: RubriqueEnum

Super-types: string < RubriqueEnum (by restriction)
Sub-types: None
Name RubriqueEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="RubriqueEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: SecteurEnum

Super-types: string < SecteurEnum (by restriction)
Sub-types: None
Name SecteurEnum
Content
  • Base XSD Type: string
  • value comes from list: {'4000'|'4001'}
Schema Component Representation
<simpleType name="SecteurEnum">
<restriction base="string">
<enumeration value="4000"/>
<enumeration value="4001"/>
</restriction>
</simpleType>
top

Simple Type: SectionPattern

Super-types: string < SectionPattern (by restriction)
Sub-types: None
Name SectionPattern
Content
  • Base XSD Type: string
  • pattern = [A-Z]{1}
Schema Component Representation
<simpleType name="SectionPattern">
<restriction base="string">
<pattern value="[A-Z]{1}"/>
</restriction>
</simpleType>
top

Simple Type: SolEauEtudeLienTacheDePollutionEnum

Super-types: string < SolEauEtudeLienTacheDePollutionEnum (by restriction)
Sub-types: None
Name SolEauEtudeLienTacheDePollutionEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="SolEauEtudeLienTacheDePollutionEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: SourceInfoEnum

Super-types: string < SourceInfoEnum (by restriction)
Sub-types: None
Name SourceInfoEnum
Content
  • Base XSD Type: string
  • value comes from list: {'24000'|'24001'|'24002'}
Schema Component Representation
<simpleType name="SourceInfoEnum">
<restriction base="string">
<enumeration value="24000"/>
<enumeration value="24001"/>
<enumeration value="24002"/>
</restriction>
</simpleType>
top

Simple Type: TacheDePollutionArsenicEnum

Super-types: string < TacheDePollutionArsenicEnum (by restriction)
Sub-types: None
Name TacheDePollutionArsenicEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="TacheDePollutionArsenicEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: TacheDePollutionSolEauEnum

Super-types: string < TacheDePollutionSolEauEnum (by restriction)
Sub-types: None
Name TacheDePollutionSolEauEnum
Content
  • Base XSD Type: string
  • value comes from list: {'1300'|'1301'|'1302'}
Schema Component Representation
<simpleType name="TacheDePollutionSolEauEnum">
<restriction base="string">
<enumeration value="1300"/>
<enumeration value="1301"/>
<enumeration value="1302"/>
</restriction>
</simpleType>
top

Simple Type: TacheDePollutionTypeEnum

Super-types: string < TacheDePollutionTypeEnum (by restriction)
Sub-types: None
Name TacheDePollutionTypeEnum
Content
  • Base XSD Type: string
  • value comes from list: {'1401'|'1402'|'1403'|'1407'}
Schema Component Representation
<simpleType name="TacheDePollutionTypeEnum">
<restriction base="string">
<enumeration value="1401"/>
<enumeration value="1402"/>
<enumeration value="1403"/>
<enumeration value="1407"/>
</restriction>
</simpleType>
top

Simple Type: TechTraitEtudeLienTacheDePollutionEnum

Super-types: string < TechTraitEtudeLienTacheDePollutionEnum (by restriction)
Sub-types: None
Name TechTraitEtudeLienTacheDePollutionEnum
Content
  • Base XSD Type: string
  • value comes from list: {'6107'|'6108'|'6109'|'6110'|'6111'|'6112'|'6112'|'6114'|'6115'|'6116'|'6117'|'6118'|'6119'|'6120'|'6121'|'6122'|'6123'|'6124'|'6125'|'6126'|'6227'|'6228'|'6283'}
Schema Component Representation
<simpleType name="TechTraitEtudeLienTacheDePollutionEnum">
<restriction base="string">
<enumeration value="6107"/>
<enumeration value="6108"/>
<enumeration value="6109"/>
<enumeration value="6110"/>
<enumeration value="6111"/>
<enumeration value="6112"/>
<enumeration value="6112"/>
<enumeration value="6114"/>
<enumeration value="6115"/>
<enumeration value="6116"/>
<enumeration value="6117"/>
<enumeration value="6118"/>
<enumeration value="6119"/>
<enumeration value="6120"/>
<enumeration value="6121"/>
<enumeration value="6122"/>
<enumeration value="6123"/>
<enumeration value="6124"/>
<enumeration value="6125"/>
<enumeration value="6126"/>
<enumeration value="6227"/>
<enumeration value="6228"/>
<enumeration value="6283"/>
</restriction>
</simpleType>
top

Simple Type: TerrainPattern

Super-types: string < TerrainPattern (by restriction)
Sub-types: None
Name TerrainPattern
Content
  • Base XSD Type: string
  • pattern = [0-9]{4}
Schema Component Representation
<simpleType name="TerrainPattern">
<restriction base="string">
<pattern value="[0-9]{4}"/>
</restriction>
</simpleType>
top

Simple Type: TypeDossierEnum

Super-types: string < TypeDossierEnum (by restriction)
Sub-types: None
Name TypeDossierEnum
Content
  • Base XSD Type: string
  • value comes from list: {'20000'|'20001'}
Schema Component Representation
<simpleType name="TypeDossierEnum">
<--suppress CheckTagEmptyBody -->
<restriction base="string">
<enumeration value="20000"/>
<enumeration value="20001"/>
</restriction>
</simpleType>
top

Simple Type: TypeEtudeLienTacheDePollutionEnum

Super-types: string < TypeEtudeLienTacheDePollutionEnum (by restriction)
Sub-types: None
Name TypeEtudeLienTacheDePollutionEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="TypeEtudeLienTacheDePollutionEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: TypePersonneEnum

Super-types: string < TypePersonneEnum (by restriction)
Sub-types: None
Name TypePersonneEnum
Content
  • Base XSD Type: string
  • value comes from list: {'3000'|'3001'}
Schema Component Representation
<simpleType name="TypePersonneEnum">
<restriction base="string">
<enumeration value="3000"/>
<enumeration value="3001"/>
</restriction>
</simpleType>
top

Simple Type: TypeProjetEnum

Super-types: string < TypeProjetEnum (by restriction)
Sub-types: None
Name TypeProjetEnum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="TypeProjetEnum">
<restriction base="string"/>
</simpleType>
top

Simple Type: TypeTraitEtudeLienTacheDePollutionEnum

Super-types: string < TypeTraitEtudeLienTacheDePollutionEnum (by restriction)
Sub-types: None
Name TypeTraitEtudeLienTacheDePollutionEnum
Content
  • Base XSD Type: string
  • value comes from list: {'17000'|'17001'}
Schema Component Representation
<simpleType name="TypeTraitEtudeLienTacheDePollutionEnum">
<restriction base="string">
<enumeration value="17000"/>
<enumeration value="17001"/>
</restriction>
</simpleType>
top

Simple Type: ZipSourceEnum

Super-types: string < ZipSourceEnum (by restriction)
Sub-types: None
Name ZipSourceEnum
Content
  • Base XSD Type: string
  • value comes from list: {'brusoil'|'inventaire'}
Schema Component Representation
<simpleType name="ZipSourceEnum">
<restriction base="string">
<enumeration value="brusoil"/>
<enumeration value="inventaire"/>
</restriction>
</simpleType>
top

Simple Type: ZoneNatura2000Enum

Super-types: string < ZoneNatura2000Enum (by restriction)
Sub-types: None
Name ZoneNatura2000Enum
Content
  • Base XSD Type: string
Schema Component Representation
<simpleType name="ZoneNatura2000Enum">
<restriction base="string"/>
</simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base="Address">
<sequence>
<element name="state" type="AusStates"/>
<element name="postcode">
<simpleType>
<restriction base="string">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type="string" fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top