forked from pnp/PnP-Provisioning-Schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProvisioningSchema-2016-05.xsd
4280 lines (3899 loc) · 163 KB
/
ProvisioningSchema-2016-05.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.dev.office.com/PnP/2016/05/ProvisioningSchema"
elementFormDefault="qualified"
xmlns="http://schemas.dev.office.com/PnP/2016/05/ProvisioningSchema"
xmlns:pnp="http://schemas.dev.office.com/PnP/2016/05/ProvisioningSchema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!-- The main element -->
<xsd:element name="Provisioning" type="pnp:Provisioning">
<xsd:annotation>
<xsd:documentation xml:lang="en">
This is the base element of a Provisioning File.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- The main element for external references -->
<xsd:element name="ProvisioningTemplate" type="pnp:ProvisioningTemplate">
<xsd:annotation>
<xsd:documentation xml:lang="en">
This is the base element of a referenced SharePoint Provisioning Template File.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="Provisioning">
<xsd:sequence>
<xsd:element name="Preferences" type="pnp:Preferences" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
The mandatory section of preferences for the current provisioning definition.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Localizations" type="pnp:Localizations" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
An optional list of localizations files to include.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence minOccurs="1" maxOccurs="unbounded">
<xsd:element name="Templates" type="pnp:Templates" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
An optional section made of provisioning templates.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Sequence" type="pnp:Sequence" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
An optional section made of provisioning sequences, which can include Sites, Site Collections, Taxonomies, Provisioning Templates, etc.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ImportSequence" type="pnp:ImportSequence" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Imports sequences from an external file. All current properties should be sent to that file.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Preferences" >
<xsd:annotation>
<xsd:documentation>
General settings for a Provisioning file.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Parameters" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Definition of parameters that can be used as replacement within templates and provisioning objects.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Parameter" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
A Parameter that can be used as a replacement within templates and provisioning objects.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:attribute name="Key" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The name of the Parameter
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Required" use="optional" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>
When set to true then a value must be provided in the XML or provided at runtime.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="Version" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Provisioning File Version number, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Author" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Provisioning File Author name, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Generator" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Name of the tool generating this Provisioning File, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="Localizations" >
<xsd:annotation>
<xsd:documentation>
An optional list of localizations files to include.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Localization" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
A Localization element
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="LCID" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Locale ID of a Localization Language, required attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Name of a Localization Language, required attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ResourceFile" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The path to the .RESX (XML) resource file for the current Localization, required attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Templates">
<xsd:annotation>
<xsd:documentation xml:lang="en">
SharePoint Templates, which can be inline or references to external files.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:element name="ProvisioningTemplateFile" type="pnp:ProvisioningTemplateFile" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Reference to an external template file, which will be based on the current schema but will focus only on the SharePointProvisioningTemplate section.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProvisioningTemplateReference" type="pnp:ProvisioningTemplateReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Reference to another template by ID.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProvisioningTemplate" type="pnp:ProvisioningTemplate" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="ID" type="xsd:ID" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A unique identifier of the Templates collection, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="ProvisioningTemplate">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Represents the root element of the SharePoint Provisioning Template.
</xsd:documentation>
</xsd:annotation>
<xsd:all>
<xsd:element name="Properties" type="pnp:ProvisioningTemplateProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A set of custom Properties for the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SitePolicy" type="pnp:ReplaceableString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Site Policy of the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="WebSettings" type="pnp:WebSettings" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Section of Settings for the current Web Site, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RegionalSettings" type="pnp:RegionalSettings" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Regional Settings of the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SupportedUILanguages" type="pnp:SupportedUILanguages" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Supported UI Languages for the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AuditSettings" type="pnp:AuditSettings" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Audit Settings for the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PropertyBagEntries" type="pnp:PropertyBagEntries" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Property Bag entries of the Provisioning Template, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Security" type="pnp:Security" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Security configurations of the Provisioning Template, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Navigation" type="pnp:Navigation" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Navigation configurations of the Provisioning Template, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SiteFields" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Site Columns of the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any minOccurs="1" maxOccurs="unbounded"
processContents="lax" namespace="##any" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ContentTypes" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Content Types of the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ContentType" type="pnp:ContentType"
minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Lists" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Lists instances of the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ListInstance" type="pnp:ListInstance"
minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Features" type="pnp:Features" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Features (Site or Web) to activate or deactivate while applying the Provisioning Template, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CustomActions" type="pnp:CustomActions" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Custom Actions (Site or Web) to provision with the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Files" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Files to provision into the target Site through the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="File" type="pnp:File"
minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Directory" type="pnp:Directory"
minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Pages" type="pnp:Pages" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Pages to provision into the target Site through the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TermGroups" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The TermGroups element allows provisioning one or more TermGroups into the target Site, optional element.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="TermGroup" type="pnp:TermGroup" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The TermGroup element to provision into the target Site through the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ComposedLook" type="pnp:ComposedLook" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The ComposedLook for the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Workflows" type="pnp:Workflows" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Workflows for the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SearchSettings" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Search Settings for the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="SiteSearchSettings" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Search Settings for the Site Collection, optional element.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any minOccurs="0" maxOccurs="1" processContents="skip" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="WebSearchSettings" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Search Settings for the Site, optional element.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any minOccurs="0" maxOccurs="1" processContents="skip" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Publishing" type="pnp:Publishing" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Publishing capabilities configuration for the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AddIns" type="pnp:AddIns" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The SharePoint Add-ins to provision into the target Site through the Provisioning Template, optional element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Providers" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Extensiblity Providers to invoke while applying the Provisioning Template, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Provider" type="pnp:Provider"
minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:all>
<xsd:attribute name="ID" type="xsd:ID" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The ID of the Provisioning Template, required attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Version" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Version of the Provisioning Template, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="BaseSiteTemplate" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Base SiteTemplate of the Provisioning Template, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ImagePreviewUrl" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Image Preview Url of the Provisioning Template, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="DisplayName" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Display Name of the Provisioning Template, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Description" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Description of the Provisioning Template, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="ProvisioningTemplateProperties">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A set of custom Properties for the Provisioning Template.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Property" type="pnp:StringDictionaryItem" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A custom Property for the Provisioning Template, collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="WebSettings">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Section of Settings for the current Web Site, optional element.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="RequestAccessEmail" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The email address to which any access request will be sent, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="NoCrawl" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines whether the site has to be crawled or not, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="WelcomePage" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines the Welcome Page (Home Page) of the site to which the Provisioning Template is applied, optional attribute.
The page does not necessarily need to be in the current template, can be an already existing one.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Title" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Title of the Site, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Description" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Description of the Site, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="SiteLogo" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The SiteLogo of the Site, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="AlternateCSS" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The AlternateCSS of the Site, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="MasterPageUrl" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The MasterPage URL of the Site, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="CustomMasterPageUrl" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Custom MasterPage URL of the Site, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="RegionalSettings">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines the Regional Settings for a site.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="AdjustHijriDays" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The number of days to extend or reduce the current month in Hijri calendars, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="AlternateCalendarType" type="pnp:CalendarType" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Alternate Calendar type that is used on the server, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="CalendarType" type="pnp:CalendarType" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Calendar Type that is used on the server, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Collation" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Collation that is used on the site, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="FirstDayOfWeek" type="pnp:DayOfWeek" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The First Day of the Week used in calendars on the server, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="FirstWeekOfYear" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The First Week of the Year used in calendars on the server, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="LocaleId" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Locale Identifier in use on the server, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ShowWeeks" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines whether to display the week number in day or week views of a calendar, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Time24" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines whether to use a 24-hour time format in representing the hours of the day, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="TimeZone" type="pnp:ReplaceableInt" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Time Zone that is used on the server, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="WorkDayEndHour" type="pnp:WorkHour" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The the default hour at which the work day ends on the calendar that is in use on the server, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="WorkDays" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The work days of Web site calendars, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="WorkDayStartHour" type="pnp:WorkHour" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The the default hour at which the work day starts on the calendar that is in use on the server, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:simpleType name="CalendarType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Type of Calendar used on a site.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="None" />
<xsd:enumeration value="Gregorian" />
<xsd:enumeration value="Japan" />
<xsd:enumeration value="Taiwan" />
<xsd:enumeration value="Korea" />
<xsd:enumeration value="Hijri" />
<xsd:enumeration value="Thai" />
<xsd:enumeration value="Hebrew" />
<xsd:enumeration value="Gregorian Middle East French Calendar" />
<xsd:enumeration value="Gregorian Arabic Calendar" />
<xsd:enumeration value="Gregorian Transliterated English Calendar" />
<xsd:enumeration value="Gregorian Transliterated French Calendar" />
<xsd:enumeration value="Korea and Japanese Lunar" />
<xsd:enumeration value="Chinese Lunar" />
<xsd:enumeration value="Saka Era" />
<xsd:enumeration value="Umm al-Qura" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DayOfWeek">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Days of a Week.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Sunday" />
<xsd:enumeration value="Monday" />
<xsd:enumeration value="Tuesday" />
<xsd:enumeration value="Wednesday" />
<xsd:enumeration value="Thursday" />
<xsd:enumeration value="Friday" />
<xsd:enumeration value="Saturday" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="WorkHour">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Work Hours of a Day.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="12:00AM" />
<xsd:enumeration value="1:00AM" />
<xsd:enumeration value="2:00AM" />
<xsd:enumeration value="3:00AM" />
<xsd:enumeration value="4:00AM" />
<xsd:enumeration value="5:00AM" />
<xsd:enumeration value="6:00AM" />
<xsd:enumeration value="7:00AM" />
<xsd:enumeration value="8:00AM" />
<xsd:enumeration value="9:00AM" />
<xsd:enumeration value="10:00AM" />
<xsd:enumeration value="11:00AM" />
<xsd:enumeration value="12:00PM" />
<xsd:enumeration value="1:00PM" />
<xsd:enumeration value="2:00PM" />
<xsd:enumeration value="3:00PM" />
<xsd:enumeration value="4:00PM" />
<xsd:enumeration value="5:00PM" />
<xsd:enumeration value="6:00PM" />
<xsd:enumeration value="7:00PM" />
<xsd:enumeration value="8:00PM" />
<xsd:enumeration value="9:00PM" />
<xsd:enumeration value="10:00PM" />
<xsd:enumeration value="11:00PM" />
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="SupportedUILanguages">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines the Supported UI Languages for a site.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="SupportedUILanguage" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines a single Supported UI Language for a site.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="LCID" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Locale ID of a Supported UI Language, required attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="AuditSettings">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Audit Settings for the Provisioning Template, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Audit" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A single Audit setting defined by an AuditFlag.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="AuditFlag" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
An Audit Flag for a single Audit setting, required attribute.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:annotation>
<xsd:documentation xml:lang="en">
Type of an Audit Flag for a single Audit setting.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="All" />
<xsd:enumeration value="CheckIn" />
<xsd:enumeration value="CheckOut" />
<xsd:enumeration value="ChildDelete" />
<xsd:enumeration value="Copy" />
<xsd:enumeration value="Move" />
<xsd:enumeration value="None" />
<xsd:enumeration value="ObjectDelete" />
<xsd:enumeration value="ProfileChange" />
<xsd:enumeration value="SchemaChange" />
<xsd:enumeration value="Search" />
<xsd:enumeration value="SecurityChange" />
<xsd:enumeration value="Undelete" />
<xsd:enumeration value="Update" />
<xsd:enumeration value="View" />
<xsd:enumeration value="Workflow" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="AuditLogTrimmingRetention" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Audit Log Trimming Retention for Audits, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="TrimAuditLog" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A flag to enable Audit Log Trimming, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="PropertyBagEntries">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Property Bag entries of the Provisioning Template, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PropertyBagEntry" type="pnp:PropertyBagEntry"
minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Security">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The Security configurations of the Provisioning Template, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="AdditionalAdministrators" type="pnp:UsersList" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
List of additional Administrators for the Site, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AdditionalOwners" type="pnp:UsersList" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
List of additional Owners for the Site, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AdditionalMembers" type="pnp:UsersList" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
List of additional Members for the Site, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AdditionalVisitors" type="pnp:UsersList" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
List of additional Visitors for the Site, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SiteGroups" type="pnp:SiteGroups" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
List of additional Groups for the Site, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Permissions" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="RoleDefinitions" type="pnp:RoleDefinitions" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
List of Role Definitions for the Site, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RoleAssignments" type="pnp:RoleAssignments" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
List of Role Assignments for the Site, optional collection of elements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="BreakRoleInheritance" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Declares whether the to break role inheritance for the site, if it is a sub-site, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="CopyRoleAssignments" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines whether to copy role assignments or not while breaking role inheritance, optional attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ClearSubscopes" type="xsd:boolean" use="optional" default="false">