Project

Type Alias Project 

Source
pub type Project = ProjectElementType;
Expand description

The complete project

Aliased Type§

pub struct Project {
    pub file_header: ProjectFileHeaderElementType,
    pub content_header: ProjectContentHeaderElementType,
    pub types: ProjectTypesElementType,
    pub instances: ProjectInstancesElementType,
    pub add_data: Option<AddDataType>,
    pub documentation: Option<FormattedTextType>,
}

Fields§

§file_header: ProjectFileHeaderElementType§content_header: ProjectContentHeaderElementType§types: ProjectTypesElementType§instances: ProjectInstancesElementType§add_data: Option<AddDataType>§documentation: Option<FormattedTextType>

Additional userspecific information to the element