Help:VE45

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
(Created from error message)
 
m
 
Line 3: Line 3:
 
The tag name used in the container is not valid, or is not valid for that container.  This might be a misspelling, or it might be that the tag is misplaced.
 
The tag name used in the container is not valid, or is not valid for that container.  This might be a misspelling, or it might be that the tag is misplaced.
  
For example, an asset included a load subcontainer with the queues container:  
+
For example, an asset included a load subcontainer within the queues container:  
  
 
   load0
 
   load0

Latest revision as of 10:25, 9 September 2016

The Tag tagname is not permitted within a container of type containername.

The tag name used in the container is not valid, or is not valid for that container. This might be a misspelling, or it might be that the tag is misplaced.

For example, an asset included a load subcontainer within the queues container:

 load0
 {
   count                               30
   initial-count                       0
   
   allowed-products
   {
     1                                 <kuid2:67794:50004:1>
   }
 }

The error message was: - VE45: The Tag 'count' is not permitted within a container of type 'load0'.

The correct tag for this purpose is size, not count. The tag must be changed to the correct name.

Personal tools