|
42 | 42 | <xs:element name="designtags" minOccurs="0" maxOccurs="1" type="designTags" /> |
43 | 43 | <xs:element name="expressentities" minOccurs="0" maxOccurs="1" type="expressEntities" /> |
44 | 44 | <xs:element name="expressentries" minOccurs="0" maxOccurs="1" type="expressEntries" /> |
| 45 | + <xs:element name="featurecategories" minOccurs="0" maxOccurs="1" type="featureCategories" /> |
| 46 | + <xs:element name="features" minOccurs="0" maxOccurs="1" type="features" /> |
45 | 47 | <xs:element name="flag_types" minOccurs="0" maxOccurs="1" type="flagTypes" /> |
| 48 | + <xs:element name="gatheringitemtemplates" minOccurs="0" maxOccurs="1" type="gatheringItemTemplates" /> |
| 49 | + <xs:element name="gatheringitemtemplatetypes" minOccurs="0" maxOccurs="1" type="gatheringItemTemplateTypes" /> |
| 50 | + <xs:element name="gatheringsources" minOccurs="0" maxOccurs="1" type="gatheringSources" /> |
46 | 51 | <xs:element name="geolocators" minOccurs="0" maxOccurs="1" type="geolocators" /> |
47 | 52 | <xs:element name="groups" minOccurs="0" maxOccurs="1" type="groups" /> |
| 53 | + <xs:element name="imageeditor_controlsets" minOccurs="0" maxOccurs="1" type="imageEditorControlSets" /> |
| 54 | + <xs:element name="imageeditor_filters" minOccurs="0" maxOccurs="1" type="imageEditorFilters" /> |
48 | 55 | <xs:element name="ipaccesscontrolcategories" minOccurs="0" maxOccurs="1" type="ipAccessControlCategories" /> |
49 | 56 | <xs:element name="jobs" minOccurs="0" maxOccurs="1" type="jobs" /> |
50 | 57 | <xs:element name="jobsets" minOccurs="0" maxOccurs="1" type="jobSets" /> |
|
537 | 544 | </xs:sequence> |
538 | 545 | </xs:complexType> |
539 | 546 |
|
| 547 | + <!-- @see ImportFeatureCategoriesRoutine (removed in ConcreteCMS 9) --> |
| 548 | + <xs:complexType name="featureCategories"> |
| 549 | + <!-- Gatherings have never worked and have never been used - let's ignore them --> |
| 550 | + <xs:sequence> |
| 551 | + <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip" /> |
| 552 | + </xs:sequence> |
| 553 | + <xs:anyAttribute processContents="skip" /> |
| 554 | + </xs:complexType> |
| 555 | + |
| 556 | + <!-- @see ImportFeaturesRoutine (removed in ConcreteCMS 9) --> |
| 557 | + <xs:complexType name="features"> |
| 558 | + <!-- Gatherings have never worked and have never been used - let's ignore them --> |
| 559 | + <xs:sequence> |
| 560 | + <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip" /> |
| 561 | + </xs:sequence> |
| 562 | + <xs:anyAttribute processContents="skip" /> |
| 563 | + </xs:complexType> |
| 564 | + |
540 | 565 | <!-- @see ImportConversationFlagTypesRoutine --> |
541 | 566 | <xs:complexType name="flagTypes"> |
542 | 567 | <xs:sequence> |
543 | 568 | <xs:element name="flag_type" type="string-required" minOccurs="1" maxOccurs="unbounded" /> |
544 | 569 | </xs:sequence> |
545 | 570 | </xs:complexType> |
546 | 571 |
|
| 572 | + <!-- @see ImportGatheringDataSourcesRoutine (removed in ConcreteCMS 9) --> |
| 573 | + <xs:complexType name="gatheringSources"> |
| 574 | + <!-- Gatherings have never worked and have never been used - let's ignore them --> |
| 575 | + <xs:sequence> |
| 576 | + <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip" /> |
| 577 | + </xs:sequence> |
| 578 | + <xs:anyAttribute processContents="skip" /> |
| 579 | + </xs:complexType> |
| 580 | + |
| 581 | + <!-- @see ImportGatheringItemTemplatesRoutine (removed in ConcreteCMS 9) --> |
| 582 | + <xs:complexType name="gatheringItemTemplates"> |
| 583 | + <!-- Gatherings have never worked and have never been used - let's ignore them --> |
| 584 | + <xs:sequence> |
| 585 | + <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip" /> |
| 586 | + </xs:sequence> |
| 587 | + <xs:anyAttribute processContents="skip" /> |
| 588 | + </xs:complexType> |
| 589 | + |
| 590 | + <!-- @see ImportGatheringItemTemplateTypesRoutine (removed in ConcreteCMS 9) --> |
| 591 | + <xs:complexType name="gatheringItemTemplateTypes"> |
| 592 | + <!-- Gatherings have never worked and have never been used - let's ignore them --> |
| 593 | + <xs:sequence> |
| 594 | + <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip" /> |
| 595 | + </xs:sequence> |
| 596 | + <xs:anyAttribute processContents="skip" /> |
| 597 | + </xs:complexType> |
| 598 | + |
547 | 599 | <!-- @see ImportGeolocatorsRoutine --> |
548 | 600 | <xs:complexType name="geolocators"> |
549 | 601 | <xs:sequence> |
|
584 | 636 | </xs:sequence> |
585 | 637 | </xs:complexType> |
586 | 638 |
|
| 639 | + <!-- This CIF has been removed in ConcreteCMS 9 (and was never used in previous concrete5 versions) --> |
| 640 | + <xs:complexType name="imageEditorControlSets"> |
| 641 | + <!-- Gatherings have never worked and have never been used - let's ignore them --> |
| 642 | + <xs:sequence> |
| 643 | + <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip" /> |
| 644 | + </xs:sequence> |
| 645 | + <xs:anyAttribute processContents="skip" /> |
| 646 | + </xs:complexType> |
| 647 | + |
| 648 | + <!-- This CIF has been removed in ConcreteCMS 9 (and was never used in previous concrete5 versions) --> |
| 649 | + <xs:complexType name="imageEditorFilters"> |
| 650 | + <!-- Gatherings have never worked and have never been used - let's ignore them --> |
| 651 | + <xs:sequence> |
| 652 | + <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip" /> |
| 653 | + </xs:sequence> |
| 654 | + <xs:anyAttribute processContents="skip" /> |
| 655 | + </xs:complexType> |
| 656 | + |
587 | 657 | <!-- @see ImportIpAccessControlCategoriesRoutine --> |
588 | 658 | <xs:complexType name="ipAccessControlCategories"> |
589 | 659 | <xs:sequence> |
|
0 commit comments