Class EntityObject
		
			- Applied Stereotypes:
 - 
			
			XSDgroup, 
			union
		
 
		
		
		
		
				A vehicle type, pedestrian type or miscellaneous object type.
		
			- Used in:
 - 
				ScenarioObject
		
 
			
				
					
					| Properties | 
				
				
				
				
				
				
					|   | 
					Name | 
					Type | 
					Cardinality | 
					AppliedStereotypes | 
					Description | 
				 
				
				
				
				  	|   | 
				  	catalogReference | 
				  		CatalogReference | 
					0..1 | 
								
					xor, 
					XSDelement
					 | 
					Reference to a catalog entry of type MiscObject, Vehicle or Pedestrian. | 
				 
				
				  	|   | 
				  	vehicle | 
				  		Vehicle | 
					0..1 | 
								
					xor, 
					XSDelement
					 | 
					Vehicle definition. | 
				 
				
				  	|   | 
				  	pedestrian | 
				  		Pedestrian | 
					0..1 | 
								
					xor, 
					XSDelement
					 | 
					Pedestrian definition. | 
				 
				
				  	|   | 
				  	miscObject | 
				  		MiscObject | 
					0..1 | 
								
					xor, 
					XSDelement
					 | 
					Definition of a MiscObject. | 
				 
				
				  	|   | 
				  	externalObjectReference | 
				  		ExternalObjectReference | 
					0..1 | 
								
					xor, 
					XSDelement
					 | 
					An reference to an external object that is defined outside of a scenario or catalog (e.g. in the road network) | 
				 
				
				 
				 | 
				
				
				
		
				
				
				| XSD 1.2 Representation | 
				
				
				
				
				
				
				  	
   <xsd:group name="EntityObject">
   <xsd:choice>
   <xsd:element name="CatalogReference" type="CatalogReference" minOccurs="0"/>
   <xsd:element name="Vehicle" type="Vehicle" minOccurs="0"/>
   <xsd:element name="Pedestrian" type="Pedestrian" minOccurs="0"/>
   <xsd:element name="MiscObject" type="MiscObject" minOccurs="0"/>
   <xsd:element name="ExternalObjectReference" type="ExternalObjectReference" minOccurs="0"/>
   </xsd:choice>
   </xsd:group>
  | 
				 
				
				 
				 | 
				
		
		
			
				
				
				| 
				Stereotype Details Information | 
				
				
				
				
				
				- Class
					
						- XSDgroup [modelGroup: "choice"]
 
					 
					
				 
				- Property catalogReference
					
					
						- XSDelement [position: "1"]
 
					 
				 
				- Property vehicle
					
					
						- XSDelement [position: "2"]
 
					 
				 
				- Property pedestrian
					
					
						- XSDelement [position: "3"]
 
					 
				 
				- Property miscObject
					
					
						- XSDelement [position: "4"]
 
					 
				 
				- Property externalObjectReference
					
					
						- XSDelement [position: "5"]
 
					 
				 
				 
				 | 
				
			 
			 	
		
		
		To XSD