# This txt file stores all the default attributeTypes that are to be
# created during the installation. The format of the data is as follows
# Title Description Status DataType InstanceOf SubTypeOf

# Adding attributeType for the Courses 

# Category Metadata

manifest_Metadata_schema,Schema,Metadata,it describes the schema that defines and controls the manifest,Public,varchar,Content
manifest_schemaversion,Schema Version,Metadata,it describes the version of the schema that defines and controls the manifest,Public,varchar,Content
manifest_metadata_location,Metadata Location,Metadata,it describes the location where the metadata describing the SCORM Content Model Componant may be found,Public,varchar,Content

# Category Organizations

manifest_Organizations_identifier,Organization Identifier,Organizations,it describes the identifier for the organization that is unique within the manifest,Public,varchar,Content
manifest_Organizations_title,Organization Title,Organizations,it describes the title for the organization,Public,varchar,Content
manifest_Organizations_item_identifier,Item identifier,Organizations,it describes the identifier for the item that is unique within the manifest,Public,varchar,Content
manifest_Organizations_item_identifieref,Item identifierRef,Organizations,it permitted to reference an identifier of resource,Public,varchar,Content
manifest_Organizations_item_isVisible,Isvisible,Organizations,it indicates whether item to be displayed or not while rendering the package structure,Public,boolean,Content
manifest_Organizations_item_parameter,Parameters,Organizations,it indicates the static parameters to be passed at launch time,Public,varchar,Content
manifest_Organizations_item_title,Title,Organizations,it indicates the title of the item,Public,varchar,Content
manifest_Organizations_item_metadata_location,Metadata Location,Organizations,it describes the location where the metadata describing the SCORM Content Model Componant may be found,Public,varchar,Content
manifest_Organizations_item_timeLimitAction,Time Limit Action,Organizations,it describes the action that should be taken when the maximum time allowed in the current attempt of the activity,Public,varchar[],Content
manifest_Organizations_item_dataFromLMs,Data From LMS,Organizations,it describes the initialization data expected by resource represented by item after lauch,Public,varchar,Content
manifest_Organizations_item_completionThreshold,Completion Threshold,Organizations,it describes the threshold value that can be used by the SCO resource referenced by the item,Public,float,Content

# Category Resource

manifest_Resource_identifier,Resource Identifier,Resource,it describes the identifier of the resource,Public,varchar,Content
manifest_Resource_type,Resource Type,Resource,it describes the type of the resource,Public,varchar,Content
manifest_Resource_href,Resource href,Resource,it describes the entry point or launching point of the resource,Public,varchar,Content
manifest_Resource_adlcp-scormtype,adlcp:scormType,Resource,it describes type of the SCORM resource,Public,varchar,Content
manifest_Resource_adlcp-persiststate,adlcp:persiststate,Resource,it provides a mean to persist data from learner attempt to learner attempt,Public,boolean,Content
manifest_Resource_metadatalocation,Metadata Location,Resource,it describes the location where the metadata describing the resources may be found,Public,varchar,Content
manifest_Resource_file_href,File href,Resource,it describes the location ofthe file,Public,varchar,Content
manifest_Resource_dependency_identifierRef,Dependency IdentifierRef,Resource,This element identifies resource whose file this resource in which this dependancy is declared,Public,varchar,Content


# Other Metadata
manifest_contentpackaging,Content Packaging,NOT NULL,desc,Public,varchar,Content
manifest_access,Access,NOT NULL,desc,Public,varchar,Content
manifest_createddate,Created Date,NOT NULL,desc,Public,date,Content
manifest_notify,Notify,NOT NULL,desc,Public,int4,Content
manifest_maxquota,Max quota,NOT NULL,desc,Public,varchar,Content
manifest_maxfilesize,Max File Size,NOT NULL,desc,Public,varchar,Content
manifest_hide,Hide,NOT NULL,desc,Public,int4,Content
manifest_preference,Preferences,NOT NULL,desc,Public,varchar,Content
manifest_copyrights,Copyright,NOT NULL,desc,Public,varchar,Content
manifest_primarylanguage,Primary Language,NOT NULL,desc,Public,varchar,Content
manifest_rss,RSS,NOT NULL,desc,Public,int4,Content
manifest_releasedate,Release Date,NOT NULL,desc,Public,date,Content
CourseStructure,Course Structure,NOT NULL,desc,Public,varchar[],Content
