Xml Schema Defintion - XSD

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 80

  • @Erin-bc8ic
    @Erin-bc8ic 4 ปีที่แล้ว +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!

  • @jamilarichards4463
    @jamilarichards4463 4 ปีที่แล้ว +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!

  • @charlottec.8168
    @charlottec.8168 ปีที่แล้ว +2

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

    • @MikesTechCorner
      @MikesTechCorner  ปีที่แล้ว +1

      Glad it was helpful! :) Thx for commenting

  • @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 4 ปีที่แล้ว +4

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

    • @MikesTechCorner
      @MikesTechCorner  4 ปีที่แล้ว

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

  • @minhajsixbyte
    @minhajsixbyte 6 หลายเดือนก่อน +1

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

    • @MikesTechCorner
      @MikesTechCorner  6 หลายเดือนก่อน +1

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

  • @kbhardwaj1989
    @kbhardwaj1989 5 ปีที่แล้ว +3

    awesome tutorial. Loved the way you explained master :)

    • @MikesTechCorner
      @MikesTechCorner  5 ปีที่แล้ว +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 5 ปีที่แล้ว +2

      @@MikesTechCorner truly said.

  • @BelegaerTheGreat
    @BelegaerTheGreat ปีที่แล้ว +2

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

  • @daves4026
    @daves4026 2 หลายเดือนก่อน +1

    Awesome! I’m looking for xml xmi for a spark ea model interchange

    • @MikesTechCorner
      @MikesTechCorner  2 หลายเดือนก่อน

      Sounds interesting. XSD's are great for having conversations with other teams / business areas.

  • @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.

  • @mustafailikkan7068
    @mustafailikkan7068 4 ปีที่แล้ว +1

    Great video Mike, thanks for the effort!

    • @MikesTechCorner
      @MikesTechCorner  4 ปีที่แล้ว

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

  • @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.

  • @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

  • @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 !

  • @43098108
    @43098108 4 ปีที่แล้ว +1

    Thanks for the lesson, much appreciated!!

  • @iammaja0079
    @iammaja0079 3 ปีที่แล้ว +2

    Thank you very much. Was really helpful :)

  • @bongotsav7535
    @bongotsav7535 4 ปีที่แล้ว +1

    Thanks a ton for the superb walkthrough! 👍🏼

  • @supernova84
    @supernova84 5 ปีที่แล้ว +3

    Great video, very clear.

  • @bivasbisht1244
    @bivasbisht1244 3 ปีที่แล้ว +1

    awesome explanation !

  • @denizhanmsrloglu4775
    @denizhanmsrloglu4775 4 ปีที่แล้ว +1

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

    • @MikesTechCorner
      @MikesTechCorner  4 ปีที่แล้ว

      Yes! You can use regular expressions

  • @xtienpham
    @xtienpham 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

  • @gustavolopez8769
    @gustavolopez8769 4 ปีที่แล้ว +1

    Thank you!! great explanation!

  • @MrAlipatik
    @MrAlipatik 5 ปีที่แล้ว +1

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

    • @MikesTechCorner
      @MikesTechCorner  5 ปีที่แล้ว +1

      Im using IntelliJ.

    • @MrAlipatik
      @MrAlipatik 5 ปีที่แล้ว +2

      @@MikesTechCorner thanks! subscribed.

  • @IamPinakapani
    @IamPinakapani 4 ปีที่แล้ว +1

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

  • @dudulofuu
    @dudulofuu 4 ปีที่แล้ว +1

    Well done, Big Mike!

  • @tomsimonis
    @tomsimonis 3 ปีที่แล้ว +1

    Nice video. Thanks!

  • @DMoneys36
    @DMoneys36 3 ปีที่แล้ว +1

    very helpful tutorial. thank you

  • @MrAlipatik
    @MrAlipatik 5 ปีที่แล้ว +3

    thanks very informative..

  • @nezcobar
    @nezcobar 2 ปีที่แล้ว +2

    mange tak!

  • @BrianPondiGeoGeek
    @BrianPondiGeoGeek 4 ปีที่แล้ว +1

    Great content

    • @MikesTechCorner
      @MikesTechCorner  4 ปีที่แล้ว +1

      Thank you. Feel free to join my discord. :-) discord.gg/K3nztZC

    • @BrianPondiGeoGeek
      @BrianPondiGeoGeek 4 ปีที่แล้ว +1

      @@MikesTechCorner Done

  • @mikolajx15
    @mikolajx15 4 ปีที่แล้ว +3

    salvation for polish students

    • @MikesTechCorner
      @MikesTechCorner  4 ปีที่แล้ว +1

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

  • @lllllltar
    @lllllltar 4 ปีที่แล้ว +1

    Thanks!

  • @avtrem
    @avtrem 4 ปีที่แล้ว +1

    3wc spec reading is too borin, thx

    • @MikesTechCorner
      @MikesTechCorner  4 ปีที่แล้ว +1

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

  • @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!

  • @TheDJPapzo
    @TheDJPapzo 2 ปีที่แล้ว

    Thank you for the tutorial !!!

    • @MikesTechCorner
      @MikesTechCorner  2 ปีที่แล้ว

      Glad it was helpful! Thank you for watching.