...
Code Block |
---|
<sport_tournaments timestamp="1613741505909"> <sport id="2" name="Basketball"/> <categories> <category id="Albania" name="837"> <tournaments> <tournament id="19386" name="Group A"/> </tournaments> </category> <category id="Argentina" name="264"> <tournaments> <tournament id="1680" name="LNB"/> <tournament id="17817" name="Liga Argentina"/> <tournament id="50209" name="Liga de Desarrollo"/> <tournament id="56493" name="Torneo Federal"/> </tournaments> </category> <category id="Armenia" name="1670"> <tournaments> <tournament id="78746" name="Armenian Cup"/> </tournaments> </category> <category id="Australia" name="113"> <tournaments> <tournament id="1506" name="WNBL"/> <tournament id="1524" name="NBL"/> </tournaments> </category> <category id="Austria" name="170"> <tournaments> <tournament id="297" name="Bundesliga"/> <tournament id="300" name="AWBL"/> <tournament id="1470" name="Cup"/> <tournament id="140000596" name="Abl"/> </tournaments> </category> </categories> </sport_tournaments> |
Tag sport_categories tournaments hasonly one attribute which is timestamp with date and time that message was created.
Under that tag there is a tag are tags named sport and categories. Tag named sport that has ID of sport and its and sport name. Tag categories contains tags category with attributes id and name.
Then, there Under category is tag categories tournaments that contains tags category tournament with attributes id and name.