| Expression | Component Accessed |
| machine.purchaseDate | DateType struct variable |
| machine.purchaseDate.month | month member of a DateType struct variable |
| machine.purchaseDate.year | year member of a DateType struct variable |
| machine.history.lastServiced.year | yearmember of a DateType struct variable contained in a struct of type StatisticsType |