/*
@@@@@@@@@@@@@@@@@@@@@@
CM
@@@@@@@@@@@@@@@@@@@@@@

	about				used to model content like articles, events, ...
	
	syntax

*/


	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	CM
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		
		/*+ setup
		..........................................................................*/
		
			.CM{}

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	members
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		
		/*+ general
		..........................................................................*/
			
			.CMDescription{font-size:18px;}
			.CMImage{}
			.CMName{}
			.CMUrl{}

		/*+ article
		..........................................................................*/
			
			/*header*/
			.CMHeadline{}
			.CMTitle{}
			
			/*author*/
			.CMAuthor{}
			.CMCreator{}
			.CMEditor{}
			.CMPublisher{}
			.CMCopyright{}

			/*aside*/
			.CMDate{}
			.CMVersion{}
			.CMGenre{}
			.CMLocation{}
			.CMKeywords{}
			.CMEdition{}

			/*body*/
			.CMAbout{}
			.CMText{}
			.CMVideo{}
			.CMComment{}
			.CMCommentText{}
			.CMPage{}
			.CMPrint{}

		/*+ event
		..........................................................................*/
			
			.CMDuration{}
			.CMEndDate{}
			.CMPerformer{}
			.CMStartDate{}
			.CMEndDate{}
			.CMMap{}
			
		/*+ organisation
		..........................................................................*/
			
			.CMAddress{}
			.CMEmail{}
			.CMEvent{}
			.CMMember{}
			.CMBrand{}
			.CMReview{}
			.CMModel{}
			.CMOffer{}

