SimML Editor

Snippet Insertion Workspace

Browse SimML elements and insert generated snippets at the cursor position in the editor.

Selected snippet

<simulation>

<simulation name="""" locale="System culture">
  <example title="..." group="..."></example>
  <?parameter name="..." value="..." type="number" lowest="..." highest="..." step="..."></?parameter>
  <execute type="kanban" limitIntervalsTo="9000" intervalUnit=""days"" decimalRounding="3" dateFormat=""yyyyMMdd"" currencyFormat=""C2"" percentageFormat=""P"" aggregationValue="average" deliverables="""" defaultDistribution=""uniform"" completePercentage="100.0" activePositionsCompletePercentage="0.0" pullOrder="afterOrdering" basePath="""">
    <visual></visual>
    <monteCarlo cycles="1000" rawResults="false"></monteCarlo>
    <sensitivity cycles="1000" estimateMultiplier="1.2" occurrenceMultiplier="1.2" iterationMultiplier="1.0" sensitivityType=""oneFactor"" sortOrder=""ascending""></sensitivity>
    <addStaff cycles="1000" count="1" optimizeForLowest="true"></addStaff>
    <ballot type=""borda""></ballot>
  </execute>
  <setup>
    <backlog type="simple" simpleCount="100" nameFormat=""Story {0}"" shuffle="true">
      <deliverable name="..." dueDate="""" skipPercentage="0.0" order="int.MaxValue" preRequisiteDeliverables="""" earliestStartDate="...">
        <custom name="""" count="1" completed="false" estimateLowBound="0" estimateHighBound="0" estimateDistribution="""" classOfService="""" dueDate="""" percentageLowBound="0" percentageHighBound="100" order="int.MaxValue" valueLowBound="0" valueHighBound="0" initialColumn="-1">
          <column id="..." estimateLowBound="0" estimateHighBound="0" estimateDistribution="""" skipPercentage="0"></column>
        </custom>
      </deliverable>
      <custom name="""" count="1" completed="false" estimateLowBound="0" estimateHighBound="0" estimateDistribution="""" classOfService="""" dueDate="""" percentageLowBound="0" percentageHighBound="100" order="int.MaxValue" valueLowBound="0" valueHighBound="0" initialColumn="-1">
        <column id="..." estimateLowBound="0" estimateHighBound="0" estimateDistribution="""" skipPercentage="0"></column>
      </custom>
    </backlog>
    <columns>
      <column id="..." displayWidth="1" estimateLowBound="0" estimateHighBound="0" estimateDistribution="""" wipLimit="0" skipPercentage="0" buffer="false" replenishInterval="1" completeInterval="1"></column>
    </columns>
    <iteration storyPointsPerIterationLowBound="0" storyPointsPerIterationHighBound="0" storyPointsPerIterationDistribution="""" itemsPerIterationLowBound="0" itemsPerIterationHighBound="0" itemsPerIterationDistribution="""" allowedToOverAllocate="true"></iteration>
    <defects>
      <defect columnId="-1" occurrenceType="count" occurrenceLowBound="5" occurrenceHighBound="10" occurrenceDistribution="""" startsInColumnId="-1" count="1" classOfService="""" estimateLowBound="0" estimateHighBound="0" estimateDistribution="""" isCardMove="false" phases="""" targetCustomBacklog="""" targetDeliverable="""">
        <column columnId="..." id="..." estimateLowBound="0" estimateHighBound="0" estimateDistribution=""""></column>
      </defect>
    </defects>
    <blockingEvents>
      <blockingEvent columnId="-1" occurrenceType="count" occurrenceLowBound="5" occurrenceHighBound="10" occurrenceDistribution="""" estimateLowBound="0" estimateHighBound="0" estimateDistribution="""" phases="""" blockWork="true" blockDefects="false" blockAddedScope="false" targetCustomBacklog="""" targetDeliverable=""""></blockingEvent>
    </blockingEvents>
    <addedScopes>
      <addedScope occurrenceType="count" occurrenceLowBound="5" occurrenceHighBound="10" occurrenceDistribution="""" estimateLowBound="0" estimateHighBound="0" estimateDistribution="""" count="1" phases="""" classOfService="""" customBacklog="""" deliverable="""" targetCustomBacklog="""" targetDeliverable=""""></addedScope>
    </addedScopes>
    <forecastDate startDate="..." intervalsToOneDay="1" workDays=""monday,tuesday,wednesday,thursday,friday"" costPerDay="0" workDaysPerIteration="10" targetDate="..." targetLikelihood="85" revenue="0" revenueUnit="month">
      <excludes>
        <exclude date="..."></exclude>
      </excludes>
      <actuals>
        <actual date="..." count="0" annotation=""""></actual>
      </actuals>
    </forecastDate>
    <distributions>
      <distribution name="..." shape="..." parameters="..." numberType="double" generator="alf" count="1000" lowBound="..." highBound="..." boundProcessing="clip" location="..." multiplier="1.0" separatorCharacter="..." zeroHandling="keep" zeroValue="..." path="..." decimalSeparator="..." thousandsSeparator="..."></distribution>
    </distributions>
    <phases unit="percentage">
      <phase start="0" end="0" startPercentage="0" endPercentage="0" estimateMultiplier="1.0" occurrenceMultiplier="1.0" iterationMultiplier="1.0" costPerDay="0">
        <column id="..." wipLimit="0"></column>
      </phase>
    </phases>
    <classOfServices>
      <classOfService order="1" default="false" violateWIP="false" skipPercentage="0" maximumAllowedOnBoard="int.MaxValue">
        <column id="..." estimateLowBound="0" estimateHighBound="0" estimateDistribution="""" skipPercentage="0"></column>
      </classOfService>
    </classOfServices>
  </setup>
</simulation>