{"id":229,"date":"2025-06-26T22:16:53","date_gmt":"2025-06-26T20:16:53","guid":{"rendered":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/?page_id=229"},"modified":"2025-06-30T08:21:31","modified_gmt":"2025-06-30T06:21:31","slug":"definice-xsd","status":"publish","type":"page","link":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/pro-inzerenty\/definice-xsd\/","title":{"rendered":"Definice XSD"},"content":{"rendered":"\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>This XML file does not appear to have any style information associated with it. The document tree is shown below.<\/p>\n\n\n\n<pre title=\"&amp;nbsp;\" class=\"wp-block-code\"><code lang=\"xml\" class=\"language-xml\">&lt;xs:schema xmlns:xs=\"http:\/\/www.w3.org\/2001\/XMLSchema\" xmlns=\"http:\/\/www.sdovolena.cz\" targetNamespace=\"http:\/\/www.sdovolena.cz\" elementFormDefault=\"qualified\"&gt;\n&lt;xs:simpleType name=\"ckid\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:pattern value=\"[^\\s]+\"\/&gt;\n&lt;xs:maxLength value=\"255\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"id\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:pattern value=\"[^\\s]+\"\/&gt;\n&lt;xs:maxLength value=\"20\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"currencyType\"&gt;\n&lt;xs:restriction base=\"xs:integer\"&gt;\n&lt;xs:minInclusive value=\"1\"\/&gt;\n&lt;xs:maxInclusive value=\"1\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"reqShortDesc\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:minLength value=\"10\"\/&gt;\n&lt;xs:maxLength value=\"80\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"areaTitleShortDesc\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:minLength value=\"10\"\/&gt;\n&lt;xs:maxLength value=\"100\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"titleType\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:maxLength value=\"60\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"shortDesc\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:maxLength value=\"50\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"dayTitleDesc\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:maxLength value=\"80\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"priceItemDesc\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:maxLength value=\"200\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"photoDesc\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:maxLength value=\"200\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"mediumDesc\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:maxLength value=\"150\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"longDesc\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:maxLength value=\"1000\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:complexType name=\"longDesc2\"&gt;\n&lt;xs:simpleContent&gt;\n&lt;xs:extension base=\"longDesc\"&gt;\n&lt;xs:attribute name=\"title\" type=\"xs:string\"\/&gt;\n&lt;\/xs:extension&gt;\n&lt;\/xs:simpleContent&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:simpleType name=\"dayDesc\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:maxLength value=\"2500\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"url\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:pattern value=\"http.*\"\/&gt;\n&lt;xs:maxLength value=\"1024\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"countryIdType\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:minLength value=\"3\"\/&gt;\n&lt;xs:maxLength value=\"3\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:simpleType name=\"advertCustomLabelType\"&gt;\n&lt;xs:restriction base=\"xs:string\"&gt;\n&lt;xs:minLength value=\"0\"\/&gt;\n&lt;xs:maxLength value=\"50\"\/&gt;\n&lt;\/xs:restriction&gt;\n&lt;\/xs:simpleType&gt;\n&lt;xs:complexType name=\"locationsType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"location\" type=\"locationType\" minOccurs=\"1\" maxOccurs=\"unbounded\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"locationType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"country_id\" type=\"countryIdType\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"area_title\" type=\"areaTitleShortDesc\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"place_title\" type=\"shortDesc\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"gpsType\"&gt;\n&lt;xs:sequence&gt;\n&lt;!--  zkusit to jeste podrobneji popsat 16.932  --&gt;\n&lt;xs:element name=\"lat\" type=\"xs:float\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"lon\" type=\"xs:float\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"accommodationDescsType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"accommodation_desc\" type=\"longDesc2\" minOccurs=\"1\" maxOccurs=\"unbounded\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"locationDescsType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"location_desc\" type=\"longDesc2\" minOccurs=\"1\" maxOccurs=\"unbounded\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"accommodationType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"type\" type=\"shortDesc\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"class_id\" type=\"xs:integer\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"gps\" type=\"gpsType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"title\" type=\"titleType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"location_descs\" type=\"locationDescsType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"accommodation_descs\" type=\"accommodationDescsType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"dayType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"title\" type=\"dayTitleDesc\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"desc\" type=\"dayDesc\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"tourProgramType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"day\" type=\"dayType\" minOccurs=\"1\" maxOccurs=\"unbounded\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"programType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"tour_program\" type=\"tourProgramType\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"photoType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"order\" type=\"xs:integer\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"url\" type=\"url\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"desc\" type=\"photoDesc\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"photosType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"photo\" type=\"photoType\" minOccurs=\"1\" maxOccurs=\"unbounded\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"boardType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"id\" type=\"xs:integer\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"desc\" type=\"longDesc\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"transportType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"id\" type=\"xs:integer\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"deptPlacesType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"place\" type=\"xs:string\" minOccurs=\"1\" maxOccurs=\"5\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"priceItemType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"desc\" type=\"priceItemDesc\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"priceDescType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"item\" type=\"priceItemType\" minOccurs=\"1\" maxOccurs=\"20\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"termsType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"term\" type=\"termType\" minOccurs=\"1\" maxOccurs=\"unbounded\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"priceType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"desc_id\" type=\"xs:integer\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"age_from\" type=\"xs:integer\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"age_to\" type=\"xs:integer\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"final_price\" type=\"xs:integer\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"pricesType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"price\" type=\"priceType\" minOccurs=\"1\" maxOccurs=\"unbounded\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"termType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"id\" type=\"id\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"start\" type=\"xs:date\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"end\" type=\"xs:date\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"day_count\" type=\"xs:integer\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"night_count\" type=\"xs:integer\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"prices\" type=\"pricesType\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"availability\" type=\"url\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"purchase_url\" type=\"url\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"termGroupsType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"term_group\" type=\"termGroupType\" minOccurs=\"1\" maxOccurs=\"unbounded\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"termGroupType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"board\" type=\"boardType\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"transport\" type=\"transportType\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"dept_places\" type=\"deptPlacesType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"price_incl\" type=\"priceDescType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"price_excl\" type=\"priceDescType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"discounts\" type=\"priceDescType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"terms\" type=\"termsType\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"tourType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"tour_id\" type=\"ckid\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"tour_type\" type=\"xs:integer\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"tour_priority\" type=\"xs:integer\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"tour_detail_url\" type=\"url\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"locations\" type=\"locationsType\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"tour_title\" type=\"reqShortDesc\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"tour_desc\" type=\"xs:string\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"accommodation\" type=\"accommodationType\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"program\" type=\"programType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"photos\" type=\"photosType\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"term_groups\" type=\"termGroupsType\" minOccurs=\"1\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"advert_custom_label\" type=\"advertCustomLabelType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"advert_custom_label2\" type=\"advertCustomLabelType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"advert_custom_label3\" type=\"advertCustomLabelType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;xs:element name=\"advert_custom_label4\" type=\"advertCustomLabelType\" minOccurs=\"0\" maxOccurs=\"1\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:complexType name=\"toursType\"&gt;\n&lt;xs:sequence&gt;\n&lt;xs:element name=\"currency_id\" type=\"currencyType\"\/&gt;\n&lt;xs:element name=\"tour\" type=\"tourType\" minOccurs=\"0\" maxOccurs=\"unbounded\"\/&gt;\n&lt;\/xs:sequence&gt;\n&lt;\/xs:complexType&gt;\n&lt;xs:element name=\"tours\" type=\"toursType\"\/&gt;\n&lt;\/xs:schema&gt;<\/code><\/pre>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This XML file does not appear to have any style information associated with it. The document tree is shown below.<\/p>\n","protected":false},"author":67,"featured_media":0,"parent":15,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-sidemenu","meta":{"_acf_changed":false,"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","footnotes":""},"page_category":[32],"page_tag":[],"service_status_category":[],"class_list":["post-229","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/pages\/229","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/users\/67"}],"replies":[{"embeddable":true,"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/comments?post=229"}],"version-history":[{"count":4,"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/pages\/229\/revisions"}],"predecessor-version":[{"id":255,"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/pages\/229\/revisions\/255"}],"up":[{"embeddable":true,"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/pages\/15"}],"wp:attachment":[{"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/media?parent=229"}],"wp:term":[{"taxonomy":"page_category","embeddable":true,"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/page_category?post=229"},{"taxonomy":"page_tag","embeddable":true,"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/page_tag?post=229"},{"taxonomy":"service_status_category","embeddable":true,"href":"https:\/\/o-seznam.cz\/napoveda\/sdovolena\/wp-json\/wp\/v2\/service_status_category?post=229"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}