{"id":453,"date":"2022-08-30T15:01:36","date_gmt":"2022-08-30T15:01:36","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2013\/11\/09\/mixed-types-in-xsd-closed-collection-of-common-programming-errors\/"},"modified":"2022-08-30T15:01:36","modified_gmt":"2022-08-30T15:01:36","slug":"mixed-types-in-xsd-closed-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/mixed-types-in-xsd-closed-collection-of-common-programming-errors\/","title":{"rendered":"Mixed types in XSD [closed]-Collection of common programming errors"},"content":{"rendered":"<p>Resolved by Union element using.<\/p>\n<p>Consider below example: A sample XML defines calender dates.<\/p>\n<pre><code>\n  \n    01\n    Jan\n    2013\n  \n  \n    31\n    01\n    2013\n  \n\n<\/code><\/pre>\n<p>Since Month element has both types Int and String .. It can be resolved like the way below XSD is written:<\/p>\n<pre><code>\n\n  \n  \n    \n      \n    \n  \n\n  \n    \n      \n      \n      \n    \n  \n\n  \n    \n  \n  \n    \n      \n      \n    \n  \n  \n    \n      \n      \n      \n      \n    \n  \n\n<\/code><\/pre>\n<p id=\"rop\"><small>Originally posted 2013-11-09 19:43:30. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>Resolved by Union element using. Consider below example: A sample XML defines calender dates. 01 Jan 2013 31 01 2013 Since Month element has both types Int and String .. It can be resolved like the way below XSD is written: Originally posted 2013-11-09 19:43:30.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-453","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/453","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=453"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/453\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=453"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=453"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=453"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}