Ejemplo n.º 1
0
 /// <summary>
 /// MeasureSourceType class constructor
 /// </summary>
 public MeasureSourceType()
 {
     _observable_Location = new LocationType();
     _platform            = new PlatformSpecificationType();
     _tools = new List <ToolInformationType>();
     _observation_Location = new LocationType();
     _time                    = new TimeType();
     _contributors            = new List <ContributorType>();
     _description             = new StructuredTextType();
     _tool_Type               = new ControlledVocabularyStringType();
     _information_Source_Type = new ControlledVocabularyStringType();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// CompilerType class constructor
 /// </summary>
 public CompilerType()
 {
     _compiler_Platform_Specification = new PlatformSpecificationType();
     _compiler_Informal_Description   = new CompilerInformalDescriptionType();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// BuildUtilityType class constructor
 /// </summary>
 public BuildUtilityType()
 {
     _build_Utility_Platform_Specification = new PlatformSpecificationType();
 }