| STRID | 
									An external ID given by the user. | 
									String Has to be unique among all GeoItems of a single
											source. Only the first GeoItem is kept if there is
											a non-unique STRID.  | 
									The index in the layer is set. No update is possible (you
										can only regenerate it). | 
								
								
									| NAME | 
									Name defined by the user. | 
									String Any other format will be set to
										String.  | 
									Empty string. | 
								
								
									| FILENAME | 
									Name of the associated resource file. | 
									String  Relative path to a file in
										resource.  | 
									If no explicit value is defined, it is set to the first
										3DXC found in the resource. Otherwise, the string is
											empty. 
									 | 
								
								
									| ALTITUDE | 
									Defines the altitude at which the GeoItem is grounded.
											 The unit used is the one of the referential, except
											for 2D geometries.  | 
									Real | 
									No attribute for 3D geometries. The attribute is set to
											0.0 for 2D geometries. 
									 | 
								
								
									| ORIENT | 
									Defines the pan, tilt and roll orientation of the
										GeoItem. | 
									Formatted String 3 Real separated by a
										space.  | 
									The attribute is set to 0.0 0.0 0.0. | 
								
								
									| SCALE | 
									3-axis scale information. | 
									Formatted String 3 Real separated by a
										space.  | 
									The attribute is set to 10.0 10.0 10.0. | 
								
								
									| INDEX | 
									Index of the texture to use in associated texture atlas
										file. | 
									Integer | 
									The attribute is set to 0. | 
								
								
									| StreamPriority | 
									Number value used to order GeoItems.  GeoItems with
											highest values are returned in tiles at Start
												Level.  | 
									Real | 
									The attribute is set to 0.0. | 
								
								
									| LifespanStart | 
									Date from which the GeoItem is valid. | 
									Date or string (with date format). The accepted date format is: yyyy/MM/dd HH:mm:ss.SSSSSS
                    +HH:mm. 
                    - Valid date separators are ‘/’ or ‘-’.
 
                    - Valid date-time separators are space or ‘T’.
 
                    - Valid time-time offset separators are space or ‘Z’.
 
                    - Valid time offset operators are ‘-’ or ‘+’. No operator is equivalent to the
                        ‘+’ operator.
 
                 Note:
			The time offset is directly applied to the save date and is not
                    kept. 
Should be set before
												LifeSpanEnd.  | 
									The attribute is set to the start time. As dates are limited to positive integers and four-digit numbers of the Gregorian calendar, the start time is January 1st in year 0.  | 
								
								
									| LifespanEnd | 
									Date to which the GeoItem is valid. | 
									Date or string (with date format). The accepted date format is: yyyy/MM/dd HH:mm:ss.SSSSSS
                    +HH:mm. 
                    - Valid date separators are ‘/’ or ‘-’.
 
                    - Valid date-time separators are space or ‘T’.
 
                    - Valid time-time offset separators are space or ‘Z’.
 
                    - Valid time offset operators are ‘-’ or ‘+’. No operator is equivalent to the
                        ‘+’ operator.
 
                 Note:
			The time offset is directly applied to the save date and is not
                    kept. 
Should be set
												afterLifeSpanStart.  | 
									The attribute is set to the end time. As dates are limited to positive integers and four-digit numbers of the Gregorian calendar, the end time is December 31st in year 9999.  |