Skip to content

Commit 813d8f8

Browse files
committed
Updating wsdl in sample project CSCD-10544
1 parent a094827 commit 813d8f8

File tree

1 file changed

+67
-4
lines changed

1 file changed

+67
-4
lines changed

src/java/wsdl/asset-operation.wsdl

Lines changed: 67 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,6 +3216,18 @@
32163216

32173217
<element maxOccurs="1" minOccurs="0" name="usesScheduledPublishing" type="xsd:boolean"/>
32183218

3219+
<!-- Scheduled publish destination selection mode, see "scheduledDestinationMode" simpleType for acceptable values
3220+
NOT REQUIRED
3221+
-->
3222+
3223+
<element maxOccurs="1" minOccurs="0" name="scheduledPublishDestinationMode" nillable="true" type="impl:scheduledDestinationMode"/>
3224+
3225+
<!-- Used in conjunction with scheduledPublishDestinationMode when destinations are to be specified explicitly
3226+
NOT REQUIRED
3227+
-->
3228+
3229+
<element maxOccurs="1" minOccurs="0" name="scheduledPublishDestinations" type="impl:destination-list"/>
3230+
32193231
<!-- The base time this set will be published. For example if one wanted
32203232
this set to publish at 0100, 0500, 0900, 1300, 1700, 2100, I would enter
32213233
one of those times here and set the "publishInterval" to 4, and the
@@ -3322,6 +3334,21 @@
33223334
</simpleType>
33233335

33243336

3337+
<!-- for Sites, Targets, Publish Sets scheduledPublishDestinationMode property -->
3338+
3339+
<simpleType name="scheduledDestinationMode">
3340+
3341+
<restriction base="xsd:string">
3342+
3343+
<enumeration value="all-destinations"/>
3344+
3345+
<enumeration value="selected-destinations"/>
3346+
3347+
</restriction>
3348+
3349+
</simpleType>
3350+
3351+
33253352
<complexType name="role-assignments">
33263353

33273354
<sequence>
@@ -3651,7 +3678,7 @@
36513678

36523679
<!-- REQUIRED if "publishMode" is "selected-destinations", else NOT REQUIRED and ignored -->
36533680

3654-
<element maxOccurs="1" minOccurs="0" name="destinations" nillable="true" type="impl:contentTypePageConfigurationDestinations"/>
3681+
<element maxOccurs="1" minOccurs="0" name="destinations" nillable="true" type="impl:destination-list"/>
36553682

36563683
</sequence>
36573684

@@ -3673,7 +3700,7 @@
36733700
</simpleType>
36743701

36753702

3676-
<complexType name="contentTypePageConfigurationDestinations">
3703+
<complexType name="destination-list">
36773704

36783705
<sequence>
36793706

@@ -4339,6 +4366,18 @@
43394366

43404367
<element maxOccurs="1" minOccurs="0" name="usesScheduledPublishing" type="xsd:boolean"/>
43414368

4369+
<!-- Scheduled publish destination selection mode, see "scheduledPublishDestinationMode" simpleType for acceptable values
4370+
NOT REQUIRED
4371+
-->
4372+
4373+
<element maxOccurs="1" minOccurs="0" name="scheduledPublishDestinationMode" nillable="true" type="impl:scheduledDestinationMode"/>
4374+
4375+
<!-- Used in conjunction with scheduledPublishDestinationMode when destinations are to be specified explicitly
4376+
NOT REQUIRED
4377+
-->
4378+
4379+
<element maxOccurs="1" minOccurs="0" name="scheduledPublishDestinations" type="impl:destination-list"/>
4380+
43424381
<!-- The base time this set will be published. For example if one wanted
43434382
this set to publish at 0100, 0500, 0900, 1300, 1700, 2100, I would enter
43444383
one of those times here and set the "publishInterval" to 4, and the
@@ -4573,6 +4612,18 @@
45734612

45744613
<element maxOccurs="1" minOccurs="0" name="usesScheduledPublishing" type="xsd:boolean"/>
45754614

4615+
<!-- Scheduled publish destination selection mode, see "scheduledPublishDestinationMode" simpleType for acceptable values
4616+
NOT REQUIRED
4617+
-->
4618+
4619+
<element maxOccurs="1" minOccurs="0" name="scheduledPublishDestinationMode" nillable="true" type="impl:scheduledDestinationMode"/>
4620+
4621+
<!-- Used in conjunction with scheduledPublishDestinationMode when destinations are to be specified explicitly
4622+
NOT REQUIRED
4623+
-->
4624+
4625+
<element maxOccurs="1" minOccurs="0" name="scheduledPublishDestinations" type="impl:destination-list"/>
4626+
45764627
<!-- The base time this set will be published. For example if one wanted
45774628
this set to publish at 0100, 0500, 0900, 1300, 1700, 2100, I would enter
45784629
one of those times here and set the "publishInterval" to 4, and the
@@ -4643,7 +4694,11 @@
46434694

46444695
<enumeration value="RTF"/>
46454696

4646-
<enumeration value="WML"/>
4697+
<enumeration value="JSON"/>
4698+
4699+
<enumeration value="JS"/>
4700+
4701+
<enumeration value="CSS"/>
46474702

46484703
</restriction>
46494704

@@ -4709,6 +4764,14 @@
47094764

47104765
<element maxOccurs="1" minOccurs="0" name="usesScheduledPublishing" type="xsd:boolean"/>
47114766

4767+
<!-- Not used, will be ignored if any value is set -->
4768+
4769+
<element maxOccurs="1" minOccurs="0" name="scheduledPublishDestinationMode" nillable="true" type="impl:scheduledDestinationMode"/>
4770+
4771+
<!-- Not used, will be ignored if any value is set -->
4772+
4773+
<element maxOccurs="1" minOccurs="0" name="scheduledPublishDestinations" type="impl:destination-list"/>
4774+
47124775
<!-- The base time this set will be published. For example if one wanted
47134776
this set to publish at 0100, 0500, 0900, 1300, 1700, 2100, I would enter
47144777
one of those times here and set the "publishInterval" to 4, and the
@@ -7738,4 +7801,4 @@
77387801

77397802
</wsdl:service>
77407803

7741-
</wsdl:definitions>
7804+
</wsdl:definitions>

0 commit comments

Comments
 (0)