[GeoNetwork-users] problem with validation

I have a problem. I tried to add xml file (included at the end of post)
(using batch import) using iso19139 schema in two ways. First without
validation and it works. But when i tried to do this with validation an
error occurs:

2007-07-16 09:41:11,953 DEBUG [jeeves.webapp.util.import] - Importing :
C:\pliki_XML\iso19139_nasze\modyfikowane\map_nowy.xml
2007-07-16 09:41:14,093 ERROR [jeeves.service] - Exception when executing
service
2007-07-16 09:41:14,093 ERROR [jeeves.service] - (C) Exc :
org.jdom.JDOMException: Exception in startElement: cvc-complex-type.2.4.a:
Invalid content was found starting with element 'Anchor'. One of '{"
http://www.isotc211.org/2005/gco":CharacterString\}' is expected.
2007-07-16 09:41:14,093 DEBUG [jeeves.service] - Raised exception while
executing service
<error id="error">
  <message>Exception in startElement: cvc-complex-type.2.4.a: Invalid
content was found starting with element 'Anchor'. One of
'{"http://www.isotc211.org/2005/gco ":CharacterString}' is
expected.</message>
  <class>SAXException</class>
  <stack>
    <at class="org.jdom.transform.JDOMSource$DocumentReader"
file="JDOMSource.java " line="483" method="parse" />
    <at
class="com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl"
file="???" line="-1" method="process" />
    <at
class="com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl"
file="???" line="-1" method="validate" />
    <at class="javax.xml.validation.Validator " file="???" line="-1"
method="validate" />
    <at class="jeeves.utils.Xml" file="Xml.java" line="231"
method="validate" />
    <at class=" org.fao.geonet.kernel.DataManager" file="DataManager.java"
line="275" method="validate" />
    <at class="org.fao.geonet.services.metadata.ImportFromDir"
file="ImportFromDir.java " line="164" method="standardImport" />
    <at class="org.fao.geonet.services.metadata.ImportFromDir"
file="ImportFromDir.java" line="116" method="exec" />
    <at class="jeeves.server.dispatchers.ServiceInfo"
file="ServiceInfo.java" line="226" method="execService" />
    <at class="jeeves.server.dispatchers.ServiceInfo "
file="ServiceInfo.java" line="129" method="execServices" />
  </stack>
  <request>
    <language>en</language>
    <service>util.import</service>
  </request>
</error>

I think my xml file is correct, but I couldn't validate it with any external
application, because your schema (iso19139) is separated on many different
files and it can't be validated with external program.

My XML file:

<?xml version="1.0" encoding="utf-8"?>
<MD_Metadata xmlns="http://www.isotc211.org/2005/gmd&quot;
uuid="3b791ec3-2e60-46e1-a7c6-f60f8ef89511"
xmlns:xlink="http://www.w3.org/1999/xlink&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
xmlns:gco="http://www.isotc211.org/2005/gco&quot;
xmlns:gml="http://www.isotc211.org/2005/gml&quot;
xmlns:gmx="http://www.isotc211.org/2005/gmx&quot;&gt;
  <fileIdentifier>
   
<gco:CharacterString>3b791ec3-2e60-46e1-a7c6-f60f8ef89511</gco:CharacterString>
  </fileIdentifier>
  <language>
    <gco:CharacterString>pol</gco:CharacterString>
  </language>
  <characterSet>
    <MD_CharacterSetCode
codeList="./resources/codeList.xml#MD_CharacterSetCode"
codeListValue="utf8">utf8</MD_CharacterSetCode>
  </characterSet>
  <parentIdentifier>
   
<gco:CharacterString>7e4a8b2f-cf20-4954-807a-52edfeacb21e</gco:CharacterString>
  </parentIdentifier>
  <hierarchyLevel>
    <MD_ScopeCode codeList="./resources/codeList.xml#MD_ScopeCode"
codeListValue="dataset">dataset</MD_ScopeCode>
  </hierarchyLevel>
  <contact>
    <CI_ResponsibleParty uuid="8">
      <organisationName>
        <gco:CharacterString>Biuro Geodety WojewĂłdztwa Mazowieckiego w
Warszawie (BGWM)</gco:CharacterString>
      </organisationName>
      <contactInfo>
        <CI_Contact uuid="1">
          <phone>
            <CI_Telephone>
              <voice>
                <gco:CharacterString>+480228277046</gco:CharacterString>
              </voice>
              <facsimile>
                <gco:CharacterString>+480228288459</gco:CharacterString>
              </facsimile>
            </CI_Telephone>
          </phone>
          <address>
            <CI_Address>
              <deliveryPoint>
                <gco:CharacterString>Al. Jerozolimskie
28</gco:CharacterString>
              </deliveryPoint>
              <city>
                <gco:CharacterString>Warszawa</gco:CharacterString>
              </city>
              <administrativeArea>
                <gco:CharacterString>Miasto st.
Warszawa</gco:CharacterString>
              </administrativeArea>
              <postalCode>
                <gco:CharacterString>00-024</gco:CharacterString>
              </postalCode>
              <country>
                <gco:CharacterString>Polska</gco:CharacterString>
              </country>
              <electronicMailAddress>
                <gco:CharacterString>bgwm@anonymised.com</gco:CharacterString>
              </electronicMailAddress>
            </CI_Address>
          </address>
          <onlineResource>
            <CI_OnlineResource>
              <linkage>
                <URL>http://www.bgwm.pl</URL>
              </linkage>
            </CI_OnlineResource>
          </onlineResource>
          <hoursOfService>
            <gco:CharacterString>Godziny pracy w dni powszednie 7.45-15.45.
W weekendy zamknięte.</gco:CharacterString>
          </hoursOfService>
        </CI_Contact>
      </contactInfo>
      <role>
        <CI_RoleCode codeList="./resources/codeList.xml#CI_RoleCode"
codeListValue="author">author</CI_RoleCode>
      </role>
    </CI_ResponsibleParty>
  </contact>
  <dateStamp>
    <gco:DateTime>2007-06-19T15:30:58</gco:DateTime>
  </dateStamp>
  <metadataStandardName>
    <gco:CharacterString>ISO 19115 Geographic Information -
Metadata</gco:CharacterString>
  </metadataStandardName>
  <metadataStandardVersion>
    <gco:CharacterString>First Edition 2003-05-01</gco:CharacterString>
  </metadataStandardVersion>
  <referenceSystemInfo>
    <MD_ReferenceSystem uuid="4">
      <referenceSystemIdentifier>
        <RS_Identifier>
          <authority>
            <CI_Citation>
              <title>
                <gco:CharacterString>EPSG Geodetic Parameter Dataset v
6.12</gco:CharacterString>
              </title>
              <date>
                <CI_Date>
                  <date>
                    <gco:Date>2007-02-02</gco:Date>
                  </date>
                  <dateType>
                    <CI_DateTypeCode
codeList="./resources/codeList.xml#CI_DateTypeCode"
codeListValue="revision">revision</CI_DateTypeCode>
                  </dateType>
                </CI_Date>
              </date>
              <citedResponsibleParty>
                <CI_ResponsibleParty uuid="36">
                  <organisationName>
                    <gco:CharacterString>European Petroleum Survey
Group</gco:CharacterString>
                  </organisationName>
                  <contactInfo>
                    <CI_Contact uuid="5">
                      <phone>
                        <CI_Telephone>
                          <voice>
                           
<gco:CharacterString>+442076330272</gco:CharacterString>
                          </voice>
                          <facsimile>
                           
<gco:CharacterString>+442076332350</gco:CharacterString>
                          </facsimile>
                        </CI_Telephone>
                      </phone>
                      <address>
                        <CI_Address>
                          <deliveryPoint>
                            <gco:CharacterString>209-215 Blackfriars
Road</gco:CharacterString>
                          </deliveryPoint>
                          <city>
                           
<gco:CharacterString>London</gco:CharacterString>
                          </city>
                          <administrativeArea>
                           
<gco:CharacterString>Southwark</gco:CharacterString>
                          </administrativeArea>
                          <postalCode>
                            <gco:CharacterString>SE1
8NL</gco:CharacterString>
                          </postalCode>
                          <country>
                            <gco:CharacterString>United
Kingdom</gco:CharacterString>
                          </country>
                          <electronicMailAddress>
                           
<gco:CharacterString>reception@anonymised.com</gco:CharacterString>
                          </electronicMailAddress>
                        </CI_Address>
                      </address>
                      <onlineResource>
                        <CI_OnlineResource>
                          <linkage>
                            <URL>http://www.ogp.org.uk</URL>
                          </linkage>
                        </CI_OnlineResource>
                      </onlineResource>
                    </CI_Contact>
                  </contactInfo>
                  <role>
                    <CI_RoleCode
codeList="./resources/codeList.xml#CI_RoleCode"
codeListValue="publisher">publisher</CI_RoleCode>
                  </role>
                </CI_ResponsibleParty>
              </citedResponsibleParty>
            </CI_Citation>
          </authority>
          <code>
            <Anchor
xlink:href="http://www.epsg.org/databases/epsg-v6_12.zip&quot;&gt;3120&lt;/Anchor&gt;
          </code>
        </RS_Identifier>
      </referenceSystemIdentifier>
    </MD_ReferenceSystem>
  </referenceSystemInfo>
  <series xlink:href="./mapa_topo_10000_seria.xml" xlink:type="simple"/>
  <identificationInfo>
    <MD_DataIdentification>
      <citation>
        <CI_Citation>
          <title>
            <gco:CharacterString>123.243</gco:CharacterString>
          </title>
          <alternateTitle>
            <gco:CharacterString>Ĺ»dĹĽary</gco:CharacterString>
          </alternateTitle>
          <date>
            <CI_Date>
              <date>
                <gco:Date>1984</gco:Date>
              </date>
              <dateType>
                <CI_DateTypeCode
codeList="./resources/codeList.xml#CI_DateTypeCode"
codeListValue="creation">creation</CI_DateTypeCode>
              </dateType>
            </CI_Date>
          </date>
          <date>
            <CI_Date>
              <date>
                <gco:Date>1984</gco:Date>
              </date>
              <dateType>
                <CI_DateTypeCode
codeList="./resources/codeList.xml#CI_DateTypeCode"
codeListValue="publication">publication</CI_DateTypeCode>
              </dateType>
            </CI_Date>
          </date>
          <citedResponsibleParty>
            <CI_ResponsibleParty uuid="31">
              <organisationName>
                <gco:CharacterString>Skarb PaĹ„stwa</gco:CharacterString>
              </organisationName>
              <role>
                <CI_RoleCode codeList="./resources/codeList.xml#CI_RoleCode"
codeListValue="owner">owner</CI_RoleCode>
              </role>
            </CI_ResponsibleParty>
          </citedResponsibleParty>
          <citedResponsibleParty>
            <CI_ResponsibleParty uuid="42">
              <organisationName>
                <gco:CharacterString>GĹ‚Ăłwny Geodeta
Kraju</gco:CharacterString>
              </organisationName>
              <contactInfo>
                <CI_Contact uuid="5">
                  <phone>
                    <CI_Telephone>
                      <voice>
                       
<gco:CharacterString>+480226212973</gco:CharacterString>
                      </voice>
                      <facsimile>
                       
<gco:CharacterString>+480226291867</gco:CharacterString>
                      </facsimile>
                    </CI_Telephone>
                  </phone>
                  <address>
                    <CI_Address>
                      <deliveryPoint>
                        <gco:CharacterString>ul. WspĂłlna
2</gco:CharacterString>
                      </deliveryPoint>
                      <city>
                        <gco:CharacterString>Warszawa</gco:CharacterString>
                      </city>
                      <administrativeArea>
                        <gco:CharacterString>Miasto st.
Warszawa</gco:CharacterString>
                      </administrativeArea>
                      <postalCode>
                        <gco:CharacterString>00-926</gco:CharacterString>
                      </postalCode>
                      <country>
                        <gco:CharacterString>Polska</gco:CharacterString>
                      </country>
                      <electronicMailAddress>
                       
<gco:CharacterString>gugik@anonymised.com</gco:CharacterString>
                      </electronicMailAddress>
                    </CI_Address>
                  </address>
                  <onlineResource>
                    <CI_OnlineResource>
                      <linkage>
                        <URL>http://www.gugik.gov.pl</URL>
                      </linkage>
                    </CI_OnlineResource>
                  </onlineResource>
                </CI_Contact>
              </contactInfo>
              <role>
                <CI_RoleCode codeList="./resources/codeList.xml#CI_RoleCode"
codeListValue="publisher">publisher</CI_RoleCode>
              </role>
            </CI_ResponsibleParty>
          </citedResponsibleParty>
          <presentationForm>
            <CI_PresentationFormCode
codeList="./resources/codeList.xml#CI_PresentationFormCode"
codeListValue="mapDigital">mapDigital</CI_PresentationFormCode>
          </presentationForm>
        </CI_Citation>
      </citation>
      <abstract>
        <gco:CharacterString>Szczegółowe przedstawienie terenu w skali
1:10 000. Treścią mapy są elementy krajobrazu takie jak ukształtowanie i
jego pokrycie: wody, szata roślinna, osiedla, drogi, granice
administracyjne itp. W każdej mapie rozróżnia się obraz kartograficzny,
osnowÄ™ matematycznÄ…, elementy pomocnicze i dane
uzupełniające.</gco:CharacterString>
      </abstract>
      <purpose>
        <gco:CharacterString>Wykonanie opracowania
kartograficznego</gco:CharacterString>
      </purpose>
      <status>
        <MD_ProgressCode codeList="./resources/codeList.xml#MD_ProgressCode"
codeListValue="completed">completed</MD_ProgressCode>
      </status>
      <pointOfContact>
        <CI_ResponsibleParty uuid="1">
          <organisationName>
            <gco:CharacterString>Biuro Geodety WojewĂłdztwa Mazowieckiego w
Warszawie (BGWM)</gco:CharacterString>
          </organisationName>
          <contactInfo>
            <CI_Contact uuid="1">
              <phone>
                <CI_Telephone>
                  <voice>
                    <gco:CharacterString>+480228277046</gco:CharacterString>
                  </voice>
                  <facsimile>
                    <gco:CharacterString>+480228288459</gco:CharacterString>
                  </facsimile>
                </CI_Telephone>
              </phone>
              <address>
                <CI_Address>
                  <deliveryPoint>
                    <gco:CharacterString>Al. Jerozolimskie
28</gco:CharacterString>
                  </deliveryPoint>
                  <city>
                    <gco:CharacterString>Warszawa</gco:CharacterString>
                  </city>
                  <administrativeArea>
                    <gco:CharacterString>Miasto st.
Warszawa</gco:CharacterString>
                  </administrativeArea>
                  <postalCode>
                    <gco:CharacterString>00-024</gco:CharacterString>
                  </postalCode>
                  <country>
                    <gco:CharacterString>Polska</gco:CharacterString>
                  </country>
                  <electronicMailAddress>
                    <gco:CharacterString>bgwm@anonymised.com</gco:CharacterString>
                  </electronicMailAddress>
                </CI_Address>
              </address>
              <onlineResource>
                <CI_OnlineResource>
                  <linkage>
                    <URL>http://www.bgwm.pl</URL>
                  </linkage>
                </CI_OnlineResource>
              </onlineResource>
              <hoursOfService>
                <gco:CharacterString>Godziny pracy w dni powszednie
7.45-15.45. W weekendy zamknięte.</gco:CharacterString>
              </hoursOfService>
            </CI_Contact>
          </contactInfo>
          <role>
            <CI_RoleCode codeList="./resources/codeList.xml#CI_RoleCode"
codeListValue="pointOfContact">pointOfContact</CI_RoleCode>
          </role>
        </CI_ResponsibleParty>
      </pointOfContact>
      <resourceMaintenance>
        <MD_MaintenanceInformation>
          <maintenanceAndUpdateFrequency>
            <MD_MaintenanceFrequencyCode
codeList="./resources/codeList.xml#MD_MaintenanceFrequencyCode"
codeListValue="notPlanned">notPlanned</MD_MaintenanceFrequencyCode>
          </maintenanceAndUpdateFrequency>
          <maintenanceNote gco:nilReason="inapplicable" />
        </MD_MaintenanceInformation>
      </resourceMaintenance>
      <graphicOverview>
        <MD_BrowseGraphic>
          <fileName>
            <FileName
src="http://www.gismazowsza.pl/database/mdGrapOvView/040_mtopo10a92.jpg&quot;&gt;PrzeglÄ…danie&lt;/FileName&gt;
          </fileName>
          <fileDescription>
            <gco:CharacterString>Fragment mapy
topograficznej.</gco:CharacterString>
          </fileDescription>
          <fileType>
            <gmx:MimeFileType type="image/jpeg">Plik graficzny
JPEG</gmx:MimeFileType>
          </fileType>
        </MD_BrowseGraphic>
      </graphicOverview>
      <resourceFormat>
        <MD_Format uuid="14">
          <name>
            <gco:CharacterString>tiff</gco:CharacterString>
          </name>
          <version gco:nilReason="unknown" />
        </MD_Format>
      </resourceFormat>
      <descriptiveKeywords>
        <MD_Keywords>
          <keyword>
            <gco:CharacterString>topografia</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>drogi</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>koleje</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>hydrografia</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>miejscowoĹ›ci</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>transport</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>rzeĹşba terenu</gco:CharacterString>
          </keyword>
          <type>
            <MD_KeywordTypeCode
codeList="./resources/codeList.xml#MD_KeywordTypeCode"
codeListValue="theme">theme</MD_KeywordTypeCode>
          </type>
        </MD_Keywords>
      </descriptiveKeywords>
      <descriptiveKeywords>
        <MD_Keywords>
          <keyword>
            <gco:CharacterString>MĹ‚awa</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Chorzele</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>OstroĹ‚Ä™ka</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>CiechanĂłw</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>PuĹ‚tusk</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Siedlce</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>BiaĹ‚obrzegi</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Nowe Miasto n.
PilicÄ…</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Przysucha</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Wiskitki</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Warszawa</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>aglomeracja
warszawska</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Ĺ»elechĂłw</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Radom</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Garwolin</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Pionki</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Kozienice</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Warka</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>GĂłra Kalwaria</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Łaskarzew</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Pilawa</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>ZwoleĹ„</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>SzydĹ‚owiec</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Nowy DwĂłr Mazowiecki</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Zakroczym</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>PĹ‚ock</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Grodzisk Mazowiecki</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>MilanĂłwek</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>BrwinĂłw</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>Legionowo</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>WyszkĂłw</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>powiat sierpecki</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>powiat pĹ‚ocki</gco:CharacterString>
          </keyword>
          <keyword>
            <gco:CharacterString>powiat ĹĽuromiĹ„ski</gco:CharacterString>
          </keyword>
          <type>
            <MD_KeywordTypeCode
codeList="./resources/codeList.xml#MD_KeywordTypeCode"
codeListValue="place">place</MD_KeywordTypeCode>
          </type>
        </MD_Keywords>
      </descriptiveKeywords>
      <resourceConstraints>
        <MD_LegalConstraints uuid="1">
          <accessConstraints>
            <MD_RestrictionCode
codeList="./resources/codeList.xml#MD_RestrictionCode"
codeListValue="license">license</MD_RestrictionCode>
          </accessConstraints>
          <useConstraints>
            <MD_RestrictionCode
codeList="./resources/codeList.xml#MD_RestrictionCode"
codeListValue="license">license</MD_RestrictionCode>
          </useConstraints>
          <otherConstraints>
            <gco:CharacterString>Rozpowszechnianie, rozprowadzanie oraz
reprodukowanie w celu rozpowszechniania i rozprowadzania map, materiałów
fotogrametrycznych i teledetekcyjnych, stanowiących państwowy zasób
geodezyjny i kartograficzny wymaga zezwolenia marszałka województwa
zgodnie z art. 18 Prawa geodezyjnego i kartograficznego (Dz.U. z 2000r. Nr
100 poz. 1086 z póź. zm.).</gco:CharacterString>
          </otherConstraints>
        </MD_LegalConstraints>
      </resourceConstraints>
      <resourceConstraints>
        <MD_SecurityConstraints>
          <classification>
            <MD_ClassificationCode
codeList="./resources/codeList.xml#MD_ClassificationCode"
codeListValue="unclassified">unclassified</MD_ClassificationCode>
          </classification>
        </MD_SecurityConstraints>
      </resourceConstraints>
      <spatialRepresentationType>
        <MD_SpatialRepresentationTypeCode
codeList="./resources/codeList.xml#MD_SpatialRepresentationTypeCode"
codeListValue="vector">vector</MD_SpatialRepresentationTypeCode>
      </spatialRepresentationType>
      <spatialRepresentationType>
        <MD_SpatialRepresentationTypeCode
codeList="./resources/codeList.xml#MD_SpatialRepresentationTypeCode"
codeListValue="grid">grid</MD_SpatialRepresentationTypeCode>
      </spatialRepresentationType>
      <spatialResolution>
        <MD_Resolution>
          <equivalentScale>
            <MD_RepresentativeFraction>
              <denominator>
                <gco:Integer>10000</gco:Integer>
              </denominator>
            </MD_RepresentativeFraction>
          </equivalentScale>
        </MD_Resolution>
      </spatialResolution>
      <language>
        <gco:CharacterString>pol</gco:CharacterString>
      </language>
      <topicCategory>
       
<MD_TopicCategoryCode>imageryBaseMapsEarthCover</MD_TopicCategoryCode>
      </topicCategory>
      <extent>
        <EX_Extent>
          <geographicElement>
            <EX_GeographicBoundingBox uuid="10">
              <westBoundLongitude>
                <gco:Decimal>20.433242</gco:Decimal>
              </westBoundLongitude>
              <eastBoundLongitude>
                <gco:Decimal>20.548283</gco:Decimal>
              </eastBoundLongitude>
              <southBoundLatitude>
                <gco:Decimal>51.639095</gco:Decimal>
              </southBoundLatitude>
              <northBoundLatitude>
                <gco:Decimal>51.684617</gco:Decimal>
              </northBoundLatitude>
            </EX_GeographicBoundingBox>
          </geographicElement>
          <temporalElement>
            <EX_TemporalExtent>
              <extent>
                <gml:TimeInstant>
                  <gml:timePosition>1984</gml:timePosition>
                </gml:TimeInstant>
              </extent>
            </EX_TemporalExtent>
          </temporalElement>
        </EX_Extent>
      </extent>
    </MD_DataIdentification>
  </identificationInfo>
  <distributionInfo>
    <MD_Distribution>
      <distributionFormat>
        <MD_Format uuid="14">
          <name>
            <gco:CharacterString>tiff</gco:CharacterString>
          </name>
          <version gco:nilReason="unknown" />
        </MD_Format>
      </distributionFormat>
      <distributor>
        <MD_Distributor>
          <distributorContact>
            <CI_ResponsibleParty uuid="6">
              <organisationName>
                <gco:CharacterString>Biuro Geodety WojewĂłdztwa
Mazowieckiego w Warszawie (BGWM)</gco:CharacterString>
              </organisationName>
              <contactInfo>
                <CI_Contact uuid="1">
                  <phone>
                    <CI_Telephone>
                      <voice>
                       
<gco:CharacterString>+480228277046</gco:CharacterString>
                      </voice>
                      <facsimile>
                       
<gco:CharacterString>+480228288459</gco:CharacterString>
                      </facsimile>
                    </CI_Telephone>
                  </phone>
                  <address>
                    <CI_Address>
                      <deliveryPoint>
                        <gco:CharacterString>Al. Jerozolimskie
28</gco:CharacterString>
                      </deliveryPoint>
                      <city>
                        <gco:CharacterString>Warszawa</gco:CharacterString>
                      </city>
                      <administrativeArea>
                        <gco:CharacterString>Miasto st.
Warszawa</gco:CharacterString>
                      </administrativeArea>
                      <postalCode>
                        <gco:CharacterString>00-024</gco:CharacterString>
                      </postalCode>
                      <country>
                        <gco:CharacterString>Polska</gco:CharacterString>
                      </country>
                      <electronicMailAddress>
                       
<gco:CharacterString>bgwm@anonymised.com</gco:CharacterString>
                      </electronicMailAddress>
                    </CI_Address>
                  </address>
                  <onlineResource>
                    <CI_OnlineResource>
                      <linkage>
                        <URL>http://www.bgwm.pl</URL>
                      </linkage>
                    </CI_OnlineResource>
                  </onlineResource>
                  <hoursOfService>
                    <gco:CharacterString>Godziny pracy w dni powszednie
7.45-15.45. W weekendy zamknięte.</gco:CharacterString>
                  </hoursOfService>
                </CI_Contact>
              </contactInfo>
              <role>
                <CI_RoleCode codeList="./resources/codeList.xml#CI_RoleCode"
codeListValue="distributor">distributor</CI_RoleCode>
              </role>
            </CI_ResponsibleParty>
          </distributorContact>
          <distributionOrderProcess>
            <MD_StandardOrderProcess>
              <fees>
                <gco:CharacterString>NaleĹĽność za udostÄ™pnione
materiały zostanie naliczona według Rozporządzenia Ministra
Infrastruktury z dnia 19 lutego 2004r.w sprawie wysokości opłat za
czynności geodezyjne i kartograficzne oraz udzielanie informacji, a także
za wykonywanie wyrysĂłw i wypisĂłw z operatu ewidencyjnego, Zarz. nr 8/2003
GWM z dnia 25.03.2003r. w sprawie wprowadzenia cennika na usługi geodezyjne
wykonywane w Biurze GWM w Warszawie Zarz. nr 7/2004 GWM z dnia 31.05.2004r.
w sprawie zmiany cennika cen umownych BGWM nr1/2003/um, Zarz. nr 15/2003 GWM
z dnia 24.12.2003r. w/s ust. cen map topograficznych oraz innych
materiałów drukowanych stanowiących wojewódzki zasób geodezyjny i
kartograficzny, Zarz. nr 3/2004 GWM z dnia 25.02.2004r. w/s ust. cen
sprzedaĹĽy map drukowanych stanowiÄ…cych wojewĂłdzki zasĂłb geodezyjny i
kartograficzny, Zarz. nr 4/2004 GWM z dnia 04.03.2004r. w/s ust. cen map
topograficznych stanowiÄ…cych wojewĂłdzki zasĂłb geodezyjny i
kartograficzny, Zarz. nr 8/2004 GWM z dnia 30.07.2004r. w/s ust. cen
sprzedaĹĽy wydrukĂłw map stanowiÄ…cych wojewĂłdzki zasĂłb geodezyjny i
kartograficzny z możliwością zmian i uzupełniania danych w przypadku
zmian przepisów i zarządzeń</gco:CharacterString>
              </fees>
              <orderingInstructions>
                <gco:CharacterString>W celu zamĂłwienia danych naleĹĽy
złożyć zamówienie osobiście, drogą pocztową lub przez e-mail. Wzór
zamówienia dostępny jest na stronie internetowej www.bgwm.pl w zakładce
"dostepne pliki".</gco:CharacterString>
              </orderingInstructions>
              <turnaround>
                <gco:CharacterString>Maksymalny czas oczekiwania dwa
tygodnie.</gco:CharacterString>
              </turnaround>
            </MD_StandardOrderProcess>
          </distributionOrderProcess>
        </MD_Distributor>
      </distributor>
      <distributor>
        <MD_Distributor>
          <distributorContact>
            <CI_ResponsibleParty uuid="16">
              <organisationName>
                <gco:CharacterString>Centralny OĹ›rodek Dokumentacji
Geodezyjnej i Kartograficznej</gco:CharacterString>
              </organisationName>
              <contactInfo>
                <CI_Contact uuid="6">
                  <phone>
                    <CI_Telephone>
                      <voice>
                       
<gco:CharacterString>+480225322501</gco:CharacterString>
                      </voice>
                      <facsimile>
                       
<gco:CharacterString>+480225322596</gco:CharacterString>
                      </facsimile>
                    </CI_Telephone>
                  </phone>
                  <address>
                    <CI_Address>
                      <deliveryPoint>
                        <gco:CharacterString>ul. Jana Olbrachta
94</gco:CharacterString>
                      </deliveryPoint>
                      <city>
                        <gco:CharacterString>Warszawa</gco:CharacterString>
                      </city>
                      <administrativeArea>
                        <gco:CharacterString>Miasto st.
Warszawa</gco:CharacterString>
                      </administrativeArea>
                      <postalCode>
                        <gco:CharacterString>01-102</gco:CharacterString>
                      </postalCode>
                      <country>
                        <gco:CharacterString>Polska</gco:CharacterString>
                      </country>
                      <electronicMailAddress>
                       
<gco:CharacterString>codgik@anonymised.com</gco:CharacterString>
                      </electronicMailAddress>
                    </CI_Address>
                  </address>
                  <onlineResource>
                    <CI_OnlineResource>
                      <linkage>
                        <URL>http://www.codgik.gov.pl</URL>
                      </linkage>
                    </CI_OnlineResource>
                  </onlineResource>
                </CI_Contact>
              </contactInfo>
              <role>
                <CI_RoleCode codeList="./resources/codeList.xml#CI_RoleCode"
codeListValue="distributor">distributor</CI_RoleCode>
              </role>
            </CI_ResponsibleParty>
          </distributorContact>
        </MD_Distributor>
      </distributor>
      <transferOptions>
        <MD_DigitalTransferOptions>
          <unitsOfDistribution>
            <gco:CharacterString>Arkusz w podziale sekcyjnym 1:10
000</gco:CharacterString>
          </unitsOfDistribution>
        </MD_DigitalTransferOptions>
      </transferOptions>
      <transferOptions>
        <MD_DigitalTransferOptions>
          <unitsOfDistribution>
            <gco:CharacterString>Arkusz w podziale sekcyjnym 1:10
000</gco:CharacterString>
          </unitsOfDistribution>
        </MD_DigitalTransferOptions>
      </transferOptions>
      <transferOptions>
        <MD_DigitalTransferOptions>
          <unitsOfDistribution>
            <gco:CharacterString>Arkusz w podziale sekcyjnym 1:10
000</gco:CharacterString>
          </unitsOfDistribution>
        </MD_DigitalTransferOptions>
      </transferOptions>
    </MD_Distribution>
  </distributionInfo>
</MD_Metadata>

--
View this message in context: http://www.nabble.com/problem-with-validation-tf4085948s18419.html#a11613198
Sent from the geonetwork-users mailing list archive at Nabble.com.