예제 #1
0
		/// <remarks/>
		public Corpus()
		{
			Description = new DescriptionTypeCollection();
			CorpusLink = new List<CorpusLinkType>();
		}
예제 #2
0
		/// <remarks/>
		public ContentType()
		{
			CommunicationContext = new ContentTypeCommunicationContext();
			Languages = new LanguagesType();
			Keys = new KeysType();
			Description = new DescriptionTypeCollection();
		}
예제 #3
0
		/// <remarks/>
		public Project()
		{
			Name = string.Empty;
			Title = string.Empty;
			Id = new List<string> {string.Empty};
			Description = new DescriptionTypeCollection();
			Contact = new ContactType();
		}
예제 #4
0
		/// <remarks/>
		public Project(ArchivingProject project)
		{
			Name = project.Name;
			Title = project.Title;
			Id = new List<string> { project.Name };
			Description = new DescriptionTypeCollection();
			Contact = new ContactType();
			if (!string.IsNullOrEmpty(project.Author))
				Contact.Name = project.Author;
		}
예제 #5
0
		/// <remarks/>
		public SessionTypeReferences()
		{
			Description = new DescriptionTypeCollection();
		}
예제 #6
0
		/// <remarks/>
		public Catalogue()
		{
			// initialization for Arbil
			DocumentLanguages = new CatalogueDocumentLanguages();
			SubjectLanguages = new CatalogueSubjectLanguages();
			Id = new List<string>();
			Description = new DescriptionTypeCollection();
			Location = new List<LocationType>();
			ContentType = new List<string>();
			SmallestAnnotationUnit = string.Empty;
			Applications = string.Empty;
			Format = new CatalogueFormat();
			Quality = new CatalogueQuality();
			Project = new List<Project>();
			Publisher = new List<string>();
			Author = new List<CommaSeparatedStringType>();
			Size = string.Empty;
			DistributionForm = string.Empty;
			Access = new AccessType();
			Pricing = string.Empty;
			Keys = new KeysType();
		}
예제 #7
0
		/// <remarks/>
		public Session()
		{
			Description = new DescriptionTypeCollection();
			MDGroup = new MDGroupType();
			Resources = new SessionResources();
			References = new SessionTypeReferences();
		}
예제 #8
0
		/// <remarks/>
		public MediaFileType()
		{
			RecordingConditions = string.Empty;
			TimePosition = new TimePositionRangeType();
			Description = new DescriptionTypeCollection();
			Keys = new KeysType();
		}
예제 #9
0
		/// <remarks/>
		public WrittenResourceType()
		{
			Description = new DescriptionTypeCollection();
			Keys = new KeysType();
			Date = "Unspecified";
			CharacterEncoding = string.Empty;
			ContentEncoding = String.Empty;
			LanguageId = string.Empty;
		}
예제 #10
0
		/// <remarks/>
		public ValidationType()
		{
			Description = new DescriptionTypeCollection();
		}
예제 #11
0
		/// <summary>Default constructor</summary>
		public ActorType()
		{
			Keys = new KeysType();
			Code = string.Empty;
			EthnicGroup = string.Empty;
			Age = string.Empty;
			BirthDate = "Unspecified";
			Description = new DescriptionTypeCollection();
			Education = string.Empty;
		}