XML Video Tutorial 7

XML Schema TutorialHere I end my XML Video tutorial by covering complex types, sequence, groups, and a ton more! I also show you how to design schemas and XML files using the Eclipse design tools.

If you missed the past tutorials, here they are based on topic: XML Video Tutorial, XSL Video Tutorial, XPATH Video Tutorial, DTD Video Tutorial, Entity Video Tutorial and part 1 of my Schema Tutorial.

All of the code from the video and more follow the video.

If you like tutorials like this, tell Google [googleplusone]

Sharing with others is always great [nttfblike]

Code from the Video

BASEBALLPLAYERS.XSD

BASEBALLPLAYERS.XML

7 thoughts on “XML Video Tutorial 7”

  1. is there anywhere to download the source file? Or how do you transfer the code to the eclipse editor so it recognizes it?

    1. All of the code is under the video. If you drift the mouse over the code an icon with < > will pop up. Click on that icon to get the code without the line numbers

  2. Bro u are awesome.. i don’t know how much experience you have, its wonderful… How long you think it will take for beginner to all this.

    Thank you …

    1. Thank you 🙂 You are very kind. XML isn’t that complex. It is basically a way to create custom tags. If you experiment a bit with your own data you’ll get it. Feel free to ask questions.

  3. Hi.. the tutorial is awesome two thumbs up! ^_^ i hope you can help me out for this.. Iam working on the codes for UAPI travelport and i want to submit this link to them as ping request http://demo.travelportuniversalapi.com/(S(ohhnqhl4ehkcc5lg2hmycdog))/Home/SampleCode you can choose the language you want. i have my credentials in my mail and i dont have any idea on how to send a request ping to them.. hope you can help me out..
    this is the main steps link
    https://support.travelport.com/webhelp/uapi/uAPI_Left.htm#CSHID=Getting_Started%2FEasy_Overview%2FGetting_Credentials.htm|StartTopic=Content%2FGetting_Started%2FEasy_Overview%2FGetting_Credentials.htm|SkinName=Universal
    this is the sending ping request link
    http://demo.travelportuniversalapi.com/(S(ohhnqhl4ehkcc5lg2hmycdog))/Home/SampleCode

    HELP me out please
    best regards
    Steven

  4. Dear Mr Banas,

    I only wanted to report that as the xsd is written not all the tags into the xml are validated into Eclipse.
    An example is PositionType (I suffixed by Type) and IdCodeType(also suffixed).
    If I enter blablabla into Position it is not reported.
    If I enter aa12345 into IdCode it is also not reported.
    Do you have any clue why ?
    If I use the xsd to validate the xml online then it is the same.Some tags are validated some tags are not.
    But some types tags are validated.
    Example : If I put ‘aa’ in current_age then Eclipse underlines in red the value.

    Do you have any idea why ?

Leave a Reply

Your email address will not be published. Required fields are marked *