Prerequisite Question

Is there a possibility to create a prerequisite (e. g. for building an improvement) that depends on another improvement being already built? I find a line

<xs:element name="Improvement" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

in the PrerequisiteDefs.xsd, but can't find an example of its usage anywhere.

6,700 views 3 replies
Reply #1 Top

Try something like this,

 

<Prerequ>
      <Improvement>Internal Name of Improvement</Improvement>
 </Prerequ>

 

 Edited as per schema.

Reply #2 Top

Ok, will try, thanks.

Reply #3 Top

I tried it, unfortunately to no avail ... :(