|
991 | 991 | <extension base="impl:operationResult"> |
992 | 992 | <sequence> |
993 | 993 | <element name="subscribers" minOccurs="1" maxOccurs="1" type="impl:assetIdentifiers"/> |
| 994 | + <element name="manualSubscribers" minOccurs="1" maxOccurs="1" type="impl:assetIdentifiers"/> |
994 | 995 | </sequence> |
995 | 996 | </extension> |
996 | 997 | </complexContent> |
|
1199 | 1200 | One is REQUIRED --> |
1200 | 1201 | <element name="siteId" maxOccurs="1" minOccurs="0" nillable="true" type="xsd:string"/> |
1201 | 1202 | <element name="siteName" maxOccurs="1" minOccurs="0" nillable="true" type="xsd:string"/> |
| 1203 | + <!-- Content Tags assigned to the asset |
| 1204 | + NOT REQUIRED --> |
| 1205 | + <element name="tags" maxOccurs="1" minOccurs="0" nillable="true" type="impl:tags"/> |
1202 | 1206 | </sequence> |
1203 | 1207 | </extension> |
1204 | 1208 | </complexContent> |
1205 | 1209 | </complexType> |
1206 | 1210 |
|
| 1211 | + <complexType name="tags"> |
| 1212 | + <sequence> |
| 1213 | + <element name="tag" minOccurs="0" maxOccurs="unbounded" nillable="true" type="impl:tag"/> |
| 1214 | + </sequence> |
| 1215 | + </complexType> |
| 1216 | + |
| 1217 | + <complexType name="tag"> |
| 1218 | + <sequence> |
| 1219 | + <element name="name" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"/> |
| 1220 | + </sequence> |
| 1221 | + </complexType> |
| 1222 | + |
1207 | 1223 | <!-- The following concrete types extend folder-contained-asset --> |
1208 | 1224 | <complexType name="reference"> |
1209 | 1225 | <complexContent> |
|
1949 | 1965 | <element name="editorConfigurationId" minOccurs="0" maxOccurs="1" type="xsd:string"/> |
1950 | 1966 | <element name="editorConfigurationPath" minOccurs="0" maxOccurs="1" type="xsd:string"/> |
1951 | 1967 |
|
| 1968 | + <!-- Priority: publishSetId > publishSetPath |
| 1969 | + NOT REQUIRED --> |
| 1970 | + <element name="publishSetId" minOccurs="0" maxOccurs="1" type="xsd:string"/> |
| 1971 | + <element name="publishSetPath" minOccurs="0" maxOccurs="1" type="xsd:string"/> |
| 1972 | + |
1952 | 1973 | <!-- The array of contentTypePageConfigurations |
1953 | 1974 | NOT REQUIRED - if not specified, the default publish mode "all-destinations" is used for each pageConfiguration |
1954 | 1975 | - ignored in Global area --> |
|
3205 | 3226 | <!-- Whether or not to include access rights information |
3206 | 3227 | NOT REQUIRED default: false --> |
3207 | 3228 | <element name="indexAccessRights" minOccurs="0" maxOccurs="1" type="xsd:boolean"/> |
| 3229 | + <!-- Whether or not to include tags |
| 3230 | + NOT REQUIRED default: false --> |
| 3231 | + <element name="indexTags" minOccurs="0" maxOccurs="1" type="xsd:boolean"/> |
3208 | 3232 | <!-- When this is "true", an element "user-information" will be added towards the |
3209 | 3233 | bottom of the rendered XML including information about the user's login, full |
3210 | 3234 | name and group memberships |
|
3753 | 3777 |
|
3754 | 3778 | <!-- Similar to the GUI - you can choose to unpublish the asset instead of publishing it. Not required. Default: false --> |
3755 | 3779 | <element name="unpublish" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:boolean"/> |
| 3780 | + <element name="publishRelatedAssets" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:boolean"/> |
| 3781 | + <element name="publishRelatedPublishSet" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:boolean"/> |
3756 | 3782 | </sequence> |
3757 | 3783 | </complexType> |
3758 | 3784 |
|
|
0 commit comments