@@ -441,15 +441,15 @@ The printout and attributes of a Property are explained in the next chapter.
441
441
The Properties
442
442
--------------
443
443
444
- Properties need to be called explicitely via the properties function of a
445
- Section. You can then, either call a Property by name or by index::
444
+ Properties need to be called explicitly via the properties function of a
445
+ Section. You can then either call a Property by name or by index::
446
446
447
447
>>> print(odmlEX['TheCrew'].properties['NoCrewMembers'])
448
448
<Property NoCrewMembers>
449
- >>> print(odmlEX['Setup '].properties[1])
449
+ >>> print(odmlEX['TheCrew '].properties[1])
450
450
<Property NoCrewMembers>
451
451
452
- In the following we will only call Properties explicitely by their name.
452
+ In the following we will only call Properties explicitly by their name.
453
453
454
454
The Property printout is reduced and only gives you information about the
455
455
following:
@@ -507,13 +507,6 @@ dependency_value
507
507
- Value of the other Property specified in the 'dependency' attribute on
508
508
which this Property depends on.
509
509
510
- mapping
511
- - optional Property attribute
512
- - The odML path within the same odML file (internal link) to another
513
- Section to which all children of this section, if a conversion is
514
- requested, should be transferred to, as long as the children not
515
- themselves define a mapping.
516
-
517
510
Let's check which attributes were defined for the Property 'NoCrewMembers'::
518
511
519
512
>>> print(odmlEX['TheCrew'].properties['NoCrewMembers'].name)
0 commit comments