diff --git a/sections/01_fdo-building-block/04-FDO-Profiles.html b/sections/01_fdo-building-block/04-FDO-Profiles.html index bd92d74..10fcc9c 100644 --- a/sections/01_fdo-building-block/04-FDO-Profiles.html +++ b/sections/01_fdo-building-block/04-FDO-Profiles.html @@ -161,20 +161,24 @@

FDO Profiles

0.FDO/Attribute - 0.FDO/Attribute defines the set of - attribute definitions that MUST be instantiated in any FDO instantiating this profile. + 0.FDO/Attribute defines attribute definitions + that MUST be instantiated in any FDO instantiating this profile (via 0.FDO/Profile). + The value of this attribute is a PID of the attribute definition. + It can be repeated to add multiple attribute definitions. The cardinality of the attribute definitions MUST be respected in the FDOs. - When not using profile extension, 0.FDO/Attribute MUST be defined with at least the attributes from the root profile. - Other attribute definitionss can be added by adding more 0.FDO/Attribute tuples with the PID of the desired attribute definition. + When not using profile extension, 0.FDO/Attribute MUST be defined + with at least the attributes the root profile specifies. 0..* 0.FDO/ExtendsProfile - If this profile is an extension of another profile, this attribute specifies the - PID of the parent profile (see [R4-11]). - All profiles MUST either extend from 0.FDO/Root, another profile that recursively extends - from 0.FDO/Root, or specify the mandatory attributes from 0.FDO/Root using 0.FDO/Attribute. + This attribute specifies the PID of another profile. + A profile containing this attribute, will implicitly require all attributes + of the referenced profile (see [R4-11]). + In order to ensure all FDOs using this profile have the minimum set of attributes (as specified by 0.FDO/Root), + a FDO MUST either extend directly or indirectly from 0.FDO/Root. + Alternatively, it may specify these minimum attributes directly using 0.FDO/Attribute. 0..* @@ -272,4 +276,4 @@

FDO Profiles

Indicates a path to the data (also called: bit-sequence) of the FDO. 1..* - \ No newline at end of file +