HALE: GML validation errorsWhy doesn't the gml 3.1.1 schema validate with xmllint?GML - Multi-geometry...

Can produce flame be used to grapple, or as an unarmed strike, in the right circumstances?

Extreme, but not acceptable situation and I can't start the work tomorrow morning

Some basic questions on halt and move in Turing machines

Landlord wants to switch my lease to a "Land contract" to "get back at the city"

Is there a way to make member function NOT callable from constructor?

Was there ever an axiom rendered a theorem?

Are objects structures and/or vice versa?

Mapping arrows in commutative diagrams

Lied on resume at previous job

COUNT(id) or MAX(id) - which is faster?

How to manage monthly salary

Is Fable (1996) connected in any way to the Fable franchise from Lionhead Studios?

What is the meaning of "of trouble" in the following sentence?

Information to fellow intern about hiring?

Is it possible to make sharp wind that can cut stuff from afar?

What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?

Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?

What does 'script /dev/null' do?

Why do we use polarized capacitors?

Unbreakable Formation vs. Cry of the Carnarium

How would photo IDs work for shapeshifters?

Pristine Bit Checking

Why is making salt water prohibited on Shabbat?

"My colleague's body is amazing"



HALE: GML validation errors


Why doesn't the gml 3.1.1 schema validate with xmllint?GML - Multi-geometry validationConsuming gml generated by sql server As.GML()GML code with two objectsHow to get GML layer CRS with OGR Python?How to fix a mirrored GML file in ArcMap (Latitude & Longitude values reversed)Convert GeoJSON to GML using an old GeoTools libraryTransform GML to Geometry (PostGIS) in GeoKettleOpen with QGIS a GML file (INSPIRE schema) created with hale studioGML validation errors with FME






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I try to export a GML file from HALE editor but the validation has always errors with this text:



 The value '' of attribute 'gml:id' on element 'ps:ProtectedSite' is not valid with respect to its type, 'ID'., on line_, column_

'' is not valid value for 'NCName' on line_, column_


Anybody can help me how to fix this errors?










share|improve this question
















bumped to the homepage by Community 29 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • what did you set the ID to be? and the NCName?

    – Ian Turton
    Aug 9 '16 at 14:49











  • id was mapping to ID and i didn't find NCName

    – mrbandy
    Aug 10 '16 at 7:24


















0















I try to export a GML file from HALE editor but the validation has always errors with this text:



 The value '' of attribute 'gml:id' on element 'ps:ProtectedSite' is not valid with respect to its type, 'ID'., on line_, column_

'' is not valid value for 'NCName' on line_, column_


Anybody can help me how to fix this errors?










share|improve this question
















bumped to the homepage by Community 29 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • what did you set the ID to be? and the NCName?

    – Ian Turton
    Aug 9 '16 at 14:49











  • id was mapping to ID and i didn't find NCName

    – mrbandy
    Aug 10 '16 at 7:24














0












0








0








I try to export a GML file from HALE editor but the validation has always errors with this text:



 The value '' of attribute 'gml:id' on element 'ps:ProtectedSite' is not valid with respect to its type, 'ID'., on line_, column_

'' is not valid value for 'NCName' on line_, column_


Anybody can help me how to fix this errors?










share|improve this question
















I try to export a GML file from HALE editor but the validation has always errors with this text:



 The value '' of attribute 'gml:id' on element 'ps:ProtectedSite' is not valid with respect to its type, 'ID'., on line_, column_

'' is not valid value for 'NCName' on line_, column_


Anybody can help me how to fix this errors?







xml gml validation






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 9 '16 at 14:41









Ian Turton

50.2k548118




50.2k548118










asked Aug 9 '16 at 14:38









mrbandymrbandy

131515




131515





bumped to the homepage by Community 29 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 29 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • what did you set the ID to be? and the NCName?

    – Ian Turton
    Aug 9 '16 at 14:49











  • id was mapping to ID and i didn't find NCName

    – mrbandy
    Aug 10 '16 at 7:24



















  • what did you set the ID to be? and the NCName?

    – Ian Turton
    Aug 9 '16 at 14:49











  • id was mapping to ID and i didn't find NCName

    – mrbandy
    Aug 10 '16 at 7:24

















what did you set the ID to be? and the NCName?

– Ian Turton
Aug 9 '16 at 14:49





what did you set the ID to be? and the NCName?

– Ian Turton
Aug 9 '16 at 14:49













id was mapping to ID and i didn't find NCName

– mrbandy
Aug 10 '16 at 7:24





id was mapping to ID and i didn't find NCName

– mrbandy
Aug 10 '16 at 7:24










1 Answer
1






active

oldest

votes


















0














The error is telling you that the value of your gml:id attribute on your ps:ProtectedSite element is not valid (is not correct according to the schema).



So you probably have something that looks like:



<ps:ProtectedSite gml:id="">


It's telling you that the value of your gml:id is of type ID, and attributes of type ID must conform to a pattern defined by NCName.




The type xsd:NCName represents an XML non-colonized name, which is simply a name that does not contain colons. An xsd:NCName value must start with either a letter or underscore () and may contain only letters, digits, underscores (), hyphens (-), and periods (.)




Reference: http://www.datypic.com/sc/xsd/t-xsd_NCName.html






share|improve this answer
























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "79"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f206359%2fhale-gml-validation-errors%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    The error is telling you that the value of your gml:id attribute on your ps:ProtectedSite element is not valid (is not correct according to the schema).



    So you probably have something that looks like:



    <ps:ProtectedSite gml:id="">


    It's telling you that the value of your gml:id is of type ID, and attributes of type ID must conform to a pattern defined by NCName.




    The type xsd:NCName represents an XML non-colonized name, which is simply a name that does not contain colons. An xsd:NCName value must start with either a letter or underscore () and may contain only letters, digits, underscores (), hyphens (-), and periods (.)




    Reference: http://www.datypic.com/sc/xsd/t-xsd_NCName.html






    share|improve this answer




























      0














      The error is telling you that the value of your gml:id attribute on your ps:ProtectedSite element is not valid (is not correct according to the schema).



      So you probably have something that looks like:



      <ps:ProtectedSite gml:id="">


      It's telling you that the value of your gml:id is of type ID, and attributes of type ID must conform to a pattern defined by NCName.




      The type xsd:NCName represents an XML non-colonized name, which is simply a name that does not contain colons. An xsd:NCName value must start with either a letter or underscore () and may contain only letters, digits, underscores (), hyphens (-), and periods (.)




      Reference: http://www.datypic.com/sc/xsd/t-xsd_NCName.html






      share|improve this answer


























        0












        0








        0







        The error is telling you that the value of your gml:id attribute on your ps:ProtectedSite element is not valid (is not correct according to the schema).



        So you probably have something that looks like:



        <ps:ProtectedSite gml:id="">


        It's telling you that the value of your gml:id is of type ID, and attributes of type ID must conform to a pattern defined by NCName.




        The type xsd:NCName represents an XML non-colonized name, which is simply a name that does not contain colons. An xsd:NCName value must start with either a letter or underscore () and may contain only letters, digits, underscores (), hyphens (-), and periods (.)




        Reference: http://www.datypic.com/sc/xsd/t-xsd_NCName.html






        share|improve this answer













        The error is telling you that the value of your gml:id attribute on your ps:ProtectedSite element is not valid (is not correct according to the schema).



        So you probably have something that looks like:



        <ps:ProtectedSite gml:id="">


        It's telling you that the value of your gml:id is of type ID, and attributes of type ID must conform to a pattern defined by NCName.




        The type xsd:NCName represents an XML non-colonized name, which is simply a name that does not contain colons. An xsd:NCName value must start with either a letter or underscore () and may contain only letters, digits, underscores (), hyphens (-), and periods (.)




        Reference: http://www.datypic.com/sc/xsd/t-xsd_NCName.html







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 27 '18 at 7:41









        nmtokennmtoken

        8,08642866




        8,08642866






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f206359%2fhale-gml-validation-errors%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Щит и меч (фильм) Содержание Названия серий | Сюжет |...

            is 'sed' thread safeWhat should someone know about using Python scripts in the shell?Nexenta bash script uses...

            Meter-Bus Содержание Параметры шины | Стандартизация |...