Schema jura.svg


Elements 
COMMENT 
EXTImage 
HEADER 
INTImage 
SCRIPTCONTENT 
SITE 
SITEFile 
SITEFileAuthor 
SITEFileContent 
SITEFileDescription 
SITEFileElements 
SITEFileElementsNb 
SITEFileExternalAnchor 
SITEFileExternalCgiLinks 
SITEFileExternalFtpLinks 
SITEFileExternalGopherLinks 
SITEFileExternalLinks 
SITEFileExternalMail 
SITEFileExternalNewsLinks 
SITEFileExtHypertextualLinks 
SITEFileGenerator 
SITEFileHtmlFileLinks 
SITEFileImageDesc 
SITEFileImageNb 
SITEFileIntDocFileLinks 
SITEFileInternalAnchor 
SITEFileInternalLinks 
SITEFileIntHypertextualLinks 
SITEFileKeywords 
SITEFileLinks 
SITEFileLinksNumber 
SITEFileMeta 
SITEFileName 
SITEFileStructure 
SITEFileTitle 
SITEFileTxtBrut 
SITEFileTxtElements 
SITEName 
SITEReportFile 
SITEReportFileName 
SITEWebDocumentAnchorFound 
SITEWebDocumentAnchorNotFound 
SITEWebDocumentDissected 
SITEWebDocumentFileNotFound 
SITEWebDocumentFound 
SITEWebDocumentImages 
SITEWebDocumentMailTo 
SITEWebDocumentReports 
SITEWebDocumentUrls 
tagHTML 
tagHTMLAttr 


element COMMENT
diagram
type xs:string
used by
element SITEFile
source
<xs:element name="COMMENT" type="xs:string"/>

element EXTImage
diagram
type xs:boolean
used by
element SITEFileImageDesc
source
<xs:element name="EXTImage" type="xs:boolean"/>

element HEADER
diagram
type restriction of xs:string
used by
element SITEFile
source
<xs:element name="HEADER">
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="xs:string">
        <xs:attribute name="NUM" use="required">
          <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
              <xs:enumeration value="1"/>
              <xs:enumeration value="2"/>
              <xs:enumeration value="3"/>
              <xs:enumeration value="4"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

element INTImage
diagram
type xs:short
used by
element SITEFileImageDesc
source
<xs:element name="INTImage" type="xs:short"/>

element SCRIPTCONTENT
diagram
used by
element SITEFile
attributes
Name  Type  Use  Default  Fixed  
NUM  xs:boolean  required      
VALUE  xs:string  required      
source
<xs:element name="SCRIPTCONTENT">
  <xs:complexType>
    <xs:attribute name="NUM" type="xs:boolean" use="required"/>
    <xs:attribute name="VALUE" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

element SITE
diagram
children SITEName SITEFile SITEWebDocumentDissected SITEWebDocumentReports SITEWebDocumentFound SITEWebDocumentImages SITEWebDocumentMailTo SITEWebDocumentUrls SITEWebDocumentAnchorFound SITEWebDocumentFileNotFound SITEWebDocumentAnchorNotFound SITEFileMeta SITEFileStructure
source
<xs:element name="SITE">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="SITEName"/>
      <xs:element ref="SITEFile" maxOccurs="unbounded"/>
      <xs:element ref="SITEWebDocumentDissected"/>
      <xs:element ref="SITEWebDocumentReports"/>
      <xs:element ref="SITEWebDocumentFound"/>
      <xs:element ref="SITEWebDocumentImages"/>
      <xs:element ref="SITEWebDocumentMailTo"/>
      <xs:element ref="SITEWebDocumentUrls"/>
      <xs:element ref="SITEWebDocumentAnchorFound"/>
      <xs:element ref="SITEWebDocumentFileNotFound"/>
      <xs:element ref="SITEWebDocumentAnchorNotFound"/>
      <xs:element ref="SITEFileMeta"/>
      <xs:element ref="SITEFileStructure"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element SITEFile
diagram
children SITEFileName SITEReportFileName HEADER SCRIPTCONTENT tagHTML SITEFileTxtBrut COMMENT
used by
element SITE
source
<xs:element name="SITEFile">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="SITEFileName"/>
      <xs:element ref="SITEReportFileName"/>
      <xs:element ref="HEADER"/>
      <xs:element ref="SCRIPTCONTENT"/>
      <xs:element ref="tagHTML"/>
      <xs:element ref="SITEFileTxtBrut"/>
      <xs:element ref="COMMENT"/>
    </xs:choice>
  </xs:complexType>
</xs:element>

element SITEFileAuthor
diagram
type xs:string
used by
element SITEFileMeta
source
<xs:element name="SITEFileAuthor" type="xs:string"/>

element SITEFileContent
diagram
type xs:string
used by
element SITEFileMeta
source
<xs:element name="SITEFileContent" type="xs:string"/>

element SITEFileDescription
diagram
type xs:string
used by
element SITEFileMeta
source
<xs:element name="SITEFileDescription" type="xs:string"/>

element SITEFileElements
diagram
children SITEFileElementsNb
used by
element SITEFileStructure
source
<xs:element name="SITEFileElements">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="SITEFileElementsNb"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element SITEFileElementsNb
diagram
type xs:short
used by
element SITEFileElements
source
<xs:element name="SITEFileElementsNb" type="xs:short"/>

element SITEFileExternalAnchor
diagram
type xs:boolean
used by
element SITEFileLinks
source
<xs:element name="SITEFileExternalAnchor" type="xs:boolean"/>

element SITEFileExternalCgiLinks
diagram
type xs:boolean
used by
element SITEFileLinks
source
<xs:element name="SITEFileExternalCgiLinks" type="xs:boolean"/>

element SITEFileExternalFtpLinks
diagram
type xs:boolean
used by
element SITEFileLinks
source
<xs:element name="SITEFileExternalFtpLinks" type="xs:boolean"/>

element SITEFileExternalGopherLinks
diagram
type xs:boolean
used by
element SITEFileLinks
source
<xs:element name="SITEFileExternalGopherLinks" type="xs:boolean"/>

element SITEFileExternalLinks
diagram
type xs:short
used by
element SITEFileLinks
source
<xs:element name="SITEFileExternalLinks" type="xs:short"/>

element SITEFileExternalMail
diagram
type xs:byte
used by
element SITEFileLinks
source
<xs:element name="SITEFileExternalMail" type="xs:byte"/>

element SITEFileExternalNewsLinks
diagram
type xs:boolean
used by
element SITEFileLinks
source
<xs:element name="SITEFileExternalNewsLinks" type="xs:boolean"/>

element SITEFileExtHypertextualLinks
diagram
type xs:boolean
used by
element SITEFileLinks
source
<xs:element name="SITEFileExtHypertextualLinks" type="xs:boolean"/>

element SITEFileGenerator
diagram
type xs:decimal
used by
element SITEFileMeta
source
<xs:element name="SITEFileGenerator" type="xs:decimal"/>

element SITEFileHtmlFileLinks
diagram
type xs:short
used by
element SITEFileLinks
source
<xs:element name="SITEFileHtmlFileLinks" type="xs:short"/>

element SITEFileImageDesc
diagram
children EXTImage INTImage
used by
element SITEFileStructure
source
<xs:element name="SITEFileImageDesc">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="EXTImage"/>
      <xs:element ref="INTImage"/>
    </xs:choice>
  </xs:complexType>
</xs:element>

element SITEFileImageNb
diagram
type xs:short
used by
element SITEFileStructure
source
<xs:element name="SITEFileImageNb" type="xs:short"/>

element SITEFileIntDocFileLinks
diagram
type xs:boolean
used by
element SITEFileLinks
source
<xs:element name="SITEFileIntDocFileLinks" type="xs:boolean"/>

element SITEFileInternalAnchor
diagram
type xs:short
used by
element SITEFileLinks
source
<xs:element name="SITEFileInternalAnchor" type="xs:short"/>

element SITEFileInternalLinks
diagram
type xs:boolean
used by
element SITEFileLinks
source
<xs:element name="SITEFileInternalLinks" type="xs:boolean"/>

element SITEFileIntHypertextualLinks
diagram
type xs:boolean
used by
element SITEFileLinks
source
<xs:element name="SITEFileIntHypertextualLinks" type="xs:boolean"/>

element SITEFileKeywords
diagram
type xs:string
used by
element SITEFileMeta
source
<xs:element name="SITEFileKeywords" type="xs:string"/>

element SITEFileLinks
diagram
children SITEFileLinksNumber SITEFileExternalLinks SITEFileInternalLinks SITEFileHtmlFileLinks SITEFileExtHypertextualLinks SITEFileIntHypertextualLinks SITEFileIntDocFileLinks SITEFileExternalCgiLinks SITEFileExternalNewsLinks SITEFileExternalFtpLinks SITEFileExternalGopherLinks SITEFileExternalMail SITEFileInternalAnchor SITEFileExternalAnchor
used by
element SITEFileStructure
source
<xs:element name="SITEFileLinks">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="SITEFileLinksNumber"/>
      <xs:element ref="SITEFileExternalLinks"/>
      <xs:element ref="SITEFileInternalLinks"/>
      <xs:element ref="SITEFileHtmlFileLinks"/>
      <xs:element ref="SITEFileExtHypertextualLinks"/>
      <xs:element ref="SITEFileIntHypertextualLinks"/>
      <xs:element ref="SITEFileIntDocFileLinks"/>
      <xs:element ref="SITEFileExternalCgiLinks"/>
      <xs:element ref="SITEFileExternalNewsLinks"/>
      <xs:element ref="SITEFileExternalFtpLinks"/>
      <xs:element ref="SITEFileExternalGopherLinks"/>
      <xs:element ref="SITEFileExternalMail"/>
      <xs:element ref="SITEFileInternalAnchor"/>
      <xs:element ref="SITEFileExternalAnchor"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element SITEFileLinksNumber
diagram
type xs:short
used by
element SITEFileLinks
source
<xs:element name="SITEFileLinksNumber" type="xs:short"/>

element SITEFileMeta
diagram
children SITEFileContent SITEFileDescription SITEFileGenerator SITEFileKeywords SITEFileTitle SITEFileAuthor
used by
element SITE
source
<xs:element name="SITEFileMeta">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="SITEFileContent"/>
      <xs:element ref="SITEFileDescription"/>
      <xs:element ref="SITEFileGenerator"/>
      <xs:element ref="SITEFileKeywords"/>
      <xs:element ref="SITEFileTitle"/>
      <xs:element ref="SITEFileAuthor"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element SITEFileName
diagram
type restriction of xs:anyURI
used by
element SITEFile
facets
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/accueil.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/actualit/actualit.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/actualit/cadr_act.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/actualit/index.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/cadr_acc.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/contacts/cadr_con.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/contacts/form_avi.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/contacts/index.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/contacts/lienspre.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/contacts/webspele.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/cadr_div.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/frachon1.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/frachon2.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/frachon3.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/frachon4.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/index.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/cadr_doc.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/cds_info.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/ecrits.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/form_cde.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/index.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_149.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_150.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_151.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_152.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_153.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_154.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_155.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_156.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_157.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_158.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_159.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_160.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_161.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_162.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/lectures.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/publica0.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/publica1.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/publica2.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/froggy/frogtop.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/grottes/cadr_gro.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/grottes/index.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/index.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/index.html
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/juraspel/cadr_jur.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/juraspel/index.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/juraspel/jura.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/juraspel/juraspel.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/legendes/index.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/menu_acc.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/motscles.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/active.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/canyon.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/charnier.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/chenal.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/composit.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/corridor.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/depargil.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/depotoir.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/diaclase.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/dolineff.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/dolinent.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/dolines.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/eboulis.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/ecoulibr.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/emebouli.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/emelibre.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/emenoyee.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/forcee.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/fossile.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/fossilno.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/gelifrac.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/glace.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/gouffre.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/index.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/indsuite.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/interstr.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/marmite.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/meandre.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/miroir.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/moraine.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/oblique.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/paragene.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/perte.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/porche.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/puitsdia.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/puitseff.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/reculee.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/rempliss.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/salle.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/semiacti.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/siphpara.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/siphsyng.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/strateff.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/trouserr.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/tubulair.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/vagues.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/valseche.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/varves.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/colin.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/concours.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/glanes.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/index.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/parrot.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/poemes_1.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/poemes_2.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/poemes_3.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cadr_spe.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_club.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_comm.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_diri.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_gene.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_ri.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_stat.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/historiq.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/index.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/secours.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/structur.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/baume.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/boeuf.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/cassots.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/champgui.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/doye.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/foules.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/fraite.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/grosgade.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/grusse.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/menouill.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/moulins.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/stou.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_baume.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_boeuf.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_cassot.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_champg.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_doye.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_foule1.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_foule2.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_fraite.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_grosga.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_grusse.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_men_co.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_men_pl.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_moulin.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_stou.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/tr_suite.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin1.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin2.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin3.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin4.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin5.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin6.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin7.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin8.htm
enumeration c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/yahoosel.htm
source
<xs:element name="SITEFileName">
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/accueil.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/actualit/actualit.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/actualit/cadr_act.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/actualit/index.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/cadr_acc.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/contacts/cadr_con.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/contacts/form_avi.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/contacts/index.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/contacts/lienspre.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/contacts/webspele.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/cadr_div.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/frachon1.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/frachon2.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/frachon3.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/frachon4.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/divers/index.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/cadr_doc.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/cds_info.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/ecrits.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/form_cde.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/index.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_149.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_150.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_151.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_152.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_153.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_154.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_155.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_156.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_157.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_158.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_159.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_160.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_161.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/info_162.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/lectures.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/publica0.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/publica1.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/document/publica2.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/froggy/frogtop.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/grottes/cadr_gro.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/grottes/index.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/index.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/index.html"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/juraspel/cadr_jur.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/juraspel/index.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/juraspel/jura.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/juraspel/juraspel.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/legendes/index.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/menu_acc.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/motscles.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/active.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/canyon.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/charnier.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/chenal.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/composit.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/corridor.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/depargil.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/depotoir.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/diaclase.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/dolineff.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/dolinent.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/dolines.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/eboulis.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/ecoulibr.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/emebouli.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/emelibre.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/emenoyee.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/forcee.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/fossile.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/fossilno.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/gelifrac.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/glace.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/gouffre.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/index.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/indsuite.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/interstr.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/marmite.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/meandre.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/miroir.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/moraine.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/oblique.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/paragene.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/perte.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/porche.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/puitsdia.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/puitseff.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/reculee.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/rempliss.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/salle.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/semiacti.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/siphpara.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/siphsyng.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/strateff.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/trouserr.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/tubulair.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/vagues.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/valseche.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/photos/varves.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/colin.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/concours.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/glanes.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/index.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/parrot.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/poemes_1.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/poemes_2.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/poemes/poemes_3.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cadr_spe.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_club.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_comm.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_diri.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_gene.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_ri.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/cds_stat.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/historiq.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/index.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/secours.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/speleo/structur.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/baume.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/boeuf.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/cassots.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/champgui.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/doye.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/foules.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/fraite.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/grosgade.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/grusse.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/menouill.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/moulins.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/stou.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_baume.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_boeuf.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_cassot.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_champg.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_doye.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_foule1.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_foule2.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_fraite.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_grosga.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_grusse.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_men_co.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_men_pl.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_moulin.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/topoguid/topos/t_stou.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/tr_suite.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin1.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin2.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin3.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin4.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin5.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin6.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin7.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/trombino/trombin8.htm"/>
      <xs:enumeration value="c:/SFleury/Recherche/Typweb/sitesPP/jura.speleo1/yahoosel.htm"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>

element SITEFileStructure
diagram
children SITEFileElements SITEFileTxtElements SITEFileImageNb SITEFileImageDesc SITEFileLinks
used by
element SITE
source
<xs:element name="SITEFileStructure">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="SITEFileElements"/>
      <xs:element ref="SITEFileTxtElements"/>
      <xs:element ref="SITEFileImageNb"/>
      <xs:element ref="SITEFileImageDesc"/>
      <xs:element ref="SITEFileLinks"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element SITEFileTitle
diagram
type xs:string
used by
element SITEFileMeta
source
<xs:element name="SITEFileTitle" type="xs:string"/>

element SITEFileTxtBrut
diagram
type restriction of xs:string
used by
element SITEFile
source
<xs:element name="SITEFileTxtBrut">
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="xs:string">
        <xs:attribute name="TYPE" type="xs:string"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

element SITEFileTxtElements
diagram
type xs:short
used by
element SITEFileStructure
source
<xs:element name="SITEFileTxtElements" type="xs:short"/>

element SITEName
diagram
type xs:string
used by
element SITE
source
<xs:element name="SITEName" type="xs:string"/>

element SITEReportFile
diagram
type restriction of xs:string
used by
element SITEWebDocumentReports
facets
enumeration accueil.html
enumeration active.html
enumeration actualit.html
enumeration baume.html
enumeration boeuf.html
enumeration cadr_acc.html
enumeration cadr_act.html
enumeration cadr_con.html
enumeration cadr_div.html
enumeration cadr_doc.html
enumeration cadr_gro.html
enumeration cadr_jur.html
enumeration cadr_spe.html
enumeration canyon.html
enumeration cassots.html
enumeration cds_club.html
enumeration cds_comm.html
enumeration cds_diri.html
enumeration cds_gene.html
enumeration cds_info.html
enumeration cds_ri.html
enumeration cds_stat.html
enumeration champgui.html
enumeration charnier.html
enumeration chenal.html
enumeration colin.html
enumeration composit.html
enumeration concours.html
enumeration corridor.html
enumeration depargil.html
enumeration depotoir.html
enumeration diaclase.html
enumeration dolineff.html
enumeration dolinent.html
enumeration dolines.html
enumeration doye.html
enumeration eboulis.html
enumeration ecoulibr.html
enumeration ecrits.html
enumeration emebouli.html
enumeration emelibre.html
enumeration emenoyee.html
enumeration forcee.html
enumeration form_avi.html
enumeration form_cde.html
enumeration fossile.html
enumeration fossilno.html
enumeration foules.html
enumeration frachon1.html
enumeration frachon2.html
enumeration frachon3.html
enumeration frachon4.html
enumeration fraite.html
enumeration frogtop.html
enumeration gelifrac.html
enumeration glace.html
enumeration glanes.html
enumeration gouffre.html
enumeration grosgade.html
enumeration grusse.html
enumeration historiq.html
enumeration index.html
enumeration indsuite.html
enumeration info_149.html
enumeration info_150.html
enumeration info_151.html
enumeration info_152.html
enumeration info_153.html
enumeration info_154.html
enumeration info_155.html
enumeration info_156.html
enumeration info_157.html
enumeration info_158.html
enumeration info_159.html
enumeration info_160.html
enumeration info_161.html
enumeration info_162.html
enumeration interstr.html
enumeration jura.html
enumeration juraspel.html
enumeration lectures.html
enumeration lienspre.html
enumeration marmite.html
enumeration meandre.html
enumeration menouill.html
enumeration menu_acc.html
enumeration miroir.html
enumeration moraine.html
enumeration motscles.html
enumeration moulins.html
enumeration oblique.html
enumeration paragene.html
enumeration parrot.html
enumeration perte.html
enumeration poemes_1.html
enumeration poemes_2.html
enumeration poemes_3.html
enumeration porche.html
enumeration publica0.html
enumeration publica1.html
enumeration publica2.html
enumeration puitsdia.html
enumeration puitseff.html
enumeration reculee.html
enumeration rempliss.html
enumeration salle.html
enumeration secours.html
enumeration semiacti.html
enumeration siphpara.html
enumeration siphsyng.html
enumeration stou.html
enumeration strateff.html
enumeration structur.html
enumeration t_baume.html
enumeration t_boeuf.html
enumeration t_cassot.html
enumeration t_champg.html
enumeration t_doye.html
enumeration t_foule1.html
enumeration t_foule2.html
enumeration t_fraite.html
enumeration t_grosga.html
enumeration t_grusse.html
enumeration t_men_co.html
enumeration t_men_pl.html
enumeration t_moulin.html
enumeration t_stou.html
enumeration tr_suite.html
enumeration trombin1.html
enumeration trombin2.html
enumeration trombin3.html
enumeration trombin4.html
enumeration trombin5.html
enumeration trombin6.html
enumeration trombin7.html
enumeration trombin8.html
enumeration trouserr.html
enumeration tubulair.html
enumeration vagues.html
enumeration valseche.html
enumeration varves.html
enumeration webspele.html
enumeration yahoosel.html
source
<xs:element name="SITEReportFile">
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="xs:string">
        <xs:enumeration value="accueil.html"/>
        <xs:enumeration value="active.html"/>
        <xs:enumeration value="actualit.html"/>
        <xs:enumeration value="baume.html"/>
        <xs:enumeration value="boeuf.html"/>
        <xs:enumeration value="cadr_acc.html"/>
        <xs:enumeration value="cadr_act.html"/>
        <xs:enumeration value="cadr_con.html"/>
        <xs:enumeration value="cadr_div.html"/>
        <xs:enumeration value="cadr_doc.html"/>
        <xs:enumeration value="cadr_gro.html"/>
        <xs:enumeration value="cadr_jur.html"/>
        <xs:enumeration value="cadr_spe.html"/>
        <xs:enumeration value="canyon.html"/>
        <xs:enumeration value="cassots.html"/>
        <xs:enumeration value="cds_club.html"/>
        <xs:enumeration value="cds_comm.html"/>
        <xs:enumeration value="cds_diri.html"/>
        <xs:enumeration value="cds_gene.html"/>
        <xs:enumeration value="cds_info.html"/>
        <xs:enumeration value="cds_ri.html"/>
        <xs:enumeration value="cds_stat.html"/>
        <xs:enumeration value="champgui.html"/>
        <xs:enumeration value="charnier.html"/>
        <xs:enumeration value="chenal.html"/>
        <xs:enumeration value="colin.html"/>
        <xs:enumeration value="composit.html"/>
        <xs:enumeration value="concours.html"/>
        <xs:enumeration value="corridor.html"/>
        <xs:enumeration value="depargil.html"/>
        <xs:enumeration value="depotoir.html"/>
        <xs:enumeration value="diaclase.html"/>
        <xs:enumeration value="dolineff.html"/>
        <xs:enumeration value="dolinent.html"/>
        <xs:enumeration value="dolines.html"/>
        <xs:enumeration value="doye.html"/>
        <xs:enumeration value="eboulis.html"/>
        <xs:enumeration value="ecoulibr.html"/>
        <xs:enumeration value="ecrits.html"/>
        <xs:enumeration value="emebouli.html"/>
        <xs:enumeration value="emelibre.html"/>
        <xs:enumeration value="emenoyee.html"/>
        <xs:enumeration value="forcee.html"/>
        <xs:enumeration value="form_avi.html"/>
        <xs:enumeration value="form_cde.html"/>
        <xs:enumeration value="fossile.html"/>
        <xs:enumeration value="fossilno.html"/>
        <xs:enumeration value="foules.html"/>
        <xs:enumeration value="frachon1.html"/>
        <xs:enumeration value="frachon2.html"/>
        <xs:enumeration value="frachon3.html"/>
        <xs:enumeration value="frachon4.html"/>
        <xs:enumeration value="fraite.html"/>
        <xs:enumeration value="frogtop.html"/>
        <xs:enumeration value="gelifrac.html"/>
        <xs:enumeration value="glace.html"/>
        <xs:enumeration value="glanes.html"/>
        <xs:enumeration value="gouffre.html"/>
        <xs:enumeration value="grosgade.html"/>
        <xs:enumeration value="grusse.html"/>
        <xs:enumeration value="historiq.html"/>
        <xs:enumeration value="index.html"/>
        <xs:enumeration value="indsuite.html"/>
        <xs:enumeration value="info_149.html"/>
        <xs:enumeration value="info_150.html"/>
        <xs:enumeration value="info_151.html"/>
        <xs:enumeration value="info_152.html"/>
        <xs:enumeration value="info_153.html"/>
        <xs:enumeration value="info_154.html"/>
        <xs:enumeration value="info_155.html"/>
        <xs:enumeration value="info_156.html"/>
        <xs:enumeration value="info_157.html"/>
        <xs:enumeration value="info_158.html"/>
        <xs:enumeration value="info_159.html"/>
        <xs:enumeration value="info_160.html"/>
        <xs:enumeration value="info_161.html"/>
        <xs:enumeration value="info_162.html"/>
        <xs:enumeration value="interstr.html"/>
        <xs:enumeration value="jura.html"/>
        <xs:enumeration value="juraspel.html"/>
        <xs:enumeration value="lectures.html"/>
        <xs:enumeration value="lienspre.html"/>
        <xs:enumeration value="marmite.html"/>
        <xs:enumeration value="meandre.html"/>
        <xs:enumeration value="menouill.html"/>
        <xs:enumeration value="menu_acc.html"/>
        <xs:enumeration value="miroir.html"/>
        <xs:enumeration value="moraine.html"/>
        <xs:enumeration value="motscles.html"/>
        <xs:enumeration value="moulins.html"/>
        <xs:enumeration value="oblique.html"/>
        <xs:enumeration value="paragene.html"/>
        <xs:enumeration value="parrot.html"/>
        <xs:enumeration value="perte.html"/>
        <xs:enumeration value="poemes_1.html"/>
        <xs:enumeration value="poemes_2.html"/>
        <xs:enumeration value="poemes_3.html"/>
        <xs:enumeration value="porche.html"/>
        <xs:enumeration value="publica0.html"/>
        <xs:enumeration value="publica1.html"/>
        <xs:enumeration value="publica2.html"/>
        <xs:enumeration value="puitsdia.html"/>
        <xs:enumeration value="puitseff.html"/>
        <xs:enumeration value="reculee.html"/>
        <xs:enumeration value="rempliss.html"/>
        <xs:enumeration value="salle.html"/>
        <xs:enumeration value="secours.html"/>
        <xs:enumeration value="semiacti.html"/>
        <xs:enumeration value="siphpara.html"/>
        <xs:enumeration value="siphsyng.html"/>
        <xs:enumeration value="stou.html"/>
        <xs:enumeration value="strateff.html"/>
        <xs:enumeration value="structur.html"/>
        <xs:enumeration value="t_baume.html"/>
        <xs:enumeration value="t_boeuf.html"/>
        <xs:enumeration value="t_cassot.html"/>
        <xs:enumeration value="t_champg.html"/>
        <xs:enumeration value="t_doye.html"/>
        <xs:enumeration value="t_foule1.html"/>
        <xs:enumeration value="t_foule2.html"/>
        <xs:enumeration value="t_fraite.html"/>
        <xs:enumeration value="t_grosga.html"/>
        <xs:enumeration value="t_grusse.html"/>
        <xs:enumeration value="t_men_co.html"/>
        <xs:enumeration value="t_men_pl.html"/>
        <xs:enumeration value="t_moulin.html"/>
        <xs:enumeration value="t_stou.html"/>
        <xs:enumeration value="tr_suite.html"/>
        <xs:enumeration value="trombin1.html"/>
        <xs:enumeration value="trombin2.html"/>
        <xs:enumeration value="trombin3.html"/>
        <xs:enumeration value="trombin4.html"/>
        <xs:enumeration value="trombin5.html"/>
        <xs:enumeration value="trombin6.html"/>
        <xs:enumeration value="trombin7.html"/>
        <xs:enumeration value="trombin8.html"/>
        <xs:enumeration value="trouserr.html"/>
        <xs:enumeration value="tubulair.html"/>
        <xs:enumeration value="vagues.html"/>
        <xs:enumeration value="valseche.html"/>
        <xs:enumeration value="varves.html"/>
        <xs:enumeration value="webspele.html"/>
        <xs:enumeration value="yahoosel.html"/>
        <xs:attribute name="NUM" use="required">
          <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
              <xs:enumeration value="1"/>
              <xs:enumeration value="10"/>
              <xs:enumeration value="100"/>
              <xs:enumeration value="101"/>
              <xs:enumeration value="102"/>
              <xs:enumeration value="103"/>
              <xs:enumeration value="104"/>
              <xs:enumeration value="105"/>
              <xs:enumeration value="106"/>
              <xs:enumeration value="107"/>
              <xs:enumeration value="108"/>
              <xs:enumeration value="109"/>
              <xs:enumeration value="11"/>
              <xs:enumeration value="110"/>
              <xs:enumeration value="111"/>
              <xs:enumeration value="112"/>
              <xs:enumeration value="113"/>
              <xs:enumeration value="114"/>
              <xs:enumeration value="115"/>
              <xs:enumeration value="116"/>
              <xs:enumeration value="117"/>
              <xs:enumeration value="118"/>
              <xs:enumeration value="119"/>
              <xs:enumeration value="12"/>
              <xs:enumeration value="120"/>
              <xs:enumeration value="121"/>
              <xs:enumeration value="122"/>
              <xs:enumeration value="123"/>
              <xs:enumeration value="124"/>
              <xs:enumeration value="125"/>
              <xs:enumeration value="126"/>
              <xs:enumeration value="127"/>
              <xs:enumeration value="128"/>
              <xs:enumeration value="129"/>
              <xs:enumeration value="13"/>
              <xs:enumeration value="130"/>
              <xs:enumeration value="131"/>
              <xs:enumeration value="132"/>
              <xs:enumeration value="133"/>
              <xs:enumeration value="134"/>
              <xs:enumeration value="135"/>
              <xs:enumeration value="136"/>
              <xs:enumeration value="137"/>
              <xs:enumeration value="138"/>
              <xs:enumeration value="139"/>
              <xs:enumeration value="14"/>
              <xs:enumeration value="140"/>
              <xs:enumeration value="141"/>
              <xs:enumeration value="142"/>
              <xs:enumeration value="143"/>
              <xs:enumeration value="144"/>
              <xs:enumeration value="145"/>
              <xs:enumeration value="146"/>
              <xs:enumeration value="147"/>
              <xs:enumeration value="148"/>
              <xs:enumeration value="149"/>
              <xs:enumeration value="15"/>
              <xs:enumeration value="150"/>
              <xs:enumeration value="151"/>
              <xs:enumeration value="152"/>
              <xs:enumeration value="153"/>
              <xs:enumeration value="154"/>
              <xs:enumeration value="16"/>
              <xs:enumeration value="17"/>
              <xs:enumeration value="18"/>
              <xs:enumeration value="19"/>
              <xs:enumeration value="2"/>
              <xs:enumeration value="20"/>
              <xs:enumeration value="21"/>
              <xs:enumeration value="22"/>
              <xs:enumeration value="23"/>
              <xs:enumeration value="24"/>
              <xs:enumeration value="25"/>
              <xs:enumeration value="26"/>
              <xs:enumeration value="27"/>
              <xs:enumeration value="28"/>
              <xs:enumeration value="29"/>
              <xs:enumeration value="3"/>
              <xs:enumeration value="30"/>
              <xs:enumeration value="31"/>
              <xs:enumeration value="32"/>
              <xs:enumeration value="33"/>
              <xs:enumeration value="34"/>
              <xs:enumeration value="35"/>
              <xs:enumeration value="36"/>
              <xs:enumeration value="37"/>
              <xs:enumeration value="38"/>
              <xs:enumeration value="39"/>
              <xs:enumeration value="4"/>
              <xs:enumeration value="40"/>
              <xs:enumeration value="41"/>
              <xs:enumeration value="42"/>
              <xs:enumeration value="43"/>
              <xs:enumeration value="44"/>
              <xs:enumeration value="45"/>
              <xs:enumeration value="46"/>
              <xs:enumeration value="47"/>
              <xs:enumeration value="48"/>
              <xs:enumeration value="49"/>
              <xs:enumeration value="5"/>
              <xs:enumeration value="50"/>
              <xs:enumeration value="51"/>
              <xs:enumeration value="52"/>
              <xs:enumeration value="53"/>
              <xs:enumeration value="54"/>
              <xs:enumeration value="55"/>
              <xs:enumeration value="56"/>
              <xs:enumeration value="57"/>
              <xs:enumeration value="58"/>
              <xs:enumeration value="59"/>
              <xs:enumeration value="6"/>
              <xs:enumeration value="60"/>
              <xs:enumeration value="61"/>
              <xs:enumeration value="62"/>
              <xs:enumeration value="63"/>
              <xs:enumeration value="64"/>
              <xs:enumeration value="65"/>
              <xs:enumeration value="66"/>
              <xs:enumeration value="67"/>
              <xs:enumeration value="68"/>
              <xs:enumeration value="69"/>
              <xs:enumeration value="7"/>
              <xs:enumeration value="70"/>
              <xs:enumeration value="71"/>
              <xs:enumeration value="72"/>
              <xs:enumeration value="73"/>
              <xs:enumeration value="74"/>
              <xs:enumeration value="75"/>
              <xs:enumeration value="76"/>
              <xs:enumeration value="77"/>
              <xs:enumeration value="78"/>
              <xs:enumeration value="79"/>
              <xs:enumeration value="8"/>
              <xs:enumeration value="80"/>
              <xs:enumeration value="81"/>
              <xs:enumeration value="82"/>
              <xs:enumeration value="83"/>
              <xs:enumeration value="84"/>
              <xs:enumeration value="85"/>
              <xs:enumeration value="86"/>
              <xs:enumeration value="87"/>
              <xs:enumeration value="88"/>
              <xs:enumeration value="89"/>
              <xs:enumeration value="9"/>
              <xs:enumeration value="90"/>
              <xs:enumeration value="91"/>
              <xs:enumeration value="92"/>
              <xs:enumeration value="93"/>
              <xs:enumeration value="94"/>
              <xs:enumeration value="95"/>
              <xs:enumeration value="96"/>
              <xs:enumeration value="97"/>
              <xs:enumeration value="98"/>
              <xs:enumeration value="99"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

element SITEReportFileName
diagram
type restriction of xs:string
used by
element SITEFile
facets
enumeration accueil.htm
enumeration active.htm
enumeration actualit.htm
enumeration baume.htm
enumeration boeuf.htm
enumeration cadr_acc.htm
enumeration cadr_act.htm
enumeration cadr_con.htm
enumeration cadr_div.htm
enumeration cadr_doc.htm
enumeration cadr_gro.htm
enumeration cadr_jur.htm
enumeration cadr_spe.htm
enumeration canyon.htm
enumeration cassots.htm
enumeration cds_club.htm
enumeration cds_comm.htm
enumeration cds_diri.htm
enumeration cds_gene.htm
enumeration cds_info.htm
enumeration cds_ri.htm
enumeration cds_stat.htm
enumeration champgui.htm
enumeration charnier.htm
enumeration chenal.htm
enumeration colin.htm
enumeration composit.htm
enumeration concours.htm
enumeration corridor.htm
enumeration depargil.htm
enumeration depotoir.htm
enumeration diaclase.htm
enumeration dolineff.htm
enumeration dolinent.htm
enumeration dolines.htm
enumeration doye.htm
enumeration eboulis.htm
enumeration ecoulibr.htm
enumeration ecrits.htm
enumeration emebouli.htm
enumeration emelibre.htm
enumeration emenoyee.htm
enumeration forcee.htm
enumeration form_avi.htm
enumeration form_cde.htm
enumeration fossile.htm
enumeration fossilno.htm
enumeration foules.htm
enumeration frachon1.htm
enumeration frachon2.htm
enumeration frachon3.htm
enumeration frachon4.htm
enumeration fraite.htm
enumeration frogtop.htm
enumeration gelifrac.htm
enumeration glace.htm
enumeration glanes.htm
enumeration gouffre.htm
enumeration grosgade.htm
enumeration grusse.htm
enumeration historiq.htm
enumeration index.htm
enumeration index.html
enumeration indsuite.htm
enumeration info_149.htm
enumeration info_150.htm
enumeration info_151.htm
enumeration info_152.htm
enumeration info_153.htm
enumeration info_154.htm
enumeration info_155.htm
enumeration info_156.htm
enumeration info_157.htm
enumeration info_158.htm
enumeration info_159.htm
enumeration info_160.htm
enumeration info_161.htm
enumeration info_162.htm
enumeration interstr.htm
enumeration jura.htm
enumeration juraspel.htm
enumeration lectures.htm
enumeration lienspre.htm
enumeration marmite.htm
enumeration meandre.htm
enumeration menouill.htm
enumeration menu_acc.htm
enumeration miroir.htm
enumeration moraine.htm
enumeration motscles.htm
enumeration moulins.htm
enumeration oblique.htm
enumeration paragene.htm
enumeration parrot.htm
enumeration perte.htm
enumeration poemes_1.htm
enumeration poemes_2.htm
enumeration poemes_3.htm
enumeration porche.htm
enumeration publica0.htm
enumeration publica1.htm
enumeration publica2.htm
enumeration puitsdia.htm
enumeration puitseff.htm
enumeration reculee.htm
enumeration rempliss.htm
enumeration salle.htm
enumeration secours.htm
enumeration semiacti.htm
enumeration siphpara.htm
enumeration siphsyng.htm
enumeration stou.htm
enumeration strateff.htm
enumeration structur.htm
enumeration t_baume.htm
enumeration t_boeuf.htm
enumeration t_cassot.htm
enumeration t_champg.htm
enumeration t_doye.htm
enumeration t_foule1.htm
enumeration t_foule2.htm
enumeration t_fraite.htm
enumeration t_grosga.htm
enumeration t_grusse.htm
enumeration t_men_co.htm
enumeration t_men_pl.htm
enumeration t_moulin.htm
enumeration t_stou.htm
enumeration tr_suite.htm
enumeration trombin1.htm
enumeration trombin2.htm
enumeration trombin3.htm
enumeration trombin4.htm
enumeration trombin5.htm
enumeration trombin6.htm
enumeration trombin7.htm
enumeration trombin8.htm
enumeration trouserr.htm
enumeration tubulair.htm
enumeration vagues.htm
enumeration valseche.htm
enumeration varves.htm
enumeration webspele.htm
enumeration yahoosel.htm
source
<xs:element name="SITEReportFileName">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="accueil.htm"/>
      <xs:enumeration value="active.htm"/>
      <xs:enumeration value="actualit.htm"/>
      <xs:enumeration value="baume.htm"/>
      <xs:enumeration value="boeuf.htm"/>
      <xs:enumeration value="cadr_acc.htm"/>
      <xs:enumeration value="cadr_act.htm"/>
      <xs:enumeration value="cadr_con.htm"/>
      <xs:enumeration value="cadr_div.htm"/>
      <xs:enumeration value="cadr_doc.htm"/>
      <xs:enumeration value="cadr_gro.htm"/>
      <xs:enumeration value="cadr_jur.htm"/>
      <xs:enumeration value="cadr_spe.htm"/>
      <xs:enumeration value="canyon.htm"/>
      <xs:enumeration value="cassots.htm"/>
      <xs:enumeration value="cds_club.htm"/>
      <xs:enumeration value="cds_comm.htm"/>
      <xs:enumeration value="cds_diri.htm"/>
      <xs:enumeration value="cds_gene.htm"/>
      <xs:enumeration value="cds_info.htm"/>
      <xs:enumeration value="cds_ri.htm"/>
      <xs:enumeration value="cds_stat.htm"/>
      <xs:enumeration value="champgui.htm"/>
      <xs:enumeration value="charnier.htm"/>
      <xs:enumeration value="chenal.htm"/>
      <xs:enumeration value="colin.htm"/>
      <xs:enumeration value="composit.htm"/>
      <xs:enumeration value="concours.htm"/>
      <xs:enumeration value="corridor.htm"/>
      <xs:enumeration value="depargil.htm"/>
      <xs:enumeration value="depotoir.htm"/>
      <xs:enumeration value="diaclase.htm"/>
      <xs:enumeration value="dolineff.htm"/>
      <xs:enumeration value="dolinent.htm"/>
      <xs:enumeration value="dolines.htm"/>
      <xs:enumeration value="doye.htm"/>
      <xs:enumeration value="eboulis.htm"/>
      <xs:enumeration value="ecoulibr.htm"/>
      <xs:enumeration value="ecrits.htm"/>
      <xs:enumeration value="emebouli.htm"/>
      <xs:enumeration value="emelibre.htm"/>
      <xs:enumeration value="emenoyee.htm"/>
      <xs:enumeration value="forcee.htm"/>
      <xs:enumeration value="form_avi.htm"/>
      <xs:enumeration value="form_cde.htm"/>
      <xs:enumeration value="fossile.htm"/>
      <xs:enumeration value="fossilno.htm"/>
      <xs:enumeration value="foules.htm"/>
      <xs:enumeration value="frachon1.htm"/>
      <xs:enumeration value="frachon2.htm"/>
      <xs:enumeration value="frachon3.htm"/>
      <xs:enumeration value="frachon4.htm"/>
      <xs:enumeration value="fraite.htm"/>
      <xs:enumeration value="frogtop.htm"/>
      <xs:enumeration value="gelifrac.htm"/>
      <xs:enumeration value="glace.htm"/>
      <xs:enumeration value="glanes.htm"/>
      <xs:enumeration value="gouffre.htm"/>
      <xs:enumeration value="grosgade.htm"/>
      <xs:enumeration value="grusse.htm"/>
      <xs:enumeration value="historiq.htm"/>
      <xs:enumeration value="index.htm"/>
      <xs:enumeration value="index.html"/>
      <xs:enumeration value="indsuite.htm"/>
      <xs:enumeration value="info_149.htm"/>
      <xs:enumeration value="info_150.htm"/>
      <xs:enumeration value="info_151.htm"/>
      <xs:enumeration value="info_152.htm"/>
      <xs:enumeration value="info_153.htm"/>
      <xs:enumeration value="info_154.htm"/>
      <xs:enumeration value="info_155.htm"/>
      <xs:enumeration value="info_156.htm"/>
      <xs:enumeration value="info_157.htm"/>
      <xs:enumeration value="info_158.htm"/>
      <xs:enumeration value="info_159.htm"/>
      <xs:enumeration value="info_160.htm"/>
      <xs:enumeration value="info_161.htm"/>
      <xs:enumeration value="info_162.htm"/>
      <xs:enumeration value="interstr.htm"/>
      <xs:enumeration value="jura.htm"/>
      <xs:enumeration value="juraspel.htm"/>
      <xs:enumeration value="lectures.htm"/>
      <xs:enumeration value="lienspre.htm"/>
      <xs:enumeration value="marmite.htm"/>
      <xs:enumeration value="meandre.htm"/>
      <xs:enumeration value="menouill.htm"/>
      <xs:enumeration value="menu_acc.htm"/>
      <xs:enumeration value="miroir.htm"/>
      <xs:enumeration value="moraine.htm"/>
      <xs:enumeration value="motscles.htm"/>
      <xs:enumeration value="moulins.htm"/>
      <xs:enumeration value="oblique.htm"/>
      <xs:enumeration value="paragene.htm"/>
      <xs:enumeration value="parrot.htm"/>
      <xs:enumeration value="perte.htm"/>
      <xs:enumeration value="poemes_1.htm"/>
      <xs:enumeration value="poemes_2.htm"/>
      <xs:enumeration value="poemes_3.htm"/>
      <xs:enumeration value="porche.htm"/>
      <xs:enumeration value="publica0.htm"/>
      <xs:enumeration value="publica1.htm"/>
      <xs:enumeration value="publica2.htm"/>
      <xs:enumeration value="puitsdia.htm"/>
      <xs:enumeration value="puitseff.htm"/>
      <xs:enumeration value="reculee.htm"/>
      <xs:enumeration value="rempliss.htm"/>
      <xs:enumeration value="salle.htm"/>
      <xs:enumeration value="secours.htm"/>
      <xs:enumeration value="semiacti.htm"/>
      <xs:enumeration value="siphpara.htm"/>
      <xs:enumeration value="siphsyng.htm"/>
      <xs:enumeration value="stou.htm"/>
      <xs:enumeration value="strateff.htm"/>
      <xs:enumeration value="structur.htm"/>
      <xs:enumeration value="t_baume.htm"/>
      <xs:enumeration value="t_boeuf.htm"/>
      <xs:enumeration value="t_cassot.htm"/>
      <xs:enumeration value="t_champg.htm"/>
      <xs:enumeration value="t_doye.htm"/>
      <xs:enumeration value="t_foule1.htm"/>
      <xs:enumeration value="t_foule2.htm"/>
      <xs:enumeration value="t_fraite.htm"/>
      <xs:enumeration value="t_grosga.htm"/>
      <xs:enumeration value="t_grusse.htm"/>
      <xs:enumeration value="t_men_co.htm"/>
      <xs:enumeration value="t_men_pl.htm"/>
      <xs:enumeration value="t_moulin.htm"/>
      <xs:enumeration value="t_stou.htm"/>
      <xs:enumeration value="tr_suite.htm"/>
      <xs:enumeration value="trombin1.htm"/>
      <xs:enumeration value="trombin2.htm"/>
      <xs:enumeration value="trombin3.htm"/>
      <xs:enumeration value="trombin4.htm"/>
      <xs:enumeration value="trombin5.htm"/>
      <xs:enumeration value="trombin6.htm"/>
      <xs:enumeration value="trombin7.htm"/>
      <xs:enumeration value="trombin8.htm"/>
      <xs:enumeration value="trouserr.htm"/>
      <xs:enumeration value="tubulair.htm"/>
      <xs:enumeration value="vagues.htm"/>
      <xs:enumeration value="valseche.htm"/>
      <xs:enumeration value="varves.htm"/>
      <xs:enumeration value="webspele.htm"/>
      <xs:enumeration value="yahoosel.htm"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>

element SITEWebDocumentAnchorFound
diagram
type xs:string
used by
element SITE
source
<xs:element name="SITEWebDocumentAnchorFound" type="xs:string"/>

element SITEWebDocumentAnchorNotFound
diagram
type xs:string
used by
element SITE
source
<xs:element name="SITEWebDocumentAnchorNotFound" type="xs:string"/>

element SITEWebDocumentDissected
diagram
type xs:string
used by
element SITE
source
<xs:element name="SITEWebDocumentDissected" type="xs:string"/>

element SITEWebDocumentFileNotFound
diagram
type xs:string
used by
element SITE
source
<xs:element name="SITEWebDocumentFileNotFound" type="xs:string"/>

element SITEWebDocumentFound
diagram
type xs:string
used by
element SITE
source
<xs:element name="SITEWebDocumentFound" type="xs:string"/>

element SITEWebDocumentImages
diagram
type xs:string
used by
element SITE
source
<xs:element name="SITEWebDocumentImages" type="xs:string"/>

element SITEWebDocumentMailTo
diagram
type xs:string
used by
element SITE
source
<xs:element name="SITEWebDocumentMailTo" type="xs:string"/>

element SITEWebDocumentReports
diagram
children SITEReportFile
used by
element SITE
source
<xs:element name="SITEWebDocumentReports">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="SITEReportFile" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element SITEWebDocumentUrls
diagram
type xs:string
used by
element SITE
source
<xs:element name="SITEWebDocumentUrls" type="xs:string"/>

element tagHTML
diagram
children tagHTMLAttr
used by
element SITEFile
attributes
Name  Type  Use  Default  Fixed  
TAGType  xs:NMTOKEN  required      
NBATTR  xs:NMTOKEN        
NUM  xs:NMTOKEN        
TYPELink  xs:string        
TAG  xs:NMTOKEN        
source
<xs:element name="tagHTML">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="tagHTMLAttr"/>
    </xs:choice>
    <xs:attribute name="TAGType" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="A"/>
          <xs:enumeration value="ADDRESS"/>
          <xs:enumeration value="AREA"/>
          <xs:enumeration value="B"/>
          <xs:enumeration value="BASE"/>
          <xs:enumeration value="BLOCKQUOTE"/>
          <xs:enumeration value="BODY"/>
          <xs:enumeration value="BR"/>
          <xs:enumeration value="CENTER"/>
          <xs:enumeration value="DL"/>
          <xs:enumeration value="DT"/>
          <xs:enumeration value="FONT"/>
          <xs:enumeration value="FORM"/>
          <xs:enumeration value="FRAME"/>
          <xs:enumeration value="FRAMESET"/>
          <xs:enumeration value="H1"/>
          <xs:enumeration value="H2"/>
          <xs:enumeration value="H3"/>
          <xs:enumeration value="H4"/>
          <xs:enumeration value="HEAD"/>
          <xs:enumeration value="HR"/>
          <xs:enumeration value="HTML"/>
          <xs:enumeration value="I"/>
          <xs:enumeration value="IMG"/>
          <xs:enumeration value="INPUT"/>
          <xs:enumeration value="LI"/>
          <xs:enumeration value="LINK"/>
          <xs:enumeration value="MAP"/>
          <xs:enumeration value="META"/>
          <xs:enumeration value="NOFRAMES"/>
          <xs:enumeration value="OL"/>
          <xs:enumeration value="OPTION"/>
          <xs:enumeration value="P"/>
          <xs:enumeration value="SCRIPT"/>
          <xs:enumeration value="SELECT"/>
          <xs:enumeration value="STRONG"/>
          <xs:enumeration value="TABLE"/>
          <xs:enumeration value="TD"/>
          <xs:enumeration value="TEXTAREA"/>
          <xs:enumeration value="TITLE"/>
          <xs:enumeration value="TR"/>
          <xs:enumeration value="U"/>
          <xs:enumeration value="UL"/>
          <xs:enumeration value="X-SAS-WINDOW"/>
          <xs:enumeration value="a"/>
          <xs:enumeration value="address"/>
          <xs:enumeration value="b"/>
          <xs:enumeration value="big"/>
          <xs:enumeration value="blockquote"/>
          <xs:enumeration value="body"/>
          <xs:enumeration value="center"/>
          <xs:enumeration value="div"/>
          <xs:enumeration value="dl"/>
          <xs:enumeration value="dt"/>
          <xs:enumeration value="font"/>
          <xs:enumeration value="form"/>
          <xs:enumeration value="frameset"/>
          <xs:enumeration value="h1"/>
          <xs:enumeration value="h2"/>
          <xs:enumeration value="h3"/>
          <xs:enumeration value="h4"/>
          <xs:enumeration value="head"/>
          <xs:enumeration value="html"/>
          <xs:enumeration value="i"/>
          <xs:enumeration value="li"/>
          <xs:enumeration value="map"/>
          <xs:enumeration value="meta"/>
          <xs:enumeration value="noframes"/>
          <xs:enumeration value="ol"/>
          <xs:enumeration value="p"/>
          <xs:enumeration value="script"/>
          <xs:enumeration value="select"/>
          <xs:enumeration value="small"/>
          <xs:enumeration value="strong"/>
          <xs:enumeration value="style"/>
          <xs:enumeration value="table"/>
          <xs:enumeration value="td"/>
          <xs:enumeration value="textarea"/>
          <xs:enumeration value="title"/>
          <xs:enumeration value="tr"/>
          <xs:enumeration value="u"/>
          <xs:enumeration value="ul"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="NBATTR">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="0"/>
          <xs:enumeration value="1"/>
          <xs:enumeration value="2"/>
          <xs:enumeration value="3"/>
          <xs:enumeration value="4"/>
          <xs:enumeration value="5"/>
          <xs:enumeration value="6"/>
          <xs:enumeration value="7"/>
          <xs:enumeration value="8"/>
          <xs:enumeration value="9"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="NUM">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="1"/>
          <xs:enumeration value="10"/>
          <xs:enumeration value="11"/>
          <xs:enumeration value="12"/>
          <xs:enumeration value="13"/>
          <xs:enumeration value="14"/>
          <xs:enumeration value="15"/>
          <xs:enumeration value="16"/>
          <xs:enumeration value="17"/>
          <xs:enumeration value="18"/>
          <xs:enumeration value="19"/>
          <xs:enumeration value="2"/>
          <xs:enumeration value="20"/>
          <xs:enumeration value="21"/>
          <xs:enumeration value="22"/>
          <xs:enumeration value="23"/>
          <xs:enumeration value="24"/>
          <xs:enumeration value="25"/>
          <xs:enumeration value="26"/>
          <xs:enumeration value="27"/>
          <xs:enumeration value="28"/>
          <xs:enumeration value="29"/>
          <xs:enumeration value="3"/>
          <xs:enumeration value="30"/>
          <xs:enumeration value="31"/>
          <xs:enumeration value="32"/>
          <xs:enumeration value="33"/>
          <xs:enumeration value="34"/>
          <xs:enumeration value="35"/>
          <xs:enumeration value="36"/>
          <xs:enumeration value="37"/>
          <xs:enumeration value="38"/>
          <xs:enumeration value="39"/>
          <xs:enumeration value="4"/>
          <xs:enumeration value="40"/>
          <xs:enumeration value="41"/>
          <xs:enumeration value="42"/>
          <xs:enumeration value="43"/>
          <xs:enumeration value="44"/>
          <xs:enumeration value="45"/>
          <xs:enumeration value="46"/>
          <xs:enumeration value="47"/>
          <xs:enumeration value="48"/>
          <xs:enumeration value="49"/>
          <xs:enumeration value="5"/>
          <xs:enumeration value="50"/>
          <xs:enumeration value="51"/>
          <xs:enumeration value="52"/>
          <xs:enumeration value="53"/>
          <xs:enumeration value="54"/>
          <xs:enumeration value="55"/>
          <xs:enumeration value="56"/>
          <xs:enumeration value="57"/>
          <xs:enumeration value="58"/>
          <xs:enumeration value="59"/>
          <xs:enumeration value="6"/>
          <xs:enumeration value="60"/>
          <xs:enumeration value="61"/>
          <xs:enumeration value="62"/>
          <xs:enumeration value="63"/>
          <xs:enumeration value="64"/>
          <xs:enumeration value="65"/>
          <xs:enumeration value="66"/>
          <xs:enumeration value="67"/>
          <xs:enumeration value="68"/>
          <xs:enumeration value="69"/>
          <xs:enumeration value="7"/>
          <xs:enumeration value="70"/>
          <xs:enumeration value="71"/>
          <xs:enumeration value="72"/>
          <xs:enumeration value="8"/>
          <xs:enumeration value="9"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="TYPELink" type="xs:string"/>
    <xs:attribute name="TAG">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="A"/>
          <xs:enumeration value="BODY"/>
          <xs:enumeration value="FORM"/>
          <xs:enumeration value="FRAME"/>
          <xs:enumeration value="IMG"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

element tagHTMLAttr
diagram
used by
element tagHTML
attributes
Name  Type  Use  Default  Fixed  
TAG  xs:NMTOKEN  required      
NUM  xs:NMTOKEN  required      
ATTRType  xs:NMTOKEN  required      
VALUE  xs:string  required      
source
<xs:element name="tagHTMLAttr">
  <xs:complexType>
    <xs:attribute name="TAG" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="A"/>
          <xs:enumeration value="AREA"/>
          <xs:enumeration value="BASE"/>
          <xs:enumeration value="BODY"/>
          <xs:enumeration value="FONT"/>
          <xs:enumeration value="FORM"/>
          <xs:enumeration value="FRAME"/>
          <xs:enumeration value="FRAMESET"/>
          <xs:enumeration value="HR"/>
          <xs:enumeration value="IMG"/>
          <xs:enumeration value="INPUT"/>
          <xs:enumeration value="MAP"/>
          <xs:enumeration value="META"/>
          <xs:enumeration value="P"/>
          <xs:enumeration value="SCRIPT"/>
          <xs:enumeration value="SELECT"/>
          <xs:enumeration value="TABLE"/>
          <xs:enumeration value="TD"/>
          <xs:enumeration value="TEXTAREA"/>
          <xs:enumeration value="X-SAS-WINDOW"/>
          <xs:enumeration value="div"/>
          <xs:enumeration value="meta"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="NUM" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="1"/>
          <xs:enumeration value="2"/>
          <xs:enumeration value="3"/>
          <xs:enumeration value="4"/>
          <xs:enumeration value="5"/>
          <xs:enumeration value="6"/>
          <xs:enumeration value="7"/>
          <xs:enumeration value="8"/>
          <xs:enumeration value="9"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="ATTRType" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="ALIGN"/>
          <xs:enumeration value="ALINK"/>
          <xs:enumeration value="ALT"/>
          <xs:enumeration value="BACKGROUND"/>
          <xs:enumeration value="BGCOLOR"/>
          <xs:enumeration value="BORDER"/>
          <xs:enumeration value="BOTTOM"/>
          <xs:enumeration value="CELLPADDING"/>
          <xs:enumeration value="CELLSPACING"/>
          <xs:enumeration value="COLOR"/>
          <xs:enumeration value="COLS"/>
          <xs:enumeration value="COORDS"/>
          <xs:enumeration value="Content"/>
          <xs:enumeration value="FACE"/>
          <xs:enumeration value="HEIGHT"/>
          <xs:enumeration value="HREF"/>
          <xs:enumeration value="LANGUAGE"/>
          <xs:enumeration value="LEFT"/>
          <xs:enumeration value="LINK"/>
          <xs:enumeration value="NAME"/>
          <xs:enumeration value="NORESIZE"/>
          <xs:enumeration value="Name"/>
          <xs:enumeration value="RIGHT"/>
          <xs:enumeration value="ROWS"/>
          <xs:enumeration value="SHAPE"/>
          <xs:enumeration value="SIZE"/>
          <xs:enumeration value="SRC"/>
          <xs:enumeration value="TARGET"/>
          <xs:enumeration value="TEXT"/>
          <xs:enumeration value="TOP"/>
          <xs:enumeration value="TYPE"/>
          <xs:enumeration value="USEMAP"/>
          <xs:enumeration value="VALIGN"/>
          <xs:enumeration value="VALUE"/>
          <xs:enumeration value="VLINK"/>
          <xs:enumeration value="WIDTH"/>
          <xs:enumeration value="X-SAS-UseImageHeight"/>
          <xs:enumeration value="X-SAS-UseImageWidth"/>
          <xs:enumeration value="action"/>
          <xs:enumeration value="align"/>
          <xs:enumeration value="background"/>
          <xs:enumeration value="bgcolor"/>
          <xs:enumeration value="charset"/>
          <xs:enumeration value="cols"/>
          <xs:enumeration value="content"/>
          <xs:enumeration value="http-equiv"/>
          <xs:enumeration value="leftmargin"/>
          <xs:enumeration value="method"/>
          <xs:enumeration value="name"/>
          <xs:enumeration value="onload"/>
          <xs:enumeration value="onunload"/>
          <xs:enumeration value="topmargin"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="VALUE" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>


XML Schema documentation generated with
XML Spy Schema Editor www.xmlspy.com