Xml Schema Defintion - XSD

Поделиться
HTML-код
  • Опубликовано: 12 май 2019
  • Learn to write your own xsd file for your wellformed xml. Use restrictions to define what kind of data you expect to receive in your program.

Комментарии • 80

  • @jamilarichards4463
    @jamilarichards4463 3 года назад +11

    Appreciate the walkthrough of XML and XMD!! Took a while to find a video that actually made sense and wasn't overwhelming :) Thanks for helping me with an exam!

  • @Erin-bc8ic
    @Erin-bc8ic 3 года назад +5

    Thank you for the tutorial!
    It's so great to finally find a video where someone takes their time and carefully explains as they go and works out their mistakes too. Much appreciated Mike, keep up the good work!

  • @charlottec.8168
    @charlottec.8168 Год назад +2

    Thank you! A very clear and informative step-by-step tutorial that is very accessible to beginners! Many thanks.

  • @jianmintu3236
    @jianmintu3236 2 года назад +1

    Thank you Mike. I have been searching for xml schema this weekend and wasted many hours but it was fortunately I found your video, specially clarity about elementFormDefault. Thank you and subscribed your channel!

  • @ci0nn441
    @ci0nn441 3 года назад +4

    Greetings from Poland. U helped me a lot. Thank you master

    • @MikesTechCorner
      @MikesTechCorner  3 года назад

      You are welcome! Join our discord server to chat with other geeks! I have made a xml channel. discord.gg/FWzFMgyHar

  • @bongotsav7535
    @bongotsav7535 3 года назад +1

    Thanks a ton for the superb walkthrough! 👍🏼

  • @mustafailikkan7068
    @mustafailikkan7068 3 года назад +1

    Great video Mike, thanks for the effort!

    • @MikesTechCorner
      @MikesTechCorner  3 года назад

      Thanks for watching! :-) Join my discord. discord.gg/QPMf8ETCJa

  • @nezcobar
    @nezcobar 2 года назад +2

    mange tak!

  • @kbhardwaj1989
    @kbhardwaj1989 4 года назад +3

    awesome tutorial. Loved the way you explained master :)

    • @MikesTechCorner
      @MikesTechCorner  4 года назад +1

      Thank you very much. :-) I think that the XML format didnt get a fair treatment when Json and protobuffer became popular. All formats are good for representing data. And the older the tech is, the larger the eco-system is.

    • @kbhardwaj1989
      @kbhardwaj1989 4 года назад +2

      @@MikesTechCorner truly said.

  • @43098108
    @43098108 3 года назад +1

    Thanks for the lesson, much appreciated!!

  • @supernova84
    @supernova84 4 года назад +3

    Great video, very clear.

  • @dudulofuu
    @dudulofuu 4 года назад +1

    Well done, Big Mike!

  • @iammaja0079
    @iammaja0079 2 года назад +2

    Thank you very much. Was really helpful :)

  • @gustavolopez8769
    @gustavolopez8769 3 года назад +1

    Thank you!! great explanation!

  • @TheDJPapzo
    @TheDJPapzo Год назад

    Thank you for the tutorial !!!

  • @kazikmajster5650
    @kazikmajster5650 7 месяцев назад +2

    Shouldn't at 12:30 it be DOUBLE for price and STRING for currency?
    (Except that, brilliant video, really helped me!)

  • @bivasbisht1244
    @bivasbisht1244 3 года назад +1

    awesome explanation !

  • @xuantienpham5777
    @xuantienpham5777 3 года назад +1

    Thank you for the tutorial!

  • @talllpaul1965
    @talllpaul1965 4 года назад +1

    I only have the Community Edition of Intellij, are the XML/XSD characteristics only in the Ultimate version?

    • @MikesTechCorner
      @MikesTechCorner  4 года назад +1

      No you can use the communitt edition and get xml and xsd code completion

  • @MrAlipatik
    @MrAlipatik 5 лет назад +3

    thanks very informative..

  • @DMoneys36
    @DMoneys36 2 года назад +1

    very helpful tutorial. thank you

  • @tomsimonis
    @tomsimonis 2 года назад +1

    Nice video. Thanks!

  • @utkucansa
    @utkucansa 2 года назад +1

    Dear Mr Nielsen, thanks for this video.
    Is there any way, where one can extract a data model automatically out of xsd? We have a xsd file with 5000 rows and many many tables in it.
    Any suggestion can help. Thanks beforehand for your valuable answer.

    • @MikesTechCorner
      @MikesTechCorner  2 года назад

      Yes this is where we get the pleasure to write a small python program that can get what you want. :-) You could also check out xml-spy... I'm not a fan tough

  • @ricojaylumiguid1695
    @ricojaylumiguid1695 3 года назад +1

    thank you very much!
    I have a question about Schema-wide Attributes? what is that thing?

    • @MikesTechCorner
      @MikesTechCorner  3 года назад

      If you define a type it can be used through the whole schema. These types can be placed in other files.

  • @denizhanmsrloglu4775
    @denizhanmsrloglu4775 4 года назад +1

    Im looking for a restriction like either "" (empty) value or digit value . Is there any way to do it.

  • @mikolajx15
    @mikolajx15 3 года назад +3

    salvation for polish students

    • @MikesTechCorner
      @MikesTechCorner  3 года назад +1

      Happy to hear. Join my discord: discord.gg/SS57PEh9hf

  • @MrAlipatik
    @MrAlipatik 5 лет назад +1

    btw, do you mind me asking. What is that xsd tool you are using on this video?

  • @BrianPondiGeoGeek
    @BrianPondiGeoGeek 3 года назад +1

    Great content

  • @minhajsixbyte
    @minhajsixbyte 12 дней назад +1

    5:43 does that mean i need internet connection to work with the namespace? because its an web address?

    • @MikesTechCorner
      @MikesTechCorner  12 дней назад +1

      You can place your files locally and ref. them in the xsd / xml

  • @lllllltar
    @lllllltar 3 года назад +1

    Thanks!

  • @lumberjack_
    @lumberjack_ Месяц назад +1

    Thank you! Anyway, what was the problem at 22:30?

  • @sairampatel6267
    @sairampatel6267 3 года назад +1

    Bro what source are you using to write and execute the program

  • @AD-je9nq
    @AD-je9nq Год назад +1

    Hello Mike , This is great video for XML/XSD . Thank you so much ! .I had a quick question - How can we use xsi in soap request for example
    InactiveCustomerInactiveUsername
    and a response like this : EEEE
    YOur inputs will be greatly helpful !

    • @MikesTechCorner
      @MikesTechCorner  Год назад

      Try watching my SOAP video. In others words: I don't know from the top of my head :)

    • @AD-je9nq
      @AD-je9nq Год назад

      @@MikesTechCorner Thank you for responding Mike , much appreciated ! Since this was XML/XSD related i posted here , will try the Soap videos , hope tp find an answer :) Thanks again !

    • @AD-je9nq
      @AD-je9nq Год назад +1

      Hello Mike , Watched your Soap Videos , couldn't find any which talked about adding the xsi:type="xsd:string" to an element , would be great if you can help in this . Even just a simple tag ex will be of great help ! Thanks much

    • @MikesTechCorner
      @MikesTechCorner  Год назад

      @@AD-je9nq I'm playing with cloud tech these days. So I can't dig into SOAP / XML right now :)

    • @AD-je9nq
      @AD-je9nq Год назад +1

      @@MikesTechCorner No worries Mike . Hope to find a solution soon . Thank you !

  • @adigunademola8360
    @adigunademola8360 3 года назад +1

    Hi i was wondering, how can i use XSD to pre-validate XML request made to an api please ive been looking around for a solution. Please help

    • @MikesTechCorner
      @MikesTechCorner  3 года назад +3

      You can use IntelliJ to validate an xml against its xsd. Just add the xsd reference in the top of the file. Im showing how to do that in one of the videos. You can also do it programmatically with JAXB or Jackson. Finally there are online validators where you upload the xsd and xml and then you get the xml validated.

  • @dernako100
    @dernako100 2 года назад +1

    I am not born or raised in an english speaking country. Im sure your target audience understands you, but for foreign people it would be great if you would mumble less and speak more clearly. Thank you, great video!

    • @MikesTechCorner
      @MikesTechCorner  2 года назад

      I will. Sorry.

    • @dernako100
      @dernako100 2 года назад +2

      Edited my original comment, after rereading it sounded too mean. Great videos still!

  • @avtrem
    @avtrem 3 года назад +1

    3wc spec reading is too borin, thx

    • @MikesTechCorner
      @MikesTechCorner  3 года назад +1

      You are welcome... And yes it is boring. :-)