Esempio n. 1
0
		/// <remarks/>
		public ContentType()
		{
			CommunicationContext = new ContentTypeCommunicationContext();
			Languages = new LanguagesType();
			Keys = new KeysType();
			Description = new DescriptionTypeCollection();
		}
Esempio n. 2
0
		/// <remarks/>
		public MDGroupType()
		{
			Location = new LocationType();
			Project = new List<Project>();
			Keys = new KeysType();
			Content = new ContentType();
			Actors = new ActorsType();
		}
Esempio n. 3
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();
		}
Esempio n. 4
0
		/// <remarks/>
		public MediaFileType()
		{
			RecordingConditions = string.Empty;
			TimePosition = new TimePositionRangeType();
			Description = new DescriptionTypeCollection();
			Keys = new KeysType();
		}
Esempio n. 5
0
		/// <remarks/>
		public WrittenResourceType()
		{
			Description = new DescriptionTypeCollection();
			Keys = new KeysType();
			Date = "Unspecified";
			CharacterEncoding = string.Empty;
			ContentEncoding = String.Empty;
			LanguageId = string.Empty;
		}
Esempio n. 6
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;
		}