Last modified by Elena on 2025/09/10 11:19

From version 2.11
edited by Helena
on 2025/07/02 15:16
Change comment: There is no comment for this version
To version 2.12
edited by Helena
on 2025/07/02 15:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -746,10 +746,12 @@
746 746  
747 747  If the data structure definition defines more than one group, an abstract complex type with name GroupType must be created. This type is used for the Group element in the DataSetType. Its content model will be derived via restriction of the dsd:GroupType. The complex type content model will be as follows:
748 748  
749 -1. A sequence consisting of:
750 -1. An element reference to common:Annotations, with a minimum occurrence of 0
751 - 2. If any attributes defined in the data structure that declares an attribute relationship with a group, a Comp element with a form of unqualified, a minimum occurrence of 0, a maximum occurrence of unbounded, and a type of dsd:CompType
752 - 3. If any metadata attribute usages defined in the data structure that declares an attribute relationship with any group, a local element named Metadata with the type metadata:MetadataSetType a form of unqualified, and a minimum occurrence of 0
749 +~1. A sequence consisting of:
750 +
751 +* i. An element reference to common:Annotations, with a minimum occurrence of 0
752 +* ii. If any attributes defined in the data structure that declares an attribute relationship with a group, a Comp element with a form of unqualified, a minimum occurrence of 0, a maximum occurrence of unbounded, and a type of dsd:CompType
753 +* iii. If any metadata attribute usages defined in the data structure that declares an attribute relationship with any group, a local element named Metadata with the type metadata:MetadataSetType a form of unqualified, and a minimum occurrence of 0
754 +
753 753  2. An attribute named type with a type of Group.ID, and a usage of optional
754 754  3. An anyAttribute declaration with a namespace of ##local##
755 755