コード例 #1
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public Upgrade()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(UpgradeVersion)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Property)));
     this.children = childCollection0;
 }
コード例 #2
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public Family()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(UpgradeImage), 1, -1));
     ElementCollection childCollection1 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(ExternalFile)));
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(ProtectFile)));
     childCollection0.AddCollection(childCollection1);
     this.children = childCollection0;
 }
コード例 #3
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public FeatureRef()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ComponentGroupRef)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ComponentRef)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Feature)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(FeatureRef)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(MergeRef)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ISchemaElement)));
     this.children = childCollection0;
 }
コード例 #4
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public DirectoryRef()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Component)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Directory)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Merge)));
     this.children = childCollection0;
 }
コード例 #5
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public Extension()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(MIME)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Verb)));
     this.children = childCollection0;
 }
コード例 #6
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public CreateFolder()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Shortcut)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Permission)));
     this.children = childCollection0;
 }
コード例 #7
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public CustomTable()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(Column), 0, -1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(Row), 0, -1));
     this.children = childCollection0;
 }
コード例 #8
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public ComboBox()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(ListItem), 0, -1));
     this.children = childCollection0;
 }
コード例 #9
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public ComplianceCheck()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(ComplianceDrive), 0, 1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(ComponentSearch), 0, -1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(RegistrySearch), 0, -1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(IniFileSearch), 0, -1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(DirectorySearch), 0, -1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(FileSearch), 0, -1));
     this.children = childCollection0;
 }
コード例 #10
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public WebAppPool()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(RecycleTime), 0, -1));
     this.children = childCollection0;
 }
コード例 #11
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public WebDir()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(WebApplication), 0, 1));
     this.children = childCollection0;
 }
コード例 #12
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public User()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(GroupRef), 0, -1));
     this.children = childCollection0;
 }
コード例 #13
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public UpgradeImage()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(TargetImage), 1, -1));
     ElementCollection childCollection1 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(SymbolPath)));
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(UpgradeFile)));
     childCollection0.AddCollection(childCollection1);
     this.children = childCollection0;
 }
コード例 #14
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public UpgradeFile()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(SymbolPath)));
     this.children = childCollection0;
 }
コード例 #15
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public Control()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(Text), 0, 1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(ComboBox), 0, 1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(ListBox), 0, 1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(ListView), 0, 1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(RadioGroup), 0, 1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(RadioButtonGroup), 0, 1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(Property), 0, 1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(Binary), 0, 1));
     ElementCollection childCollection1 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(Condition)));
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(Publish)));
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(Subscribe)));
     childCollection0.AddCollection(childCollection1);
     this.children = childCollection0;
 }
コード例 #16
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public WebSite()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(WebAddress), 1, -1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(WebApplication), 0, 1));
     ElementCollection childCollection1 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(WebDir)));
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(WebError)));
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(WebFilter)));
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(WebVirtualDir)));
     childCollection0.AddCollection(childCollection1);
     this.children = childCollection0;
 }
コード例 #17
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public AdvertiseExecuteSequence()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(CostInitialize)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(CostFinalize)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Custom)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(InstallValidate)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(InstallInitialize)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(CreateShortcuts)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(RegisterClassInfo)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(RegisterExtensionInfo)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(RegisterMIMEInfo)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(RegisterProgIdInfo)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(PublishComponents)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(PublishFeatures)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(PublishProduct)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(InstallFinalize)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(MsiPublishAssemblies)));
     this.children = childCollection0;
 }
コード例 #18
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public ComplianceDrive()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 1, 1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(DirectorySearch)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(DirectorySearchRef)));
     this.children = childCollection0;
 }
コード例 #19
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public AppId()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Class)));
     this.children = childCollection0;
 }
コード例 #20
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public WebVirtualDir()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(WebApplication), 0, 1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(WebError), 0, -1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(WebVirtualDir), 0, -1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(MimeMap), 0, -1));
     this.children = childCollection0;
 }
コード例 #21
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public DigitalSignature()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(DigitalCertificate)));
     this.children = childCollection0;
 }
コード例 #22
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public Wix()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, 1);
     ElementCollection childCollection1 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     ElementCollection childCollection2 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, 1);
     childCollection2.AddItem(new ElementCollection.ChoiceItem(typeof(Product)));
     childCollection2.AddItem(new ElementCollection.ChoiceItem(typeof(Module)));
     childCollection1.AddCollection(childCollection2);
     childCollection1.AddItem(new ElementCollection.SequenceItem(typeof(Fragment), 0, -1));
     childCollection0.AddCollection(childCollection1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(PatchCreation)));
     this.children = childCollection0;
 }
コード例 #23
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public DirectorySearchRef()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, 1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(DirectorySearch)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(DirectorySearchRef)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(FileSearch)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(FileSearchRef)));
     this.children = childCollection0;
 }
コード例 #24
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public Component()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(AppId)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Category)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Class)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Condition)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(CopyFile)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(CreateFolder)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Environment)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Extension)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(File)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(IniFile)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Interface)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(IsolateComponent)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ODBCDataSource)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ODBCDriver)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ODBCTranslator)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ProgId)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Registry)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(RemoveFile)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(RemoveFolder)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ReserveCost)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ServiceControl)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ServiceInstall)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Shortcut)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(TypeLib)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Certificate)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(FileShare)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ServiceConfig)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(SqlDatabase)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(SqlScript)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(SqlString)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(User)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(WebAppPool)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(WebDir)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(WebFilter)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(WebProperty)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(WebServiceExtension)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(WebSite)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(WebVirtualDir)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ISchemaElement)));
     this.children = childCollection0;
 }
コード例 #25
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public ExternalFile()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(ProtectRange), 1, -1));
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(SymbolPath), 1, -1));
     ElementCollection childCollection1 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection1.AddItem(new ElementCollection.ChoiceItem(typeof(IgnoreRange)));
     childCollection0.AddCollection(childCollection1);
     this.children = childCollection0;
 }
コード例 #26
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public ComponentGroup()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 1, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ComponentRef)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ISchemaElement)));
     this.children = childCollection0;
 }
コード例 #27
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public Billboard()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection0.AddItem(new ElementCollection.SequenceItem(typeof(Control), 0, -1));
     this.children = childCollection0;
 }
コード例 #28
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public AdminUISequence()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Custom)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Show)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(CostInitialize)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(FileCost)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(CostFinalize)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ExecuteAction)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(InstallValidate)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(InstallInitialize)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(InstallAdminPackage)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(InstallFiles)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(InstallFinalize)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(LaunchConditions)));
     this.children = childCollection0;
 }
コード例 #29
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public File()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(AssemblyName)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Permission)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(CopyFile)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Shortcut)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ODBCDriver)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ODBCTranslator)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Class)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(AppId)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(TypeLib)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Patch)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(PerfCounter)));
     this.children = childCollection0;
 }
コード例 #30
0
ファイル: wix.cs プロジェクト: sillsdev/FwSupportTools
 public UI()
 {
     ElementCollection childCollection0 = new ElementCollection(ElementCollection.CollectionType.Choice, 0, -1);
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Error)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ProgressText)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(BillboardAction)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ComboBox)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ListBox)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(ListView)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(RadioGroup)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(RadioButtonGroup)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(TextStyle)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(UIText)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Dialog)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(DialogRef)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(PropertyRef)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Property)));
     childCollection0.AddItem(new ElementCollection.ChoiceItem(typeof(Binary)));
     ElementCollection childCollection1 = new ElementCollection(ElementCollection.CollectionType.Sequence);
     childCollection1.AddItem(new ElementCollection.SequenceItem(typeof(AdminUISequence), 0, 1));
     childCollection1.AddItem(new ElementCollection.SequenceItem(typeof(InstallUISequence), 0, 1));
     childCollection0.AddCollection(childCollection1);
     this.children = childCollection0;
 }