diff --git a/P5/Source/Specs/classRef.xml b/P5/Source/Specs/classRef.xml
index 3f8e68792d..b9b938649d 100644
--- a/P5/Source/Specs/classRef.xml
+++ b/P5/Source/Specs/classRef.xml
@@ -18,7 +18,12 @@
指示されたソースの中の要求されたクラスに対して使用される識別子。
-
+
+
+ Since classes are meant to be an unordered data structure, the expand attribute will no longer be supported.
+ Class members will be considered to be in alternation. To impose a sequence it will be necessary use elementRef with
+ references to the individual elements.
+
indicates how references
to this class within a content model should be interpreted.
内容モデル内でこのクラスへの参照がどのように解釈されるべきなのかを示す。
diff --git a/P5/Source/Specs/classSpec.xml b/P5/Source/Specs/classSpec.xml
index a9a1c619ee..f38e05b493 100644
--- a/P5/Source/Specs/classSpec.xml
+++ b/P5/Source/Specs/classSpec.xml
@@ -88,7 +88,11 @@ that is a group of
-
+
+
+ Since classes are meant to be an unordered data structure, the generate attribute will no longer be supported.
+ Some content model operations may be handled at instantiation with classRef, with the exclusion of imposing a sequence.
+
indicates which alternation and sequence instantiations
of a model class may be referenced. By default, all variations
are permitted.